  | | | 1. respawning? (Wendall Williams) | 1. respawning? (Wendall Williams) 2003-02-24 - By Stawiarski, Bill
Back Have only seen the respawning error occur for either one of 2 reasons. Hardware, in this case probably monitor, not correctly configured or has fault. Or software, an rpm/patch not completely or correctly installed.
Bill
-- --Original Message-- -- From: seawolf-list-request@(protected) [mailto:seawolf-list-request@(protected)] Sent: Monday, February 24, 2003 11:04 AM To: seawolf-list@(protected) Subject: Seawolf-list digest, Vol 1 #1659 - 4 msgs
Send Seawolf-list mailing list submissions to seawolf-list@(protected)
To subscribe or unsubscribe via the World Wide Web, visit https://listman.redhat.com/mailman/listinfo/seawolf-list or, via email, send a message with subject or body 'help' to seawolf-list-request@(protected)
You can reach the person managing the list at seawolf-list-admin@(protected)
When replying, please edit your Subject line so it is more specific than "Re: Contents of Seawolf-list digest..."
Today's Topics:
1. respawning? (Wendall Williams) 2. KCORE in /proc (Gilbert Rehling) 3. Re:KCORE in /proc (Aaron Konstam) 4. Re:KCORE in /proc (kaktus)
--__--__--
Message: 1 Date: Sun, 23 Feb 2003 14:38:14 -0800 From: Wendall Williams <wendall@(protected)> To: seawolf-list@(protected) Subject: respawning? Reply-To: seawolf-list@(protected)
Hello All-
Just started using RH7.1 on a P4 2.4GHZ, seagate 60gig. Brand new everything. After the installation procedure and reboot, I get the RH splash screen (control x for text, which I don't select) it goes through a long list with green "ok"'s, then to a black screen with version numbers and localhost login:
At list point the screen starts to flash. Eventually it stops and says:
INIT: Id "X" respawning too fast: disabled for 5 minutes localhost login:
Any ideas?
Thanks, Wendall
--__--__--
Message: 2 From: "Gilbert Rehling" <gilbertr@(protected)> To: "Seawolf At Redhat" <seawolf-list@(protected)> Subject: KCORE in /proc Date: Tue, 25 Feb 2003 00:11:07 +1100 Reply-To: seawolf-list@(protected)
Hello to all. I have two servers both with the same problem. Both seem to have run out of space on the / directory 1 system has 256 mb of space for the / and the 2nd has 497 mb for the /
On inspection I found that on both systems the /proc/kcore to be rather large. On the 1st its 402657280 and 939528192 on the 2nd. I did manage to free up some space on the second system by uninstalling a heap of programs, but after rebooting the free space disappeared again.
I noticed that the kcore file is actually a linked file, but from where? /dev??
Also any program that requires free space there won't run. I can access via webmin, and terminal, but Xwindows will no longer start.
Can anyone please help me with this and or point me to some data about the kcore. My guess is that this is the kernel core file.
My 7.3 machine only shows 131 mb used on the / but its /proc/kcore file is 251645952
So, any explanation on this phenomena would be greatly appreciated. Thanks in advance for any help and I hope this proves to be a usefull question.
Gilbert R
the_isp@(protected)
--__--__--
Message: 3 Date: Mon, 24 Feb 2003 09:21:02 -0600 From: Aaron Konstam <akonstam@(protected)> To: seawolf-list@(protected) Subject: Re: KCORE in /proc Reply-To: seawolf-list@(protected)
On Tue, Feb 25, 2003 at 12:11:07AM +1100, Gilbert Rehling wrote: > Hello to all. > I have two servers both with the same problem. > Both seem to have run out of space on the / directory > 1 system has 256 mb of space for the / and the 2nd has 497 mb for the / > > On inspection I found that on both systems the /proc/kcore to be rather > large. > On the 1st its 402657280 and 939528192 on the 2nd. > I did manage to free up some space on the second system by uninstalling a > heap of programs, but after rebooting the free space disappeared again. > > I noticed that the kcore file is actually a linked file, but from where? > /dev?? > > Also any program that requires free space there won't run. I can access via > webmin, and terminal, but Xwindows will no longer start. > > Can anyone please help me with this and or point me to some data about the > kcore. > My guess is that this is the kernel core file. > > My 7.3 machine only shows 131 mb used on the / but its /proc/kcore file is > 251645952 > > So, any explanation on this phenomena would be greatly appreciated. > Thanks in advance for any help and I hope this proves to be a usefull > question. > > Gilbert R > > the_isp@(protected) I don't think kcore is the problem. The files in /proc are not really files. They are content that the kernal provides on request. For example on my machine: [akonstam@(protected) proc]$ ls -l kcore -r-- ----- 1 root root 145113088 Feb 24 09:20 kcore [akonstam@(protected) proc]$ du -s kcore 0 kcore So you see kcore really does not take up space. -- -- ---- ---- ---- ---- ---- ---- ---- ----- Aaron Konstam Computer Science Trinity University 715 Stadium Dr. San Antonio, TX 78212-7200
telephone: (210)-999-7484 email:akonstam@(protected)
--__--__--
Message: 4 Date: Mon, 24 Feb 2003 17:03:54 +0100 From: kaktus <kaktus2@(protected)> Organization: kaktusland.com To: seawolf-list@(protected) Subject: Re: KCORE in /proc Reply-To: seawolf-list@(protected)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> </head> <body> maybe you have your /var directory on your / part, and big logfiles<br> goto your /var/log directory, and do a <b>du -k</b> <br> you will see size of you log files / bub directories ( in kbytes)<br> <br> Aaron Konstam wrote:<br> <blockquote type="cite" cite="mid20030224092102.C32618@(protected)"> <pre wrap="">On Tue, Feb 25, 2003 at 12:11:07AM +1100, Gilbert Rehling wrote: </pre> <blockquote type="cite"> <pre wrap="">Hello to all. I have two servers both with the same problem. Both seem to have run out of space on the / directory 1 system has 256 mb of space for the / and the 2nd has 497 mb for the /
On inspection I found that on both systems the /proc/kcore to be rather large. On the 1st its 402657280 and 939528192 on the 2nd. I did manage to free up some space on the second system by uninstalling a heap of programs, but after rebooting the free space disappeared again.
I noticed that the kcore file is actually a linked file, but from where? /dev??
Also any program that requires free space there won't run. I can access via webmin, and terminal, but Xwindows will no longer start.
Can anyone please help me with this and or point me to some data about the kcore. My guess is that this is the kernel core file.
My 7.3 machine only shows 131 mb used on the / but its /proc/kcore file is 251645952
So, any explanation on this phenomena would be greatly appreciated. Thanks in advance for any help and I hope this proves to be a usefull question.
Gilbert R
<a class="moz-txt-link-abbreviated" href="mailto:the_isp@(protected)">the_isp@(protected)</a> </pre> </blockquote> <pre wrap=""><!---->I don't think kcore is the problem. The files in /proc are not really files. They are content that the kernal provides on request. For example on my machine: [akonstam@(protected) proc]$ ls -l kcore -r-- ----- 1 root root 145113088 Feb 24 09:20 kcore [akonstam@(protected) proc]$ du -s kcore 0 kcore So you see kcore really does not take up space. </pre> </blockquote> </body> </html>
--__--__--
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ Seawolf-list mailing list Seawolf-list@(protected) https://listman.redhat.com/mailman/listinfo/seawolf-list
End of Seawolf-list Digest
|
|
 |