Hello

Have you noticed any quality changes? I never tested tickless system, 
but I'm using HPET and 1000Hz timer, but kernel 2.6.24-rc3 and 
srcds_i686 not i486. This can be good thing, I actually think about 
that, that about 90% of srcds calls are gettimeofday(). Good work and 
keep your posts comming.

[EMAIL PROTECTED]  wrote / napĂ­sal(a):
> Send hlds_linux mailing list submissions to
>       [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> or, via email, send a message with subject or body 'help' to
>       [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>       [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of hlds_linux digest..."
>
>
> Today's Topics:
>
>    1. Fun with linux kernel configs (Nephyrin Zey)
>    2. Re: HLSW & Banlist Broken (GZ Coldorak)
>    3. Re: HLSW & Banlist Broken (tsuehpsyde)
>    4. Re: HLSW & Banlist Broken (GZ Coldorak)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sun, 18 May 2008 22:10:22 -0700
> From: "Nephyrin Zey" <[EMAIL PROTECTED]>
> Subject: [hlds_linux] Fun with linux kernel configs
> To: "Half-Life dedicated Linux server mailing list"
>       <[email protected]>
> Message-ID:
>       <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=UTF-8
>
> I've been periodically switching up my linux kernel config in an
> attempt to figure out what our friendly srcds software enjoys, and
> recently ran into something fun with this config:
> 2.6.25.4-rt1 kernel (realtime patchset), full RT-mode with all the fun
> RCU options on, non-tickless, 1000hz and all fun RTC options on
> What happens is srcds_i486 uses 0-10% CPU when loaded up with 32
> players. It was using 80-95% previously. The catch is 'sirq-timer/0'
> and 'sirq-timer/1' (for each cpu) bloats up to ~70% cpu usage. Net CPU
> usage is down a good 10-20% overall, as compared to 2.6.25.3 non-rt
> with the same settings.
>
> Has anyone else really messed with the RT/HPET/Etc. settings in depth
> on the more recent .23+ kernels? And has anyone here tried
> re-implementing gettimeofday() in a plugin/preload to remove the heavy
> overhead calling a (non-virtual) syscall a thousand times/second can
> have on srcds performance? Not that I don't trust valve's programming
> decisions...
>
> Kernel config in question: http://nemu.nephyrin.net/kconfig_20080501801.txt
>
>  - Neph
>
>
>
> ------------------------------
>
> Message: 2
> Date: Mon, 19 May 2008 07:56:03 +0200
> From: "GZ Coldorak" <[EMAIL PROTECTED]>
> Subject: Re: [hlds_linux] HLSW & Banlist Broken
> To: "Half-Life dedicated Linux server mailing list"
>       <[email protected]>
> Message-ID:
>       <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> About bans, do timed bans really work? For example, if I want to ban someone
> for one week, how do I do that?
> I've tried banid 10080 steamid
> writeid
>
> but then the number never decreases
> Thanks
>
> Cold'
>
> On Sun, May 18, 2008 at 7:55 PM, Guy Watkins <[EMAIL PROTECTED]>
> wrote:
>
>   
>> Have you contacted the HLSW people?  They would know what is wrong before
>> anyone here.  If there a HLSW forum?  They may have a fix already.  Or is
>> that an unsupported piece of software?
>>
>> } -----Original Message-----
>> } From: [EMAIL PROTECTED] [mailto:hlds_linux-
>> } [EMAIL PROTECTED] On Behalf Of tsuehpsyde
>> } Sent: Sunday, May 18, 2008 1:01 PM
>> } To: Half-Life dedicated Linux server mailing list
>> } Subject: Re: [hlds_linux] HLSW & Banlist Broken
>> }
>> } My main concern is that the Linux SourceDS binaries now have a
>> restriction
>> } on how much data they can send back from an RCON request, as HLSW was
>> } working fine before the update. Again, it's possible that HLSW is somehow
>> } incompatible now, but it's been working for four years now, so I'm
>> } guessing
>> } it's due to the RCON *fix* making it more restrictive on the data it
>> sends
>> } via RCON. I could be wrong, but I'm just trying to figure it out.
>> }
>> } -tsuehpsyde
>> }
>> } On Sun, May 18, 2008 at 11:02 AM, Mark Chandler <[EMAIL PROTECTED]>
>> } wrote:
>> }
>> } > Maybe hlsw is having problems. Need to take it up with who ever wrote
>> } it.
>> } >
>> } > -----Original Message-----
>> } > From: [EMAIL PROTECTED]
>> } > [mailto:[EMAIL PROTECTED] On Behalf Of
>> } tsuehpsyde
>> } > Sent: Sunday, May 18, 2008 11:23 PM
>> } > To: Half-Life dedicated Linux server mailing list
>> } > Subject: Re: [hlds_linux] HLSW & Banlist Broken
>> } >
>> } > From 1.1.6:
>> } >
>> } > 10:21:35 listid
>> } > 10:21:36 L 05/18/2008 - 11:20:56: rcon from "24.x.x.x:3014": command
>> } > "listid"
>> } > 10:21:36 HLSW NOTE: Disconnected
>> } >
>> } > It hangs for a moment, then reconnects and runs status/starts watching
>> } the
>> } > users in the server. Maybe our banlist has become too large? Our
>> current
>> } > list is 340K in size.
>> } >
>> } > -tsuehpsyde
>> } >
>> } > On Sun, May 18, 2008 at 5:41 AM, ics <[EMAIL PROTECTED]> wrote:
>> } >
>> } > > HLSW1.1.6 works but you can always execute the commands manually in
>> } any
>> } > > version, just as if you were on the server using ron itself.
>> } > >
>> } > > To ban:
>> } > > ban 0 steamid
>> } > > writeid
>> } > >
>> } > > To remove ban:
>> } > > removeid steamid
>> } > > writeid
>> } > >
>> } > > To list bans
>> } > > listid
>> } > >
>> } > > -ics
>> } > >
>> } > > tsuehpsyde kirjoitti:
>> } > > > Since the last update that fixed the RCON nuking issue, the ability
>> } to
>> } > > > view/add/remove bans to CS:S has broken. I can't find any versions
>> } of
>> } > > HLSW
>> } > > > that work, and I assume this is tied to the RCON fix implemented.
>> Is
>> } > this
>> } > > > something broke in SourceDS or is this something HLSW has to fix on
>> } > their
>> } > > > end? Kind of a pain since I have to SSH in and stuff commands into
>> } the
>> } > > > screen to remove bans now instead of using HLSW. =(
>> } > > >
>> } > > > -tsuehpsyde
>> } > > > _______________________________________________
>> } > > > 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
>> } >
>> } > _______________________________________________
>> } > 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
>>
>>     
>
>
> ------------------------------
>
> Message: 3
> Date: Mon, 19 May 2008 01:04:01 -0500
> From: tsuehpsyde <[EMAIL PROTECTED]>
> Subject: Re: [hlds_linux] HLSW & Banlist Broken
> To: "Half-Life dedicated Linux server mailing list"
>       <[email protected]>
> Message-ID:
>       <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> I've never gotten them to work. They always ended up staying forever.
>
> -tsuehpsyde
>
> On Mon, May 19, 2008 at 12:56 AM, GZ Coldorak <[EMAIL PROTECTED]>
> wrote:
>
>   
>> About bans, do timed bans really work? For example, if I want to ban
>> someone
>> for one week, how do I do that?
>> I've tried banid 10080 steamid
>> writeid
>>
>> but then the number never decreases
>> Thanks
>>
>> Cold'
>>
>> On Sun, May 18, 2008 at 7:55 PM, Guy Watkins <[EMAIL PROTECTED]>
>> wrote:
>>
>>     
>>> Have you contacted the HLSW people?  They would know what is wrong before
>>> anyone here.  If there a HLSW forum?  They may have a fix already.  Or is
>>> that an unsupported piece of software?
>>>
>>> } -----Original Message-----
>>> } From: [EMAIL PROTECTED] [mailto:hlds_linux-
>>> } [EMAIL PROTECTED] On Behalf Of tsuehpsyde
>>> } Sent: Sunday, May 18, 2008 1:01 PM
>>> } To: Half-Life dedicated Linux server mailing list
>>> } Subject: Re: [hlds_linux] HLSW & Banlist Broken
>>> }
>>> } My main concern is that the Linux SourceDS binaries now have a
>>> restriction
>>> } on how much data they can send back from an RCON request, as HLSW was
>>> } working fine before the update. Again, it's possible that HLSW is
>>>       
>> somehow
>>     
>>> } incompatible now, but it's been working for four years now, so I'm
>>> } guessing
>>> } it's due to the RCON *fix* making it more restrictive on the data it
>>> sends
>>> } via RCON. I could be wrong, but I'm just trying to figure it out.
>>> }
>>> } -tsuehpsyde
>>> }
>>> } On Sun, May 18, 2008 at 11:02 AM, Mark Chandler <[EMAIL PROTECTED]>
>>> } wrote:
>>> }
>>> } > Maybe hlsw is having problems. Need to take it up with who ever wrote
>>> } it.
>>> } >
>>> } > -----Original Message-----
>>> } > From: [EMAIL PROTECTED]
>>> } > [mailto:[EMAIL PROTECTED] On Behalf Of
>>> } tsuehpsyde
>>> } > Sent: Sunday, May 18, 2008 11:23 PM
>>> } > To: Half-Life dedicated Linux server mailing list
>>> } > Subject: Re: [hlds_linux] HLSW & Banlist Broken
>>> } >
>>> } > From 1.1.6:
>>> } >
>>> } > 10:21:35 listid
>>> } > 10:21:36 L 05/18/2008 - 11:20:56: rcon from "24.x.x.x:3014": command
>>> } > "listid"
>>> } > 10:21:36 HLSW NOTE: Disconnected
>>> } >
>>> } > It hangs for a moment, then reconnects and runs status/starts
>>>       
>> watching
>>     
>>> } the
>>> } > users in the server. Maybe our banlist has become too large? Our
>>> current
>>> } > list is 340K in size.
>>> } >
>>> } > -tsuehpsyde
>>> } >
>>> } > On Sun, May 18, 2008 at 5:41 AM, ics <[EMAIL PROTECTED]> wrote:
>>> } >
>>> } > > HLSW1.1.6 works but you can always execute the commands manually in
>>> } any
>>> } > > version, just as if you were on the server using ron itself.
>>> } > >
>>> } > > To ban:
>>> } > > ban 0 steamid
>>> } > > writeid
>>> } > >
>>> } > > To remove ban:
>>> } > > removeid steamid
>>> } > > writeid
>>> } > >
>>> } > > To list bans
>>> } > > listid
>>> } > >
>>> } > > -ics
>>> } > >
>>> } > > tsuehpsyde kirjoitti:
>>> } > > > Since the last update that fixed the RCON nuking issue, the
>>>       
>> ability
>>     
>>> } to
>>> } > > > view/add/remove bans to CS:S has broken. I can't find any
>>>       
>> versions
>>     
>>> } of
>>> } > > HLSW
>>> } > > > that work, and I assume this is tied to the RCON fix implemented.
>>> Is
>>> } > this
>>> } > > > something broke in SourceDS or is this something HLSW has to fix
>>>       
>> on
>>     
>>> } > their
>>> } > > > end? Kind of a pain since I have to SSH in and stuff commands
>>>       
>> into
>>     
>>> } the
>>> } > > > screen to remove bans now instead of using HLSW. =(
>>> } > > >
>>> } > > > -tsuehpsyde
>>> } > > > _______________________________________________
>>> } > > > 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
>>> } >
>>> } > _______________________________________________
>>> } > 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
>>>
>>>       
>> _______________________________________________
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>>
>>     
>
>
> ------------------------------
>
> Message: 4
> Date: Mon, 19 May 2008 08:29:54 +0200
> From: "GZ Coldorak" <[EMAIL PROTECTED]>
> Subject: Re: [hlds_linux] HLSW & Banlist Broken
> To: "Half-Life dedicated Linux server mailing list"
>       <[email protected]>
> Message-ID:
>       <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> It confirms what I got on my TF2 servers
> Thank you!
>
> On Mon, May 19, 2008 at 8:04 AM, tsuehpsyde <[EMAIL PROTECTED]> wrote:
>
>   
>> I've never gotten them to work. They always ended up staying forever.
>>
>> -tsuehpsyde
>>
>> On Mon, May 19, 2008 at 12:56 AM, GZ Coldorak <[EMAIL PROTECTED]>
>> wrote:
>>
>>     
>>> About bans, do timed bans really work? For example, if I want to ban
>>> someone
>>> for one week, how do I do that?
>>> I've tried banid 10080 steamid
>>> writeid
>>>
>>> but then the number never decreases
>>> Thanks
>>>
>>> Cold'
>>>
>>> On Sun, May 18, 2008 at 7:55 PM, Guy Watkins <
>>>       
>> [EMAIL PROTECTED]>
>>     
>>> wrote:
>>>
>>>       
>>>> Have you contacted the HLSW people?  They would know what is wrong
>>>>         
>> before
>>     
>>>> anyone here.  If there a HLSW forum?  They may have a fix already.  Or
>>>>         
>> is
>>     
>>>> that an unsupported piece of software?
>>>>
>>>> } -----Original Message-----
>>>> } From: [EMAIL PROTECTED] [mailto:hlds_linux-
>>>> } [EMAIL PROTECTED] On Behalf Of tsuehpsyde
>>>> } Sent: Sunday, May 18, 2008 1:01 PM
>>>> } To: Half-Life dedicated Linux server mailing list
>>>> } Subject: Re: [hlds_linux] HLSW & Banlist Broken
>>>> }
>>>> } My main concern is that the Linux SourceDS binaries now have a
>>>> restriction
>>>> } on how much data they can send back from an RCON request, as HLSW was
>>>> } working fine before the update. Again, it's possible that HLSW is
>>>>         
>>> somehow
>>>       
>>>> } incompatible now, but it's been working for four years now, so I'm
>>>> } guessing
>>>> } it's due to the RCON *fix* making it more restrictive on the data it
>>>> sends
>>>> } via RCON. I could be wrong, but I'm just trying to figure it out.
>>>> }
>>>> } -tsuehpsyde
>>>> }
>>>> } On Sun, May 18, 2008 at 11:02 AM, Mark Chandler <[EMAIL PROTECTED]>
>>>> } wrote:
>>>> }
>>>> } > Maybe hlsw is having problems. Need to take it up with who ever
>>>>         
>> wrote
>>     
>>>> } it.
>>>> } >
>>>> } > -----Original Message-----
>>>> } > From: [EMAIL PROTECTED]
>>>> } > [mailto:[EMAIL PROTECTED] On Behalf Of
>>>> } tsuehpsyde
>>>> } > Sent: Sunday, May 18, 2008 11:23 PM
>>>> } > To: Half-Life dedicated Linux server mailing list
>>>> } > Subject: Re: [hlds_linux] HLSW & Banlist Broken
>>>> } >
>>>> } > From 1.1.6:
>>>> } >
>>>> } > 10:21:35 listid
>>>> } > 10:21:36 L 05/18/2008 - 11:20:56: rcon from "24.x.x.x:3014":
>>>>         
>> command
>>     
>>>> } > "listid"
>>>> } > 10:21:36 HLSW NOTE: Disconnected
>>>> } >
>>>> } > It hangs for a moment, then reconnects and runs status/starts
>>>>         
>>> watching
>>>       
>>>> } the
>>>> } > users in the server. Maybe our banlist has become too large? Our
>>>> current
>>>> } > list is 340K in size.
>>>> } >
>>>> } > -tsuehpsyde
>>>> } >
>>>> } > On Sun, May 18, 2008 at 5:41 AM, ics <[EMAIL PROTECTED]> wrote:
>>>> } >
>>>> } > > HLSW1.1.6 works but you can always execute the commands manually
>>>>         
>> in
>>     
>>>> } any
>>>> } > > version, just as if you were on the server using ron itself.
>>>> } > >
>>>> } > > To ban:
>>>> } > > ban 0 steamid
>>>> } > > writeid
>>>> } > >
>>>> } > > To remove ban:
>>>> } > > removeid steamid
>>>> } > > writeid
>>>> } > >
>>>> } > > To list bans
>>>> } > > listid
>>>> } > >
>>>> } > > -ics
>>>> } > >
>>>> } > > tsuehpsyde kirjoitti:
>>>> } > > > Since the last update that fixed the RCON nuking issue, the
>>>>         
>>> ability
>>>       
>>>> } to
>>>> } > > > view/add/remove bans to CS:S has broken. I can't find any
>>>>         
>>> versions
>>>       
>>>> } of
>>>> } > > HLSW
>>>> } > > > that work, and I assume this is tied to the RCON fix
>>>>         
>> implemented.
>>     
>>>> Is
>>>> } > this
>>>> } > > > something broke in SourceDS or is this something HLSW has to
>>>>         
>> fix
>>     
>>> on
>>>       
>>>> } > their
>>>> } > > > end? Kind of a pain since I have to SSH in and stuff commands
>>>>         
>>> into
>>>       
>>>> } the
>>>> } > > > screen to remove bans now instead of using HLSW. =(
>>>> } > > >
>>>> } > > > -tsuehpsyde
>>>> } > > > _______________________________________________
>>>> } > > > 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
>>>> } >
>>>> } > _______________________________________________
>>>> } > 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
>>>>
>>>>         
>>> _______________________________________________
>>> 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
>
>
>
> End of hlds_linux Digest, Vol 3, Issue 32
> *****************************************
>
>   


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

Reply via email to