Re: X won't allow display export...

2001-07-31 Thread Ade Talabi
Aaron Traas, What about DISPLAY=:0.0? Aaron Traas ([EMAIL PROTECTED]) said thusly on [31/07/01 at 16:25]: > > and the following on the box I was trying to export the display from: > > export DISPLAY=10.1.1.33:0.0 > The radical invents the views. When he has worn them out, the conserva

Re: X won't allow display export...

2001-07-31 Thread Kalle Olavi Niemitalo
"Robert L. Harris" <[EMAIL PROTECTED]> writes: > Make sure the option "-nolisten tcp" has been removed. Or if you don't trust the network, tunnel the connection via ssh.

Re: AW: X won't allow display export...

2001-07-31 Thread Andrew Perrin
> * start xterm (or any X-shell) on the client box > * xhost + ^^^ this is overkill if you're going to use ssh; > * ssh -X -l user server_name the -X forwards X packets so there's no need to turn off X security with xhost. --

AW: X won't allow display export...

2001-07-31 Thread Schoppitsch Dieter
I do it this way: * start xterm (or any X-shell) on the client box * xhost + * ssh -X -l user server_name * type xterm and you are in your server. Dieter > I am unable to successfully export the display from one of my Debian > boxen to another. I tried the following on the box I was using X on:

Re: X won't allow display export...

2001-07-31 Thread Robert L. Harris
Go to the machine you're trying to push X to (the one where you did xhost +) and cd to /etc/X11/xinit and vi "xserverrc" I believe. Make sure the option "-nolisten tcp" has been removed. If not, remove those 2 words and restart X. I wish it could be done without restarting X but I don't know h

X won't allow display export...

2001-07-31 Thread Aaron Traas
I am unable to successfully export the display from one of my Debian boxen to another. I tried the following on the box I was using X on: xhost + and the following on the box I was trying to export the display from: export DISPLAY=10.1.1.33:0.0 Normally, this has worked under ot