Re: [hlds_linux] Mattie: Event Scripts for HL2DM

2010-10-04 Thread Alon Gubkin
Yes, it works, but you should use SourceMod. It's much more faster and optimized. On Mon, Oct 4, 2010 at 11:27 PM, Joonas Lehtolahti joonas.lehtola...@lehtopuu.fi wrote: Yes. The version for CS:S is for the Orange Box engine, so since the last update, works on HL2DM too. (I tested) On Tue,

[hlds_linux] Server Crashing after 30.09 Source Engine Update

2010-09-30 Thread Alon Gubkin
My server keeps crashing with this message: Uploading dump (in-process) [proxy ''] /tmp/dumps/crash_20100930205222_1.dmp How to fix this? ___ To unsubscribe, edit your list preferences, or view the list archives, please visit:

Re: [hlds_linux] Server Crashing after 30.09 Source Engine Update

2010-09-30 Thread Alon Gubkin
Just relized that the problem is SourceMod. No fix yet. sourcemod-1.3.5-hg3040 (lastest snapshot) still doesn't work. On Thu, Sep 30, 2010 at 9:45 PM, David Hobbs coastyinala...@gmail.comwrote: Same here. On Thu, Sep 30, 2010 at 2:40 PM, Alon Gubkin alon.gub...@gmail.com wrote: My server

Re: [hlds_linux] Server Crashing after 30.09 Source Engine Update

2010-09-30 Thread Alon Gubkin
Just upgrade to 1.3.5-hg3043.tar.gzhttp://www.sourcemod.net/smdrop/1.3/sourcemod-1.3.5-hg3043-linux.tar.gz. Works perfectly. On Thu, Sep 30, 2010 at 11:01 PM, Saint K. sai...@specialattack.net wrote: This fixed TF2/Linux for us a good hour ago; http://ampaste.net/m5942cfdb -Original

[hlds_linux] DOS Attacks

2010-09-14 Thread Alon Gubkin
What is the most efficient way to block DoS attacks? So far I used this pluginhttp://forums.alliedmods.net/showthread.php?t=95312. Would it be better to block it with iptables instead? If yes, how? ___ To unsubscribe, edit your list preferences, or view

Re: [hlds_linux] [hlds] SRCDS Protect Tips

2010-09-13 Thread Alon Gubkin
Guys, I'm sure safe rcon password is a clear rule, but I was really talking about exploits in the game, like cheating, crashes, takeovers and etc. On Mon, Sep 13, 2010 at 10:12 AM, [»Twilight«] twili...@online.ua wrote: Because you can accidentally make mistakes on your own, when you typing

Re: [hlds_linux] SRCDS Protect Tips

2010-09-11 Thread Alon Gubkin
, 2010 at 12:44 PM, Alon Gubkin alon.gub...@gmail.com wrote: I'm going to open 4 CS:S servers soon, and I need your help in blocking cheaters, crashers, etc. Currently, I am: - Blocking TCP port (no RCON) - Setting file permissions carefully, running SRCDS under

[hlds_linux] SRCDS Protect Tips

2010-09-10 Thread Alon Gubkin
I'm going to open 4 CS:S servers soon, and I need your help in blocking cheaters, crashers, etc. Currently, I am: - Blocking TCP port (no RCON) - Setting file permissions carefully, running SRCDS under a limited user - Installing the following plugins: - Kigen's Anti Cheat

Re: [hlds_linux] hlds_linux Digest, Vol 31, Issue 12

2010-09-05 Thread Alon Gubkin
I've been always wondered why Valve allow those impossible-to-fix warning messages. Is there any way to remove them? It just feels wrong. On Sun, Sep 5, 2010 at 12:10 PM, Asher Baker asher...@gmail.com wrote: It is nothing to worry about, there are quite a few extraneous 'errors' upon starting

Re: [hlds_linux] Team Fortress 2 Update Released

2010-09-04 Thread Alon Gubkin
Is there any way to do this without looking for that packet? On Sat, Sep 4, 2010 at 6:42 AM, Asher Baker asher...@gmail.com wrote: Nemrun looks for the exact same packet that triggers the MasterRequestRestart message in the console and the Steam_RestartRequested forward in SteamTools. On

Re: [hlds_linux] Team Fortress 2 Update Released

2010-09-04 Thread Alon Gubkin
spoof a master request restart on a daemon that does not listen.. Afaik nemrun does not have that issue. On 4 sep. 2010, at 12:12, Alon Gubkin alon.gub...@gmail.com wrote: Is there any way to do this without looking for that packet? On Sat, Sep 4, 2010 at 6:42 AM, Asher Baker asher

Re: [hlds_linux] Team Fortress 2 Update Released

2010-09-02 Thread Alon Gubkin
+1, I'd like to have fix for this too. On Fri, Sep 3, 2010 at 5:21 AM, Peter Kieser pe...@wingless.org wrote:  Every time Valve releases an update, I get a MasterRequestRestart but hlds never restarts itself and updates. Is there any remedy for this? MasterRequestRestart Your server will be

Re: [hlds_linux] Server file system choice

2010-08-31 Thread Alon Gubkin
I use ext4, works perfectly. On Tue, Aug 31, 2010 at 10:16 AM, Nephyrin Zey nephy...@doublezen.netwrote: My servers have been using ext4 for a year or so without incident - Neph On Sat, Aug 28, 2010 at 11:27 AM, ics i...@ics-base.net wrote: They are fine. -ics 28.8.2010 21:03,

Re: [hlds_linux] Linux Distribution and Kernel

2010-08-31 Thread Alon Gubkin
Okay guys, you convinced me - I will use the 2.6.35.4 kernel without any patches. I'm going to configure the kernel like so: - *General setup*: - *RCU Subsystem* *(ignore if not present)* - Enable *RCU Implementation (Preemptible RCU)* - Disable *Enable tracing for

[hlds_linux] Linux Distribution and Kernel

2010-08-30 Thread Alon Gubkin
What linux distribution and kernel would you suggest for running source dedicated servers? Currently I use Ubuntu Server 10.04 x86 and 2.6.33.7-rt29. By the way, is there any reason to use Ubuntu Server 10.04 x64 instead of x86? As far as I know, srcds doesn't support 64-bit.