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

Home » Public Forums » archive » Starting IDL on UNIX in the background (rc script)
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: Starting IDL on UNIX in the background (rc script) [message #7870 is a reply to message #7758] Tue, 21 January 1997 00:00 Go to previous messageGo to previous message
aspinelli is currently offline  aspinelli
Messages: 4
Registered: August 1996
Junior Member
Thierry Thelliez <tgt@lanl.gov> wrote:

> Our problem is that the command

> /disk/idl/bin/lmgrd -c /disk/idl/license.dat &

> doesn't work (in the rc script or not).

> We get a error message like:
> [1] + Stopped(tty output)

This message is typical when your background program prints something
to standard output or standard error. The solution is redirecting
any output lmgrd produces to /dev/null.

If in your script you are using csh, try

/.....license.dat >& /dev/null &

If you are using sh, then the appropriate command is

/.....license.dat 2>1 /dev/null &

If you do not know, try putting in your script
/bin/echo $SHELL > /tmp/myshell
and then reading the file /tmp/myshell

Good luck
Andrea


Andrea Spinelli - Ismes Spa. 9, Via Pastrengo, 24068 Seriate BG, Italy
tel.: +39-35-307777 fax.: +39-35-302999 e-mail: aspinelli@ismes.it
"Truth hurts, but pimples much more"
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: CMYK color
Next Topic: Re: TV and PostScript

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

Current Time: Tue Dec 02 06:42:38 PST 2025

Total time taken to generate the page: 1.51927 seconds