Re: ssh -X Error: Can't open display: :0.0

2009-12-03 Thread Bob McGowan
Mathieu Malaterre wrote: > On Tue, Dec 1, 2009 at 6:30 PM, Javier Barroso wrote: >> On Tue, Dec 1, 2009 at 6:03 PM, Mathieu Malaterre --deleted text-- > Excellent FAQ indeed ! > >> I think you will have to disable -nolisten option in X see this bug >> for reference: >> http://bugs.debian.org/cg

Re: ssh -X Error: Can't open display: :0.0

2009-12-03 Thread Mathieu Malaterre
On Tue, Dec 1, 2009 at 6:30 PM, Javier Barroso wrote: > On Tue, Dec 1, 2009 at 6:03 PM, Mathieu Malaterre > wrote: >> On Tue, Dec 1, 2009 at 5:49 PM, Javier Barroso wrote: >>> Hi, >>> >>> On Tue, Dec 1, 2009 at 5:35 PM, Mathieu Malaterre >>> wrote: Hi there,  I am getting confuse

Re: ssh -X Error: Can't open display: :0.0

2009-12-01 Thread Javier Barroso
On Tue, Dec 1, 2009 at 6:03 PM, Mathieu Malaterre wrote: > On Tue, Dec 1, 2009 at 5:49 PM, Javier Barroso wrote: >> Hi, >> >> On Tue, Dec 1, 2009 at 5:35 PM, Mathieu Malaterre >> wrote: >>> Hi there, >>> >>>  I am getting confused. I cannot get xclock to run on a remote host >>> from my ssh sess

Re: ssh -X Error: Can't open display: :0.0

2009-12-01 Thread Nicholas
Javier Barroso wrote: Error: Can't open display: :0.0 usr/X11R6/bin/xhost + ? -- Sincerely, Nicholas -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: ssh -X Error: Can't open display: :0.0

2009-12-01 Thread Mathieu Malaterre
On Tue, Dec 1, 2009 at 5:49 PM, Javier Barroso wrote: > Hi, > > On Tue, Dec 1, 2009 at 5:35 PM, Mathieu Malaterre > wrote: >> Hi there, >> >>  I am getting confused. I cannot get xclock to run on a remote host >> from my ssh session: >> >> local $ ssh -X mpi0 >> remote $ xclock >> Error: Can't op

Re: ssh -X Error: Can't open display: :0.0

2009-12-01 Thread Javier Barroso
Hi, On Tue, Dec 1, 2009 at 5:35 PM, Mathieu Malaterre wrote: > Hi there, > >  I am getting confused. I cannot get xclock to run on a remote host > from my ssh session: > > local $ ssh -X mpi0 > remote $ xclock > Error: Can't open display: :0.0 > > But I can still do: > > local $ ssh -Xf mpi0 xclo

ssh -X Error: Can't open display: :0.0

2009-12-01 Thread Mathieu Malaterre
Hi there, I am getting confused. I cannot get xclock to run on a remote host from my ssh session: local $ ssh -X mpi0 remote $ xclock Error: Can't open display: :0.0 But I can still do: local $ ssh -Xf mpi0 xclock Could someone please remind me what is the difference, and what am I missing i