SoloCDM wrote:

> What does the following mean and how can I correct the problem?
> 
>      _X11TransSocketINETConnect: Can't connect: errno = 113

113 is EHOSTUNREACH, which is the error code given when connect()
fails. IOW, the program couldn't connect to the X server specified by
$DISPLAY.

Either $DISPLAY is incorrect (note that for a local display, $DISPLAY
should start with a colon e.g. ":0" rather than "localhost:0"), or you
have a networking problem.

-- 
Glynn Clements <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to