Click to See Complete Forum and Search --> : Going straight into X-windows...


colinp
03-21-2000, 10:30 AM
Here's a funny one I've seen a couple of times now....

On boot up, a couple of RH6.0 systems are going straight into X-windows (Redhat login screen). During the install, the old "don't go into x-windows option" was definitley selected after the Xconfig bit. Also, the initdefault value in /etc/inittab is 3....

You see the command login flash up for a second before it goes into windows.
It looks like the id:3:initdefault: is read from inittab but then is overridden by something in an rc script perhaps..

Any ideas ???

cheers,

Col.

------------------

Toby
03-21-2000, 10:50 AM
You can change this in linuxconf.

geekd
03-21-2000, 11:46 PM
It looks like the id:3:initdefault: is read from inittab but then is overridden by something in an rc script perhaps..

That's f***ed up right there...

/etc/inittab is supposed to be the final arbiter of this...

There isn't a "startx" in rc.local by any chance, is there?

-geekd

colinp
03-22-2000, 06:47 AM
Sorted !!!!!

/etc/rc.d/rc3.d/S99local

had

/usr/X11R6/bin/xdm

at the bottom..

It was being used for remote access through PC-Xware/Exceed type stuff.

I'll see if I can change it to output to display 1 or something...

Thanks for the replies guys...

cheers

Col

------------------