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
"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.
> * 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.
--
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:
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
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
6 matches
Mail list logo