s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
10. TroubleshootingThe first time you try to run a remote X application, it usually does not work. Here are a few common error messages, their probable causes, and solutions to help you on your way.
There is no
Errno 101 is ``Network is unreachable''. The application could not make
a network connection to the server. Check that you have the correct
Errno 111 is ``Connection refused''. The server machine you're trying to connect to is reachable, but the indicated server does not exist there. Check that you are using the right host name and the right display number. Alternatively, it is possible that the X server was configured not
to listen to the usual TCP port. To find out if this is the case,
see if the X server is started with the
The client could make a connection to the server, but the server does not allow the client to use it (not authorized). Make sure that you have transported the correct magic cookie to the client, and that it has not expired (the server uses a new cookie when a new session starts).
Next Previous Contents |