Re: vim-6.1 syntax highlighting

2003-09-19 Thread christopher j bottaro
19 Sep 2003 11:49:53 -0500 > > christopher j bottaro <[EMAIL PROTECTED]> wrote: > > the debian systems at my school have vim-6.1 but don't do syntax > > highlighting. > > how do i get syntax highlighting like on my redhat-9 system at home? > > Hi Christoph

vim-6.1 syntax highlighting

2003-09-19 Thread christopher j bottaro
the debian systems at my school have vim-6.1 but don't do syntax highlighting. how do i get syntax highlighting like on my redhat-9 system at home? thanks, -- christopher -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: vim-6.1 syntax highlighting

2003-09-19 Thread Sean Estabrooks
On Fri, 19 Sep 2003 11:49:53 -0500 christopher j bottaro <[EMAIL PROTECTED]> wrote: > the debian systems at my school have vim-6.1 but don't do syntax > highlighting. > how do i get syntax highlighting like on my redhat-9 system at home? > Hi Christopher, If the syntax

vim-6.1 syntax highlighting

2003-09-19 Thread christopher j bottaro
the debian systems at my school have vim-6.1 but don't do syntax highlighting. how do i get syntax highlighting like on my redhat-9 system at home? thanks, -- christopher -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: lost password on rh 6.1 system

2003-07-09 Thread Bill Tangren
Alex Sharaz wrote: hi all, quick question, I've got a rh 6.1 system here and the owners have lost the root password for it. quick pointers as to how to log onto the box? bot off a cdrom and then edit the /etc/passwd / shadow files? Any help appreciated Alex At the LILO prompt, type

RE: lost password on rh 6.1 system

2003-07-09 Thread Sites, Brad
Alex Sharaz wrote: > I've got a rh 6.1 system here and the owners have lost the root > password for it. > quick pointers as to how to log onto the box? > > bot off a cdrom and then edit the /etc/passwd / shadow files? An easier way is to boot into single user mode. When you

Re: lost password on rh 6.1 system

2003-07-09 Thread Garrett Marone
hi all, quick question, I've got a rh 6.1 system here and the owners have lost the root password for it. quick pointers as to how to log onto the box? bot off a cdrom and then edit the /etc/passwd / shadow files? Any help appreciated Alex -- redhat-list mailing list unsubscribe mai

lost password on rh 6.1 system

2003-07-09 Thread Alex Sharaz
hi all, quick question, I've got a rh 6.1 system here and the owners have lost the root password for it. quick pointers as to how to log onto the box? bot off a cdrom and then edit the /etc/passwd / shadow files? Any help appreciated Alex -- redhat-list mailing list unsubscribe m

Can't start KDE from linux shell in Redhat 6.1

2003-03-27 Thread Nainil Chheda - [http://services.eliteral.com]
Hi all, I don't know why I can't start KDE2 from linux shell. I think I have done all the instructions for compiling and installing the from the sources. I have Red Hat 6.1 on my machine and I already remove KDE1. After 3 hours compiling all the sources (including Qt 2.2.1) with no

Re: mount RH 6.1

2002-09-13 Thread Mike Burger
Yup...as I acknolwedged, in a later message. The perils of posting messages between 4 and 5AM. :) "Anthony E. Greene" <[EMAIL PROTECTED]> said: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 13-Sep-2002/04:30 -0500, Mike Burger <[EMAIL PROTECTED]> wrote: > >You can ignore what fstab

Re: mount RH 6.1

2002-09-13 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13-Sep-2002/04:30 -0500, Mike Burger <[EMAIL PROTECTED]> wrote: >You can ignore what fstab says, in this case, since the floppy isn't >mounted. I think you're thinking of mtab. >"mount /mnt/floppy" won't do any good, because /mnt/floppy is not a

Re: mount RH 6.1

2002-09-13 Thread Mike Burger
I do stand corrected, to a point, on the "mount /mnt/floppy" thing from earlier...with the fstab entry, if the floppy was ext2 formatted, it should have worked. However, as I pointed out below, if the floppy is DOS formatted, you need to specify the full command, with file system type. On Fri

RE: mount command for 6.1

2002-09-13 Thread Mike Burger
ppy? > > > Thanks > > Mike > -Original Message- > From: Anthony E. Greene > Sent: Friday, 13 September 2002 10:49 > To: [EMAIL PROTECTED] > Subject: Re: mount command for 6.1 > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 13-Sep-2

Re: mount RH 6.1

2002-09-13 Thread Mike Burger
You can ignore what fstab says, in this case, since the floppy isn't mounted. "mount /mnt/floppy" won't do any good, because /mnt/floppy is not a device. "mount /dev/fd0" on its own won't do any good, because you aren't specifying a filesystem type or a mount point. If the floppy is an ext2

Re: mount command for 6.1

2002-09-12 Thread Tom Pollerman
To: [EMAIL PROTECTED] > Subject: Re: mount command for 6.1 > > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 13-Sep-2002/09:39 +1200, [EMAIL PROTECTED] wrote: > >I have to add a driver via a floppy, but I could not mount the > >floppy > > >

Re: mount RH 6.1

2002-09-12 Thread Will Francis
> I've used the command mount /mnt/floppy and mount /dev/fd0 but these spew > out that extra command s are needed and the msdos format on the floppy is > not recognised You can always (as root) mount it manually: mount /dev/fd0 /mnt/floppy or even more specifically mount /dev/fd0u1440 /mnt/f

RE: mount command for 6.1

2002-09-12 Thread Linux
What is the syntax for the mount command for RH6.1 for the floppy? Thanks Mike -Original Message- From: Anthony E. Greene Sent: Friday, 13 September 2002 10:49 To: [EMAIL PROTECTED] Subject: Re: mount command for 6.1 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13-Sep-2002/09

Re: mount command for 6.1

2002-09-12 Thread Emmanuel Seyman
On Fri, Sep 13, 2002 at 09:39:39AM +1200, [EMAIL PROTECTED] wrote: > > The /etc/fstab shows the floppy as ext2 fs should I change it to "auto"? Yes. > Is there a special syntax for mounting a floppy onto a RH 6.1 system? Make the change to /etc/fstab and run "

mount RH 6.1

2002-09-12 Thread Linux
Hi I was introduced to Linux at RH7.0 level and are struggling to understand why I cannot mount a floppy on a RH6.1 system I came across yesterday. I've used the command mount /mnt/floppy and mount /dev/fd0 but these spew out that extra command s are needed and the msdos format on the floppy is

Re: mount command for 6.1

2002-09-12 Thread Anthony E. Greene
>The /etc/fstab shows the floppy as ext2 fs should I change it to "auto"? Yes. >Is there a special syntax for mounting a floppy onto a RH 6.1 system? No. - -- Anthony E. Greene <mailto:[EMAIL PROTECTED]%3E> OpenPGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6

mount command for 6.1

2002-09-12 Thread Mike
Hi I was introduced to Redhat at version 7.0 but yesterday I found a 6.1 machine. I have to add a driver via a floppy, but I could not mount the floppy The normal mount /mnt/floppy or mount /dev/fd0 caused the machine to spew garbage about wrong formats The /etc/fstab shows the floppy as

Re: Redhat 6.1 Problems [sendmail]

2002-09-11 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11-Sep-2002/15:35 -0400, [EMAIL PROTECTED] wrote: > >FYI - A guy from sendmail.org stated that the original problem was that >linuxconf was used to configure sendmail which was very bad! > >Does anyone use 'webmin' to configure their server? The b

Re: Redhat 6.1 Problems [sendmail]

2002-09-11 Thread mbowman
Thank you all. I took the advice and upgraded my sendmail to 8.11.6 from the 6.2 area. I installed all 3 rpms then ran this to reconfigure my sendmail m4 sendmail.mc > sendmail.cf Then tweaked the /etc/mail/access to setup the appropriate relaying. Now I have to trawl through the blacklists li

Re: Redhat 6.1 Problems [sendmail]

2002-09-11 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/11/2002 at 06:37 AM, [EMAIL PROTECTED] said: >A client of ours has a HP Netserver E50 running RH 6.1. There server is >an open relay. I have looked on the web, and I have noticed that the >best way to fix the problem is to upgrade the O/S t

Re: Redhat 6.1 Problems

2002-09-11 Thread Ed Wilts
On Wed, Sep 11, 2002 at 10:37:19AM -0400, [EMAIL PROTECTED] wrote: > This is my first post to the list. Welcome! > A client of ours has a HP Netserver E50 running RH 6.1. There server is an > open relay. I have looked on the web, and I have noticed that the best way > to fix the p

Re: Redhat 6.1 Problems

2002-09-11 Thread R P Herrold
On Wed, 11 Sep 2002 [EMAIL PROTECTED] wrote: > The have sendmail-8.9.3-15 installed. > > Is the above the problem? - How can I fix it? 1. Update the box to a more current version, or remove or firewall it away from the internet or mailserver duties it seemingly is serving -- this as a matter

Redhat 6.1 Problems

2002-09-11 Thread mbowman
Hi, This is my first post to the list. A client of ours has a HP Netserver E50 running RH 6.1. There server is an open relay. I have looked on the web, and I have noticed that the best way to fix the problem is to upgrade the O/S to a new version, however is there anything one can do to stop

Re: where can i download the redhat linux 6.1 version

2002-08-21 Thread Mike Burger
I stand corrected. On Wed, 21 Aug 2002, Ashley M. Kirchner wrote: > Srinivas Rao Kollipara wrote: > > > Can anyone tell me where exactly i can download the redhat linux 6.1 > > version. > > Please give me the exact link and the address. > > ftp://f

Re: where can i download the redhat linux 6.1 version

2002-08-21 Thread Mike Burger
I don't think you can, anymore. You *might* be able to download 6.2. On Tue, 20 Aug 2002, Srinivas Rao Kollipara wrote: > Hi, > > Can anyone tell me where exactly i can download the redhat linux 6.1 > version. > Please give me the exact link and the address. > &g

Re: where can i download the redhat linux 6.1 version

2002-08-21 Thread loophole
http://ftp.redhat.com/pub/redhat/linux/6.1/en/ = `When you say "I wrote a program that crashed Windows", people just stare at you blankly and say "Hey, I got those with the system, *for free*".' - Linus Torvalds

Re: where can i download the redhat linux 6.1 version

2002-08-21 Thread Ed . Greshko
t; contents of a remote server: Well, I assume the individual want the iso images to install... ftp> pwd 257 "/pub/redhat/linux/6.1/en/iso" ftp> ls 227 Entering Passive Mode (66,77,185,38,51,50) 150 Here comes the directory listing. 226 Directory send OK. Unlike... ftp> p

Re: where can i download the redhat linux 6.1 version

2002-08-21 Thread Ashley M. Kirchner
[EMAIL PROTECTED] wrote: > But, if you actually desend into these directories you will find them to > be quite empty. :-) Really? I wonder what program you're using that doesn't show you the contents of a remote server: ncftp ftp://ftp.redhat.com/pub/redhat/linux/6.1/e

Re: where can i download the redhat linux 6.1 version

2002-08-21 Thread Ed . Greshko
On Wed, 21 Aug 2002, Ashley M. Kirchner wrote: > ftp://ftp.redhat.com/pub/redhat/linux/ > drwxr-xr-x3 00 4096 Mar 29 2001 6.1 But, if you actually desend into these directories you will find them to be quite empty. :-) Ed -- http://www.shorewa

Re: where can i download the redhat linux 6.1 version

2002-08-21 Thread Ashley M. Kirchner
Srinivas Rao Kollipara wrote: > Can anyone tell me where exactly i can download the redhat linux 6.1 > version. > Please give me the exact link and the address. ftp://ftp.redhat.com/pub/redhat/linux/ drwxr-xr-x3 00 4096 Mar 29 2001 1.0 drwxr-xr

where can i download the redhat linux 6.1 version

2002-08-21 Thread Srinivas Rao Kollipara
Hi, Can anyone tell me where exactly i can download the redhat linux 6.1 version. Please give me the exact link and the address. Any help is appreciated. Thanks Sri -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman

Re: Archived snapshot of 6.1?

2002-06-11 Thread Joe Radinger
gt; ftp.redhat.com, but it's a little busy most of the time. > > > > More specifically: > > ftp://ftp.redhat.com/pub/redhat/linux/6.1/en/iso/i386/redhat-6.1-i386.iso > > Hey thanks! I have one other dumb question. What is this 'iso' extention > format? Ho

RE: Archived snapshot of 6.1?

2002-06-10 Thread Adam Ellis
: [EMAIL PROTECTED] Subject: Re: Archived snapshot of 6.1? On Sun, 26 May 2002, Emmanuel Seyman wrote: > On Sat, May 25, 2002 at 07:41:04PM -0300, Chris Watt wrote: > > > > Redhat has every (non-beta) version they've released on their ftp site > > ftp.redhat.com, but it&#

Re: Archived snapshot of 6.1?

2002-06-10 Thread Paul Thomas
specifically: > ftp://ftp.redhat.com/pub/redhat/linux/6.1/en/iso/i386/redhat-6.1-i386.iso Hey thanks! I have one other dumb question. What is this 'iso' extention format? Hopefully this is a file format that individual files can be extracted from like with tar. Thanks, --Paul

Re: Archived snapshot of 6.1?

2002-05-25 Thread Emmanuel Seyman
On Sat, May 25, 2002 at 07:41:04PM -0300, Chris Watt wrote: > > Redhat has every (non-beta) version they've released on their ftp site > ftp.redhat.com, but it's a little busy most of the time. More specifically: ftp://ftp.redhat.com/pub/redhat/linux/6.1/en/iso/i386/redhat

Re: Archived snapshot of 6.1?

2002-05-25 Thread Chris Watt
At 13:18 2002/05/24 -0700, Paul Thomas wrote: >Does anyone know if there is a distro snapshot archived >someplace? Redhat has every (non-beta) version they've released on their ftp site ftp.redhat.com, but it's a little busy most of the time. -- Q: What's tiny and yellow and very, very, d

Archived snapshot of 6.1?

2002-05-24 Thread Paul Thomas
Hi, Pardon my barging in, I have searched the RH site and a couple other places to no avail. I need to restore some files and things on my out-of-the-box 6.1 install but my CD does not work. The CD looks to be in fine shape and worked for the install and has been stored carefully since. I

Re: openssh on redhat 6.1

2002-03-18 Thread Carl D. Blake
enssh rpms. Worked great. On Sat, 2002-03-16 at 01:22, diyanat wrote: > Hi Friends > > I am planning to install Openssh on my redhat Linux box 6.1 ,and wanted some advice > > I want to know if the rpm's available with 7.2 can be installed on 6.1 and are there >any depend

Re: openssh on redhat 6.1

2002-03-16 Thread Gordon Messmer
On Sat, 2002-03-16 at 00:22, diyanat wrote: > > I am planning to install Openssh on my redhat Linux box 6.1 ,and wanted some > advice > > I want to know if the rpm's available with 7.2 can be installed on 6.1 > and are there any dependencies or updates to be don

Re: openssh on redhat 6.1

2002-03-15 Thread David Talkington
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 diyanat wrote: >I want to know if the rpm's available with 7.2 can be installed on >6.1 and are there any dependencies or updates to be done for the >same. has anyone successfully did it ? No, binary compatibility is only assure

openssh on redhat 6.1

2002-03-15 Thread diyanat
Hi Friends   I am planning to install Openssh on my redhat Linux box 6.1 ,and wanted some advice    I want to know if the rpm's available with 7.2 can be installed on 6.1 and are there any dependencies or updates to be done for the same.  has anyone successfully did it ?   If the

How do I get 6.1 to see a Desk Jet 500?

2001-04-25 Thread John Meshkoff
I just got an old HP Desk Jet 500 and connected to my 6.1 (2.2.12 kernel) box. Printtool cannot autodetect the printer, although it's listed in printtool. Since it doesn't see the printer, trying the "print ASCII directly to printer port" menu item only returns an er

Re: Matrox Millenium G450 for Red Hat 6.1

2001-04-22 Thread Rodolfo J. Paiz
At 4/22/01 11:50 AM -0400, you wrote: >You can't run binaries compiled for glibc2.2 (RedHat 7.0 and 7.1) on a 6.x >system which uses glibc2.1. There are no RPMs of glib2.2 for RH6.x. By this I take it you mean that X 4.xxx requires glibc2.2, and that the upgrade is therefore not practical? --

Re: Matrox Millenium G450 for Red Hat 6.1

2001-04-22 Thread Cameron Simpson
ing G450. | > > > Can not upgrade Redhat 6.1, because I'rm running a very impostant | > > application, which I cannot upgrade. | > > > Any idea where I can get the binary? | > > | > >It won't work - support for G450 was a added to Red Hat Linux 7.1, and |

Re: Matrox Millenium G450 for Red Hat 6.1

2001-04-22 Thread Alec Smith
D]> writes: > > > > > Would like to get working binary for supporting G450. > > > > > > Can not upgrade Redhat 6.1, because I'rm running a very impostant > > application, which I cannot upgrade. > > > > > > Any idea where I can g

Re: Matrox Millenium G450 for Red Hat 6.1

2001-04-22 Thread Rodolfo J. Paiz
At 4/22/01 10:52 AM -0400, you wrote: >"Giulio Bertellini" <[EMAIL PROTECTED]> writes: > > > Would like to get working binary for supporting G450. > > > > Can not upgrade Redhat 6.1, because I'rm running a very impostant > application, which I cann

Re: Matrox Millenium G450 for Red Hat 6.1

2001-04-22 Thread Trond Eivind Glomsrød
"Giulio Bertellini" <[EMAIL PROTECTED]> writes: > Would like to get working binary for supporting G450. > > Can not upgrade Redhat 6.1, because I'rm running a very impostant application, which >I cannot upgrade. > > Any idea where I can get the binary?

I: Matrox Millenium G450 for Red Hat 6.1

2001-04-21 Thread Giulio Bertellini
  Would like to get working binary for supporting G450.   Can not upgrade Redhat 6.1, because I'm running a very   important application, which I cannot upgrade.   Any idea where I can get the binary?   Thank you very much.   Giulio Bertellini

Matrox Millenium G450 for Red Hat 6.1

2001-04-21 Thread Giulio Bertellini
Would like to get working binary for supporting G450.   Can not upgrade Redhat 6.1, because I'rm running a very impostant application, which I cannot upgrade.   Any idea where I can get the binary?   Thank you very much.   Giulio Bertellini

Re: 6.1 and 6.2 updates

2001-04-09 Thread John Weber
Thanks for the answers, Trond and Mikkel! John On 9 Apr 2001, Trond Eivind Glomsrød wrote: > John Weber <[EMAIL PROTECTED]> writes: > > > I noticed that some rpms are not in the 6.1 update directory that are in > > the 6.2 dir. Is it safe to say that any update for 6.2

Re: 6.1 and 6.2 updates

2001-04-09 Thread Mikkel L. Ellertson
On Mon, 9 Apr 2001, John Weber wrote: > Hi, > > I noticed that some rpms are not in the 6.1 update directory that are in > the 6.2 dir. Is it safe to say that any update for 6.2 also applies to > 6.1? I use autorpm to notify of new packages on a couple 6.1 servers that > I'

Re: 6.1 and 6.2 updates

2001-04-09 Thread Trond Eivind Glomsrød
John Weber <[EMAIL PROTECTED]> writes: > I noticed that some rpms are not in the 6.1 update directory that are in > the 6.2 dir. Is it safe to say that any update for 6.2 also applies to > 6.1? Yes. We don't support 6.1 directly anymore AFAIR - we keep the "end of serie

6.1 and 6.2 updates

2001-04-09 Thread John Weber
Hi, I noticed that some rpms are not in the 6.1 update directory that are in the 6.2 dir. Is it safe to say that any update for 6.2 also applies to 6.1? I use autorpm to notify of new packages on a couple 6.1 servers that I'm not ready to upgrade and I'll just point autorpm to t

How can I get Real Player up on RH 6.1

2001-01-27 Thread Richard Bligdon
 I went to real.com and followed "Real Player 8 Basic" link to the unix are and then chose "rp8.libc6_rpm...even followed the instructions and renamed it,but when I try to install it with gnome_rpm,or using the command lineit say .."...for a different architecture."    What gives?

Problems (Kerberos and RedHat 6.1)

2001-01-10 Thread Carlos Rios
Hi I'm setting up kerberos 5 on RedHat 6.1, and have a problem setting up ftp service I addedKadmin: princ host/fimee.ugto.mx ftp/fimee44.ugto.mx telnet/fimee44.ugto.mx where: fimee44.ugto.mx is my host server and my ftp server, and all worked well, all were created. after t

Upgrade path from RH 6.1 secure server

2000-12-05 Thread Terry Letsche
Hello, all. I have a RH 6.1 professional edition server running e-commerce right now, and some of its certificates are coming due. Since the RSA patent has expired, what is the best way to go forward? Is there a howto somewhere to go from the secureweb rpm to using apache+ssl? I'm wary

Re: How much memory required for 6.1 installer

2000-11-06 Thread Gustav Schaffter
John, I believe you should be able to install RH 6.x on 8MB if you install in 'text only' mode. Regards Gustav John Himpel wrote: > > I am trying to install Redhat 6.1 on a 386 with 8MB of RAM. When I try > to load the second stage installer, I get a signal 7. I c

Re: How much memory required for 6.1 installer

2000-11-06 Thread Nitebirdz
On Sun, 5 Nov 2000, Statux wrote: > I think it requires around 16MB now adays.. or that's what I've gathered. > > > > On Sun, 5 Nov 2000, John Himpel wrote: > > > I am trying to install Redhat 6.1 on a 386 with 8MB of RAM. When I try > > to load the

Re: How much memory required for 6.1 installer

2000-11-05 Thread Statux
I think it requires around 16MB now adays.. or that's what I've gathered. On Sun, 5 Nov 2000, John Himpel wrote: > I am trying to install Redhat 6.1 on a 386 with 8MB of RAM. When I try > to load the second stage installer, I get a signal 7. I can get other > mini-di

How much memory required for 6.1 installer

2000-11-05 Thread John Himpel
I am trying to install Redhat 6.1 on a 386 with 8MB of RAM. When I try to load the second stage installer, I get a signal 7. I can get other mini-distributions (Coyote, Tomsrtbt, etc) to run fine on the machine. Does the 6.1 installer require more than 6MB of RAM? PS: This happens with both

Re: New 6.1 install not detecting NIC

2000-10-25 Thread Glen Lee Edwards
Bret, You may have hit on something. I originally posted the wrong card (sorry); this is a netgear EA 201C ISA NIC 10BaseT, that can be set to run on 3,5,9,10,11,12 or 15 IRQ. I'll try to find Donald Beckers site and see if I can run his diagnostic program. Thanks! Glen Today, at 09:58, Bret

Re: New 6.1 install not detecting NIC

2000-10-25 Thread Bret Hughes
Glen Lee Edwards wrote: > It doesn't even show up: > > $ less /proc/interrupts >CPU0 > 0: 705187 XT-PIC timer > 1:230 XT-PIC keyboard > 2: 0 XT-PIC cascade > 8: 1 XT-PIC rtc > 12:363 XT-PIC

Re: New 6.1 install not detecting NIC

2000-10-25 Thread Eddie Strohmier
y have ran into this and can give some more detail than I have. Best of Luck, Eddie Strohmier - Original Message - From: "Glen Lee Edwards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 25, 2000 2:27 AM Subject: Re: New 6.1 install not

Re: New 6.1 install not detecting NIC

2000-10-25 Thread Glen Lee Edwards
ld this message from dmesg have anything to do with it? apm: BIOS not found. I'm beginning to think that this processor isn't RH compatible. Glen >- Original Message - >From: "Glen Lee Edwards" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sen

Re: New 6.1 install not detecting NIC

2000-10-24 Thread Eddie Strohmier
ginal Message - From: "Glen Lee Edwards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 25, 2000 12:18 AM Subject: Re: New 6.1 install not detecting NIC > Yesterday, at 22:03, Statux sent through the Star Gate: > > >did you try to manuall

Re: New 6.1 install not detecting NIC

2000-10-24 Thread Glen Lee Edwards
way that I could check to see if there's an IRQ conflict? Also, I'm getting a couple of odd messages from dmesg: ide2: ports already in use, skipping probe ds: no socket drivers loaded! I don't know for sure what these mean, but I'm sure it's not good. Glen >On

Re: New 6.1 install not detecting NIC

2000-10-24 Thread Statux
did you try to manually insmod eepro100, or something of that nature? On Tue, 24 Oct 2000, Glen Lee Edwards wrote: > I just installed 6.1 on an old 486-66 I had been running windows95 on. > This is a clean install - reformatted everything and installed from > scratch. This box doesn&#

New 6.1 install not detecting NIC

2000-10-24 Thread Glen Lee Edwards
I just installed 6.1 on an old 486-66 I had been running windows95 on. This is a clean install - reformatted everything and installed from scratch. This box doesn't have any PCI slots, so I've been using an Intel Pro/100+ ISA NIC. It worked great in Windows95 but 6.1 can't dete

Re: IPChains (NHF - Newbeeized Help File). Also for Redhat 6.1?

2000-10-22 Thread Roadrunner
ECTED]> Aan: <[EMAIL PROTECTED]> Verzonden: zaterdag 21 oktober 2000 11:38 Onderwerp: Re: IPChains (NHF - Newbeeized Help File). Also for Redhat 6.1? > On Sat, 21 Oct 2000, Roadrunner wrote: > > > > > > > > > Hugh: > > I Think you're right on th

Re: IPChains (NHF - Newbeeized Help File). Also for Redhat 6.1?

2000-10-21 Thread Mikkel L. Ellertson
it.Also, for the /home/smb/data directory, make sure the peope you want to access it are in the staf group. I am not sure, but I think the read and write settings end up overriding the guest ok settings. > > > I'm not sure this is enought information to solve this problem, b

Re: IPChains (NHF - Newbeeized Help File). Also for Redhat 6.1?

2000-10-21 Thread Roadrunner
ought information to solve this problem, but I hope someone can tell me what's wrong with this setup. Mikkel L. Ellertson, You mentioned upgrading a couple of things on my Redhat 6.1 box. Wouldn't it be easier to buy a RH6.2 distro and do a upgrade? I don't know what size the "upgra

Re: IPChains (NHF - Newbeeized Help File). Also for Redhat 6.1?

2000-10-21 Thread Mikkel L. Ellertson
(/sbin/ipchains) > > 4-Does the IPChains NHF (www.linuxnewbees.org) also work for Redhat 6.1? > (It describes the procedure on Slackware 4.0, kernel 2.2.6, but it schould > work with any 2.2.x kernel) > I haven't looked at it, but the firewall script generated should work with

RE: IPChains (NHF - Newbeeized Help File). Also for Redhat 6.1?

2000-10-21 Thread Hugh E Cruickshank
age- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Roadrunner > Sent: Sunday, October 22, 2000 01:23 > To: redhat-list > Subject: IPChains (NHF - Newbeeized Help File). Also for Redhat 6.1? > > > Hi, to all who read this > > > First my contrib

IPChains (NHF - Newbeeized Help File). Also for Redhat 6.1?

2000-10-21 Thread Roadrunner
nd the IPchains package? (preferably on the Redhat CD) 4-Does the IPChains NHF (www.linuxnewbees.org) also work for Redhat 6.1? (It describes the procedure on Slackware 4.0, kernel 2.2.6, but it schould work with any 2.2.x kernel) 5-I have access to the /TMP directory on the Linux box from the W

Re: Upgrading 6.1 packages

2000-10-18 Thread Mike Burger
Is there a file slibbz2.so.0 that's linked to libbz2.so.1 If not, create the symbolic link, and try again. On Wed, 18 Oct 2000, Rich Shepard wrote: > I'm running 6.1 on my main workstation and some packages (such as rpm) > will not upgrade. Trying to upgrade the rpm package

Upgrading 6.1 packages

2000-10-18 Thread Rich Shepard
I'm running 6.1 on my main workstation and some packages (such as rpm) will not upgrade. Trying to upgrade the rpm package, for example to rpm-3.0.6-6x.i386.rpm, fails because its dependent, libbz2.so.0, is not found. However, I have libbz2.so.1 installed on my system. Can I (or, sho

Re: Cable Modem DHCP & RH 6.1 Problems

2000-09-24 Thread John Aldrich
On Sun, 24 Sep 2000, Michael H. Warfield wrote: > > I just don't know... Mine is running great (RoadRunner on MediaOne > errr... AT&T Global) with either plain old pump or dhcpcd. It came up, > first shot, in the blink of an eye. Installer is trying to tell me that > they don't support L

Re: Cable Modem DHCP & RH 6.1 Problems

2000-09-24 Thread Michael H. Warfield
On Sun, Sep 24, 2000 at 03:44:40PM -0400, John Aldrich wrote: > On Sun, 24 Sep 2000, Steven W. Orr wrote: > > If you have a cable modem, do *not* use pump. Use dhcpcd or > > dhcp-client. Pump is the wrong thing to use. When a lease expires, pump > > just aborts. It will not renegotiate a new lease

Re: Cable Modem DHCP & RH 6.1 Problems

2000-09-24 Thread John Aldrich
On Sun, 24 Sep 2000, Steven W. Orr wrote: > If you have a cable modem, do *not* use pump. Use dhcpcd or > dhcp-client. Pump is the wrong thing to use. When a lease expires, pump > just aborts. It will not renegotiate a new lease for you. The result is > that your ip address will change every few d

Re: Cable Modem DHCP & RH 6.1 Problems

2000-09-24 Thread Hal Burgiss
On Sun, Sep 24, 2000 at 02:06:51PM -0400, Steven W. Orr wrote: > If you have a cable modem, do *not* use pump. Use dhcpcd or > dhcp-client. Pump is the wrong thing to use. When a lease expires, pump > just aborts. It will not renegotiate a new lease for you. The result is > that your ip address wi

Re: Cable Modem DHCP & RH 6.1 Problems

2000-09-24 Thread Steven W. Orr
3 Sep 2000, Hal Burgiss wrote: =>On Sat, Sep 23, 2000 at 02:23:07PM -0400, Jason Oppel wrote: =>> I am currently having problems getting my RH 6.1 box to connect to my cable =>> internet service (Road Runner [Greensboro, NC]). Supposedly vanilla DHCP =>> should work

Re: Cable Modem DHCP & RH 6.1 Problems

2000-09-23 Thread Hal Burgiss
On Sat, Sep 23, 2000 at 02:23:07PM -0400, Jason Oppel wrote: > I am currently having problems getting my RH 6.1 box to connect to my cable > internet service (Road Runner [Greensboro, NC]). Supposedly vanilla DHCP > should work ok but I'm having problems. > > Here's

Re: Cable Modem DHCP & RH 6.1 Problems

2000-09-23 Thread Michael H. Warfield
On Sat, Sep 23, 2000 at 02:23:07PM -0400, Jason Oppel wrote: > I am currently having problems getting my RH 6.1 box to connect to my cable > internet service (Road Runner [Greensboro, NC]). Supposedly vanilla DHCP > should work ok but I'm having problems. > Here's what ha

Cable Modem DHCP & RH 6.1 Problems

2000-09-23 Thread Jason Oppel
I am currently having problems getting my RH 6.1 box to connect to my cable internet service (Road Runner [Greensboro, NC]). Supposedly vanilla DHCP should work ok but I'm having problems. Here's what happens... I try to grab an IP using pump with: pump -i eth0 shell spits out "O

Re: New install of redhat 6.1 takes long time to boot

2000-09-22 Thread Jacques Beyers
Run NTSYSV. - Original Message - From: Smith, Jonathan <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 22, 2000 5:47 PM Subject: New install of redhat 6.1 takes long time to boot > New install of redhat 6.1 takes long time to boot > > I i

RE: New install of redhat 6.1 takes long time to boot

2000-09-22 Thread Michael Butler/CanEast/IBM
One thing you can do is run setup as root and disable anything you don't want to run. "Wagner, Joseph" <[EMAIL PROTECTED]> on 09/22/2000 01:13:12 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject:

RE: New install of redhat 6.1 takes long time to boot

2000-09-22 Thread Wagner, Joseph
For starters, if you don't have any NFS partitions, disable NFS. -Original Message- From: Smith, Jonathan [mailto:[EMAIL PROTECTED]] Sent: Friday, September 22, 2000 10:47 AM To: '[EMAIL PROTECTED]' Subject: New install of redhat 6.1 takes long time to boot New instal

New install of redhat 6.1 takes long time to boot

2000-09-22 Thread Smith, Jonathan
New install of redhat 6.1 takes long time to boot I installed 6.1 on a new computer but I did a full install and the boot time takes to long. How can I tell linux which servers to start at boot time?? Johnathan Mark Smith Messaging & Collaboration PaineWebber Incorporated 1000 Ha

[6.1] Adding in extra consoles

2000-09-16 Thread Glen Lee Edwards
Can anyone tell me how to add in extra consoles. I was told that RH can hold up to 63, and you can add them in by modifying /etc/inittab, but my efforts to do so seem to limit the max to 11. I can't find a way to access tty12, etc... Glen ___ Redha

Re: [6.1] Sendmail and spam filter

2000-09-13 Thread Glen Lee Edwards
how to use sendmail to block spam >mail from getting in? I tried to use the same configuration I had on 5.2, >using 6.1 now, but it isn't working. > >I set up sendmail.mc as such: > >LOCAL_CONFIG >Kjunk hash -a@JUNK /etc/mail/deny > >This produced the following

[6.1] Sendmail and spam filter

2000-09-13 Thread Glen Lee Edwards
Would someone refresh my memory as to how to use sendmail to block spam mail from getting in? I tried to use the same configuration I had on 5.2, using 6.1 now, but it isn't working. I set up sendmail.mc as such: LOCAL_CONFIG Kjunk hash -a@JUNK /etc/mail/deny This produced the following

Re: [RH 6.1] up2date no longer working

2000-09-10 Thread Gordon Messmer
On Sun, 10 Sep 2000, Martin Brown wrote: > Yes, all items, except the install date, match: ... > Boy, this is turning out to be a real puzzler! Yeah, it is. Try installing python (1.5.2-13) from Red Hat 6.2. MSG ___ Redhat-list mailing list [EMAIL

Re: [RH 6.1] up2date no longer working

2000-09-10 Thread Martin Brown
On Sun, 10 Sep 2000, Gordon Messmer wrote: > On Fri, 8 Sep 2000, Martin Brown wrote: > > > Thank you for responding to my query. > > > > [root@localhost /new_soft]# rpm -q pygtk > > pygtk-0.6.6-0_helix_3 > > [root@localhost /new_soft]# rpm -V pygtk > > [root@localhost /new_soft]# > > # rpm -q

Re: [RH 6.1] up2date no longer working

2000-09-10 Thread Gordon Messmer
On Fri, 8 Sep 2000, Martin Brown wrote: > Thank you for responding to my query. > > [root@localhost /new_soft]# rpm -q pygtk > pygtk-0.6.6-0_helix_3 > [root@localhost /new_soft]# rpm -V pygtk > [root@localhost /new_soft]# # rpm -qi pygtk Name: pygtkRelocations:

Re: [RH 6.1] up2date no longer working

2000-09-10 Thread Martin Brown
On Fri, 8 Sep 2000, Gordon Messmer wrote: > On Fri, 8 Sep 2000 [EMAIL PROTECTED] wrote: > > > Well, 'up2date' worked well for quite some time, then, after installing > > Helix gnome it stopped working: > > > > [root@localhost /root]# up2date > > Traceback (innermost last): > > File "/usr/sbin

Re: [RH 6.1] up2date no longer working

2000-09-08 Thread Gordon Messmer
On Fri, 8 Sep 2000 [EMAIL PROTECTED] wrote: > Well, 'up2date' worked well for quite some time, then, after installing > Helix gnome it stopped working: > > [root@localhost /root]# up2date > Traceback (innermost last): > File "/usr/sbin/up2date", line 155, in ? > from gui import Gui > Fil

  1   2   3   4   5   6   7   8   >