comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Remote shell and IDL,
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Remote shell and IDL, [message #15323 is a reply to message #15225] Fri, 30 April 1999 00:00 Go to previous messageGo to previous message
Schwarb Manfred is currently offline  Schwarb Manfred
Messages: 1
Registered: April 1999
Junior Member
hi lars

i don't know a solution with rsh for your problem
> rsh remotehost "export DISPLAY=localhost:0 ; idl"

but:
1) the problem is that rsh does no allocation of a tty.

2) with secure login it's no problem:
ssh -t remotehost idl (ssh set your display automatically)

so convince your sysmanagers to install ssh (version 1 not 2, the
version 2 is very buggy) ...

3) other possibility:
run your idl-program on the remotehost via a file:

make a file myprog.test:
cat > myprog.test <<EOF
print,"hello"
xloadct
wait,3
exit
EOF

then run idl by typing
rsh remotehost "export DISPLAY=localhost:0 ; idl myprog.test"

i hope this helps you a little bit

manfred
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Format strings with comma separated lists
Next Topic: IDL 5.0.2 with windows 98

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 09:19:33 PDT 2025

Total time taken to generate the page: 0.16000 seconds