cygwin-x-doc/faq remote.xml,1.13,1.14
Alexander Gottwald <xserver-commit-u7BhqnqprCWvj1b/[email protected]> Tue, 21 Jun 2005 05:15:22 -0700 (PDT)
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by: ago Update of /cvs/xserver/cygwin-x-doc/faq In directory gabe:/tmp/cvs-serv3176/faq Modified Files: remote.xml Log Message: 2005-06-21 Alexander Gottwald <[email protected]> * faq/remote.xml: Add section about BadAtom error with SSH Index: remote.xml =================================================================== RCS file: /cvs/xserver/cygwin-x-doc/faq/remote.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- remote.xml 7 Jun 2005 09:31:07 -0000 1.13 +++ remote.xml 21 Jun 2005 12:15:19 -0000 1.14 @@ -122,6 +122,30 @@ </answer> </qandaentry> +<qandaentry id="q-bad-atom"> +<question> +<para>Why do remote programs crash with <errorname>X Error of failed request: BadAtom</errorname>? +</para> +</question> +<answer> +<para>Starting with OpenSSH 3.8 you will need to set +<quote>ForwardX11Trusted yes</quote> in the client configuration to +allow remote clients full access to the xserver. Without it some +clients will fail with a similar error:</para> + +<screen> X Error of failed request: BadAtom (invalid Atom parameter) + Major opcode of failed request: 18 (X_ChangeProperty) + Atom id in failed request: 0x114 + Serial number of failed request: 370 + Current serial number in output stream: 372 +</screen> +<para> +The commandline switch <parameter>-Y</parameter> does the same. +See also <xref linkend="q-ssh-no-x11forwarding"></xref> +</para> +</answer> +</qandaentry> + </qandadiv> <qandadiv id="xdmcp">