On Fri, 21 Jul 2000, paul almquist wrote:
> X runs ok if I boot to runlevel 3 and use startx. Booting to run
> level 5 I get the error:
> _X11TransSocketUNIX Connect: Can't connect: errno=111
It's probably not launching X. Make sure that /etc/X11/X and
/usr/X11R6/bin/X are both symlinks to the correct X server.
> I have not been able to find out what xdm (really kdm) is trying
> to connect to nor a list of error codes to interpret the 111.
#define ECONNREFUSED 111 /* Connection refused */
With X, it usually means that the server hasn't started, so there's no
UNIX socket to connect to.
MSG
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.