Re: count # files in directory

2000-09-14 Thread Peter Blomgren
On Thu, Sep 14, 2000 at 08:26:15PM -0700, Adam Sleight wrote: > can't think today...how doe one count the number of files within a > directory...yes I know du, df, and wc for words in a file. To count _files_, excluding symlinks and directories: find . -type f -maxdepth 1 | wc -l -- \

Re: Kernel Question

2000-09-14 Thread Rob Hardowa
On Fri, 15 Sep 2000, you wrote: > AND yes a smaller kernel is faster i would imagine although i've never gotten > mine that small. Whoops! I should have mentioned that was done with make bzImage so that's the compressed size :) I'd love to have the kernel that size though! The stock redhat

Re: Kernel Question

2000-09-14 Thread lee johnson
Rob Hardowa wrote: > Kernel.org is where I get my goods from :) > > Keep in mind that the latest stable kernel (last time I checked) is > 2.2.16 and redhat's latest rpm's are 2.2.16-3, so unless you wanted a > development kernel, using the rpms is just fine. that reminds me i'm slightly behind w

Re: Virtual Server intranet

2000-09-14 Thread Glen Lee Edwards
Jonathan, I had similar trouble when I first configured Apache behind a firewall. You might go back to the 192.168.0.81 box and try the following: ServerAdmin webmaster@localhost DocumentRoot /Webhomes/Testsite.com ServerName localhost ErrorLog logs/testsite.com-error_log

Re: unsubscribe?

2000-09-14 Thread Glen Lee Edwards
On Thu, 14 Sep 2000, Gustav Schaffter wrote: >If so, do you think they would read your question and answer: "Yes, I >successfully unsubscribed a few days ago."? > >:-) > >Gustav We could have fun with this one! Actually, yes, I've unsubscribed successfully a couple of times. I was in a state o

Re: Kernel Question

2000-09-14 Thread Rob Hardowa
Kernel.org is where I get my goods from :) Keep in mind that the latest stable kernel (last time I checked) is 2.2.16 and redhat's latest rpm's are 2.2.16-3, so unless you wanted a development kernel, using the rpms is just fine. Regarding the how to, it's been a while since I read it, but if yo

Re: count # files in directory

2000-09-14 Thread madhu
hello Adam, you said that you know wc,... didn't you try ls | wc i.e 'ls' piped to wc. i think it works(atleast for me). or you try ls -l | wc i think you want to count the no of files in a directory. these will count all the files including the directories. if you wa

Re: count # files in directory

2000-09-14 Thread Ray Curtis
> "as" == Adam Sleight <[EMAIL PROTECTED]> writes: as> can't think today...how doe one count the number of files within a as> directory...yes I know du, df, and wc for words in a file. How about something simple like: ls -l directoryname | wc -w -- Ray Curtis Unix Programmer/Co

Re: count # files in directory

2000-09-14 Thread Chuck Mead
On Thu, 14 Sep 2000, Adam Sleight spewed into the bitstream: AS>can't think today...how doe one count the number of files within a AS>directory...yes I know du, df, and wc for words in a file. This works for me... ls -1A|wc -l Note that it does not exclude directory entries but it does exclu

count # files in directory

2000-09-14 Thread Adam Sleight
can't think today...how doe one count the number of files within a directory...yes I know du, df, and wc for words in a file. ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: Kernel Question

2000-09-14 Thread Thornton Prime
On Thu, 14 Sep 2000, Statux wrote: > www.kernel.org (the official kernel archives site) is where the kernel > archives are located. > > Now.. Keep in mind that the last time I offered this info (last night) I > got blasted for it. > > So, no, the kernel source isn't packaged only in RPM forma

Re: Kernel Question

2000-09-14 Thread Statux
www.kernel.org (the official kernel archives site) is where the kernel archives are located. Now.. Keep in mind that the last time I offered this info (last night) I got blasted for it. So, no, the kernel source isn't packaged only in RPM format... you just have to look for it outside of RedHat'

Re: Intel Arch

2000-09-14 Thread Statux
Correct.. choosing i386 will give you max compatibility, though.. in most cases :) ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: is this true??

2000-09-14 Thread Thomas Porter
"Kurt A. Brust" wrote: > > Sorry, but going from 5.x to 6.x , does (IN REALITY) need to be fresh > installed... the install overites just about everything... dont mean to burst > your bubble... I don't want to get into any kind of argument here, but I have continuously upgraded from RH 3 on up t

Re: List Archive

2000-09-14 Thread John Aldrich
On Thu, 14 Sep 2000, Bret Hughes wrote: > Jamie Smith wrote: > > > Has anyone tried to access the archive of this mailing list? > > (http://www.redhat.com/mailing-lists/redhat-list/index.html) > > > > It brings up the list for the "redhat-announce-list" rather than the > > redhat-list. > > the in

Re: Virtual Server intranet

2000-09-14 Thread John Aldrich
On Thu, 14 Sep 2000, Jonathan Wilson wrote: > Howdy, > > I'm trying to set up a local copy of Apache on our LAN to try things on > before I try them on our main web server. > > My Virtual hosts section looks like this: > > > ServerAdmin webmaster@localhost > DocumentRoot /Webhomes/T

Re: List Archive

2000-09-14 Thread John Aldrich
On Thu, 14 Sep 2000, Rob Hardowa wrote: > On Thu, 14 Sep 2000, you wrote: > > Has anyone tried to access the archive of this mailing list? > > (http://www.redhat.com/mailing-lists/redhat-list/index.html) > > > > It brings up the list for the "redhat-announce-list" rather than the > > redhat-list.

Re: Kernel Question

2000-09-14 Thread John Aldrich
On Thu, 14 Sep 2000, Stephen King wrote: > > OK, this is a stupid question but I got to ask. Is the kernel source only > packaged in the RPM's? I read the How-to configure the kernel and it keeps > telling me to go find the linux-x.y.z.tar.gz file but I can't find it > anywhere on the disk or on

Re: HP OpenMail vs. standard imap-4.7

2000-09-14 Thread John Aldrich
On Thu, 14 Sep 2000, Eric Wood wrote: > By knowing this about HP's OpenMail product: > > Q: "But any "generic" IMAP server can talk to Outlook, can't it?" > A: "Yes and no: there are several flavors of Outlook. The full, "corporate" > Outlook clients use a set of APIs known as MAPI. Only OpenMail

Re: is this true??

2000-09-14 Thread John Aldrich
On Thu, 14 Sep 2000, Smith, Jonathan wrote: > is this true?? > > I had redhat 5.2 running on a number of computers for years and about a week ago I upgraded to redhat 6.2 but running the upgrading install. > > To make a long store shot, redhat tech. support now tells me that I have to format my

Re: Bulk e-mailer

2000-09-14 Thread John Aldrich
On Thu, 14 Sep 2000, Jonathan Wilson wrote: > Howdy, > > Several of the web sites we host have once-n-month newsletter-promotion > e-mails that we send out in bulk. > > Right now we have all registered users in an MSSQL database, and have an NT > bulk mailer that reads the table of names and a

Re: List Archive

2000-09-14 Thread John Aldrich
On Thu, 14 Sep 2000, Jamie Smith wrote: > Has anyone tried to access the archive of this mailing list? > (http://www.redhat.com/mailing-lists/redhat-list/index.html) > > It brings up the list for the "redhat-announce-list" rather than the > redhat-list. > the index of list archives is > http://ww

Re: is this true??

2000-09-14 Thread Kurt A. Brust
Sorry, but going from 5.x to 6.x , does (IN REALITY) need to be fresh installed... the install overites just about everything... dont mean to burst your bubble... On Thu, 14 Sep 2000, you wrote: > On Thu, 14 Sep 2000, Smith, Jonathan wrote: > > > To make a long store shot, redhat tech. support

Re: RPM and removing a package

2000-09-14 Thread Mikkel L. Ellertson
On Thu, 14 Sep 2000, Mobeen Azhar wrote: > Hello all, I had a few packages that I installed from binary RPMS. Later on > I downloaded the sources for those packages (newer version than what was > available as RPMs), compiled them, and installed them manually. However, > the entries for the RPM

Re: Kernel Question

2000-09-14 Thread Mikkel L. Ellertson
On Thu, 14 Sep 2000, Stephen King wrote: > OK, this is a stupid question but I got to ask. Is the kernel source only > packaged in the RPM's? I read the How-to configure the kernel and it keeps > telling me to go find the linux-x.y.z.tar.gz file but I can't find it > anywhere on the disk or on th

Re: Virtual Server intranet

2000-09-14 Thread Greg Wright
*** REPLY SEPARATOR *** On 14/09/00 at 16:09 [EMAIL PROTECTED] wrote: >Howdy, > >I'm trying to set up a local copy of Apache on our LAN to try things on >before I try them on our main web server. > >My Virtual hosts section looks like this: > > > ServerAdmin webmaster@loc

Re: is this true??

2000-09-14 Thread Luke C Gavel
On Thu, 14 Sep 2000, Smith, Jonathan wrote: > To make a long store shot, redhat tech. support now tells me > that I have to format my drive and do a server install to get > everything to work right. Is this true. each time a new > version of linux comes out am I going to have to delete > everyt

Re: console System monitor?

2000-09-14 Thread Mikkel L. Ellertson
On Thu, 14 Sep 2000, Charles Galpin wrote: > Hey chuck, are working or playing over there? :) > > He said *no* X btw. > > charles > One other posibility that he may not have thought of is to use an X based program, but have it display on another machine. That way, it wouldn't put any load to

Re: UPS

2000-09-14 Thread Chris Watt
At 14:14 14/09/00 +0800, Jeremy Russell wrote: >Well, I tried this, and have no idea what it means It means that it was compiled without debugging information (and as such the gdb's output is pretty well useless ). If you have the source code it might be a good idea to tweak the Makefile (tur

Re: Bulk e-mailer

2000-09-14 Thread Charles Galpin
I see Gordon has already offered to help write it, so if you know what's good for you, take him up on it :) Otherwise, if you check the mailhelp archives on moongroup (search for "mass mailer") you will find a small perl script that does basically what Gordon describes except it uses a simple non

Re: How to delete duplicate headlines in perl with HTML::TokeParser

2000-09-14 Thread Charles Galpin
Hi Gary A simple way would be to put them in a hash first before printing them, using $text as the key and $url as the value. Duplicates will dissapear, with the latest being kept. You could keep the first one by checking if it exists before inserting. If you need to preserve the order, then you

Re: Creating "unprivledged" users, just as "nobody"

2000-09-14 Thread Chris Watt
At 15:01 14/09/00 -0500, Jonathan Wilson wrote: >Howdy, > >I want to set up a new user - listar - for a the mail serv program to run as. > >I DO NOT want it to have a login shell and definitely not a /home/~. > >What's the proper way to do this? AFAIK The easiest way is just to add it to your pas

Re: List Archive

2000-09-14 Thread Chuck Mead
On Thu, 14 Sep 2000, Bret Hughes spewed into the bitstream: BH>Jamie Smith wrote: BH> BH>> Has anyone tried to access the archive of this mailing list? BH>> (http://www.redhat.com/mailing-lists/redhat-list/index.html) BH>> BH>> It brings up the list for the "redhat-announce-list" rather than the

Re: is this true??

2000-09-14 Thread M. Neidorff
At 04:15 PM 09/14/2000 -0400, you wrote: >is this true?? > >I had redhat 5.2 running on a number of computers for years and about a >week ago I upgraded to redhat 6.2 but running the upgrading install. > >To make a long store shot, redhat tech. support now tells me that I have >to format my driv

Re: is this true??

2000-09-14 Thread Jeff Hogg
-Original Message- From: Smith, Jonathan <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Date: Thursday, September 14, 2000 5:40 PM Subject: is this true?? >is this true?? > >I had redhat 5.2 running on a number of computers for years and about a week ago I upgraded to r

Re: Who broke GCC compiling ...

2000-09-14 Thread Steve Borho
On Thu, Sep 14, 2000 at 01:54:50PM -0400, Rob Hardowa wrote: > Just a quick note... > > It's been a long time since I studied compilers, and a brief time at that, > so I'm not really qualified to give you any information other than an > opinionso I offer this... > > A standard user space pro

Re: is this true??

2000-09-14 Thread Gordon Messmer
On Thu, 14 Sep 2000, Smith, Jonathan wrote: > To make a long store shot, redhat tech. support now tells me that I > have to format my drive and do a server install to get everything to > work right. Is this true. each time a new version of linux comes out > am I going to have to delete everythi

Re: Creating "unprivledged" users, just as "nobody"

2000-09-14 Thread Steve Borho
On Thu, Sep 14, 2000 at 03:01:09PM -0500, Jonathan Wilson wrote: > Howdy, > > I want to set up a new user - listar - for a the mail serv program to run as. > > I DO NOT want it to have a login shell and definitely not a /home/~. man adduser then use something like: adduser -s /bin/false -u 91

Re: Bulk e-mailer

2000-09-14 Thread Gordon Messmer
On Thu, 14 Sep 2000, (Jonathan Wilson) wrote: > Several of the web sites we host have once-n-month newsletter-promotion > e-mails that we send out in bulk. > > Right now we have all registered users in an MSSQL database, and have an NT > bulk mailer that reads the table of names and addresses,

Re: console System monitor?

2000-09-14 Thread Chuck Mead
On Thu, 14 Sep 2000, Charles Galpin spewed into the bitstream: CG>Hey chuck, are working or playing over there? :) My work *is* play. :-) CG>He said *no* X btw. CG> CG>charles CG> CG>On Thu, 14 Sep 2000, Chuck Mead wrote: CG>> CG>> http://www.xfce.org/user-screenshots/Chuck-M-2-large.jpg CG>>

Re: Creating "unprivledged" users, just as "nobody"

2000-09-14 Thread Chuck Mead
On Thu, 14 Sep 2000, Jonathan Wilson spewed into the bitstream: JW>Howdy, JW> JW>I want to set up a new user - listar - for a the mail serv program to run as. JW> JW>I DO NOT want it to have a login shell and definitely not a /home/~. JW> JW>What's the proper way to do this? JW>Should I make a li

Re: is this true??

2000-09-14 Thread Kurt A. Brust
Sad, but yes, true. On Thu, 14 Sep 2000, Smith, Jonathan wrote: > is this true?? > > I had redhat 5.2 running on a number of computers for years and about a week ago I >upgraded to redhat 6.2 but running the upgrading install. > > To make a long store shot, redhat tech. support now tells me t

Re: Bulk e-mailer

2000-09-14 Thread Chuck Mead
On Thu, 14 Sep 2000, Jonathan Wilson spewed into the bitstream: JW>Howdy, JW> JW>Several of the web sites we host have once-n-month newsletter-promotion JW>e-mails that we send out in bulk. JW> JW>Right now we have all registered users in an MSSQL database, and have an NT JW>bulk mailer that re

Re: console System monitor?

2000-09-14 Thread Jeff Hogg
-Original Message- From: Bret Hughes <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, September 14, 2000 5:02 PM Subject: Re: console System monitor? >Jonathan Wilson wrote: > >> Howdy, >> >> As I've said several times, my co is in the middle of shifting ove

Re: List Archive

2000-09-14 Thread Bret Hughes
Jamie Smith wrote: > Has anyone tried to access the archive of this mailing list? > (http://www.redhat.com/mailing-lists/redhat-list/index.html) > > It brings up the list for the "redhat-announce-list" rather than the > redhat-list. > the index of list archives is > http://www.redhat.com/mailing-

Fujitsu Lifebook I Series

2000-09-14 Thread Marc Davis
Anyone have any luck doing a linux (RH 6.2) install on this laptop: Fujitsu Lifebook I series? I can find quite a bit of information on B Series, E Series, etc., but haven't found anything on the I series. Just a couple of bobbles left: pcmcia, sound, and the floppy (for some reason). Would

Re: echo command

2000-09-14 Thread Anthony E . Greene
On 14 Sep 2000 13:55 Stephen King wrote: >What is the echo command that returns a 0 if the previous command ran >correctly? Assuming bash shell: echo $? -- Anthony E. Greene <[EMAIL PROTECTED]> PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C9

Re: console System monitor?

2000-09-14 Thread Rob Hardowa
On Thu, 14 Sep 2000, you wrote: > As I've said several times, my co is in the middle of shifting over to > Linux web and email servers. > > One thing we use all the time on NT is a resource meter. Current page hits, > current CPU usages, memory usage, SQL querys in progress, etc. > I recall

RPM and removing a package

2000-09-14 Thread Mobeen Azhar
Hello all, I had a few packages that I installed from binary RPMS. Later on I downloaded the sources for those packages (newer version than what was available as RPMs), compiled them, and installed them manually. However, the entries for the RPM still show up in rpm -qa. I would like to remove

Re: List Archive

2000-09-14 Thread Chuck Mead
http://www.moongroup.com/old/redhat.php On Thu, 14 Sep 2000, Jamie Smith spewed into the bitstream: JS>Has anyone tried to access the archive of this mailing list? JS>(http://www.redhat.com/mailing-lists/redhat-list/index.html) JS> JS>It brings up the list for the "redhat-announce-list" rather t

Re: Who broke GCC compiling ...

2000-09-14 Thread Rob Hardowa
Just a quick note... It's been a long time since I studied compilers, and a brief time at that, so I'm not really qualified to give you any information other than an opinionso I offer this... A standard user space program that only uses regular C library functions should not require the kern

Re: List Archive

2000-09-14 Thread Rob Hardowa
On Thu, 14 Sep 2000, you wrote: > Has anyone tried to access the archive of this mailing list? > (http://www.redhat.com/mailing-lists/redhat-list/index.html) > > It brings up the list for the "redhat-announce-list" rather than the > redhat-list. I found that out toobut if you look at the bot

Re: console System monitor?

2000-09-14 Thread Jonathan Wilson
Hehe, everyone' is missing the point that it has to be console based (text only). Other wise it'd be easy to find. I've found one that's done it PHP, I think I'll use it. Thanks though JW At 01:52 PM 9/14/2000 -0500, you wrote: >On Thu, 14 Sep 2000, eric clover wrote: > > > t

Re: [RHL] Re: console System monitor?

2000-09-14 Thread eric clover
am i the only one that has read that they are Not running X? :) thus, top would take care of a few things of what he needs. :) eric > On Thu, 14 Sep 2000, eric clover wrote: > > > top > > > > > > > Howdy, > > > > > > As I've said several times, my co is in the middle of shifting over to > > > Lin

How to delete duplicate headlines in perl with HTML::TokeParser

2000-09-14 Thread Gary Nielson
Hi, I am trying to figure out how to do something and frankly, don't know where to begin. I am using the perl module HTML::TokeParser to extract a list of urls and headlines. I then get rid of those headlines that are garbage, but several times a day the same story comes over with a different url

Re: Virtual Server intranet

2000-09-14 Thread Jonathan Wilson
Now _this_ is weird...I made an exact copy ofboth the dir, and the VHost entry and put it on 192.168.0.82... and it works. Queer. ifconfig [properly & correctly] shows IPs from .80 through .89, including .81 Funky! JW >Date: Thu, 14 Sep 2000 16:09:22 -0500 >To: [EMAIL PROTE

Virtual Server intranet

2000-09-14 Thread Jonathan Wilson
Howdy, I'm trying to set up a local copy of Apache on our LAN to try things on before I try them on our main web server. My Virtual hosts section looks like this: ServerAdmin webmaster@localhost DocumentRoot /Webhomes/Testsite.com ServerName localhost ErrorLog logs/testsit

Re: echo command

2000-09-14 Thread Etienne Larrivee
Hi Stephen, It depends on what shell you are using. For csh or tcsh, you can use $status or $?. For sh, ash, bash, bash2, ash, use $?. So, $ ls ... $ echo $? 0 $ ls | grep bleah 1 $ The first echoes 0 because the 'ls' command is successful. The second echoes 1 because there's not 'bleah' fi

Kernel Question

2000-09-14 Thread Stephen King
OK, this is a stupid question but I got to ask. Is the kernel source only packaged in the RPM's? I read the How-to configure the kernel and it keeps telling me to go find the linux-x.y.z.tar.gz file but I can't find it anywhere on the disk or on the ftp site. I can only find the kernel-source.2.2.

Re: console System monitor?

2000-09-14 Thread Jonathan Wilson
Well, we won't run X on this server, so that doesn't help the Real Q, nonetheless that looks like it might be useful for our local boxen - I'll see how it likes Window Maker :-) JW At 11:40 AM 9/14/2000 -0600, you wrote: >http://www.xfce.org/user-screenshots/Chuck-M-2-large.jp

HP OpenMail vs. standard imap-4.7

2000-09-14 Thread Eric Wood
By knowing this about HP's OpenMail product: Q: "But any "generic" IMAP server can talk to Outlook, can't it?" A: "Yes and no: there are several flavors of Outlook. The full, "corporate" Outlook clients use a set of APIs known as MAPI. Only OpenMail can connect corporate Outlook to a UNIX server

is this true??

2000-09-14 Thread Smith, Jonathan
is this true?? I had redhat 5.2 running on a number of computers for years and about a week ago I upgraded to redhat 6.2 but running the upgrading install. To make a long store shot, redhat tech. support now tells me that I have to format my drive and do a server install to get everything to w

Bulk e-mailer

2000-09-14 Thread Jonathan Wilson
Howdy, Several of the web sites we host have once-n-month newsletter-promotion e-mails that we send out in bulk. Right now we have all registered users in an MSSQL database, and have an NT bulk mailer that reads the table of names and addresses, and sends the newsletter to each to the recipie

Re: console System monitor?

2000-09-14 Thread Charles Galpin
Hey chuck, are working or playing over there? :) He said *no* X btw. charles On Thu, 14 Sep 2000, Chuck Mead wrote: > > http://www.xfce.org/user-screenshots/Chuck-M-2-large.jpg > > Look at the item on the extreme right hand side of the picture > (warning... this is a large pic at 1600x1200 so

Creating "unprivledged" users, just as "nobody"

2000-09-14 Thread Jonathan Wilson
Howdy, I want to set up a new user - listar - for a the mail serv program to run as. I DO NOT want it to have a login shell and definitely not a /home/~. What's the proper way to do this? Should I make a listargroup group to go with it? JW ___

RE: dhcpd starts, then quits re: net 0.0.0.0 (SOLVED!)

2000-09-14 Thread Gordon Messmer
On Thu, 14 Sep 2000 [EMAIL PROTECTED] wrote: > Removing linuxconf from ntsysv solved the problem. Wonderful program, > that... (NOT!). Probably the better solution is simply to tell Linuxconf not to manage dhcp. Under "Control"->"Control Files and Systems"->"Configure Linuxconf modules", just

Re: console System monitor?

2000-09-14 Thread Bret Hughes
Jonathan Wilson wrote: > Howdy, > > As I've said several times, my co is in the middle of shifting over to > Linux web and email servers. > > One of my jobs as the new Sys Admin is to find apps that accomplish certain > jobs, in similar fashtion to the apps we use on NT. > > One thing we use all

Re: FW: newaliases

2000-09-14 Thread Nitebirdz
On Thu, 14 Sep 2000, Meghan wrote: > > -- > From: Meghan <[EMAIL PROTECTED]> > Date: Wed, 13 Sep 2000 09:28:37 +0800 > To: <[EMAIL PROTECTED]> > Subject: newaliases > > Hello, > While in the process of changing over to a new server and a different mail > server, I have been adding and m

RE: echo command

2000-09-14 Thread Jamie Smith
echo $? -Original Message- From: Stephen King [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 14, 2000 12:55 PM To: [EMAIL PROTECTED] Subject: echo command What is the echo command that returns a 0 if the previous command ran correctly? _

Re: echo command

2000-09-14 Thread Bret Hughes
Stephen King wrote: > What is the echo command that returns a 0 if the previous command ran > correctly? echo $? will return the return code of the previously run command. 0 if successful. Bret ___ Redhat-list mailing list [EMAIL PROTECTED] https

Re: console System monitor?

2000-09-14 Thread Nitebirdz
On Thu, 14 Sep 2000, eric clover wrote: > top > > > > Howdy, > > > > As I've said several times, my co is in the middle of shifting over to > > Linux web and email servers. > > > > One of my jobs as the new Sys Admin is to find apps that accomplish > certain > > jobs, in similar fashtion to the

List Archive

2000-09-14 Thread Jamie Smith
Has anyone tried to access the archive of this mailing list? (http://www.redhat.com/mailing-lists/redhat-list/index.html) It brings up the list for the "redhat-announce-list" rather than the redhat-list. the index of list archives is http://www.redhat.com/mailing-lists/index.html. Also, does any

Re: echo command

2000-09-14 Thread Steve Borho
On Thu, Sep 14, 2000 at 10:55:17AM -0700, Stephen King wrote: > What is the echo command that returns a 0 if the previous command ran > correctly? echo $? But I find it more useful to use other constructs... program_foo && echo "It ran fine" -- Steve Borho Voice: 314-43

RE: Problem with mgetty-1.1.22-1.5.x.i386.rpm

2000-09-14 Thread Owen V. Gray
Has anyone on the list updated mgetty on a RH5.2 box to mgetty-1.1.22-1.5.x.i386.rpm without encountering the difficulties described in my original post? Owen > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Charles Galpin > Sent: September 14, 20

echo command

2000-09-14 Thread Stephen King
What is the echo command that returns a 0 if the previous command ran correctly? BEGIN:VCARD VERSION:2.1 N:King;Stephen FN:Stephen King ORG:Information Anywhere, Inc TEL;WORK;VOICE:800-585-3805 TEL;CELL;VOICE:209-304-3459 TEL;WORK;FAX:209-223-1048 URL: URL:http://www.infoany.net EMAIL;PREF;INT

Re: Who broke GCC compiling ...

2000-09-14 Thread Vidiot
>On Thu, 14 Sep 2000, Vidiot wrote: >> Wrong. No compiler building should require that kernel sources be installed. >> Many things can be compiled that do not require the kernel sources. All of >> the necessary include files for getting ANYTHING to compile should be >> distributed as part of the

Re: Intel Arch

2000-09-14 Thread John Aldrich
On Thu, 14 Sep 2000, Chuck Mead wrote: > > On Thu, 14 Sep 2000, Stephen King spewed into the bitstream: > > SK>I'm trying to download the source code to configure the kernel and have > SK>three different RPM's to choice from > SK> > SK>linux-2.2.14-5.0.i386.rpm > SK>linux-2.2.14-5.0.i586.rpm > S

Re: console System monitor?

2000-09-14 Thread eric clover
top > Howdy, > > As I've said several times, my co is in the middle of shifting over to > Linux web and email servers. > > One of my jobs as the new Sys Admin is to find apps that accomplish certain > jobs, in similar fashtion to the apps we use on NT. > > One thing we use all the time on NT is

Re: console System monitor?

2000-09-14 Thread Chuck Mead
On Thu, 14 Sep 2000, Jonathan Wilson spewed into the bitstream: JW>Howdy, JW> JW>As I've said several times, my co is in the middle of shifting over to JW>Linux web and email servers. JW> JW>One of my jobs as the new Sys Admin is to find apps that accomplish certain JW>jobs, in similar fashtion

Re: console System monitor?

2000-09-14 Thread Mikkel L. Ellertson
On Thu, 14 Sep 2000, Jonathan Wilson wrote: > Howdy, > > As I've said several times, my co is in the middle of shifting over to > Linux web and email servers. > > One of my jobs as the new Sys Admin is to find apps that accomplish certain > jobs, in similar fashtion to the apps we use on NT.

Re: Who broke GCC compiling ...

2000-09-14 Thread Mikkel L. Ellertson
On Thu, 14 Sep 2000, Vidiot wrote: > Wrong. No compiler building should require that kernel sources be installed. > Many things can be compiled that do not require the kernel sources. All of > the necessary include files for getting ANYTHING to compile should be > distributed as part of the syst

RE: Intel Arch

2000-09-14 Thread Ward William E PHDN
i386 is for any architecture, i586 is for Pentiums, Cyrix/IBM PR and MII chips, K6 and K6/2 and everything above that, i686 is for Pentium Pro, PII, PIII, PIV, Athalon, Celeron, Duron, the new Cyrix chips, etc. But remember, everything is backward compatible; a PIII can run i686, i586 and i386, n

RE: dhcpd starts, then quits re: net 0.0.0.0 (SOLVED!)

2000-09-14 Thread bdoster
Removing linuxconf from ntsysv solved the problem. Wonderful program, that... (NOT!). bd -Original Message- From: Brad Doster [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 13, 2000 10:39 PM To: '[EMAIL PROTECTED]' Subject:dhcpd starts, then quits re: net 0.0.0.

Re: Intel Arch

2000-09-14 Thread Mikkel L. Ellertson
On Thu, 14 Sep 2000, Stephen King wrote: > I'm trying to download the source code to configure the kernel and have > three different RPM's to choice from > > linux-2.2.14-5.0.i386.rpm > linux-2.2.14-5.0.i586.rpm > linux-2.2.14-5.0.i686.rpm > > I just want to make sure i386 is for old 486's and

Re: It's Vidiot's fault! :-)

2000-09-14 Thread Vidiot
>If I can do this, what/where do I d/l and how would it need to be >installed to avoid corrupting the other version would be the next >question. I currently have two versions on the system. The one where the RPMs install the gcc as /usr/bin/gcc and the selfcompile version where it is installed a

console System monitor?

2000-09-14 Thread Jonathan Wilson
Howdy, As I've said several times, my co is in the middle of shifting over to Linux web and email servers. One of my jobs as the new Sys Admin is to find apps that accomplish certain jobs, in similar fashtion to the apps we use on NT. One thing we use all the time on NT is a resource meter. C

Re: Problem with mgetty-1.1.22-1.5.x.i386.rpm

2000-09-14 Thread Charles Galpin
The issue with using /dev/modem or /dev/ttyS2 is with sharing. You just have to be consistant with which one you use, because if you mix and match, each seperate program will not "place nice" with the others. If you use the smae name across the board, then they will cooperate with each other (as b

Re: Where in "INT-MAX" defined?

2000-09-14 Thread Vidiot
>On a Redhat 6.1 system, I find: > >[test@it-router2 test]$ find /usr/include -type f -exec grep -n INT_MAX {} >/dev/null \; >/usr/include/limits.h:91:# define INT_MIN (-INT_MAX - 1) >/usr/include/limits.h:92:# define INT_MAX 2147483647 >/usr/include/limits.h:96:# define UINT_MAX

RE: Intel Arch

2000-09-14 Thread Jamin Collins
That is correct. Although I would add that the designations are for Intel's and clones such as Cyrix and AMD chips also. Essentially you need the package that corresponds to what your chip functions as. Jamin W. Collins -Original Message- From: Stephen King [mailto:[EMAIL PROTECTED]] Se

It's Vidiot's fault! :-)

2000-09-14 Thread Jerry Human
Hello Everyone: I was following the thread on Vidiot's rant on "Who broke GCC compiling ..." and found it very entertaining and informative. As I read the various posts a question formed in my mind. First, a little background info. Some of you might might remember a recent post of mine concernin

Re: Solved the printer problem. Moved on to my sound card.

2000-09-14 Thread Rev. David P. Giffen
Dave Reed wrote: > > Date: Wed, 13 Sep 2000 18:33:06 -0500 > > From: "Rev. David P. Giffen" <[EMAIL PROTECTED]> > > > > I solved my printer problem by just giving up on Redhat 6.1 and bought > > Redhat 6.2. This plan worked. Now then I have been looking into my > > sound card problem and have go

CVS again

2000-09-14 Thread chadws
I am still looking into cvs and am wondering if there is a way to remotely log in with no password or is this a bad idea? What I am trying to do is setup cvs so that I can start an ssh session from windows and tunnel to the cvs server. Since cvs (2401) is blocked via ipchains, I would like to

Re: Intel Arch

2000-09-14 Thread Chuck Mead
On Thu, 14 Sep 2000, Stephen King spewed into the bitstream: SK>I'm trying to download the source code to configure the kernel and have SK>three different RPM's to choice from SK> SK>linux-2.2.14-5.0.i386.rpm SK>linux-2.2.14-5.0.i586.rpm SK>linux-2.2.14-5.0.i686.rpm SK> SK>I just want to make sur

Re: Where in "INT-MAX" defined?

2000-09-14 Thread Jim Cunning
On a Redhat 6.1 system, I find: [test@it-router2 test]$ find /usr/include -type f -exec grep -n INT_MAX {} /dev/null \; /usr/include/limits.h:91:# define INT_MIN (-INT_MAX - 1) /usr/include/limits.h:92:# define INT_MAX 2147483647 /usr/include/limits.h:96:# define UINT_MAX4294967

Intel Arch

2000-09-14 Thread Stephen King
I'm trying to download the source code to configure the kernel and have three different RPM's to choice from linux-2.2.14-5.0.i386.rpm linux-2.2.14-5.0.i586.rpm linux-2.2.14-5.0.i686.rpm I just want to make sure i386 is for old 486's and earlier, while i586's are Pentiums, and i686's are the new

RE: dhcpd starts, then quits re: net 0.0.0.0

2000-09-14 Thread bdoster
Forgot to post my dhcpd.conf file. 10.1.1.0 is another internal net housing a DHCP server, firewall and gateway to the internet. In production, this will be replaced by a DSL modem which is given a dynamic IP address. Right now, it looks like this: dhcp client - 192.168.1.0 - (eth1 - d

Re: unsubscribe?

2000-09-14 Thread Ray Curtis
> "tw" == Terry Wright <[EMAIL PROTECTED]> writes: tw> Actually, (at the risk of prolonging this quite redundant thread) I tw> successfully unsubscribed the guy who used to work at my job and tw> successfully subscribed myself. I used the website to get his password tw> using his email addre

GCC confusion - was Re: Who broke GCC compiling ...

2000-09-14 Thread Vidiot
>Definitely not a redhat problem seeing as how redhat does not distribute >gnu gcc as tarballs in the first place...if you are unhappy with your >compiler for some reason (gcc is included in the rpm), then go to an >update mirror and download the latest version of egcs...which should be >1.1.2-30

Re: Whois Command?(whois2)

2000-09-14 Thread Chris S
(newbie) i have nothing on my box resembling 'whois2'. is this something i have to install, or is it something i have to create? >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: Whois Command? >Date: Thu, 14 Sep 2000 00:43:50 -0400 (EDT) > >On Tue, 12 Se

Re: disks, cables, file corruption..

2000-09-14 Thread Steve Borho
On Thu, Sep 14, 2000 at 10:05:17AM -0400, Charles Galpin wrote: > yes, I should have thought of that. Now that you mention it, I believe > lbc was one of the files that e2fsck had to fix. Silly me. > > An upgrade to 6.2 should do it right? Probably a good idea anyway. that should do it. Or, yo

  1   2   >