Mailinglist Archive: opensuse (868 mails)
| < Previous | Next > |
Re: [opensuse] X11 forwarding on 11.4
- From: Patrick Shanahan <paka@xxxxxxxxxxxx>
- Date: Mon, 30 May 2011 06:32:44 -0400
- Message-id: <20110530103244.GC5477@wahoo.no-ip.org>
* John Andersen <jsamyth@xxxxxxxxx> [05-29-11 20:23]:
set | grep DISPLAY
has no output.
from the original post:
xterm Xt error: Can't open display:
xterm: DISPLAY is not set
*On* the machine 192.168.1.10 (11.4),
set | grep DISPLAY
DISPLAY=:0
But ssh'ing (-X) into that machine $DISPLAY is not set.
/etc/ssh/sshd_config contains: #X11DisplayOffset 10
but, iiuc, that is *default*. I will change it, uncomment it and try...
same result :^(
tks,
--
(paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711
http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org openSUSE Community Member
Registered Linux User #207535 @ http://counter.li.org
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Ok, so the part that says:
debug2: channel 0: rcvd ext data 64
xterm Xt error: Can't open display:
xterm: DISPLAY is not set
says something is not setting your DISPLAY environmental.
If you can log in and get a text shell (not xterm)
issue the following command:
set | grep DISPLAY
And you should see something like:
DISPLAY=localhost:10.0
set | grep DISPLAY
has no output.
from the original post:
xterm Xt error: Can't open display:
xterm: DISPLAY is not set
*On* the machine 192.168.1.10 (11.4),
set | grep DISPLAY
DISPLAY=:0
But ssh'ing (-X) into that machine $DISPLAY is not set.
If not, it could still be something in the sshd_config.
/etc/ssh/sshd_config contains: #X11DisplayOffset 10
but, iiuc, that is *default*. I will change it, uncomment it and try...
same result :^(
tks,
--
(paka)Patrick Shanahan Plainfield, Indiana, USA HOG # US1244711
http://wahoo.no-ip.org Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org openSUSE Community Member
Registered Linux User #207535 @ http://counter.li.org
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |