On Mon, Aug 21, 2006 at 10:55:18AM -0700, kelsey hudson wrote:
> Lan Barnes wrote:
> >Here is my techinique for review and correction:
> >
> >1. On the client, I run "xhost +" for promiscuous acceptance
> >
> >2. On the server, I run "export DISPLAY=toto:0.0" to tell it where to
> >send output
>
> That's not even tunneled.
>
> Try this:
>
> ssh -X oz -l root # (you want to be root -- one of your errors was
> permissions, and sudo/su fubar the X auth model)
>
> then, magically,
>
> xterm & # (or something)
This worked. However,
[EMAIL PROTECTED] ~]$ xhost +
access control disabled, clients can connect from any host
[EMAIL PROTECTED] ~]$ ssh -X linus -l root
[EMAIL PROTECTED]'s password:
Last login: Sat Mar 11 22:22:08 2006
[EMAIL PROTECTED] ~]# xterm &
[1] 23303
[EMAIL PROTECTED] ~]# system-config-printer
The program 'system-config-printer' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAccess (attempt to access private resource denied)'.
(Details: serial 1143 error_code 10 request_code 146 minor_code 5)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error()
function.)
[1]+ Done xterm
[EMAIL PROTECTED] ~]#
(Note: I've ome home and moved from Oz to Linus)
--
Lan Barnes
Linux Guy, SCM Specialist
Tcl/Tk Enthusiast
Any sufficiently advanced technology is indistinguishable from magic.
- Arthur C. Clarke
--
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list