Re: Unable to display remote xterm under RH FC3

dirty.harry_at_juno.com
Date: 07/20/05


Date: 20 Jul 2005 06:09:09 -0700

Not that it should matter but I'm not using ssh. Just using xterm. As
I have stated, I have set the DISPLAY environment variable on the
remote machine to point my local machine using both machine name and IP
address. Have also tried xterm -display mymachine:0.0. It's not just
xterm but any application that is trying to bring up a window that says
it can't open the display on mymachine. Plus I have performed an xhost
+ on mymachine which is supposed to allow clients from any host to
connect.

Nicholas Andrade wrote:
> dirty.harry@juno.com wrote:
> > I recently installed Redhat Fedora Core 3 on a new machine I got. At
> > present, I am unable to bring up a remote xterm or any remote window
> > from another machine. That is, from the new machine with RH FC3
> > installed I telnet to another Linux machine and am attempting to bring
> > up an xterm window from this remote machine onto my new one. I keep
> > getting a unable to open display error. I've done this a million times
> > before on my earlier computer. On the new machine I did a xhost +.
> > The DISPLAY environmert variable is set correctly on the remote machine
> > to point to the new machine. I've tried both the computer name (for
> > example, snoopy:0.0), and the actual IP address for the DISPLAY
> > variable. Each computer know who the other is in the /etc/hosts file.
> > Each is able to ping the other by name. As far as I know, no firewall
> > is enabled on the new machine.
> >
> > Prior to this I had been usind RH 7.3 for a long time and didn't have
> > any problem. Is FC3 automatically blocking something that I need to
> > turn off?
> >
> What parameters are you passing when you SSH into the other box? Try
> either ssh -X username@remotehost or ssh -Y username@remotehost. If you
> pass -Y, you won't need to set up xhost. If you pass with -X, be sure
> to set the DISPLAY environment variable on the remote machine. I'd try
> just passing -Y first, it generally reolves the problems.



Relevant Pages

  • Re: Suggestions for remote admin of linux machines
    ... where you somehow need to copy the display to the remote station. ... All that the remote machine needs is the X libraries ... which are a lot "lighter" than the X server itself. ... Your Linux distro probably already has SSH included. ...
    (comp.os.linux.networking)
  • Re: Suggestions for remote admin of linux machines
    ... where you somehow need to copy the display to the remote station. ... All that the remote machine needs is the X libraries ... which are a lot "lighter" than the X server itself. ... Your Linux distro probably already has SSH included. ...
    (comp.os.linux.misc)
  • Re: open remote terminal
    ... remote machine using rsh or ssh. ... This could be done using 'xterm -e ssh ... but after the login I would like to jump to a given directory. ...
    (comp.lang.python)
  • Re: two questions
    ... I am at an xterm on a local machine running X. ... > the remote machine. ... > If I type startx into the local xterm when connected to the remote ...
    (comp.os.linux)
  • Re: open remote terminal
    ... I would like to use python to start an terminal, e.g. xterm, and login on ... a remote machine using rsh or ssh. ... This could be done using 'xterm -e ssh ...
    (comp.lang.python)