Re: Red-hat 7.1 freezing

2002-11-08 Thread slymer
On Fri, 8 Nov 2002 10:57:58 -0500 "Swenson, Chris" <[EMAIL PROTECTED]> wrote: > Hi, > > Over the past few months, my Linux workstation has begun > locking up completely. I mean, 100% totally unresponsive, just > frozen stiff. It has thus far only occurred while I've been in > X Windows, but I'm a

Netscape install (was: Re: confirm 295122)

2002-11-08 Thread Taylor, ForrestX
mike gelfer wrote: Dear Red hat Gurus: I run red-hat linux 7.1. Recently I downloaded a new version of netscape navigator and installed it to /home/local directory as /usr/local is full (I have a symbolic link between /usr/local and /home/usr/local). However when I installed a new netscape the

confirm 295122

2002-11-08 Thread mike gelfer
confirm 295122 Dear Red hat Gurus: I run red-hat linux 7.1. Recently I downloaded a new version of netscape navigator and installed it to /home/local directory as /usr/local is full (I have a symbolic link between /usr/local and /home/usr/local). However when I installed a new netscape the old o

Re: linux in a pc network

2002-11-08 Thread James P. Roberts
>Hi,I've recently installed RH 7.2 on my machine at home. I have one >more computer which is Windows based. Both computers see each other when >I use ping. How can I configure my Linux machine to access the Internet >thorough my other PC (using the LAN I have established). The PC is >connecting

Re: NVIDIA GeForce4 with Redhat 7.1

2002-11-08 Thread Conny Enström
Nvidia have drivers for RH 7.0 > 7.3, then you also get OpenGL function. Go to: http://www.nvidia.com/view.asp?IO=linux_display_1.0-3123 - Original Message - From: "Marken Benjamin J" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 08, 2002 3:40 PM Subject: NVIDIA GeForc

Re: automount?

2002-11-08 Thread Steven J. Yellin
Changing "noauto" to "auto" in a /etc/fstab line means the device will be mounted at boot. It does not mean it will be mounted at the time someone tries to access the cd reader. On the other hand, autofs can be used to mount the cdrom when an attempt is made to access /mnt/cdrom, or magicdev

Red-hat 7.1 freezing

2002-11-08 Thread Swenson, Chris
I had a server freezing everyday for 5 months. When I upgraded the kernel during the winter break all problems related to it hanging went away. I did this patch last January. Chris Swenson Curry College Milton Mass. -Original Message- From: [EMAIL PROTECTED] [mailto:seawolf-list-request

RE: NVIDIA GeForce4 with Redhat 7.1

2002-11-08 Thread Tiberiu Dragulinescu
Try the nVidia drivers from the nVidia site. Be careful with the kernel version. There should be two parts: the kernel module and the glx module. They also have a HOW-TO to help you install the driver. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:seawolf-list-admin@;redhat.co

NVIDIA GeForce4 with Redhat 7.1

2002-11-08 Thread Marken Benjamin J
I just bought a GeForce 4 Ti 4200. I have Redhat 7.1 and I'm totally newbie with RedHat. I can't get the GeForce 4 to work properly and I'm doing a fresh install. I was wondering if the GeForce 4 will even work with 7.1 or not. If it will I was wondering if anyone could help me step by step

Re: linux in a pc network

2002-11-08 Thread Katrin Koumpikova
Thanks, but I have W2K and that's one of it's features. I don't have any problems to share my dial up connection with another windows machine but when I tried to do it with the Linux one I can't browse the Internet from Linux. Actually I set up my computer to dual boot (Windows and Linux). W

Re: linux in a pc network

2002-11-08 Thread Kevin Weslowski
Hi, this sounds like you want ICS on a windows box: http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q234815&; this should work if you're using win98 or greater... Katrin Koumpikova wrote: Hi,I've recently installed RH 7.2 on my machine at home. I have one more computer which is Windows

Re: automount?

2002-11-08 Thread Ian Firla
Try changing the reference in /etc/fstab It probably reads something like this: /dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0 you want to change the "noauto" to "auto" Ian On Thu, 2002-11-07 at 20:17, Conny Enström wrote: > Why must I run the command: 'mou