Re: [hlds_linux] Command rate / update rate limitation.

2007-06-16 Thread David Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

if you type the command and hit enter (giving no value) it display a
short description.

"And cl_updaterate shouldn't be 101, because if do cl_updaterate 500,
and then ex_interp 0, i'm able to get ex_interp 0.002. And after 500 it
doesn't auto set to a lower value than 0.002. Or maybe that normal..."

cl_update rate is capped at 101. if you enter in a value of 500 it just
reverts to the nearest legal value. which is 101. so when you set
ex_interp to 0 you getting what you would get if you set cl_updaterate
to 101.

the guy who wrote that page is wrong or it's a typo. just type rate with
no value and see for yourself

AnAkIn . wrote:
> --
> [ Picked text/plain from multipart/alternative ]
> Well, you probably think that when you type cl_cmdrate in console, it says
> min and max ? this is only in source, not in hl1 engine. There is no
> descriptions with cvars in hl1 engine.
>
> 2007/6/16, AnAkIn . <[EMAIL PROTECTED]>:
>> client console command descriptions ? where did you see that ?
>>
>> And cl_updaterate shouldn't be 101, because if do cl_updaterate 500, and
>> then ex_interp 0, i'm able to get ex_interp 0.002. And after 500 it
>> doesn't auto set to a lower value than 0.002. Or maybe that normal...
>>
>> From this article : http://www.gotfrag.com/cs/story/5577/
>>
>> He says that the rate is capped at 2...
>>
>> I would like that Alfred answer...
>>
>> AnAkIn
>>
>>
>> 2007/6/16, David Williams <[EMAIL PROTECTED]>:
> yes the maximum for cl_cmdrate and cl_updaterate in hlds clients is 101
> and for rate it is 3. this is clearly stated in the client console
> command descriptions.
>
> AnAkIn . wrote:
> --
> [ Picked text/plain from multipart/alternative ]
> Hello,
>
>
> I would like to know if there is a limitation in the HL1 Engine of the
> command rate (cl_cmdrate) / update rate (cl_updaterate), excluding
> sv_maxupdaterate/sv_minupdaterate.
>
>
> And also for rate, again excluding sv_minrate/sv_maxrate limitation.
>
>
>
> Thanks you in advance.
>
> AnAkIn
> --
>
> ___
> 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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGdHOrL/HqkPK+q6kRAsdLAKDQaEBjJgMldKJlhjUFEhzQn37dzwCfVqG7
zUqU8mX7QIKY8oiX+ztBm3g=
=s2Gi
-END PGP SIGNATURE-


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


Re: [hlds_linux] Command rate / update rate limitation.

2007-06-16 Thread AnAkIn .
--
[ Picked text/plain from multipart/alternative ]
Well, you probably think that when you type cl_cmdrate in console, it says
min and max ? this is only in source, not in hl1 engine. There is no
descriptions with cvars in hl1 engine.

2007/6/16, AnAkIn . <[EMAIL PROTECTED]>:
>
> client console command descriptions ? where did you see that ?
>
> And cl_updaterate shouldn't be 101, because if do cl_updaterate 500, and
> then ex_interp 0, i'm able to get ex_interp 0.002. And after 500 it
> doesn't auto set to a lower value than 0.002. Or maybe that normal...
>
> From this article : http://www.gotfrag.com/cs/story/5577/
>
> He says that the rate is capped at 2...
>
> I would like that Alfred answer...
>
> AnAkIn
>
>
> 2007/6/16, David Williams <[EMAIL PROTECTED]>:
> >
> > -BEGIN PGP SIGNED MESSAGE-
> > Hash: SHA1
> >
> > yes the maximum for cl_cmdrate and cl_updaterate in hlds clients is 101
> > and for rate it is 3. this is clearly stated in the client console
> > command descriptions.
> >
> > AnAkIn . wrote:
> > > --
> > > [ Picked text/plain from multipart/alternative ]
> > > Hello,
> > >
> > >
> > > I would like to know if there is a limitation in the HL1 Engine of the
> > > command rate (cl_cmdrate) / update rate (cl_updaterate), excluding
> > > sv_maxupdaterate/sv_minupdaterate.
> > >
> > >
> > > And also for rate, again excluding sv_minrate/sv_maxrate limitation.
> > >
> > >
> > >
> > > Thanks you in advance.
> > >
> > > AnAkIn
> > > --
> > >
> > > ___
> > > To unsubscribe, edit your list preferences, or view the list archives,
> > please visit:
> > > http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> > >
> > -BEGIN PGP SIGNATURE-
> > Version: GnuPG v1.4.5 (GNU/Linux)
> > Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
> >
> > iD8DBQFGdCEWL/HqkPK+q6kRAowSAJ4lb8RGcVp2k8n5ipetuSUUwoZtAACgzBow
> > W9Gs7lqqd20UzlHVNYDXK8w=
> > =uR/M
> > -END PGP SIGNATURE-
> >
> >
> > ___
> > 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] Command rate / update rate limitation.

2007-06-16 Thread AnAkIn .
--
[ Picked text/plain from multipart/alternative ]
client console command descriptions ? where did you see that ?

And cl_updaterate shouldn't be 101, because if do cl_updaterate 500, and
then ex_interp 0, i'm able to get ex_interp 0.002. And after 500 it doesn't
auto set to a lower value than 0.002. Or maybe that normal...

>From this article : http://www.gotfrag.com/cs/story/5577/

He says that the rate is capped at 2...

I would like that Alfred answer...

AnAkIn


2007/6/16, David Williams <[EMAIL PROTECTED]>:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> yes the maximum for cl_cmdrate and cl_updaterate in hlds clients is 101
> and for rate it is 3. this is clearly stated in the client console
> command descriptions.
>
> AnAkIn . wrote:
> > --
> > [ Picked text/plain from multipart/alternative ]
> > Hello,
> >
> >
> > I would like to know if there is a limitation in the HL1 Engine of the
> > command rate (cl_cmdrate) / update rate (cl_updaterate), excluding
> > sv_maxupdaterate/sv_minupdaterate.
> >
> >
> > And also for rate, again excluding sv_minrate/sv_maxrate limitation.
> >
> >
> >
> > Thanks you in advance.
> >
> > AnAkIn
> > --
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds_linux
> >
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.5 (GNU/Linux)
> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
>
> iD8DBQFGdCEWL/HqkPK+q6kRAowSAJ4lb8RGcVp2k8n5ipetuSUUwoZtAACgzBow
> W9Gs7lqqd20UzlHVNYDXK8w=
> =uR/M
> -END PGP SIGNATURE-
>
>
> ___
> 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] Command rate / update rate limitation.

2007-06-16 Thread David Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

yes the maximum for cl_cmdrate and cl_updaterate in hlds clients is 101
and for rate it is 3. this is clearly stated in the client console
command descriptions.

AnAkIn . wrote:
> --
> [ Picked text/plain from multipart/alternative ]
> Hello,
>
>
> I would like to know if there is a limitation in the HL1 Engine of the
> command rate (cl_cmdrate) / update rate (cl_updaterate), excluding
> sv_maxupdaterate/sv_minupdaterate.
>
>
> And also for rate, again excluding sv_minrate/sv_maxrate limitation.
>
>
>
> Thanks you in advance.
>
> AnAkIn
> --
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGdCEWL/HqkPK+q6kRAowSAJ4lb8RGcVp2k8n5ipetuSUUwoZtAACgzBow
W9Gs7lqqd20UzlHVNYDXK8w=
=uR/M
-END PGP SIGNATURE-


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


[hlds_linux] Command rate / update rate limitation.

2007-06-16 Thread AnAkIn .
--
[ Picked text/plain from multipart/alternative ]
Hello,


I would like to know if there is a limitation in the HL1 Engine of the
command rate (cl_cmdrate) / update rate (cl_updaterate), excluding
sv_maxupdaterate/sv_minupdaterate.


And also for rate, again excluding sv_minrate/sv_maxrate limitation.



Thanks you in advance.

AnAkIn
--

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


RE: [hlds_linux] Source Engine Update Available

2007-06-16 Thread Keeper
I have test servers for my plugin and the windows will connect to VAC, linux
is getting this same error.

D'OH

Good updates guys.  Just a FYI

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jani Tiira
Sent: Saturday, June 16, 2007 5:22 AM
To: hlds_linux@list.valvesoftware.com
Subject: Re: [hlds_linux] Source Engine Update Available

--
[ Picked text/plain from multipart/alternative ]
Hi!

On our servers VAC won't turn on. SRCDS can't connect to the steam servers..
and..

netconnectionbuffer.cpp (241) : Assertion Failed: cubReadRemaining == 0

the error appears pretty regularly.. we've tested with and without plugins..
the error remains.

Gentoo platform.

--
Jani
--



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


Re: [hlds_linux] Source Engine Update Available

2007-06-16 Thread David Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

i'm getting the same problem with a friends server (the one i asked
about the 64bit support for) as i have now been asked to take it on as a
support admin full time. my windows boxes and private linux test server
are fine. vac on the server in question has been out all day so far and
i can't get it to come back up

Bonn Ortloff wrote:
> I'm actually seeing the same thing happening out of our 3140 servers as
> well, with the same errors, and they do not seem to reconnect to VAC. I
> was just about to throw in a report myself until I saw this thread.
>
> Popping open tcpdump didn't seem to show any communications attempted to
> anything identifying itself as a Valve server upon startup.A bit later
> on it did, but nothing that brought up anything of consequence.
>
> Jason, Alfred - any ideas?
>
> ics wrote:
>> 3 of our servers are also VACless so i take it that VAC servers are once
>> again down. If VAC goes down, servers should automatically connect back
>> to it when its up but maybe there should be a manual command which
>> admins could use to connect to vac servers. How frequently the servers
>> are trying to connect now?
>>
>> version : 1.0.0.34/7 3140 insecure (secure mode enabled, disconnected
>> from Steam3)
>> We also get that same error in console time to time which is
>> netconnectionbuffer.cpp (241) : Assertion Failed: cubReadRemaining == 0
>>
>> -ics
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGc/NFL/HqkPK+q6kRAkvOAJ96mPovahBwQpCwoiL+IhVOu5+CpwCdHWwW
9Dbm458bqXKIyaaxzoLscWw=
=0Cyp
-END PGP SIGNATURE-


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


Re: [hlds_linux] the srcds 64bit binary is dead... right?

2007-06-16 Thread David Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

he's running opensuse 10.1 64bit

Jani Tiira wrote:
> --
> [ Picked text/plain from multipart/alternative ]
> Oh and..
>
> if you for some reason wan't to run different binary, just add -binary
> srcds_ to the start parameters.
>
> --
> Jani
> --
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGc8vSL/HqkPK+q6kRAiZIAJ4kjaxYMHOY+/QERGxIZ3XdFvKq0QCfepAk
n8ibTzvukTu+3FZEG7JO7+c=
=cEBe
-END PGP SIGNATURE-


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


Re: [hlds_linux] the srcds 64bit binary is dead... right?

2007-06-16 Thread David Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

oh and search the list archives it's were i got the information about
vac. i know that doesn't make it accurate buty noramlly you guys are
very imformed

Jani Tiira wrote:
> --
> [ Picked text/plain from multipart/alternative ]
> Oh and..
>
> if you for some reason wan't to run different binary, just add -binary
> srcds_ to the start parameters.
>
> --
> Jani
> --
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds_linux
>
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFGc80iL/HqkPK+q6kRAhZsAJ95Nqyhy0XBdohKX5YCUjYVVjmvcgCgq3TO
ic1DxPK/iY3SlmI/EXieV4Y=
=II6K
-END PGP SIGNATURE-


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


Re: [hlds_linux] Source Engine Update Available

2007-06-16 Thread Bonn Ortloff

I'm actually seeing the same thing happening out of our 3140 servers as
well, with the same errors, and they do not seem to reconnect to VAC. I
was just about to throw in a report myself until I saw this thread.

Popping open tcpdump didn't seem to show any communications attempted to
anything identifying itself as a Valve server upon startup.A bit later
on it did, but nothing that brought up anything of consequence.

Jason, Alfred - any ideas?

ics wrote:

3 of our servers are also VACless so i take it that VAC servers are once
again down. If VAC goes down, servers should automatically connect back
to it when its up but maybe there should be a manual command which
admins could use to connect to vac servers. How frequently the servers
are trying to connect now?

version : 1.0.0.34/7 3140 insecure (secure mode enabled, disconnected
from Steam3)
We also get that same error in console time to time which is
netconnectionbuffer.cpp (241) : Assertion Failed: cubReadRemaining == 0

-ics



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


Re: [hlds_linux] Source Engine Update Available

2007-06-16 Thread Ronny Schedel

Same here, 2 of 4 servers are insecure, both insecure are Source servers.
There is also a crash bug with Source servers when it lose the VAC
connection. This should be fixed too.

Best regards

Ronny Schedel



3 of our servers are also VACless so i take it that VAC servers are once
again down. If VAC goes down, servers should automatically connect back
to it when its up but maybe there should be a manual command which
admins could use to connect to vac servers. How frequently the servers
are trying to connect now?

version : 1.0.0.34/7 3140 insecure (secure mode enabled, disconnected
from Steam3)
We also get that same error in console time to time which is
netconnectionbuffer.cpp (241) : Assertion Failed: cubReadRemaining == 0

-ics

Jani Tiira kirjoitti:

--
[ Picked text/plain from multipart/alternative ]
Hi!

On our servers VAC won't turn on. SRCDS can't connect to the steam
servers..
and..

netconnectionbuffer.cpp (241) : Assertion Failed: cubReadRemaining == 0

the error appears pretty regularly.. we've tested with and without
plugins..
the error remains.

Gentoo platform.

--
Jani
--

___
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] Source Engine Update Available

2007-06-16 Thread ics

3 of our servers are also VACless so i take it that VAC servers are once
again down. If VAC goes down, servers should automatically connect back
to it when its up but maybe there should be a manual command which
admins could use to connect to vac servers. How frequently the servers
are trying to connect now?

version : 1.0.0.34/7 3140 insecure (secure mode enabled, disconnected
from Steam3)
We also get that same error in console time to time which is
netconnectionbuffer.cpp (241) : Assertion Failed: cubReadRemaining == 0

-ics

Jani Tiira kirjoitti:

--
[ Picked text/plain from multipart/alternative ]
Hi!

On our servers VAC won't turn on. SRCDS can't connect to the steam servers..
and..

netconnectionbuffer.cpp (241) : Assertion Failed: cubReadRemaining == 0

the error appears pretty regularly.. we've tested with and without plugins..
the error remains.

Gentoo platform.

--
Jani
--

___
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] Source Engine Update Available

2007-06-16 Thread Jani Tiira
--
[ Picked text/plain from multipart/alternative ]
Hi!

On our servers VAC won't turn on. SRCDS can't connect to the steam servers..
and..

netconnectionbuffer.cpp (241) : Assertion Failed: cubReadRemaining == 0

the error appears pretty regularly.. we've tested with and without plugins..
the error remains.

Gentoo platform.

--
Jani
--

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


Re: [hlds_linux] the srcds 64bit binary is dead... right?

2007-06-16 Thread Jani Tiira
--
[ Picked text/plain from multipart/alternative ]
Hi!

It's not running 64bit binaries. They are 32-bit binaries which are just
optimized for 64bit amd-processors. Is his system 32 or 64bit? You really
can't run 64bit software on 32 bit platform. I have no idea where this whole
thing about VAC2 not working on 64bit has started, since there isn't and
never has been an 64bit binary for srcds. So VAC not working is just because
the VAC server his srcds is trying to connect is down/unreachable/etc

--
Jani
--

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


Re: [hlds_linux] the srcds 64bit binary is dead... right?

2007-06-16 Thread Jani Tiira
--
[ Picked text/plain from multipart/alternative ]
Oh and..

if you for some reason wan't to run different binary, just add -binary
srcds_ to the start parameters.

--
Jani
--

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