Re: shadowed password question

1998-03-08 Thread Bench
I suppose that the person who originally asked about this uses the old shadow format in /etc/passwd file where 'x' is originally '*' and would like to convert it to the new format. Look at the shadowutils documentation, filename: CHANGES. On Sun, 8 Mar 1998, Steve "Stevers!" Coile wrote: > O

Re: Need a Linux Friendly ISP/dialup provider

1998-03-08 Thread Greg Thomas
> > > > I'm looking for an ISP (for a dialup/ppp connection) > > > > that is known to be helpful to Linux Users connecting by PPP. > > > > I'd appreciate a reference from you'all... > > With somewhat mixed feelings I can point you to Earthlink. They > recently added a Linux page to their onli

Re: shadowed password question

1998-03-08 Thread Steve \"Stevers!\" Coile
On Mon, 9 Mar 1998, Bench wrote: >This is possible but you can't just issue a pwconv5 here since all >shadowed password '*' on /etc/passwd file which is the case in Slackware >instead of 'x' will be interpreted in Redhat's shadow suite a non-shadowed >password itself. You can create a script that

Re: FAT32

1998-03-08 Thread Christopher Radi
Has anyone else had success using Mtools to access FAT32 partitions? I've never been able to mount either of my FAT32 partitions, so I never tried Mtools. I accidentally did a "mdir c:" instead of an "mdir a:" and it displayed the directory of my first FAT32, and all the Mtools work fine. Does

Domain maust resolve (2nd try) -Reply

1998-03-08 Thread Raymond Fung
Oleg, Are you using PINE or the so to edit / compose your E-mails, those software have configuration settings that you can preset your host/domain name when composing messages, which should normally be your ISP's domain name (otherwise, the reply message cannot delivered back to you). This sho

Re: FAT32

1998-03-08 Thread Greg Thomas
> OK, I have perused the archives, but I need to mount a Win95B partition > (FAT32) from RH50. As far as I can determine, I have to apply some patch to > the kernel and recompile. > 1. Is this true? > 2. Isn't RH sufficiently advanced and Win95 sufficiently common for this > capability to be incl

Re: Help, X color depth

1998-03-08 Thread Stephen Carville
Donavan Nelson wrote: > > I've got a stock install of RH 5.0 with X. But I can not get the display > to use more than 6 bits per rgb value. I didn't even know X would support 6 bits/pixel! > I have an S3 Trio64V2 PCI clone type car with 1 meg-o-video ram. All I'm > trying to do is use

sendmail.cf setting -Reply

1998-03-08 Thread Raymond Fung
If you are using the sendmail that cocmes with Red Hat 5.0, you can edit the sendmail.cf file and locate the line calls "DM" (aligned left) and change it to : DMfoobargaz.com then restart sendmail (or restart your machine totally). Regards, Raymond. >>> KONDO Kazumoto <[EMAIL PROTECTED]> 03/0

Re: Best Linux Book

1998-03-08 Thread Chuck Mead
I have almost all of the books listed at http://www.moongroup.com/unix/linux_stuff.html and am still buying them! What topics are you looking for? On Sun, 08 Mar 1998, "Muad'Dib" wrote: >What is the best Linux book out there today? I looked at Running Linux, >but the copyright was 1996, and that

Re: shadowed password question

1998-03-08 Thread Bench
This is possible but you can't just issue a pwconv5 here since all shadowed password '*' on /etc/passwd file which is the case in Slackware instead of 'x' will be interpreted in Redhat's shadow suite a non-shadowed password itself. You can create a script that convert all '*' to 'x' then issue a

Best Linux Book

1998-03-08 Thread David Fisher
Why do you feel that one book will suffice? Muad'Dib wrote: > What is the best Linux book out there today? I looked at Running Linux, > but the copyright was 1996, and that means outdated. > > I'm looking for something that doesn't treat me like a newbie, but also > doesn't forget the basics.

Best Linux Book

1998-03-08 Thread Muad'Dib
What is the best Linux book out there today? I looked at Running Linux, but the copyright was 1996, and that means outdated. I'm looking for something that doesn't treat me like a newbie, but also doesn't forget the basics. If I have to get two books, so be it. Brian Homepage: http://www.olemi

Re: FW: Swap File, how large can it be?

1998-03-08 Thread William T Wilson
On Mon, 9 Mar 1998, Bradley, Greg wrote: > On a Linux system it doesn't really matter so long as you have enough > :-). That's really true. I have one system with 48M of ram and 48M of swap and another system with 128M of ram and 20M of swap. It's always best to have a LITTLE bit of swap - a c

RE: Setting up Win95 part of IP-Masq.

1998-03-08 Thread Mobeen Azhar
You can put either the address of your Linux box or your ISP. I prefer using the Linux box since that prevents dial-ups just for local name resolutions. On Sunday, March 08, 1998 11:28 AM, Krzysztof Zaraska [SMTP:[EMAIL PROTECTED]] wrote: > On Sat, 7 Mar 1998 [EMAIL PROTECTED] wrote: > > >

re: Segmentation Fault

1998-03-08 Thread mkite
I am getting a " Segmentation Fault (core dump)" message every time I try to exec afterstep. I have a Cyrix 6x86 200MMX is this hardware incompatible -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mai

FW: Swap File, how large can it be?

1998-03-08 Thread Bradley, Greg
On a Linux system it doesn't really matter so long as you have enough :-). On a SCO system though you MUST have at least RAMSIZE+10% as when it crashes, it writes the contents of ram to the swap partition. If there isn't enough room, it will simply overwrite your root partition with the excess.

sendmail.cf setting

1998-03-08 Thread KONDO Kazumoto
Hello, there! I am new to Red Hat 5.0, and I like this very much!! I have a question on mail setting, especially sendmail.cf. I would like to setup my server which can handle the mail not including machine name. For example; Now I can send mail the below format. [EMAIL PROTECTED] (ns is the

Re: lowercase? (simple question)

1998-03-08 Thread Rick L. Mantooth
Here ya go: rickdman # cat `which lowerall` #!/bin/sh for i in $* do mv $i `echo $i | tr [A-Z] [a-z]` echo "Moving $i to `echo $i | tr [A-Z] [a-z]`" done And for converting to UpperCase: rickdman # cat `which upperall` #!/bin/sh for i in $* do mv $i `echo $i | tr [a-z] [

Re: Setting up Win95 part of IP-Masq.

1998-03-08 Thread nimennor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks, I thought I was missing something... Thanks again, Nikita. P.s. Gotta stop skipping lines while reading HOWTO :) On Sun, 8 Mar 1998, Krzysztof Zaraska wrote: >From: Krzysztof Zaraska <[EMAIL PROTECTED]> >Subject: Re: Setting up Win95

Re: Admin book of Linux and boot bypass

1998-03-08 Thread Sam Ockman
On Sun, Mar 08, 1998 at 03:46:01PM -0600, CS wrote: > Hi, All > Where can I find a good Linux Admin book? Online or book store. > When my linux box boots without network connected. It reports from > eth0 that my box is not connected to the net, but the boot process > still tries to boot smbd,

Re: latest ghostscript with glibc

1998-03-08 Thread Richard
I am also wondering if anyone is running ghostscript 5.10, I really need some help in recompiling and adjusting the dependencies with ghostview. Thanks. === I am running ghostscript 5.10 that I compiled under Redhat 5 & glibc. (Aladdin Ghostscript 5.10 (1997-11-23)) I did NOT use any r

lowercase? (simple question)

1998-03-08 Thread Larry Lade
Is there a command which converts all filenames in a directory to lower case? I was about to write a perl script to do so, but I'm sure there's a standard tool to do it... one I can't seem to find or remember. -- -- Larry Lade - http://www.g

Re: Admin book of Linux and boot bypass

1998-03-08 Thread Steve \"Stevers!\" Coile
On Sun, 8 Mar 1998, CS wrote: >Where can I find a good Linux Admin book? Online or book store. Essential Systems Administration AEileen Fisch O'Reilly and Associates, Publisher >When my linux box boots without network connected. It reports from >eth0 that my box is not connected to the net, b

Re: Help, X color depth

1998-03-08 Thread Miroslaw Wodniak
Donavan Nelson wrote: > Agree, but I should be able to do 800 x 600 with 256 colors and on meg of > video memory. My winblows machine does this without any problem. Is X > that much different? > In one machine I have Stealth Pro with 1M and it gave me even better resolution (1024x768) with 2

Re: best way to move system to new disk drive?

1998-03-08 Thread Mike Hardrick
Hi Paul, The quickest way I have ever done a drive to drive transfer is with ghost ( http://www.ghostsoft.com ) with this util you can go from drive to drive as long as the destination drive is at least as big as the source... Hope it works out for ya Mike At 05:39 PM 3/8/98 -0500, you wro

Remote printer on a PNW Server via Linux?

1998-03-08 Thread 73417 . 2023
I would like to set up a remote printer on my Pentium 100 MHz computer, which is running the RedHat Linux 5.0 OS with the new kernel 2.0.32 version and libc-5.3.12-25, to send prints to a DeskJet 855C printer on a networked 486 25 MHz computer, running OpenDOS 7.01 with Personal NetWare Server/Cli

xconsole weirdness

1998-03-08 Thread Matthew Saltzman
I'm running RedHat 4.2 (kernel doesn't affect the problem) XFree86 3.3 with xdm and fvwm2 (not fvwm95). The graphical login screen has a window open labeled "Console log for ". When I log in, this window (now decorated) appears on my screen, but I never see any console messages on it. I never s

best way to move system to new disk drive?

1998-03-08 Thread Paul Tarvydas
I wish to bounce my current 4.2 onto tape and then restore it onto a new (larger) drive. Then, after I have a copy of it on two drives, I will upgrade to 5.0. Back in my time, I used to do this with dump/restor and a stand-alone unix (i.e. booted from a floppy). I booted from the redhat boot fl

Re: nslookup.....kooky !

1998-03-08 Thread William T Wilson
On Sat, 7 Mar 1998, robert collins wrote: > Hello; well, Ping > finds the localhost > giving an ICMP output: > Traceroute finds it with > all the outputs: But, nslookup > can't find the hostname and nslookup doesn't use the /etc/hosts file (or the nsswitch file itself). It simply talks to the na

Re: Help, X color depth

1998-03-08 Thread Donavan Nelson
Agree, but I should be able to do 800 x 600 with 256 colors and on meg of video memory. My winblows machine does this without any problem. Is X that much different? On Sun, 8 Mar 1998, Miroslaw Wodniak wrote: > 1M RAM memory on video card is not going to give many more colors. You could > try

Domain must resolve (2nd try)

1998-03-08 Thread oleg
Sorry, this was supposed to be a reply to personal reply, but the protection described works too well. Even mail sent by telnetting to my provider gets rejected. Again, sorry if this is off topic at this list (where should it be on topic?) Could too be of interest to some I suspect. ---

Re: DNS How-To Problem

1998-03-08 Thread Miroslaw Wodniak
Casey Bralla wrote: > I'm follwwing through the How-To on setting up a DNS and just hit a > brick wall. I can set up a caching-only server, but can not get the > DNS to recognize "linux.bogus" as outlined int e How-to. > > Anybody work through this How-to? Did it work for you? > > J R Casey B

RE: Admin book of Linux and boot bypass

1998-03-08 Thread Chuck Mead
You can find it at http://www.moongroup.com/unix/linux_stuff.html The title is linked to O'Reilly's site to read about it and then there's a "buy it" link on the linux_stuff.html page right next to the book! You might want to have a look aroung while you're there. It's a growing resource and I'

Re: Admin book of Linux and boot bypass

1998-03-08 Thread Bradley Glonka
> Where can I find a good Linux Admin book? Online or book store. http://linuxcentral.com You may want to try: Linux Network Administration Guide or Dr. Linux 5th Edition. -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /

Admin book of Linux and boot bypass

1998-03-08 Thread CS
Hi, All Where can I find a good Linux Admin book? Online or book store. When my linux box boots without network connected. It reports from eth0 that my box is not connected to the net, but the boot process still tries to boot smbd, sendmail, ...etc. How can I bypass all those network related

DNS How-To Problem

1998-03-08 Thread Casey Bralla
I'm follwwing through the How-To on setting up a DNS and just hit a brick wall. I can set up a caching-only server, but can not get the DNS to recognize "linux.bogus" as outlined int e How-to. Anybody work through this How-to? Did it work for you? J R Casey Bralla [EMAIL PROTECTED] Chief Ner

Re: A new HOWTO

1998-03-08 Thread David Wollmann
At 09:38 AM 3/8/98 +0100, you wrote: >Well... > >Perhaps this type of doc doesn't deserves the word "HOWTO", but as more >and more newbies (as I believe I am, even after 2 years of Linux >sysadmin) come to Linux, we need some generic docs explaining advanced >use of the OS and its extensions and a

Re: Help, X color depth

1998-03-08 Thread Miroslaw Wodniak
1M RAM memory on video card is not going to give many more colors. You could try to reduce the size of your screen and/or number of virtual screens (not sure if that helps). I don't think forcing 'bpp' with 'startx' command would help Mike Donavan Nelson wrote: > I've got a stock install of RH 5

Domain maust resolve (2nd try)

1998-03-08 Thread oleg
Hello, I seem to miss something here. Pointers will be appreciated. When I set up my PC I gave it the name oleg.home.pc (which it is, my home PC, connecting occasionally by dialup ppp, with dynamic IP). Now from increasingly many servers I get a message (when trying to send mail) "stat: Deferred

Help, X color depth

1998-03-08 Thread Donavan Nelson
I've got a stock install of RH 5.0 with X. But I can not get the display to use more than 6 bits per rgb value. I have an S3 Trio64V2 PCI clone type car with 1 meg-o-video ram. All I'm trying to do is use netscape to view some local pages, but the graphics are terrible because of the lost colo

man error

1998-03-08 Thread Brian C Hand
Hello, The follwoing error appears after I try to man something in RH4.2 [bchand@tomcat ~]# man hostname man: No such file or directory Failed to open the message catalog man on the path NLSPATH= Formatting page, please wait... It is important to note that I see my man pages, however I am won

Re: printing pdf files

1998-03-08 Thread Jack Byers
>> > I just tried doing your ps-while-acroread_printing suggestion >> > and I see _no_ evidence of ghostscript. >> Well, that's understandable if you have a Postscript printer. I >> don't. :) >> David E. Fox asoaa, sorry to be so dim, I thot Iwas missing something essen

Re: shadowed password question

1998-03-08 Thread John J. Donohue
On Sun, 8 Mar 1998, Aaron Walker wrote: > Is it possible to have shadow passwords installed and have an > /etc/passwd like: > > root:RLx6uuTK6dzWg:0:1:Operator:/:/bin/csh > nobody:*:-2:-2::/: > daemon:*:1:1::/: > sys:*:2:2::/:/bin/csh > bin:*:3:3::/bin: > uucp:*:4:4::/var/spool/uucppublic: > ftp

Re: changing IP Number ON NIC

1998-03-08 Thread root
> > I used to use Xwindows to change the IP number on Linux, > but I now need to do this from the command line. > > Is there a single command to change the IP number ?? > My approach is to remake the /etc/HOSTNAME by copying replacements overwriting it with files containing the different

Re: Setting up Win95 part of IP-Masq.

1998-03-08 Thread Krzysztof Zaraska
On Sat, 7 Mar 1998 [EMAIL PROTECTED] wrote: > I have successfully setup a  home-network, and > everything seems working fine ( aside from > disconnecting after a while... ). But anyway, I have > no idea what to put in the DNS: host, and DNS: domain > in Windows 95. I figured it would be

Re: shadowed password question

1998-03-08 Thread Krzysztof Zaraska
On Sun, 8 Mar 1998, Aaron Walker wrote: > Is it possible to have shadow passwords installed and have an > /etc/passwd like: > > > Everyone is shadowed except root. Is this possible? >From the technical point of view yes. I've just checked and it seems that you may have both shadowed (wi

azerty-Keyboard config trouble in X-windows

1998-03-08 Thread Werner Ramaekers
Keyboard Problem I have an azerty keyboard and have selected this type during installation of RedHat Linux 5.0 This works ok in command-line mode. When running the X-server (XFree86) and opening a shell the keyboard type is querty and not azerty . The keys of the keyboard are in querty state

Re: setting X root window question

1998-03-08 Thread Paul Fontenot
xv -root -quit "what_ever.bmp" -Paul On Sun, 8 Mar 1998, Steve Hazelett wrote: > Hi, >I have a bmp file that fails to get loaded with xsetroot but will load > using xv. xsetroot complains that it is not a standard bitmap file. I want > to set this bmp file for my root window in X as cent

Re: setting X root window question

1998-03-08 Thread Greg Fall
On Sun, 8 Mar 1998, Steve Hazelett wrote: >I have a bmp file that fails to get loaded with xsetroot but will load > using xv. xsetroot complains that it is not a standard bitmap file. I want > to set this bmp file for my root window in X as centered and tiled. I know > I can set it up in .

Re: setting X root window question

1998-03-08 Thread Rick L. Mantooth
Steve, xv -root filename.bmp -quit Look over in /usr/doc/xv. for a xvdocs.ps file. Rick On Sun, 8 Mar 1998, Steve Hazelett wrote: > Hi, >I have a bmp file that fails to get loaded with xsetroot but will load > using xv. xsetroot complains that it is not a standard bitmap file. I want

Re: Navigator still crashes

1998-03-08 Thread Stephen Carville
George Toft wrote: > I removed ecery trace of Netscape Communicator from my system > by tracing the execution of the installation script ns-install. > > Then I got smart and used the rpm package to install Communicator. > Worked for about 20 minutes, now locks up hard. no Ctrl-Alt-F1, > no Ctrl

setting X root window question

1998-03-08 Thread Steve Hazelett
Hi, I have a bmp file that fails to get loaded with xsetroot but will load using xv. xsetroot complains that it is not a standard bitmap file. I want to set this bmp file for my root window in X as centered and tiled. I know I can set it up in .Xclients, but I can't find the command line opt

gpm mouse errors

1998-03-08 Thread robert collins
Hello; Is anyone out there familiar with gpm mouse errors on bootup and shutdown ?? Mouse seems to work ok...thanks bob c -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To un

Re: A new HOWTO

1998-03-08 Thread Cristian Tibirna
On Sun, 8 Mar 1998, Cristian Tibirna wrote: > chapter abour WHEN AND WHY LINUX IS TO BE PROFERRED TO NT! I can help a Of course I meant PREFERRED. Sorry. Cristian -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIV

Re: A new HOWTO

1998-03-08 Thread Cristian Tibirna
On Sun, 8 Mar 1998, Jean-Christophe Praud wrote: > An NT admin doesn't have to read all M$ Press docs before setting up > his/her server : he/she just reads the part concerning his/her needs. > Heck! Have EVER, ever tried to solve a REAL PROBLEM (tm) on NT by perusing the provided docs? Naaah! I

Re: shadowed password question

1998-03-08 Thread Stephen Carville
Aaron Walker wrote: > > Is it possible to have shadow passwords installed and have an > /etc/passwd like: > > root:RLx6uuTK6dzWg:0:1:Operator:/:/bin/csh > nobody:*:-2:-2::/: > daemon:*:1:1::/: > sys:*:2:2::/:/bin/csh > bin:*:3:3::/bin: > uucp:*:4:4::/var/spool/uucppublic: > ftp:*:5:5:Anonymous F

Slow Transfer Rate

1998-03-08 Thread Saleh A. Al-Abbad
Hello all ... I have a linux and Win95 networked together by 10Mb Ethernet segment. When I access Linux from Win95 by Netscape Communicator 4.XX I notice it takes about 10-15 seconds to get the INDEX html page back, while I have modem access to company's intranet and get faster response. I kn

Re: Navigator still crashes

1998-03-08 Thread Eze Ogwuma
George Toft <[EMAIL PROTECTED]> writes: > I removed ecery trace of Netscape Communicator from my system > by tracing the execution of the installation script ns-install. > > Then I got smart and used the rpm package to install Communicator. > Worked for about 20 minutes, now locks up hard. no

Re: Navigator still crashes

1998-03-08 Thread Tim Fairchild
> I removed ecery trace of Netscape Communicator from my system > by tracing the execution of the installation script ns-install. > > Then I got smart and used the rpm package to install Communicator. > Worked for about 20 minutes, now locks up hard. no Ctrl-Alt-F1, > no Ctrl-Alt-Bksp. Reset b

Re: Navigator still crashes

1998-03-08 Thread My name
At 10:25 PM 3/7/98 -0600, you wrote: >George Toft wrote: >> >> I removed ecery trace of Netscape Communicator from my system >> by tracing the execution of the installation script ns-install. >> >> Then I got smart and used the rpm package to install Communicator. >> Worked for about 20 minutes

IBM.net Internet dialup scripts, was : Need a Linux Friendly ISP/dialup provider

1998-03-08 Thread My name
This is how I connect to ibm. I never managed to dial into any provider any other way. I actually would not mind logging in manually, and often need to connect to other providers, but never managed. If someone has exact instructions, I would be happy. For example, how to use this dip program j

Re: ghostscript causing fault

1998-03-08 Thread Eze Ogwuma
<[EMAIL PROTECTED]> writes: > Hi, I just installed the latest ghostscript rpms from the /contrib dir. > But everytime I type gs, it gives me a segmentation fault (core dumped). Try http://www.users.dircon.co.uk/~typhoon Eze Ogwuma

locale/netscape problems, RH5/glibc specific?

1998-03-08 Thread Julien Michielsen
Since installing RH5 I remained unable to run netscape. Running netscape only gives the message "locale `C' not supported", and then stops. Things I tried: getting the navigator as a tar-file, and installing with the ns-install script, and also by hand, tried the navigator.rpm, and finally got th

Teles ISDN and PPP.. AArggh !!!!

1998-03-08 Thread Cullip, Lee
Help ! I am relatively new to linux and I'm trying to get my ISDN adapter and a PPP connection to work. How ? If somebody has achieved this could they mail me to let me know how. Many thanks. Lee Email : [EMAIL PROTECTED] (preffered) [EMAIL PROTECTED] (work) -- PLEASE read the Red Ha

ipfwadm

1998-03-08 Thread Bench
Does anyone know of what kernel version has damaged ipfwadm support? TIA. -- PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES! http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists To unsubscribe: mail [EMAIL PROTECTED] with

Re: A new HOWTO

1998-03-08 Thread Jean-Christophe Praud
Well... Perhaps this type of doc doesn't deserves the word "HOWTO", but as more and more newbies (as I believe I am, even after 2 years of Linux sysadmin) come to Linux, we need some generic docs explaining advanced use of the OS and its extensions and applications. Such a doc MUST contain pointe

Re: X server memory leach?

1998-03-08 Thread Bob Taylor
On Sat, 07 Mar 1998 23:51:35 +0100, Martin Solli <[EMAIL PROTECTED]> writes: > On Sat, 7 Mar 1998, Bob Taylor wrote: [snip] > > Do you restart X? > > Well, I try to avoid it, but now it is neccesary every 12 hours or so. When I > start X it uses approx. 8megs, but after 5 hours: > > # ps m 39

Re: shadowed password question

1998-03-08 Thread Steve \"Stevers!\" Coile
On Sun, 8 Mar 1998, Aaron Walker wrote: >Is it possible to have shadow passwords installed and have an >/etc/passwd like: > >root:RLx6uuTK6dzWg:0:1:Operator:/:/bin/csh >nobody:*:-2:-2::/: >daemon:*:1:1::/: >sys:*:2:2::/:/bin/csh >bin:*:3:3::/bin: >uucp:*:4:4::/var/spool/uucppublic: >ftp:*:5:5:Anon

latest ghostscript with glibc

1998-03-08 Thread sma202
Regarding my previous message. I said that I installed the latest ghostscript RPMS but they caused a segmentation fault. I uninstalled them, and am using the original that came with the dist. My hunch is that the RPMs in the /contrib dir are not compiled for glibc. Can someone verify this? or

shadowed password question

1998-03-08 Thread Aaron Walker
Is it possible to have shadow passwords installed and have an /etc/passwd like: root:RLx6uuTK6dzWg:0:1:Operator:/:/bin/csh nobody:*:-2:-2::/: daemon:*:1:1::/: sys:*:2:2::/:/bin/csh bin:*:3:3::/bin: uucp:*:4:4::/var/spool/uucppublic: ftp:*:5:5:Anonymous File Thief:/var/ftp: news:*:6:6::/var/spool/

Re: Navigator still crashes

1998-03-08 Thread scarter
George Toft wrote: > I removed ecery trace of Netscape Communicator from my system > by tracing the execution of the installation script ns-install. > > Then I got smart and used the rpm package to install Communicator. > Worked for about 20 minutes, now locks up hard. no Ctrl-Alt-F1, > no Ctrl

Re: Anyone have experience getting this to work?

1998-03-08 Thread scarter
Brian Landers wrote: > Hi all...I've got a Gateway 2000 P6-333 running RedHat 5.0. It has an > internal Travan 4/8GB tape drive that I want to use with BRU to do backups. > The internal bus is IDE (I know that RedHat doesn't SUPPORT IDE tape > drives, but I have a sneaking suspicion someone out t