UT server in back ground

G

Guest

Guest
Archived from groups: alt.games.unreal.tournament (More info?)

Does anybody know this? I used to run my UT server on my linux box, without
a start up script... when I did this, I could always see what's happening
on my server in real time. now, I'm using ASU script to fire the server...
every thing works well. but one thing is, that it runs the server in the
background, and I never can see what's going on in my server, unless I look
at the log file... is there a way to allow the server to run in forground?
Thanks.

claude
 
Archived from groups: alt.games.unreal.tournament (More info?)

On Tue, 04 May 2004 15:00:24 -0400, Claude Fortier
<cfortier5@cogeco.ca> wrote:

>Does anybody know this? I used to run my UT server on my linux box, without
>a start up script... when I did this, I could always see what's happening
>on my server in real time. now, I'm using ASU script to fire the server...
>every thing works well. but one thing is, that it runs the server in the
>background, and I never can see what's going on in my server, unless I look
>at the log file... is there a way to allow the server to run in forground?
>Thanks.

I am not an expert in this, but you could use "tail -f <logfile name>"
to continously display the log file.
--
Andrew. To email unscramble nrc@gurjevgrzrboivbhf.pbz & remove spamtrap.
Help make Usenet a better place: English is read downwards,
please don't top post. Trim messages to quote only relevant text.
Check groups.google.com before asking a question.
 
Archived from groups: alt.games.unreal.tournament (More info?)

Andrew wrote:

> On Tue, 04 May 2004 15:00:24 -0400, Claude Fortier
> <cfortier5@cogeco.ca> wrote:
>
>>Does anybody know this? I used to run my UT server on my linux box,
>>without a start up script... when I did this, I could always see what's
>>happening
>>on my server in real time. now, I'm using ASU script to fire the
>>server...
>>every thing works well. but one thing is, that it runs the server in the
>>background, and I never can see what's going on in my server, unless I
>>look at the log file... is there a way to allow the server to run in
>>forground? Thanks.
>
> I am not an expert in this, but you could use "tail -f <logfile name>"
> to continously display the log file.

could you please explain a little more about this tail "-f <logfile name>"
Where do I use this? thanks.
 
Archived from groups: alt.games.unreal.tournament (More info?)

Claude Fortier enlightened us with:
> now, I'm using ASU script to fire the server... every thing works
> well. but one thing is, that it runs the server in the background,
> and I never can see what's going on in my server, unless I look at the
> log file...

I don't know this "ASU script" you're talking about. What kind of script
is it? You can always read it and see what it does, then alter it to
suit your needs.

MeltDown
--
!For all your UT99/2k3/2k4 questions visit UnrealTower's FAQ section:
! http://www.unrealtower.org/faq
!Home of the FAQs for agut and agut2003.
 
Archived from groups: alt.games.unreal.tournament (More info?)

Claude Fortier enlightened us with:
> could you please explain a little more about this tail "-f <logfile
> name>" Where do I use this? thanks.

If you do 'man tail' you can read all about it. The log files can be
found in ~/.loki/ut/System


MeltDown
--
!For all your UT99/2k3/2k4 questions visit UnrealTower's FAQ section:
! http://www.unrealtower.org/faq
!Home of the FAQs for agut and agut2003.
 
Archived from groups: alt.games.unreal.tournament (More info?)

MeltDown wrote:

> Claude Fortier enlightened us with:
>> could you please explain a little more about this tail "-f <logfile
>> name>" Where do I use this? thanks.
>
> If you do 'man tail' you can read all about it. The log files can be
> found in ~/.loki/ut/System
>
>
> MeltDown
Ok, great, thanks...

Claude