On Fri, Sep 03, 2004 at 12:51:37PM -0500, Mark wrote:

| I did notice that the display variable was not set properly. So, comparing
| it to a machine that works (ur... the way I want) and a machine that
| doesn't:
| 
| works:
| $ echo $DISPLAY
| localhost:10.0
| 
| doesn't:
| $ echo $DISPLAY
| :0

So the remote machine has $DISPLAY set to the local display?  That's
not right, unless it's not a remote box at all.

Perhaps your dot files or something in /etc/ sets the DISPLAY to :0,
something set up by some sysadmin who needed to fix a problem that he
didn't really understand.

| Obviously, changing the display var doesn't fix it. I can also just add
| the local machine to xhosts, set the display var, and throw apps straight
| over the wire.

ssh -v will let you know if it allocates the X channel --

   debug1: Requesting X11 forwarding with authentication spoofing.
   debug1: channel 0: request x11-req

| But, I want to pipe it through the ssh connection.
|
| So... What config setting am I missing?

If the DISPLAY variable is getting clobbered, it probably starts at
localhost:10, so you could thry that, then localhost:11, etc, find it
that way.

-- 
Doug McLaren, [EMAIL PROTECTED]
If walking is so good for you, then why does my mailman look like
Jabba the Hut?
_______________________________________________
Siglinux mailing list
[EMAIL PROTECTED]
http://machito.utacm.org/mailman/listinfo/siglinux

Reply via email to