[cod] Console Interaction
Chad Rose
badhat at southwestwireless.net
Thu Mar 25 16:27:53 EST 2004
Does screen use much resources when run to fork something to the background?
I have been using some scripting to restart the server once it crashed.. and
just using :
#!/bin/sh
runserver()
{
cd /path/to/CallofDuty/directory/
while true
do
./cod_lnxded +set dedicated 2 +set net_port 28960 +exec mp_server.cfg
+map_rotate
done
}
runserver 2>&1 >/dev/null &
Of course without reattaching I wouldn't be able to remote manage the server
via console. But does anyone see any unreasonable amount of resources used
when using screen? Because I do notice a difference between using screen
and a script.
----- Original Message -----
From: <admin at codboards.com>
To: <cod at icculus.org>
Sent: Thursday, March 25, 2004 3:10 PM
Subject: RE: [cod] Console Interaction
> Yup! Just realized I don't have it installed, so I was not able to find
> the command. I'm downloading it. Hopefully this will be better.
>
>
> > Type: man screen
> > Or screen --help
> > Just a quick reminder from a mad doc reader to rtfm.
> > :)
> >
> >
> > -----Original Message-----
> > From: admin at codboards.com [mailto:admin at codboards.com]
> > Sent: Thursday, March 25, 2004 12:47 PM
> > To: cod at icculus.org
> > Subject: Re: [cod] Console Interaction
> >
> > How do you exactly use the screen command and resume it? What's the
> > syntax?
> >
> >> Run the server on a screen (the screen command in linux) and resume it
> >> if you need to chat. Otherwise hlsw and All seeing eye does the rcon
> > job.
> >>
> >> / Rickard
> >>
> >> theo wrote:
> >>> I use hlsw v1.20 it has console feedback. You can chat to, but not
> >>> receive chat from players and get status. Probably not the best, but
> > it
> >>> serves my needs.
> >>> http://www.hlsw.org/?language=English
> >>>
> >>>
> >>> -----Original Message-----
> >>> From: George Lemos [mailto:listreader at lemosnet.com]
> >>> Sent: Thursday, March 25, 2004 11:11 AM
> >>> To: cod at icculus.org
> >>> Subject: [cod] Console Interaction
> >>>
> >>> Hi Folks,
> >>>
> >>> Another new Linux cod admin question from me.
> >>>
> >>> Any suggested app I can use to interact with the console remotely?
> >>> Someway
> >>> to do it through the Linux terminal I am not aware of? I know when I
> > ran
> >>> the
> >>> windows cod box I could interact with the console on that.
> >>>
> >>> I also would like to be able to chat with people on the server, run
> >>> status,
> >>> etc..
> >>>
> >>> Thanks
> >>>
> >>>
> >>>
> >>> ---
> >>> Incoming mail is certified Virus Free.
> >>> Checked by AVG anti-virus system (http://www.grisoft.com).
> >>> Version: 6.0.638 / Virus Database: 409 - Release Date: 3/21/2004
> >>>
> >>>
> >>> ---
> >>> Outgoing mail is certified Virus Free.
> >>> Checked by AVG anti-virus system (http://www.grisoft.com).
> >>> Version: 6.0.638 / Virus Database: 409 - Release Date: 3/21/2004
> >>>
> >>>
> >>
> >
> > ---
> > Incoming mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.638 / Virus Database: 409 - Release Date: 3/21/2004
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.638 / Virus Database: 409 - Release Date: 3/21/2004
> >
> >
> >
>
More information about the Cod
mailing list