Re: [hlds_linux] Log-File Naming

2002-09-12 Thread DLinkOZ

You could use a small script that runs every night around 11:58pm with a
variable like

today_date=`date +%m%d`

and use that to rename the day's logs.



- Original Message -
From: "Spectre" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 11, 2002 5:49 PM
Subject: Re: [hlds_linux] Log-File Naming


> but besides logdir, is there a chance to modify my logs or cvars or
something
> (or maybe psychostats for my problem) to have all logfiles from i.e. 10
servers
> so I could have one big stats-page for all servers I had at LAN ?
>
> greetz
>
> - Original Message -
> From: "Jules (aka Buddha-Pest)" <[EMAIL PROTECTED]>
> Newsgroups: mirror.valve.hlds_linux
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, September 11, 2002 11:35 PM
> Subject: Re: [hlds_linux] Log-File Naming
>
>
> > "m0gely" <[EMAIL PROTECTED]> wrote in message
> > news:[EMAIL PROTECTED]...
> > | Jules (aka Buddha-Pest) wrote:
> > | > "m0gely" <[EMAIL PROTECTED]> wrote in message
> > | > news:[EMAIL PROTECTED]...
> > | > | Jules (aka Buddha-Pest) wrote:
> > | > |
> > | > | >
> > | > | > +logsdir works fine for me.
> > | > | >
> > | > |
> > | > | in counter-strike?
> > | >
> > | > yes.  here's what my command line parameters look like for my
secondary
> > | > (clan) server:
> > | > -game cstrike +ip XXX +exec autoexec_bdt.cfg +logsdir logs_bdt
> > +mapcyclefile
> > | > mapcycle_bdt.txt +servercfgfile server_bdt.cfg +motdfile
> > | > motd_bdt.txt -heapsize 32768 -zone 4096 -pingboost 2
> > | >
> > | >
> > |
> > | all i can do is shake my head i just tried again and now it works.
> > | i have no idea what i did wrong before.  i know i tried -logsdir and
> > | +logsdir.  and in the console when i typed logsdirs it returned
"logs".
> > |   dunno what to say.  oh well.  maybe i will go and take it out on my
> > | neighbors poodle.
> >
> > hrm, do you remove your logdirs cvar from server.cfg and autoexec.cfg
when
> > you try this?  maybe there's some sort of conflict?
> >
> > cvars take precedence over command line parameters in most cases.
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
please
> visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



RE: [hlds_linux] Log-File Naming

2002-09-11 Thread Eric (Deacon)

> but besides logdir, is there a chance to modify my logs or cvars or
something
> (or maybe psychostats for my problem) to have all logfiles from i.e.
10
> servers so I could have one big stats-page for all servers I had at
LAN ?

That's an entirely different question that has nothing to do with HLDS.
That's completely up to your stats set-up.  HLStats (www.hlstats.org) is
capable of including all your servers in the same batch of stats.  I'd
assume psychostats and others would be able to do the same, but again,
that's nothing to do with HLDS.  It's all up to your stats package...

--
Eric (the Deacon remix)

___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



Re: [hlds_linux] Log-File Naming

2002-09-11 Thread Spectre

but besides logdir, is there a chance to modify my logs or cvars or something
(or maybe psychostats for my problem) to have all logfiles from i.e. 10 servers
so I could have one big stats-page for all servers I had at LAN ?

greetz

- Original Message -
From: "Jules (aka Buddha-Pest)" <[EMAIL PROTECTED]>
Newsgroups: mirror.valve.hlds_linux
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 11, 2002 11:35 PM
Subject: Re: [hlds_linux] Log-File Naming


> "m0gely" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> | Jules (aka Buddha-Pest) wrote:
> | > "m0gely" <[EMAIL PROTECTED]> wrote in message
> | > news:[EMAIL PROTECTED]...
> | > | Jules (aka Buddha-Pest) wrote:
> | > |
> | > | >
> | > | > +logsdir works fine for me.
> | > | >
> | > |
> | > | in counter-strike?
> | >
> | > yes.  here's what my command line parameters look like for my secondary
> | > (clan) server:
> | > -game cstrike +ip XXX +exec autoexec_bdt.cfg +logsdir logs_bdt
> +mapcyclefile
> | > mapcycle_bdt.txt +servercfgfile server_bdt.cfg +motdfile
> | > motd_bdt.txt -heapsize 32768 -zone 4096 -pingboost 2
> | >
> | >
> |
> | all i can do is shake my head i just tried again and now it works.
> | i have no idea what i did wrong before.  i know i tried -logsdir and
> | +logsdir.  and in the console when i typed logsdirs it returned "logs".
> |   dunno what to say.  oh well.  maybe i will go and take it out on my
> | neighbors poodle.
>
> hrm, do you remove your logdirs cvar from server.cfg and autoexec.cfg when
> you try this?  maybe there's some sort of conflict?
>
> cvars take precedence over command line parameters in most cases.
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please
visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux

___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux



RE: [hlds_linux] Log-File Naming

2002-09-11 Thread Robert Paulson

I created a file to startup each clan server with the logsdir command in
that file, it works fine for medon't know why it wouldn't work for
you...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of m0gely
Sent: Wednesday, September 11, 2002 12:14 PM
To: [EMAIL PROTECTED]
Subject: Re: [hlds_linux] Log-File Naming


Robert Paulson wrote:
> I am guessing that you are wanting to setup server that may have a few
clan
> servers?
>
> If this is it, you can just create a directory and push all the logs to
that
> directory.
> I believe the command in your startline is
>
> "-logsdir Clannamelogs"
>

i haven't been able to make that command work on the startup line.
-logsdir or +logsdir.  if someone finds a way i would sure like to know.
  not a huge deal as it works in the server.cfg just fine.  and chances
are that if this server is for diff clans, there will be diff server
configs anyways.

--
- m0gely
http://quake2.telestream.com/
Q2 | Q3A | Counter-strike

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

___
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux