I tried redirecting stdin to /dev/null still wouldn't run in the background.
But I've been using FreeBSD and halfd for so long I forgot about screen. I
gave that a try and it's working fine.

Now if I could just find a workaround for my PB issue.

Thanks,
Jeremy


----- Original Message -----
From: "Jon Paul Nollmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 19, 2001 11:22 PM
Subject: Re: HLTV on Linux



On 19/09/2001, 18:36:26, "Jeremy Stoltz" <[EMAIL PROTECTED]> wrote regarding
HLTV on Linux:
> OK another HLTV question. It doesn't look like it will run in the
> background.
>
> Launching it with the following command:
> ./hltv +connect 209.221.163.201:27025 -port 27125 &
>
> It quits a few seconds after being launched. If I remove the & it will
run
> fine.

I noticed this as well.  Just as is the case with hlds_run, hltv reads
console commands in from stdin.  So that means you have to either
redirect
standard input from /dev/null, use screen, leave it in the foreground or
something else.




Reply via email to