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

Home » Public Forums » archive » Background job on remote machine: problems with IDL_IDLBridge
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: Background job on remote machine: problems with IDL_IDLBridge [message #85638 is a reply to message #85625] Fri, 23 August 2013 06:49 Go to previous messageGo to previous message
mg.elianto is currently offline  mg.elianto
Messages: 4
Registered: August 2013
Junior Member
Hi Lajos and others.
One of the software support guys here, Joseph H., has found a solution which doesn't require VNC. I am posting his email below. It works for me, I hope it will help others:

*************************

If IDL_IDLBridge requires a X session but does *not* require human
interaction (i.e. clicking buttons in a GUI or monitoring graphical
output) you can do something like this:

1. Create a X frame buffer in a screen session
# screen -dmS FRAMEBUFFER Xvfb -pixdepths 8 16 24 :100

2. Start your IDL process in different screen session
# screen -mS IDL_JOB tcsh -l
[ Inside screen session ]
# setenv DISPLAY :100
# idl
... do stuff
[ Detach screen session ]

The IDL bridge should survive because its "X session" is now using Xvfb
instead of your local X11 forwarding via SSH.

******************

The only difference for me is that I use bash, so I issued

# screen -mS IDL_JOB bash -l
# export DISPLAY=:100

The important thing is that the IDL Bridge has been fooled.

Cheers,
Mario
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Thickness of Errorbar
Next Topic: SVN bug makes project properties tab invisible at first

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

Current Time: Wed Oct 08 18:12:44 PDT 2025

Total time taken to generate the page: 0.00379 seconds