Picon

Re: (no subject)

You can add -debug in your startline to get a logg.
But if the servers are frezzing - then it wont do anything !
I have had problems like you got, and my server had been up running for over
a year then it started to frezze.
In my case it was something with one of the memory cards that happend, so
run memory checks and see if its something like that !

Good Luck !

Peter

----- Original Message -----
From: "jonatan sandberg" <Jonatansf <at> mail.nu>
To: <hlds_linux <at> list.valvesoftware.com>
Sent: Monday, April 30, 2007 10:30 PM
Subject: [hlds_linux] (no subject)

>[ Converted text/html to text/plain ]
> Hello!
> I run two servers, one public deathmatch and one warserver. These servers
> are
> crashing wildly, at any moment. I have tried to remove the plugins but
> that did
> not help. I even tried to reinstall a new server completly clean with no
> custom settings (exept a password). But, the servers kept on crashing at
> least
> once or twice every day.
> It is not an ordinary crash but a "freeze crash". The server freezes in
> console and does not reboot or respond with stats or status. To quit the
> program I have to quit the screen. Because of this I am not getting any
(Continue reading)

Ike Australien | 2 May 2007 06:33
Picon

Re: Common banned.cfg between two servers?

--
[ Picked text/plain from multipart/alternative ]
On 4/30/07, tsuehpsyde <tsuehpsyde <at> gmail.com> wrote:
>
> --
> [ Picked text/plain from multipart/alternative ]
> I have four servers (on two seperate machines, at that!) that all have
> their
> banlists synced up. =) I won't go into tremendous detail since you have
> the
> luxary of both servers on the same box, but here's how you do it (or how I
> would).
>
> cp /path/to/server1/cstrike/cfg/banned.cfg
> /path/to/server2/cstrike/cfg/s1ban.txt
> cp /path/to/server2/cstrike/cfg/banned.cfg
> /path/to/server1/cstrike/cfg/s2ban.txt
>
> Then simply stuff exec s1ban.txt into server2's screen, and exec
> s2ban.txtinto server1's screen. =) You can also cat both banned_users
> and _ip into a
> single file. Just make sure to stuff a writeid and/or writeip after the
> exec
> so they save the differences.
>
> It's not realtime, but you can cron it to run as often as you want. I have
> mine done once a day, but mine has to rsync files between servers and
> such,
> it's a bit more complex.
>
(Continue reading)

kama | 2 May 2007 23:54
Picon
Favicon

Re: Common banned.cfg between two servers?


On Wed, 2 May 2007, Ike Australien wrote:

> could you maybe provide the script that you are using in order to sync the
> bans?

This is written directly from my head and is untested. But I think it
should work.

-- snip --

#!/bin/sh

banfiles="/path/to/server1/cstrike/cfg/banned_user.cfg /path/to/server2/cstrike/cfg/banned_user.cfg"
globalfile="/path/to/common/globalban.cfg"

cat $banfiles $globalfile | sed 's/^M//g' | sort -u > /var/tmp/temp
mv /var/tmp/temp $globalfile

-- snap --

NOTE: ^M should be added with ctrl+v+m in vi. If we dont use sed to get
rid of windows new line, we might get duplicates.

cd cstrike/cfg
ln -s /path/to/common/globalban.cfg globalban.cfg

echo "exec globalban.cfg" >> cstrike/cfg/server.cfg
echo "writeid" >> cstrike/cfg/server.cfg

(Continue reading)

Guy Watkins | 4 May 2007 07:51

FPS vs -tickrate

This is a multi-part message in MIME format.
--
[ Picked text/plain from multipart/alternative ]
Can someone explain the difference between FPS from the stats command and
-tickrate on the command line?

It seems like they should be the same.  But on my server I have -tickrate 33
and FPS is about 245.

Thanks,

Guy

--

Whisper | 4 May 2007 08:04
Picon

Re: FPS vs -tickrate

--
[ Picked text/plain from multipart/alternative ]
http://whisper.ausgamers.com/wiki/index.php/Tickrate

Read, Learn, Understand

On 5/4/07, Guy Watkins <hlds_linux <at> watkins-home.com> wrote:
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Can someone explain the difference between FPS from the stats command and
> -tickrate on the command line?
>
>
>
> It seems like they should be the same.  But on my server I have -tickrate
> 33
> and FPS is about 245.
>
>
>
> Thanks,
>
> Guy
>
> --
>
>
> _______________________________________________
(Continue reading)

frag | 4 May 2007 08:13
Picon

Re: FPS vs -tickrate

--
[ Picked text/plain from multipart/alternative ]
Ticrate is the time the CPU sleeps between updates and most rented game
providers run at at least 66 ticrate, Often at 100.   But if you want the
best hitreg you can get use 1000.
you need to ask your provider to at least set it too 100 or all your clients
will bitch about bad hitreg.
If you raise your ticrate from 33 to 100, that will take about 10% off your
players pings as well.

33 ticrate is the lowest and worst setting for ticrate you can run a server
with.
Sys_ticrate is the most important setting for any HLDS.      I run my
dedicated P4 3.0 gig with one gig of ram on 1000 sys_ticrate but I run
fedora 3  and my kernal is compiled at 1000hrtz.
If your on a winblows box it would take a ton of messing with the quantums
in order to get more then 512 FPS, (frames per second) and even then im not
sure if you can.

I hope that helps, good luck

-------Original Message-------

From: Guy Watkins
Date: 05/03/07 22:55:47
To: hlds_linux <at> list.valvesoftware.com
Subject: [hlds_linux] FPS vs -tickrate

This is a multi-part message in MIME format.
--
(Continue reading)

frag | 4 May 2007 08:15
Picon

Re: FPS vs -tickrate

--
[ Picked text/plain from multipart/alternative ]
LAWL,   I see the forum troll is still professing he knows it all.

"read, learn and understand"   sounds like something he thinks god would say

Hi wisper, U baddie.   :)

-------Original Message-------

From: Whisper
Date: 5/3/2007 11:07:22 PM
To: hlds_linux <at> list.valvesoftware.com
Subject: Re: [hlds_linux] FPS vs -tickrate

--
[ Picked text/plain from multipart/alternative ]
http://whisper.ausgamers.com/wiki/index.php/Tickrate

Read, Learn, Understand

On 5/4/07, Guy Watkins <hlds_linux <at> watkins-home.com> wrote:
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Can someone explain the difference between FPS from the stats command and
> -tickrate on the command line?
>
>
(Continue reading)

Whisper | 4 May 2007 08:21
Picon

Re: FPS vs -tickrate

--
[ Picked text/plain from multipart/alternative ]
What forum?

On 5/4/07, frag <smashyourface <at> comcast.net> wrote:
>
> --
> [ Picked text/plain from multipart/alternative ]
> LAWL,   I see the forum troll is still professing he knows it all.
>
> "read, learn and understand"   sounds like something he thinks god would
> say
>
> Hi wisper, U baddie.   :)
>
> -------Original Message-------
>
> From: Whisper
> Date: 5/3/2007 11:07:22 PM
> To: hlds_linux <at> list.valvesoftware.com
> Subject: Re: [hlds_linux] FPS vs -tickrate
>
> --
> [ Picked text/plain from multipart/alternative ]
> http://whisper.ausgamers.com/wiki/index.php/Tickrate
>
> Read, Learn, Understand
>
> On 5/4/07, Guy Watkins <hlds_linux <at> watkins-home.com> wrote:
> >
(Continue reading)

rmpb@gmx.de | 4 May 2007 09:22
Picon
Picon

Re: FPS vs -tickrate

Hey whisper. found this at your wiki

Is pingboost still used for SRCDS? I thought it was, but I don't deal
with Linux SRCDS day in day out so I wouldn't know for 100% sure, but as
far as I knew it does still exist for SRCDS.

Please have a look at this: http://www.r99t.de/support/pingboost.jpg

I love your wiki, but i think, u have to update this passage.

regards

-r99t

Picon

Re: FPS vs -tickrate

No - pingboost dont work !

----- Original Message -----
From: <rmpb <at> gmx.de>
To: <hlds_linux <at> list.valvesoftware.com>
Sent: Friday, May 04, 2007 9:22 AM
Subject: Re: [hlds_linux] FPS vs -tickrate

> Hey whisper. found this at your wiki
>
> Is pingboost still used for SRCDS? I thought it was, but I don't deal
> with Linux SRCDS day in day out so I wouldn't know for 100% sure, but as
> far as I knew it does still exist for SRCDS.
>
> Please have a look at this: http://www.r99t.de/support/pingboost.jpg
>
> I love your wiki, but i think, u have to update this passage.
>
> regards
>
> -r99t
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Gmane