old-www/HOWTO/LBX-9.html

44 lines
1.3 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
<TITLE>The LBX Mini-HOWTO: Problems</TITLE>
<LINK HREF="LBX-10.html" REL=next>
<LINK HREF="LBX-8.html" REL=previous>
<LINK HREF="LBX.html#toc9" REL=contents>
</HEAD>
<BODY>
<A HREF="LBX-10.html">Next</A>
<A HREF="LBX-8.html">Previous</A>
<A HREF="LBX.html#toc9">Contents</A>
<HR>
<H2><A NAME="s9">9. Problems</A></H2>
<P>Here are some common problems:
<P>
<DL>
<DT><B>Q)</B><DD><P><CODE>lbxproxy</CODE> exits with an "access denied" error.
<P>
<DT><B>A)</B><DD><P>This means the LOCAL system isn't accepting connections from
the REMOTE system due to permissions errors. See the
<A HREF="http://www.xs4all.nl/~zweije/xauth.html">Remote X Apps Mini-HOWTO</A> for details on these issues.
<P>As a simple trouble-shooting measure, try running a simple X app
like <CODE>xclock</CODE> on REMOTE and have it display on the local
system without using <CODE>lbxproxy</CODE>:
<P>
<BLOCKQUOTE><CODE>
<PRE>
$ xclock -display LOCAL:0
</PRE>
</CODE></BLOCKQUOTE>
<P>If that doesn't work, it's <CODE>xhost</CODE> or some other basic X
problem, not LBX.
</DL>
<P>
<HR>
<A HREF="LBX-10.html">Next</A>
<A HREF="LBX-8.html">Previous</A>
<A HREF="LBX.html#toc9">Contents</A>
</BODY>
</HTML>