Re: telnet session problem
- From: Robert Gruener <rgruener@xxxxxxxxx>
- Date: Fri, 18 Aug 2006 16:49:56 +0200
Stevoo wrote:
Robert Gruener wrote:oops - setenv or export. not both.Stevoo wrote:
tim thanks for your reply. I tried that out but I'm getting the error "Depending on your local environment, the display number can be any
xterm Xt error: can't open display: localmachine:0.0....what do you
mean by "export it" and do ?I have to be root on the remote machine?
number, not only 0.0
Just enter echo $DISPLAY on the localmachine before setting it on the
remote system.
Example:
On local machine give command xhost +
echo $DISPLAY ( which may return sth like :17.0 )
On local machine set export DISPLAY=localmachine:17.0 (where local
machine is the name or ip of your machine and shell is bash)
Then start application on remote system.
You don't have to be root.
--
Gruss / Cheers
Robert
Hey Guys,
I tried all suggested options....ie:
on local host: xhost +ssci1 <------my machine
telnet 10.20.x.x. <------remote machine
on remote machine: setenv export DISPLAY = ssci1:0.0
xterm omcr <----------- program i
wish to launch
error = "xterm bla bla" see above...and i confirmed that the display
number is 0.0
Thanks
Steve
setenv is C-Shell, and the a.m. export command is bash. You mixed both together. What is you current shell?
--
Gruss / Cheers
Robert
.
- Follow-Ups:
- Re: telnet session problem
- From: Stevoo
- Re: telnet session problem
- References:
- telnet session problem
- From: Stevoo
- Re: telnet session problem
- From: Tim Bradshaw
- Re: telnet session problem
- From: Stevoo
- Re: telnet session problem
- From: Robert Gruener
- Re: telnet session problem
- From: Stevoo
- telnet session problem
- Prev by Date: Re: telnet session problem
- Next by Date: Solaris x64 and Synopsys VCS
- Previous by thread: Re: telnet session problem
- Next by thread: Re: telnet session problem
- Index(es):
Relevant Pages
|