Re: rebooting after kernel update

2003-08-22 Thread Res
On Fri, 22 Aug 2003, [EMAIL PROTECTED] wrote: > Everytime I reboot after I update the kernel using "up2date -u -f" the > machine won't restart, or I should say it hangs on restart. When I tell > it to reboot I do "shutdown -r now". you are checking lilo.conf and runing lilo first arent you? --

RE: [PARPORT] cpufreq.c compilation error when recompiling kernel

2003-08-22 Thread Otto Haliburton
You might try make clean then make mrproper and of course make dep. and this should solve your problem with recompile. Also the other suggestion works as well. > -Original Message- > From: [EMAIL PROTECTED] [mailto:redhat-list- > [EMAIL PROTECTED] On Behalf Of Didier Casse > Sent: Frida

Re: [PARPORT] cpufreq.c compilation error when recompiling kernel

2003-08-22 Thread Didier Casse
Hi Juan, Can't solve the problem dude. It's somehow related to the patch I used which was an incorrect patch. The developer Tim Waugh told it personnally. I got no problem with NTFS support. For enabling NTFS in RH9, do not recompile Kernel, instead use the instructions at: http://linux-ntfs.so

rebooting after kernel update

2003-08-22 Thread [EMAIL PROTECTED]
Everytime I reboot after I update the kernel using "up2date -u -f" the machine won't restart, or I should say it hangs on restart. When I tell it to reboot I do "shutdown -r now". It's a pain when I do this remotely and then have to drive 30 miles to fix it. When I see it at its location it look

Re: RT 0n RH

2003-08-22 Thread Benjamin Boksa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Leon, check out the rt-users mailing list archive... Regards, Benne Am Freitag, 22.08.03, um 21:48 Uhr (Europe/Paris) schrieb System Administrator: I'm looking at setting up Best Practical's Request tracker on my RH8 box. Does anybody know of

Re: /var/log/lastlog -- why is it 19 megabytes?

2003-08-22 Thread Robert C. Paulsen Jr.
On Fri, Aug 22, 2003 at 09:39:40PM -0300, Herculano de Lima Einloft Neto wrote: > Robert C. Paulsen Jr. wrote: > > Perhaps you saved the file from within vi. That might "unsparse" the > > file. > >Yes.. but perhaps I didn't. :) > > > Read up on the --sparse option of cp ("man cp"). It looks l

Re: /var/log/lastlog -- why is it 19 megabytes?

2003-08-22 Thread Herculano de Lima Einloft Neto
Robert C. Paulsen Jr. wrote: > Perhaps you saved the file from within vi. That might "unsparse" the > file. Yes.. but perhaps I didn't. :) > Read up on the --sparse option of cp ("man cp"). It looks like the > following will work: (warning! I have not tried this!) > > cd /var/log >

Re: RPM Troubles... Again

2003-08-22 Thread alan
rm /var/lib/rpm/__* That will remove the stale lock files. On Fri, 22 Aug 2003, Joe Giles wrote: > Well, for NO apparent reason AT ALL, RPM is giving me errors while > trying to run... Here are the errors while trying to grep the kernels I > have installed: > > [EMAIL PROTECTED] root]# rpm

Re: Evolution 1.2.2-5 hanging with IMAP server

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 19:18, Peter Kiem wrote: > Hi, > > Running Evolution 1.2.2-5 on Red Hat 9 with a KDE desktop. > > Very often when applying filters to emails Evolution hangs with a > "Pinging IMAP server" and then has to be killed via "killev" and > restarted. > > Are there any known fixes

Re: /var/log/lastlog -- why is it 19 megabytes?

2003-08-22 Thread Robert C. Paulsen Jr.
On Fri, Aug 22, 2003 at 08:37:57PM -0300, Herculano de Lima Einloft Neto wrote: > Ronald W. Heiby wrote: > > If, when you copy a sparse file, you do not take precautions to have > > the copy also be sparse, the copy gets "filled in" and has a bunch of > > bytes of 0x00 actually allocated on disk. L

Re: kernel removal

2003-08-22 Thread Robert C. Paulsen Jr.
On Fri, Aug 22, 2003 at 04:46:15PM -0700, [EMAIL PROTECTED] wrote: > To remove a kernel I do: rpm -e kernel(version), correct? > What directory do I need to be in to do this? It didn't work from the > root directory. You do not need to be "in" any particular directory. You do however need to have

Re: Scripting help

2003-08-22 Thread Cameron Simpson
I wrote: | > start=`perl -e 'print time'` | > body of script here ... | > end=`perl -e 'print time'` | > echo "took `expr $end - $start` seconds" Whoops - left off the quote around "print time" in the second perl. On 18:18 21 Aug 2003, Bret Hughes <[EMAIL PROTECTED]> wrote: |

RE: /Boot is full - advice please

2003-08-22 Thread Otto Haliburton
LOL did you read the complete thread. As usual you leap in misinformed I hope I make whatever filters you have so that I don't hear from you again. Redhat installs via rpm for up2date but doesn't delete anything from your disk. It doesn't in anyway suggest using rpm to remove previous version fo

Re: Sweet Success

2003-08-22 Thread Michael Scottaline
On Fri, 22 Aug 2003 16:01:24 -0400 "Reuben D. Budiardja" <[EMAIL PROTECTED]> insightfully noted: >On Friday 22 August 2003 03:17 pm, Cliff Wells wrote: > >> As an aside, I am a bit curious: if you are running, say Evolution >> under WindowMaker (with perhaps a WindowMaker-style theme to make it >

kernel removal

2003-08-22 Thread [EMAIL PROTECTED]
To remove a kernel I do: rpm -e kernel(version), correct? What directory do I need to be in to do this? It didn't work from the root directory. -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Sweet Success

2003-08-22 Thread T. Ribbrock
On Fri, Aug 22, 2003 at 12:17:34PM -0700, Cliff Wells wrote: [...] > My concern is that people > will advocate Linux as having a faster desktop and then when people try > it (defaulting to GNOME, probably) they find this claim to seem false, > they will doubt other claims made by advocates (securit

Re: /var/log/lastlog -- why is it 19 megabytes?

2003-08-22 Thread Herculano de Lima Einloft Neto
Ronald W. Heiby wrote: > If, when you copy a sparse file, you do not take precautions to have > the copy also be sparse, the copy gets "filled in" and has a bunch of > bytes of 0x00 actually allocated on disk. Looks like that happened > here. > > Ron. Well, I'm quite sure I never copied it a

Re: edit the bootup sequence

2003-08-22 Thread Cameron Simpson
On 12:39 22 Aug 2003, Marcos de Souza Trazzini <[EMAIL PROTECTED]> wrote: | > | Well, in order to use chkconfig utility to add the script to bootup, the | > | script must have some entries in the header [...] | > | There's another way to do this. You must create a symbolic link from the | > | /etc/

Evolution 1.2.2-5 hanging with IMAP server

2003-08-22 Thread Peter Kiem
Hi, Running Evolution 1.2.2-5 on Red Hat 9 with a KDE desktop. Very often when applying filters to emails Evolution hangs with a "Pinging IMAP server" and then has to be killed via "killev" and restarted. Are there any known fixes for this problem besides going back to Red Hat 7.3 where I had a

recovering from corrputed glibc package install

2003-08-22 Thread Daniel Rubin
I temporarily downgraded glibc rpm's to install oracle on RedHat 9 using this command: rpm -Uvh --force glibc-2.3.2-5.i686.rpm glibc-common-2.3.2-5.i386.rpm glibc-devel-2.3.2-5.i386.rpm which completed without error; and later, I re-upgraded the packages with this command: rpm -Uvh glibc-2.3.2-11.

RE: Re: Premature end of script

2003-08-22 Thread Thomas E. Dukes
> On Fri, 2003-08-22 at 17:55, [EMAIL PROTECTED] wrote: > > > > > > You probably have perl modules installed in the old > perl's site-lib > > > folder. IIRC, when you upgrade perl to a new major > version, you must > > > recompile all of your site-lib modules for the new version. > > > > Arrr

Re: SCO and the FTC

2003-08-22 Thread Stephen Kuhn
On Sat, 2003-08-23 at 00:16, Eric Wood wrote: > Sent my complaint in. Wonder if SCO is archiving all messages with certain > keywords.like "sco". I hope they are! > > -Eric Wood I got the Mandrake list going on this too...a number of 'em are either calling the FTC or filling in the online c

Printing Issues

2003-08-22 Thread Eugene Poole
My environment consists of: a. 2-machines running MS Windows 98SE b. 2-machines running Red Hat Linux 7.3 and 8.0 c. 1-machine running eComStation 1.0 (OS/2 Warp V4.5) d. 1-LinkSys 3-Port 10/100 Ethernet print server c. 1-8-Port 10/100 Ethernet switch d. 3-printers:

Re: RPM Troubles... Again

2003-08-22 Thread Joe Giles
;) On Fri, 2003-08-22 at 16:11, Jason Dixon wrote: > On Fri, 2003-08-22 at 18:05, Joe Giles wrote: > > Well, I stopped rhnsd and the Red Carpet clients, and still it doesn't > > work. I cant see any other process that would use RPM for anything. I > > have also rebooted the server and still no go.

Re: /Boot is full - advice please

2003-08-22 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 22 Aug 2003 14:56:11 -0500, Otto Haliburton wrote: > Does anybody on this list read How to install a linux kernel? I don't > think so because if you did, it explicitly tells how to remove a kernel > manually. It doesn't even suggest to remov

Re: RPM Troubles... Again

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 18:05, Joe Giles wrote: > Well, I stopped rhnsd and the Red Carpet clients, and still it doesn't > work. I cant see any other process that would use RPM for anything. I > have also rebooted the server and still no go... Sorry, that was bad advice. Try "export LD_ASSUME_KERNE

Re: RPM Troubles... Again

2003-08-22 Thread Joe Giles
Ok, as a work around, I had to add LD_ASSUME_KERNEL=2.2.5 to the beginning of the line like this: LD_ASSUME_KERNEL=2.2.5 rpm -qa |grep kernel and it worked... Sheeesh.. Its getting more and more cryptic to use these servers anymore :-D Thanks Joe On Fri, 2003-08-22 at 16:05, Joe Giles wrot

Re: PAM and smtp

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 18:01, Jason Williams wrote: > Hi Jason > > I actually compiled from source... > > rpm2cpio/cpiosounds fancy...how would somebody do that? Sounds cool. I > could just pull something from the RPM? First, do a package listing to see what the file is called: rpm2cpio |

Re: RPM Troubles... Again

2003-08-22 Thread Joe Giles
Well, I stopped rhnsd and the Red Carpet clients, and still it doesn't work. I cant see any other process that would use RPM for anything. I have also rebooted the server and still no go... Thanks for the reply Joe On Fri, 2003-08-22 at 15:54, Jason Dixon wrote: > On Fri, 2003-08-22 at 17:44, Jo

Re: Re: Premature end of script

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 17:55, [EMAIL PROTECTED] wrote: > > > > You probably have perl modules installed in the old perl's site-lib > > folder. IIRC, when you upgrade perl to a new major version, you must > > recompile all of your site-lib modules for the new version. > > Arrg!! > >

Re: PAM and smtp

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 17:47, Jason Williams wrote: > Hmm..well, if sendmail was removed and only postfix is running, that could > be the problem? > > Hmm...any ideas on how to get it back into there? heheh I don't run postfix. Did you install from rpm or source? If by source, maybe you didn't

Re: RPM Troubles... Again

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 17:44, Joe Giles wrote: > Well, for NO apparent reason AT ALL, RPM is giving me errors while > trying to run... Here are the errors while trying to grep the kernels I > have installed: > > [EMAIL PROTECTED] root]# rpm -qa |grep kernel > rpmdb: unable to join the environment >

Re: Re: Premature end of script

2003-08-22 Thread edukes
> > From: Gordon Messmer <[EMAIL PROTECTED]> > Date: 2003/08/22 Fri PM 02:27:32 CDT > To: [EMAIL PROTECTED] > Subject: Re: Premature end of script > > Thomas E. Dukes wrote: > > Hello, > > > > Since upgrading to RH 9.0, I have had a rash of previously running > > .cgi's getting "Premature end sc

Re: PAM and smtp

2003-08-22 Thread Jason Williams
Hmm..well, if sendmail was removed and only postfix is running, that could be the problem? Hmm...any ideas on how to get it back into there? heheh Jason At 05:29 PM 8/22/2003 -0400, you wrote: On Fri, 2003-08-22 at 17:01, Jason Williams wrote: > I was thinking of setting up my SMTP with PAM...c

Re: NVidia Driver for Kernel 2.6

2003-08-22 Thread Joe Giles
Yeah, after doing some poking around, I found it... Thanks for the reply :) Joe On Fri, 2003-08-22 at 14:09, Bret Hughes wrote: > On Fri, 2003-08-22 at 14:53, Joe Giles wrote: > > Hello, > > > > Several months ago (Or weeks as my mind is slipping :-P) some one on > > this list helped me compil

RPM Troubles... Again

2003-08-22 Thread Joe Giles
Well, for NO apparent reason AT ALL, RPM is giving me errors while trying to run... Here are the errors while trying to grep the kernels I have installed: [EMAIL PROTECTED] root]# rpm -qa |grep kernel rpmdb: unable to join the environment error: db4 error(11) from dbenv->open: Resource temporarily

RE: /Boot is full - advice please

2003-08-22 Thread Otto Haliburton
> -Original Message- > From: [EMAIL PROTECTED] [mailto:redhat-list- > [EMAIL PROTECTED] On Behalf Of Michael Schwendt > Sent: Friday, August 22, 2003 1:37 PM > To: [EMAIL PROTECTED] > Subject: Re: /Boot is full - advice please > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2

Re: PAM and smtp

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 17:01, Jason Williams wrote: > I was thinking of setting up my SMTP with PAM...curiously though, I dont > have an option for smtp in my /etc/pam.d directory. > Running RH 9.0. > > Is there a module I would need to download of some sort and if so, where > can I get it? Don'

RE: nfs question

2003-08-22 Thread Go, Jeffrey
I believe rpc services need to be running as well... Check dependencies to be sure -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 12:06 PM To: [EMAIL PROTECTED] Subject: nfs question What services are needed to export an ext3 d

PAM and smtp

2003-08-22 Thread Jason Williams
I was thinking of setting up my SMTP with PAM...curiously though, I dont have an option for smtp in my /etc/pam.d directory. Running RH 9.0. Is there a module I would need to download of some sort and if so, where can I get it? Thanks. Jas -- redhat-list mailing list unsubscribe mailto:[EMAIL P

Re: automated response

2003-08-22 Thread Alan Harding
> > > I will be out of the office from August 22 until September 2. > Please contact [EMAIL PROTECTED] > Please God, let him have configured the Vacation Cache correctly! :) Think I will make my new signature # Don't reply to daemons and mailinglists * !^FROM_DAEMON -- Alan Harding al

[Fwd: Authenticating in upper case.]

2003-08-22 Thread Distribution Lists
I sent this to the sasl list but no answers...can anyone give me an answer here ? Original Message Subject: Authenticating in upper case. From:"Distribution Lists" <[EMAIL PROTECTED]> Date:Fri, August 22, 2003 1:54 pm To: [EMAI

Re: NVidia Driver for Kernel 2.6

2003-08-22 Thread Bret Hughes
On Fri, 2003-08-22 at 14:53, Joe Giles wrote: > Hello, > > Several months ago (Or weeks as my mind is slipping :-P) some one on > this list helped me compile the NVidia driver for the 2.5 kernel tree. > They also sent me a config file to play with. > > I cant remember the method that was discuss

Re: Premature end of script

2003-08-22 Thread Gordon Messmer
Thomas E. Dukes wrote: Hello, Since upgrading to RH 9.0, I have had a rash of previously running .cgi's getting "Premature end script." Has anyone had these problems? Is there a problem with perl in RH 9.0? Openwebmail was one. It did this twice, but a re-install fixed it for now. Now its my co

Re: different clustering

2003-08-22 Thread Gordon Messmer
edy wrote: any body want to give same explanation about clustering? Availability clusters group sets of machines which may or may not be load-balanced, in which one or more members of the cluster will assume the workload of any member which fails. This kind of cluster is useful when you're tryi

NVidia Driver for Kernel 2.6

2003-08-22 Thread Joe Giles
Hello, Several months ago (Or weeks as my mind is slipping :-P) some one on this list helped me compile the NVidia driver for the 2.5 kernel tree. They also sent me a config file to play with. I cant remember the method that was discussed on how to patch the nvidia driver or how to create the sy

RE: automated response

2003-08-22 Thread Jason Tesser
ok thank you :-) Jason Tesser Web/Multimedia Programmer Northland Baptist Bible College (715)324-6900 ext. 3055 -Original Message- From: Michael Gargiullo [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 10:46 AM To: [EMAIL PROTECTED] Subject: automated response I will be out of

RT 0n RH

2003-08-22 Thread System Administrator
I'm looking at setting up Best Practical's Request tracker on my RH8 box. Does anybody know of documentation specifically oriented toward Linux? Thanks -- Leon Sonntag Systems Administrator -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listin

automated response

2003-08-22 Thread Michael Gargiullo
I will be out of the office from August 22 until September 2. Please contact [EMAIL PROTECTED] -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Re: Sweet Success

2003-08-22 Thread Reuben D. Budiardja
On Friday 22 August 2003 03:17 pm, Cliff Wells wrote: > As an aside, I am a bit curious: if you are running, say Evolution > under WindowMaker (with perhaps a WindowMaker-style theme to make it > look pretty), do you *really* see any performance gain? In my experience, Yes. I run KMail, Mozilla,

Change default email in RH9

2003-08-22 Thread Hugh Taylor
I have given up on Evolution as an email client, it routinely locks up while downloading/expunging email creating multiple messages. Anyway, I have installed Mozilla Thunderbird and it seems to work well, and has a built-in Spam filter, now the issue is, how do I get Gnome/Nautilus to use Thund

Re: Problems trying to get SMTP AUTH to work...help please

2003-08-22 Thread Jason Williams
Ok...more progress. Almost there...I solved the /etc/sasldb2 problem. Still have a few small problems though. The latest log info: Aug 22 12:05:33 corpmail postfix/smtpd[10806]: connect from jwilliams[192.168.1.90] Aug 22 12:05:33 corpmail postfix/smtpd[10806]: warning: SASL authentication failur

Re: Sweet Success

2003-08-22 Thread Cliff Wells
On Thu, 2003-08-21 at 23:59, T. Ribbrock wrote: > On Thu, Aug 21, 2003 at 10:46:32AM -0700, Cliff Wells wrote: > > On Thu, 2003-08-21 at 00:44, T. Ribbrock wrote: > > > I disagree. I still run Linux machines with GUI on 64MB and 48MB and > > > the only Windows that could match the performance on th

Re: /Boot is full - advice please

2003-08-22 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 22 Aug 2003 13:00:19 -0400, Kent Borg wrote: > What Redhat recommends when undating your kernel is to use "-F" which > will remove the old kernel, and /boot will not grow with each new > kernel release. Red Hat does _not_ recommend that. Actu

strange rpm behavior in attempt to circumvent up2date

2003-08-22 Thread jurvis lasalle
i'm kickstarting a lab with an installation tree on an nfs share. rather than use up2date, i thought i'd patch the installation tree by hand after using it on one machine and saving the rpms. that failed due to dependency information, so i tried 'rpm -Uvh `cat /file/containing/list/of/patchrp

Re: Upgrading to Redhat 9 from 7.2 probems (apache and linuxconf)

2003-08-22 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 22 Aug 2003 10:55:16 -0500, Paul F. Williams wrote: > I recently upgraded a redhat 7.2 system to redhat 9 and ran into a few > problems. > > 1) The apache upgrade seems to be a problem. > I see both >apache-1.3.27-1.7.2 >h

Re: /Boot is full - advice please

2003-08-22 Thread Michael Schwendt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 22 Aug 2003 11:46:17 -0400, Jason Dixon wrote: > On Fri, 2003-08-22 at 10:11, Otto Haliburton wrote: > > Not everyone installs their kernels as rpm so this won't work if he > > installed his own kernel and may need to be done manually. > > Your so

RE: VPN Software

2003-08-22 Thread Jason Staudenmayer
http://poptop.sourceforge.net/dox/ -Original Message- From: Rodolfo J. Paiz [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 2:33 PM To: [EMAIL PROTECTED] Subject: RE: VPN Software At 8/21/2003 11:05 -0400, you wrote: >I have been using it for over two years and no major issue ye

RE: VPN Software

2003-08-22 Thread Rodolfo J. Paiz
At 8/21/2003 11:05 -0400, you wrote: I have been using it for over two years and no major issue yet. Setup was good that the windows clients all come with the VPN client so there's no extra cost. I wouldn't try using it to link to networks together just client access. If your looking for network li

Re: Problems trying to get SMTP AUTH to work...help please

2003-08-22 Thread Jason Williams
Ok..i've tried both of these methods and still no dice. Heck, I even recompiled postfix with options to point to the correct locations for the SASL libraries... Still, no luck and my patience is running thin here: Aug 22 11:23:48 corpmail postfix/smtpd[10593]: connect from jwilliams[192.168.1.

Re: Strange goings on in sendmail logs

2003-08-22 Thread Adam Bowns
On Fri, 2003-08-22 at 18:50, Gerry Doris wrote: > > Hello all, > > > > Looking through my mail log I noticed some strange flagged entries. > > These were. > > > > > > sendmail[6056]: h7MB8Ucu006055: forward /root/.forward.Unimatrix0: > > Permission denied > > > > sendmail[6056]: h7MB8Ucu006055: for

Re: File sizes incorrectly reported (and huge!)

2003-08-22 Thread Rodolfo J. Paiz
At 8/22/2003 18:17 +0100, Goncalo wrote: Actually I was kidding with my reply and just trying to put a bit of humour. No problem... > Think of an MP3 as a cassette of old times: portable, convenient, > wonderful, but of lower quality. I may be wrong but allow me to disagree with you. With a .wav

Driver diskette

2003-08-22 Thread Christian Fredrickson
I have compiled a driver for a IDE controller I need at installation time. How do I create a driver diskette for this driver so that the installation will recognize it at installation time? Thank you, Chris -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com

Re: /Boot is full - advice please

2003-08-22 Thread Kent Borg
On Fri, Aug 22, 2003 at 12:45:45PM -0500, Benjamin J. Weiss wrote: > > How so? Up2date doesn't let kernels collect in /boot. > > Um...I beg to differ. I'm not an expert (yet! *grin*) but I can do > an 'ls' with the best of them. *smile* Oops. I was WRONG. up2date does, indeed, keep old kernel

Re: Strange goings on in sendmail logs

2003-08-22 Thread Gerry Doris
> Hello all, > > Looking through my mail log I noticed some strange flagged entries. > These were. > > > sendmail[6056]: h7MB8Ucu006055: forward /root/.forward.Unimatrix0: > Permission denied > > sendmail[6056]: h7MB8Ucu006055: forward /root/.forward: Permission > denied > > from what I have read a

RE: /Boot is full - advice please

2003-08-22 Thread Otto Haliburton
> -Original Message- > From: [EMAIL PROTECTED] [mailto:redhat-list- > [EMAIL PROTECTED] On Behalf Of Kent Borg > Sent: Friday, August 22, 2003 12:14 PM > To: [EMAIL PROTECTED] > Subject: Re: /Boot is full - advice please > > On Fri, Aug 22, 2003 at 01:03:56PM -0400, Jason Dixon wrote: >

RE: /Boot is full - advice please

2003-08-22 Thread Otto Haliburton
> -Original Message- > From: [EMAIL PROTECTED] [mailto:redhat-list- > [EMAIL PROTECTED] On Behalf Of Robert C. Paulsen Jr. > Sent: Friday, August 22, 2003 11:33 AM > To: [EMAIL PROTECTED] > Subject: Re: /Boot is full - advice please > > On Fri, Aug 22, 2003 at 10:54:29AM -0500, Otto Hali

Re: /Boot is full - advice please

2003-08-22 Thread Benjamin J. Weiss
> On Fri, Aug 22, 2003 at 11:40:25AM -0500, Otto Haliburton wrote: > > There were previous posting. His question was /boot is full. The > > original response was to go to /boot and delete old kernels. That > > is where RH places them and never deletes them. > > How so? Up2date doesn't let kerne

Re: Upgrading to Redhat 9 from 7.2 problems (apache and linuxconf)

2003-08-22 Thread Paul F. Williams
I was able to remove both apache and linuxconf modules by restoring the particular files they were flagging and then rerunning rpm -e on each package. paulw Date: Fri, 22 Aug 2003 10:55:16 -0500 To: [EMAIL PROTECTED] From: "Paul F. Williams" <[EMAIL PROTECTED]> Subject: Upgrading to Redhat 9 f

Re: Anyone grabbed and compiled a 2.6 kernel yet?

2003-08-22 Thread Douglas Phillipson
Thanks for the info. Could you elaborate a little? I've never installed a kernel via rpm. What happens? Does it matter what kernel you are running prior? Does a rpm install replace all the necessary boot stuff? Do you rpm install and just reboot? Is there a good tutorial somewhere on 2.6 ke

RE: /Boot is full - advice please

2003-08-22 Thread Otto Haliburton
Glad I made. > -Original Message- > From: [EMAIL PROTECTED] [mailto:redhat-list- > [EMAIL PROTECTED] On Behalf Of Jason Dixon > Sent: Friday, August 22, 2003 11:53 AM > To: Red Hat Mailing List > Subject: RE: /Boot is full - advice please > > On Fri, 2003-08-22 at 12:40, Otto Haliburton w

RE: HP Deskjet shared on Samba, Windows users denied access

2003-08-22 Thread Rodolfo J. Paiz
At 8/22/2003 11:38 -0500, you wrote: Late to the thread but be careful with which windows you are running XP home for instance cannot IIRC log into, join or whatever it is called, a domain. Having read the docs...I don't want a domain. I mean, come on: I have _two_ computers here, reaching _one_ s

Re: /Boot is full - advice please

2003-08-22 Thread Kent Borg
On Fri, Aug 22, 2003 at 01:03:56PM -0400, Jason Dixon wrote: > Kent, please don't yell at me, because I completely support what > you've stated. I just wanted to suggest that the "-F" flag *not* be > used for upgrading a kernel, regardless of what Red Hat suggests. > IMO, it's much safer to instal

RE: HP Deskjet shared on Samba, Windows users denied access

2003-08-22 Thread Rodolfo J. Paiz
At 8/22/2003 12:28 -0400, you wrote: Do you have a firewall running? If so that could be blocking the auth request Nice try, but no. Same network segment, no firewall in between, same Ethernet switch even. Everything works, including using Samba to see/share/read/write files on that same Linux se

Re: /Boot is full - advice please

2003-08-22 Thread Roger
Around Fri,Aug 22 2003, at 01:03, Jason Dixon, wrote: >On Fri, 2003-08-22 at 13:00, Kent Borg wrote: >> On Fri, Aug 22, 2003 at 11:40:25AM -0500, Otto Haliburton wrote: >> > There were previous posting. His question was /boot is full. The >stated. I just wanted to suggest that the "-F" flag *n

Strange goings on in sendmail logs

2003-08-22 Thread Adam Bowns
Hello all, Looking through my mail log I noticed some strange flagged entries. These were. sendmail[6056]: h7MB8Ucu006055: forward /root/.forward.Unimatrix0: Permission denied sendmail[6056]: h7MB8Ucu006055: forward /root/.forward: Permission denied from what I have read about on the subject I

Re: /Boot is full - advice please

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 13:00, Kent Borg wrote: > On Fri, Aug 22, 2003 at 11:40:25AM -0500, Otto Haliburton wrote: > > There were previous posting. His question was /boot is full. The > > original response was to go to /boot and delete old kernels. That > > is where RH places them and never delete

Re: /Boot is full - advice please

2003-08-22 Thread Kent Borg
On Fri, Aug 22, 2003 at 11:40:25AM -0500, Otto Haliburton wrote: > There were previous posting. His question was /boot is full. The > original response was to go to /boot and delete old kernels. That > is where RH places them and never deletes them. How so? Up2date doesn't let kernels collect

RE: /Boot is full - advice please

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 12:40, Otto Haliburton wrote: > There were previous posting. His question was /boot is full. The > original response was to go to /boot and delete old kernels. That is > where RH places them and never deletes them. It distinguishes them with > labels. It was suggested tha

RE: /Boot is full - advice please

2003-08-22 Thread Otto Haliburton
There were previous posting. His question was /boot is full. The original response was to go to /boot and delete old kernels. That is where RH places them and never deletes them. It distinguishes them with labels. It was suggested that he uses rpm's and I suggested that not every user installs

Re: [OT] videoconferencing

2003-08-22 Thread Chris Wilson
Maybe you can have a look at http://glowpoint.com http://wireone.com or http://Polycom.com -- Chris On Fri, 2003-08-22 at 09:58, Thierry ITTY wrote: Hello I know this is a bit off topic, but i need to get advices from mid to big sized companies system/network admins so I take a

Re: /Boot is full - advice please

2003-08-22 Thread Robert C. Paulsen Jr.
On Fri, Aug 22, 2003 at 10:54:29AM -0500, Otto Haliburton wrote: > You need to get a grip. All of the information is there and the kernels > are lableled and the source in /usr/src is not installed. If you know > how a kernel is booted then you will be able to observe how it is > removed manually

RE: HP Deskjet shared on Samba, Windows users denied access

2003-08-22 Thread Jason Staudenmayer
Do you have a firewall running? If so that could be blocking the auth request -Original Message- From: Rodolfo J. Paiz [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 12:11 PM To: [EMAIL PROTECTED] Subject: RE: HP Deskjet shared on Samba, Windows users denied access At 8/22/2003

RE: HP Deskjet shared on Samba, Windows users denied access

2003-08-22 Thread Bret Hughes
On Fri, 2003-08-22 at 11:11, Rodolfo J. Paiz wrote: > At 8/22/2003 11:44 -0400, you wrote: > >I think the problem is in the win2k login process and using security=user > >You could try setting samba as the PDC and using security = domain > >Or grab the samba 3.x and setup AD/LDAP but I think it's s

Re: PCI Modems

2003-08-22 Thread Bret Hughes
On Fri, 2003-08-22 at 11:00, Terry Hobart wrote: > OK I know this is a dumb one and I have read the message on the HCL. BUT! I > could use a hardware recommendation for modems to buy that are PCI. I would > like to get away from externals on our new motherboards which have no ISA > slots. > It ha

Re: File sizes incorrectly reported (and huge!)

2003-08-22 Thread Goncalo
> > Anything I can do to restore sanity here? > Yes ! Convert the files to MP3 ! ;-) Cheers Goncalo -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

RE: /Boot is full - advice please

2003-08-22 Thread Jason Dixon
On Fri, 2003-08-22 at 11:54, Otto Haliburton wrote: > You need to get a grip. All of the information is there and the kernels > are lableled and the source in /usr/src is not installed. If you know > how a kernel is booted then you will be able to observe how it is > removed manually. I will say

Re: Sweet Success

2003-08-22 Thread Rodolfo J. Paiz
At 8/21/2003 12:22 -0400, you wrote: For the love of God, AragonX, you are going to end up in a mailfilter soon if you leave 250-300 lines of old messages in your posts. Many people, out of the thousands on this list, still pay for their Internet access by the minute, and it is grossly disresp

Re: Sweet Success

2003-08-22 Thread Rodolfo J. Paiz
At 8/21/2003 08:43 -0400, you wrote: >> It's for wise people like you to evaluate these facts. > > It's wise for you to practice healthy advocacy. No, he's right. It's wise for people like you to evaluate these facts. This is out of context; the "practice healthy advocacy" comment was in relation

RE: /Boot is full - advice please

2003-08-22 Thread Otto Haliburton
You need to get a grip. All of the information is there and the kernels are lableled and the source in /usr/src is not installed. If you know how a kernel is booted then you will be able to observe how it is removed manually. I will say again not everyone installs using rpm's. > -Original M

RE: /Boot is full - advice please

2003-08-22 Thread Otto Haliburton
Then the advise given you should work but if it doesn't the kernels are in /boot and the source is in /usr/src. So you can try the obvious if it doesn't work then do it manually(which is what I do). > -Original Message- > From: [EMAIL PROTECTED] [mailto:redhat-list- > [EMAIL PROTECTED] On

RE: HP Deskjet shared on Samba, Windows users denied access

2003-08-22 Thread Rodolfo J. Paiz
At 8/22/2003 11:44 -0400, you wrote: I think the problem is in the win2k login process and using security=user You could try setting samba as the PDC and using security = domain Or grab the samba 3.x and setup AD/LDAP but I think it's still in alpha. Hmm, interesting. Never used domains before, and

Re: Sweet Success

2003-08-22 Thread Jason Dixon
Hi Aragon: For whatever reason, I'm just now receiving your posts from Wednesday. Normally I'd file them away, considering the age of the thread, but I feel your comments dictate a response. > He did not say that it MS Windows could not do such things. He said it > wasn't on par with Linux. Pe

PCI Modems

2003-08-22 Thread Terry Hobart
OK I know this is a dumb one and I have read the message on the HCL. BUT! I could use a hardware recommendation for modems to buy that are PCI. I would like to get away from externals on our new motherboards which have no ISA slots. Just thought I'd ask. Thanks in advance as always Terry -- r

File sizes incorrectly reported (and huge!)

2003-08-22 Thread Rodolfo J. Paiz
Hi, all: I have all my music recorded as WAV files on my hard drive, currently taking up slightly over 63GB (and correctly reported as such by "du -ms /music/wav". The size of each file averages 45MB, although of course there are a dozen or soo 200MB monsters. Also, sharing the files via Samba

Upgrading to Redhat 9 from 7.2 probems (apache and linuxconf)

2003-08-22 Thread Paul F. Williams
I recently upgraded a redhat 7.2 system to redhat 9 and ran into a few problems. 1) The apache upgrade seems to be a problem. I see both apache-1.3.27-1.7.2 httpd-2.0.40-21.3 when I run the rpm -qa command. I have incorporated the changes to the httpd.conf file according to

Re: A call for helping on compiling software...need advice

2003-08-22 Thread David Hart
On Fri, 2003-08-22 at 11:47, Jason Williams wrote: > Morning everyone. > > What I think i've realized the problem im having with my current setup of > postfix is that the libraries needed for SASL are located in /usr/lib. I > think that when I installed the postfix RPM, it thinks the libraries a

Re: Sweet Success

2003-08-22 Thread AragonX
>> Another great difference and advantage that Linux box can have over >> MS Products are flexibility, stability, and SECURITY (among >> others) that MS cannot meet at par with Linux. > > Not to defend Microsoft products, but Windows *can* be flexible (sorta), > *can* be stable (at times), and *ca

Re: Sweet Success

2003-08-22 Thread AragonX
There is no such thing as a 'hidden' cost. If you consider maintenance costs as hidden, you need to open your eyes. Any organization that limits itself to a single technology ends up costing itself much more money than they might save in personnel. Most major companies have realized this and use

Re: Sweet Success

2003-08-22 Thread AragonX
Believe it or not, I and Linux got the rap for that bad RAM. That customer still talks about that crash. lol. Still a good customer. I have gotten word-of-mouth business but not nearly enough. I must be doing something wrong :/ > For me, in a town as small as this - talk goes far. Reputation

  1   2   >