From: Digestifier To: Linux-Admin@senator-bedfellow.mit.edu Reply-To: Linux-Admin@senator-bedfellow.mit.edu Date: Tue, 30 Aug 94 23:13:22 EDT Subject: Linux-Admin Digest #3 Linux-Admin Digest #3, Volume #2 Tue, 30 Aug 94 23:13:22 EDT Contents: Re: [Q]ncftp no keystroke echo after "mget" (Mike Gleason) FTP via TERM (Jagadeesh Krishnamurthy Venugopal) Re: Adaptec 2742 bootdisk: kernel panic (Tim D. Bandy) Re: WTMP question (Ulf Rimkus) Re: Linux as router - several questions. (Johannes Stille) Re: Admin utils for linux ? (Mike Suzio) DOSEMU 0.53: termcap file (Chris Stuber) [Q]ncftp no keystroke echo after "mget" (david her) Telnet tmok.res.wpi.edu for linux BBS. (Dave Costantino) Re: Xconsole - little trick won't work any more (sorry) (sharpe randall k) Re: Whats the best ISA video card for Linux/Xfree? (Viktor T. Toth) Re: How to kill the unkillable ? (Dirk J.) Does smail have problems with numerical usernames? (Jose Acacio de Barros) BRK key on older VT100 classs terminals? (Ron Watkins) Re: WTMP question (Anthony W. Kay) Re: Admin utils for linux ? (Safuat Hamdy) ---------------------------------------------------------------------------- From: mgleason@cse.unl.edu (Mike Gleason) Subject: Re: [Q]ncftp no keystroke echo after "mget" Date: 30 Aug 1994 22:18:36 GMT davidher@netcom.com (david her) writes: |I just implemented tcp/ip in slackware2.0. ftp/telnet seems work, |but after "mget" via ncftp the keystroke is echo on screen at all |the repsones also seems "retarded". Did you experence this before? |please be advised. Thanks in advance. I'm not sure what you're trying to say exactly, but I can tell you that echoing is turned off during file transfers. This prevents your keystrokes from messing up the progress meters. -- --mg Mike Gleason ------------------------------ From: jkvg@everest.ccs.neu.edu (Jagadeesh Krishnamurthy Venugopal) Subject: FTP via TERM Date: 30 Aug 1994 22:29:49 GMT Hi. I have been pretty successful at setting up a telnet service to my Linux machine using the term package, from school. So anyone who telnets to a specified port to my school machine automatically connects to my home linux. This was done by tredir 5000 23 on my school account. Unfortunately redirecting FTP this way fails. Ftp logs the user in but then hangs and has to be killed. I have absolutely no idea why this is so. If anyone has telnet and ftp running via term, could you please clue me in on this? Thanks, Jagadeesh -- Jagadeesh K. Venugopal Graduate Student, College of Computer Science Northeastern University Boston, MA 02115 xmosaic url: http://www.ccs.neu.edu/home/jkvg ------------------------------ Crossposted-To: comp.os.linux.help From: bandy@gurney.cs.umn.edu (Tim D. Bandy) Subject: Re: Adaptec 2742 bootdisk: kernel panic Date: Tue, 30 Aug 1994 21:17:29 GMT In <33vl8g$1kg@news.bu.edu> fstarr@buphy.bu.edu (Francis W. Starr) writes: >I have been trying to install Linux on my system with an Adaptec >2742 SCSI controller. I have tried the bootdisks available from >sunsite.unc.edu:/pub/linux/kernel/images/boot284x.tar.gz and one >from ftp.pipex.net:/incoming/linux/aha2740.gz. I get the >following error using either of these disks shortly after the >boot prompt: >Kernel panic=aha274x_isr: brkadrint, error=0xff, seqaddr=0x100 >In swapper task - not syncing Whenever I boot the new bootdisk from ftp.sunsite.edu:/pub/Linux/kernel/images Lilo boots, then the ramdisk loads, but I get this error: Uncompressing linux: crc error System halted I have used both dd on a sun and the dos rawrite utility, and each gives the same results. If someone could give me a clue also, I would appreciate it. Background info: 486Dx266 with Adaptec 2842 VLB SCSI card. Thanks -- Tim Bandy University of Minnesota timn8r@mermaid.micro.umn.edu bandy@cs.umn.edu Systems Staff License to kill -- Tim Bandy University of Minnesota timn8r@mermaid.micro.umn.edu bandy@cs.umn.edu Systems Staff License to kill ------------------------------ From: ulf@pc0435.psychologie.uni-marburg.de (Ulf Rimkus) Subject: Re: WTMP question Date: 30 Aug 1994 21:24:21 GMT Daniel Tran (dtran@emelnitz.ucla.edu) wrote: : Hi, : The /usr/adm/wtmp file records all logins/logouts. Upon examining the system, : I found that there isn't a file like that. How do you enable this process?. : Can someone help me out. Then try a 1) cd /var/adm 2) cat /dev/null >wtmp (or just a 'touch wtmp' if you are sure there is no wtmp at all). 3) maybe it could a good idea to make a 'cd /etc' 4) then to do a 'ln -s /var/adm/wtmp .' Hope, this helps Ulf -- **E-Mail********************************************************************* Linux-Box: ulf@pc0435.psychologie.uni-marburg.de RS6k-AIX : rimkusul@papin.hrz.uni-marburg.de ****************** Was ist das fuer ein Land, ******************************* ********* in dessen Sprache es das Wort "Kulturbeutel" gibt? **************** ------------------------------ Crossposted-To: comp.os.linux.help From: johannes@titan.westfalen.de (Johannes Stille) Subject: Re: Linux as router - several questions. Date: Mon, 29 Aug 1994 12:48:39 GMT In article <199408242342.BAA07396@lnx1.boa.uni.torun.pl>, Maciej Otreba wrote: >Hi everybody, > >could You folks tell me something about using Linux host as router? I mean >using SLIP connection and/or two smae/different Ethernet cards between two >Ethernet segments. I'm specially interested in problem of configuring >kernel and drivers for two same Ethernet cards (I/O, interrupt channel). >Is that possible? Are there any conflicts using two identical cards? It's possible. You can use two identical Ethernet cards if they are configured to use different addresses and IRQs (i.e. no hardware conflicts). If you use two identical cards, you have to tell the kernel where to find them - only one would be autodetected. You can do this either by editing drivers/net/Space.c or by giving the kernel an appropriate command line using LILO (ether=..., I don't know the exact syntax). >How to do that? Is Linux box good solution as router? Are there any special >problems in using Linux in that way? Linux doesn't fulfil all requirements of the router RFC, but for normal use, it's OK. If you use an 1.1.* kernel, don't forget to recompile the kernel with IP forwarding enabled. You should try to get along with static routes. This is nearly always possible. If not, don't run routed, but gated. If you aren't an experienced network administrator, you should read the Network Administrators Guide by the Linux Documentation Project (NAG), to be found on sunsite and other Linux ftp servers. [...] Johannes ------------------------------ From: msuzio@tiamat.umd.umich.edu (Mike Suzio) Subject: Re: Admin utils for linux ? Date: 30 Aug 1994 17:43:43 -0400 hamdy@rzdspc1.informatik.uni-hamburg.de (Safuat Hamdy) writes: > Every effort to enhance the user interface >is worth to be made. Conversely, nobody is forced to use an admintool. Amen, and amen. Worthy sentiments, my friend. How do you get something better unless you are always looking to improve the current state of things? If Linus had stopped at getting gcc to run, we wouldn't have Linux. >Please, I'm not interested in comments to the last paragraph, neither by >news nor by mail, please redirect them to /dev/null. Well, I hope you're open to *positive* comments. You're not alone in your feelings. >So, what is to do now? If such a set of tools for administration is really >wanted, then a group of users (the admins) and programmers, should determine >_first_ the real needs of the average admin. And then we can go coding. Well, as an inspiration, one set of very good admin tools are the SGI Vadmin tools. If you have access to an SGI box, you can take a look at the User Manager, NFS Manager, etc. You still need to have some concept of how things work in the Unix world, but it takes away most of the "icky" parts. Seems rather robust, too - I never had it do something other than what I intended :-). Another decent admin tool is (or at least 4 years ago, was) smit on the IBM RS/6000 machines. It was a non-X app for managing admin tasks, and it seemed to get the job done pretty well (although it probably had too many levels of menu to traverse). >I'd volunteer for contibutions to such a project _if_ there will be a team. So would I. I would *love* to do this kind of stuff. I have very little time to dink around with stuff, but I'd volunteer to help on a project like this. heck, i'd even be willing to learn IRC to do something like this :-O >Suggestions to: >S. hamdy (hamdy@informatik.uni-hamburg.de) >Hamburg, North-Germany >-- -- |+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++| | Michael J. Suzio msuzio@umich.edu | | Marketing Director - Friday Knight Games | | aka "That F*K*G company!" | |+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++| ------------------------------ From: cstuber@info.census.gov (Chris Stuber) Subject: DOSEMU 0.53: termcap file Date: 30 Aug 1994 17:48:42 -0400 Does anyone have a *working* termcap file for DOSEMU access via telnet? Arrow key, etc. aint working. If anyone has got this stuff tweaked, Please send me a copy of your /etc/termcap file. Thanks, -Chris (Chris.Stuber@Census.GOV) ------------------------------ From: davidher@netcom.com (david her) Subject: [Q]ncftp no keystroke echo after "mget" Date: Tue, 30 Aug 1994 16:53:59 GMT I just implemented tcp/ip in slackware2.0. ftp/telnet seems work, but after "mget" via ncftp the keystroke is echo on screen at all the repsones also seems "retarded". Did you experence this before? please be advised. Thanks in advance. ------------------------------ From: daver@wpi.edu (Dave Costantino) Subject: Telnet tmok.res.wpi.edu for linux BBS. Date: 30 Aug 1994 23:22:14 GMT Hi there... telnet tmok.res.wpi.edu and login as 'new' to check out a linux based BBS. Its running on a 10mbps ethernet off of the campus T1, so there should be no speed problem... -> Dave daver@hq.tmok.com ------------------------------ From: sharpe@uxa.cso.uiuc.edu (sharpe randall k) Subject: Re: Xconsole - little trick won't work any more (sorry) Date: 31 Aug 1994 01:18:47 GMT stephenb@scribendum.win-uk.net (Stephen Benson) writes: > >In article , John Saunders (john@odin.apana.org.au) writes: >>Heiko Herold (hman@arianna.dei.unipd.it) wrote: >>> In article , Darrell Fuhriman wrote: >>> > >>> >I noticed this too. I got around it by running xconsole SUID root. I >>> >realize that may not be the ideal answer, but it worked for me. >>> > >> >>> Moment - you mean it worked = no error messages, or does it *really* work ? >>> SUIDing my xconsole only let disappear the errors, but still, as root >>> or as normal user with the SUID, the xconsole does _not_ work - the >>> messages can goes everywhere except the xconsole :( >> >>What's the problem guys? I don't have any problem with xconsole at all. >>The way that it should work it that xdm runs the GiveConsole script which >>chmod's the /dev/console file so that it is accessable by the user that >>logged in. Then xconsole runs with no problems. Then to actually see >>any messages you need to change /etc/syslog.conf so that some messages >>are sent to /dev/console. Just add a line to /etc/syslog.conf: >> >>*.=debug /dev/console >> >>However if your running without xdm then I'm not sure how this works. >>-- >> >I don't use xdm, but I'll take a look. I've followed this thread for a while >and _finally_ got xconsole to work with: >startx >& /dev/console >which I've now aliased startx to. No problems (tho' it's probably a major >security hole or something; inelegant at the very least). >-- >+ stephen benson + + + + + linux 1.0.9 + + xfree86 2.1.1 + >+ stephenb@scribendum.win-uk.net + + + + + + + + + + + > .* >+ + Does this work to get "talk" notices sent to the xconsole also ? ------------------------------ From: vttoth@vttoth.com (Viktor T. Toth) Subject: Re: Whats the best ISA video card for Linux/Xfree? Date: Tue, 30 Aug 1994 15:51:28 In article <33vq0v$am9@netnews.upenn.edu> hoford@tumtum.image.chop.edu (John Hoford) writes: >I just got Linux up its on >a 386(33mhz). I was hoping to find a good svga card >to run. Right now I use a generic vga card. >I see some accelerated cards are supported. >Which ones perform the best (used the most by X)? > >Even subjective evaluations (comparisons) welome. I had very good experience with an ATI Graphics Ultra Pro. It's ISA, it's fast, the driver for it seems to be in excellent shape... works like a charm. Viktor ------------------------------ From: biafra@acab.in-berlin.de (Dirk J.) Subject: Re: How to kill the unkillable ? Date: Tue, 30 Aug 1994 09:29:16 GMT cjcason@yarrow.wt.uwa.edu.au (Christopher Cason) writes: >Occasionally, I have a program that I absolutely _cannot_ kill, short of >a shutdown. These seem to occur at times when the program is attempting >to access a part of a disk that has been corrupted (I have had filesystem >problems from time to time.) >_every_ signal has been tried. but it just refuses to die ! can anyone shed >any light on how to get rid of processes in this state ! It seems to be inside a (read-)system-call. Then there is no solution but to mark the bad blocks. And not to access them after. bye biafra -- -- biafra@acab.{[isdn.]cs.tu|in}-berlin.de Cyberspace, a final frontier. These are the voyages of my messages, on a lightspeed mission to explore strange new systems and to boldly go ------------------------------ From: barros@ockham.Stanford.EDU (Jose Acacio de Barros) Subject: Does smail have problems with numerical usernames? Date: 30 Aug 1994 18:36:38 -0700 Hi Folks, I'm having a problem. We have several users on a linux machine that have the username in the form "DDNNNNN", where Ds are letter and Ns are numbers (e.g. CL94083). Well, the problem is that whenever someone trys to send a message to those users the message bounces back and smail says the user doesn't exist. This doesn't happen for users with "normal" username (with only letters). Does someone know what the problem is? Will I have to change all usernames to usernames without numbers? Is there a way to fix this? Thanks for the help, and I'm sorry if that is a really dumb question or a FAQ. Regards, Jose Acacio -- Jose Acacio de Barros, CSLI/Ventura Hall, Stanford University, Stanford, Ca 94305-4115. E-mail: acacio@ockham.stanford.edu. ------------------------------ From: ron@deepthought.lpl.Arizona.EDU (Ron Watkins) Crossposted-To: comp.os.linux.help,comp.os.linux.misc Subject: BRK key on older VT100 classs terminals? Date: 30 Aug 1994 17:10:15 GMT Im trying to find out exactly what the BRK key on older Vt100 class terminals does. We are attempting to use a Linux box to be the console for a large number of processing machines. These machines are all hooked up to the Linux box through a Boca 16 port board. These machines ocasionally need to be stoped and worked on. When we had terminals, we used the BRK key to interupt the kernel and drop down to the EEPROM monitor. I need to find out how this occurs so that I can try to figure a way to emulate this function on the Linux keyboard. If anyone knows, or can tell me how to do this, please respond via e-mail to ron@argus.lpl.arizona.edu -- Ron Watkins [ron@argus.lpl.arizona.edu] / /~~~~) / 931 Gould-Simpson / /____/ / University of Arizona / / / Tucson AZ. 85721 -- (602) 621-8606 (____ unar & / lanetary (____ ab. ------------------------------ From: tkay@crl.com (Anthony W. Kay) Subject: Re: WTMP question Date: 30 Aug 1994 18:46:25 -0700 Daniel Tran (dtran@emelnitz.ucla.edu) wrote: : Hi, : The /usr/adm/wtmp file records all logins/logouts. Upon examining the system, : I found that there isn't a file like that. How do you enable this process?. : Can someone help me out. : TIA : Daniel Tran - dtran@emelnitz.ucla.edu Just a guess, but have you tried creating an empty one? touch /usr/adm/wtmp On my system, the real wtmp is in /var/adm, and there are symbolic links to it from /usr/adm, and /etc...I looked at the man page for login, and it seems to use the /var version...Instead, you might try: touch /var/adm/wtmp ln -s /var/adm/wtmp /usr/adm/wtmp ln -s /var/adm/wtmp /etc/wtmp -Tony ------------------------------ From: hamdy@rzdspc1.informatik.uni-hamburg.de (Safuat Hamdy) Subject: Re: Admin utils for linux ? Date: 30 Aug 1994 16:56:35 GMT William C. Strutton IV (strutton@crl.com) wrote: : Greetings, : I'm looking for a program (or shell script) to do admin tasks via a : menu. This could run from the prompt, or from X or whatever. It should : include options to add/remove users, set permissions on files and so on.. ... interesting. I started to write an accounttool under XView, which I considered as the starting point for a series of tools for the administrator. It should add/modify/remove users from the system, but it is such a mess whith the shadow password (are they official or not?), so I got a bit frustrated. In order of that and other reasons, I suspended it. I never finished it (although there exist a running prototype). And, unfortunetaly, I have nearly no idea, what is really required by users (administrators). Of course I'm an admin, and I'm claiming that I'm a good one --- on my own system. I'm not a typical one (obviously, since I'm not connected to the Internet, nor do I use dip, slip, ppp, or receive news, and, and, and ...) I also claim that I am good at writing user interfaces, so I would very much like to contibute to a project ``admintools''. But I really need to know, what is required. I need to know the real needs of some real admins, as I want to do something useful instead of a yet-another- nice-but-useless-tool. As Linux is a do-it-yourself-OS, I'm afraid that my offer/announcement is the best thing which can happen to you. I heared about some tools writen with tcl/tk, but that's long ago and I've never seen them. You and many people who find Linux administration cumbersome or even a nightmare are right: An easy to use interface for the administrator is required. Even worse, the lack of such tools might keep potential users of Linux away. OK, one of the gurus might think now: Why this? UNIX always has been this way, so why the efforts for such nonsense? This ``argument'' reduces to: That has been always like this, and that's it! which is an argument for nothing (I even suspect that those guys fear about their state as guru). Every effort to enhance the user interface is worth to be made. Conversely, nobody is forced to use an admintool. Please, I'm not interested in comments to the last paragraph, neither by news nor by mail, please redirect them to /dev/null. So, what is to do now? If such a set of tools for administration is really wanted, then a group of users (the admins) and programmers, should determine _first_ the real needs of the average admin. And then we can go coding. I'd volunteer for contibutions to such a project _if_ there will be a team. Suggestions to: S. hamdy (hamdy@informatik.uni-hamburg.de) Hamburg, North-Germany -- Baba baby mama shaggy papa baba bro baba rock a shaggy baba sister shag saggy hey doc baba baby shaggy hey baba can you dig it baba baba ------------------------------ ** FOR YOUR REFERENCE ** The service address, to which questions about the list itself and requests to be added to or deleted from it should be directed, is: Internet: Linux-Admin-Request@NEWS-DIGESTS.MIT.EDU You can send mail to the entire list (and comp.os.linux.admin) via: Internet: Linux-Admin@NEWS-DIGESTS.MIT.EDU Linux may be obtained via one of these FTP sites: nic.funet.fi pub/OS/Linux tsx-11.mit.edu pub/linux sunsite.unc.edu pub/Linux End of Linux-Admin Digest ******************************