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 #7892 is a reply to message #7758] Fri, 17 January 1997 00:00 Go to previous messageGo to previous message
David Foster is currently offline  David Foster
Messages: 341
Registered: January 1996
Senior Member
Thierry Thelliez wrote:
>
> For several reasons we are still using
> IDL version 3.6.1c (hp-ux hp_pa).
>
> The application works, and we have no plan/time to move to v4.
>
> 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)
>
> It works with:
>
> /disk/idl/bin/lmgrd -c /disk/idl/license.dat
> (no '&')
>

When lmgrd loads, and when licenses are checked in/out, it sends
output to stdout, and this may be your problem. I don't know why
it's being stopped, but if you don't care about the output you can
redirect it:

/disk/idl/bin/lmgrd -c /disk/idl/license.dat >! /dev/null

or send it to some file if you like. This might solve your problem.
There may be some underlying problem with your system that leads to
the "tty" message.

DAve

--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
David S. Foster Univ. of California, San Diego
Programmer/Analyst Brain Image Analysis Laboratory
foster@bial1.ucsd.edu Department of Psychiatry
(619) 622-5892 8950 Via La Jolla Drive, Suite 2200
La Jolla, CA 92037
[ UCSD Mail Code 0949 ]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~
[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: Sun Oct 12 10:40:10 PDT 2025

Total time taken to generate the page: 0.96188 seconds