[expert] export DISPLAY via ssh

2001-10-18 Thread Alan Wilter Sousa da Silva
Hi People, We use MDK and RedHat here. If I ssh to a RedHat machine I can export xterm for example, but if I ssh to a MDK machine I got this error: channel 0: istate 4 != open channel 0: ostate 64 != open X connection to my.MDk.linuxbox:10.0 broken (explicit kill or server shutdown). An

Re: [expert] export DISPLAY via ssh

2001-10-18 Thread Michael Osten
On Thu, 18 Oct 2001 16:34:22 -0200 (BRST) Alan Wilter Sousa da Silva <[EMAIL PROTECTED]> wrote: > Hi People, > > We use MDK and RedHat here. If I ssh to a RedHat machine I can > export xterm for example, but if I ssh to a MDK machine I got this > error: > channel 0: istate 4 != open > cha

Re: [expert] export DISPLAY via ssh

2001-10-18 Thread Ken Hawkins
rwarding. That should > do it for you. > > David > > -Original Message- > From: Alan Wilter Sousa da Silva [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 18, 2001 12:34 PM > To: [EMAIL PROTECTED] > Subject: [expert] export DISPLAY via ssh > > Hi People, &g

Re: [expert] export DISPLAY via ssh

2001-10-18 Thread Arnold Troeger
Michael Osten wrote: > On Thu, 18 Oct 2001 16:34:22 -0200 (BRST) > Alan Wilter Sousa da Silva <[EMAIL PROTECTED]> wrote: > > > Hi People, > > > > We use MDK and RedHat here. If I ssh to a RedHat machine I can > > export xterm for example, but if I ssh to a MDK machine I got this > > error:

RE: [expert] export DISPLAY via ssh

2001-10-18 Thread David Joham
[mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 12:34 PM To: [EMAIL PROTECTED] Subject: [expert] export DISPLAY via ssh Hi People, We use MDK and RedHat here. If I ssh to a RedHat machine I can export xterm for example, but if I ssh to a MDK machine I got this error: channel 0

Re: [expert] export DISPLAY via ssh

2001-10-19 Thread Brad Felmey
On Thu, 2001-10-18 at 15:26, Ken Hawkins wrote: > I too asked about this a while ago. I double checked the configuration on > both machines, and ssh_conf DOES show X forwarding, but I get the same error > message. sshd_conf X11Forwarding yes Restart sshd -- Brad Felmey Want to buy your Pac

Re: [expert] export DISPLAY via ssh

2001-10-19 Thread Oscar
El Vie 19 Oct 2001 13:57, escribió: > Hi Arnold, > > I'm going to a conclusion like you pointed. I found out that when > ssh as root X11 export worked, so it seemed to be a question of > permission. > > So I'm trying to set what you said by I have to doubts: > How can I find whi

Re: [expert] export DISPLAY via ssh

2001-10-19 Thread Woody Green
Here is the guilty party: ( in your $HOME/.bashrc ) # Need for a xterm & co if we don't make a -ls [ -n $DISPLAY ] && { [ -f /etc/profile.d/color_ls.sh ] && source /etc/profile.d/color_ls.sh export XAUTHORITY=$HOME/.Xauthority } Comment out of your .bashrc the 4 lines above on the machine

Re: [expert] export DISPLAY via ssh

2001-10-19 Thread Alan Wilter Sousa da Silva
Hi Arnold, I'm going to a conclusion like you pointed. I found out that when ssh as root X11 export worked, so it seemed to be a question of permission. So I'm trying to set what you said by I have to doubts: How can I find which to use? How can I restar

Re: [expert] export DISPLAY via ssh

2001-10-21 Thread Arnold Troeger
Alan Wilter Sousa da Silva wrote: > Hi Arnold, > > I'm going to a conclusion like you pointed. I found out that when > ssh as root X11 export worked, so it seemed to be a question of > permission. > > So I'm trying to set what you said by I have to doubts: > How can I fin

Re: [expert] export DISPLAY via ssh

2001-10-21 Thread Arnold Troeger
Alan Wilter Sousa da Silva wrote: > Hi Arnold, > > I'm going to a conclusion like you pointed. I found out that when > ssh as root X11 export worked, so it seemed to be a question of > permission. > > So I'm trying to set what you said by I have to doubts: > How can I fin

Re: [expert] export DISPLAY via ssh

2001-10-22 Thread Alan Wilter Sousa da Silva
Hi People, This solution worked to me. Thanks Woody Green! On 19 Oct 2001, Woody Green wrote: > Here is the guilty party: > > ( in your $HOME/.bashrc ) > > # Need for a xterm & co if we don't make a -ls > [ -n $DISPLAY ] && { > [ -f /etc/profile.d/color_ls.sh ] && source /etc/profi

Re: [expert] export DISPLAY via ssh

2001-10-23 Thread Ken Hawkins
Thanks...I was trying to figure this one out too.. Ken Woody Green wrote: > Here is the guilty party: > > ( in your $HOME/.bashrc ) > > # Need for a xterm & co if we don't make a -ls > [ -n $DISPLAY ] && { > [ -f /etc/profile.d/color_ls.sh ] && source /etc/profile.d/color_ls.sh > export