Re: [hlds_linux] The 1000 FPS Fairy Tale

2007-10-04 Thread Mariusz Zieliński
On Wednesday 03 of October 2007 20:17:45 Theo Macris wrote: -- [ Picked text/plain from multipart/alternative ] CentOS4 x86 CONFIG_HZThat does not seem to be a part of my config. [EMAIL PROTECTED] boot]$ cat config-2.6.9-55.plus.c4smp|grep -i hz CONFIG_MACHZ_WDT=m I did come up with

Re: [hlds_linux] Kernel Recompiling for Linux, good article

2007-08-20 Thread Mariusz Zieliński
On Sunday 19 of August 2007 17:24:51 Nic Strix wrote: I thought this was a well written article about safely recompiling your linux kernel. http://www.linux.com/feature/118524 Although the focus was on openSUSE, the information should be useful for other verisons as well. Thanks!

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-07 Thread Mariusz Zieliński
On Wednesday 06 December 2006 17:26, Andreas Kang Schøyen wrote: I am using multiple screens, so I should look like this;? #!/usr/bin/expect -f set timeout 1 spawn /usr/bin/screen -d -r -S MYSCREENSESSION match_max 10 send -- rcon say \You have only one hour left\\r expect eof where

Re: AW: [hlds_linux] Rcon commands via bash scripts

2006-12-07 Thread Mariusz Zieliński
On Thursday 07 December 2006 10:33, Parker Lewis wrote: Hello, thank you for this explanation. Instead of the screen-command, I'm using this one: cd ... su username for this gameserver -c ./hlds_run -game ... Do you think this an adequate way to start the gameservers? And is there any

Re: [hlds_linux] Rcon commands via bash scripts

2006-12-06 Thread Mariusz Zieliński
On Wednesday 06 December 2006 16:44, Andreas Kang Schøyen wrote: I mean like sending rcon say You have only one hour left For instance. :) You can always use expect. Assuming you are using screen: -8- #!/usr/bin/expect -f set timeout 1 spawn /usr/bin/screen -d -r match_max 10

Re: [hlds_linux] Problem with losses

2006-11-17 Thread Mariusz Zieliński
On Wednesday 15 November 2006 15:34, Whisper wrote: -- [ Picked text/plain from multipart/alternative ] Good call Gary Both the Switch and the NIC need to have duplex set to Auto or both forced to duplex. It is a myth that you can set the switch the Duplex and the NIC set to auto will pick

Re: [hlds_linux] Counter-Strike: Source and Source Engine update

2005-04-07 Thread Mariusz Zieliński
Steven Hartland wrote: Indeed all port MUST be able to be to be explicitly specified otherwise by by servers. It not feasible to have one port randomly assign itself BETA or not people should know by now, need another port create config param for it, the two should be one. You should know by now

Re: [hlds_linux] steamclient.dll not found

2005-04-06 Thread Mariusz Zieliński
disq wrote: Hey list, Here's the thing with steamclient.dll error and steamclient_i486.so's glibc requirements. so update your glibc's, people :) Not everyone works in a sandbox :-( Most disappointing thing is that no one @ valve bothered to attach simple README file with distributed software... I

Re: [hlds_linux] iptables settings

2005-04-04 Thread Mariusz Zieliński
ScratchMonkey wrote: So my rules: iptables -t mangle -A PREROUTING -p udp -j TOS --set-tos Minimize-Delay iptables -t mangle -A OUTPUT -p udp -j TOS --set-tos Minimize-Delay iptables -t mangle -A POSTROUTING -p udp -j TOS --set-tos Minimize-Delay Why setting same flag three times ? Setting it on