Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Installation - Getting started with Red Hat Linux
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
respawning?

respawning?

2003-02-24       - By James P. Roberts

 Back
Reply:     1     2  

>    1. respawning? (Wendall Williams)
> 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?

Check out "man xinit".  (You can do this from a text-only session).
IIRC this has a description of the various files that X will look for
during it's start-up phase.  There are quite a few, both system files
and personal files.  And any of those can call other files.  It sounds
like you have a loop going on, in which one of the X start-up files
tries to initialize another X session.

Can you successfully log in at the "localhost login:" prompt?  And if
so, do you end up in an X session, or just in a text terminal?

Another thing to peek at is the /var/log/XFree* log file(s).  You might
get some hints there.

Regards,
Jim