Re: [hlds_linux] sv_visiblemaxplayers

2004-12-29 Thread Maarten van der Zwaart
On Wed, Dec 29, 2004 at 03:07:11AM +0100, Emigrante wrote: Running 2 servers with maxplayers 16. Have 1 reserved adminslot on the servers and want to only show maxplayers 15. Have been running sv_visiblemaxplayers 15 in the server.cfg for a long time with no probleme. Now it just wont work.

RE: [hlds_linux] FreeBSD / HLDS Crashing on updating..

2004-12-29 Thread Bart King
Hello, I'm trying to install a HLDS server on a new FreeBSD 5.3 machine with linux_base-8 enabled. I update the HLDS Update Tool and begin updating when this error occurs: [snip] Had exactly the same problem on my new 5.3 machine, and reported the exact same problem to this list on December

[hlds_linux] After round end, no pause

2004-12-29 Thread endocine
After rounds end, there is no pause, just straight loading of the next map Is there a cvar i need to put in place to at least let it pause so people can view scores before the map changes so it doesnt look like the server just crashed? ___ To

Re: [hlds_linux] After round end, no pause

2004-12-29 Thread Henrik Malmberg
There is a cvar called mp_chattime or was it sv_chattime?.. however, that would put you in the right direction.. -- Henrik On Wed, 29 Dec 2004 07:36:40 -0600, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: After rounds end, there is no pause, just straight loading of the next map Is there a cvar

Re: [hlds_linux] sv_visiblemaxplayers

2004-12-29 Thread Emigrante
On Wed, Dec 29, 2004 at 03:07:11AM +0100, Emigrante wrote: Running 2 servers with maxplayers 16. Have 1 reserved adminslot on the servers and want to only show maxplayers 15. Have been running sv_visiblemaxplayers 15 in the server.cfg for a long time with no probleme. Now it just wont work.

[hlds_linux] steam binary crashing under FreeBSD

2004-12-29 Thread Jason Mann
Hi folks. I have been running an hlds/srcds server on my FreeBSD box for some time now, and until recently had no problems. Now the steam binary has been crashing very often when attempting to update the game server content. Here's what the crash looks like: % ./steam -command update -dir .

[hlds_linux] Wrong srcds binary being used

2004-12-29 Thread Jason Mann
Hi folks. I'm running a srcds server on a FreeBSD 5.3-RELEASE box. The system is a dual PIII, 1.13GHz. When I use the srcds_run script, it invokes the srcds_i486 binary. If I try to explicity run the srcds_i686 binary, it crashes as follows: ~/sourceds % export

[hlds_linux] i finally got an error thrown

2004-12-29 Thread William Warren
My hlds server randomly crashes. to reiterate this is a p-4 1.4 ghz with 384 megs of pc-800. 250 plus is free at all times. I finally was able to capture this folowing error: ./hlds_run: line 423: 5450 Segmentation fault $HL_CMD any ideas? -- My Foundation verse: Isa 54:17 No weapon that

Re: [hlds_linux] i finally got an error thrown

2004-12-29 Thread William Warren
here is a debug log..G Using host libthread_db library /lib/tls/libthread_db.so.1. Core was generated by `./hlds_i686 -game cstrike +ip 192.168.0.201 +port 27015 +maxplayers 11 -autoupd'. Program terminated with signal 11, Segmentation fault. #0 0xb74a0161 in ?? () #0 0xb74a0161 in ?? () End of

Re: [hlds_linux] After round end, no pause

2004-12-29 Thread Jan Marquardt
mp_chattime is the right one. Cheers el'sobrino There is a cvar called mp_chattime or was it sv_chattime?.. however, that would put you in the right direction.. -- Henrik On Wed, 29 Dec 2004 07:36:40 -0600, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: After rounds end, there is no pause, just

Re: [hlds_linux] steam binary crashing under FreeBSD

2004-12-29 Thread Jason Mann
Ooops, I failed to notice the previous thread talking about this problem earlier today. Please ignore mine and post replies there instead. Jason ___ To unsubscribe, edit your list preferences, or view the list archives, please visit:

Re: [hlds_linux] FreeBSD / HLDS Crashing on updating..

2004-12-29 Thread Steven Hartland
Its fine here on 5.2.1 what linux compat are you running? Steve / K - Original Message - From: Bart King [EMAIL PROTECTED] Hello, I'm trying to install a HLDS server on a new FreeBSD 5.3 machine with linux_base-8 enabled. I update the HLDS Update Tool and begin updating when this

RE: [hlds_linux] FreeBSD / HLDS Crashing on updating..

2004-12-29 Thread kama
On Wed, 29 Dec 2004, Bart King wrote: Hello, I'm trying to install a HLDS server on a new FreeBSD 5.3 machine with linux_base-8 enabled. I update the HLDS Update Tool and begin updating when this error occurs: [snip] Had exactly the same problem on my new 5.3 machine, and reported

Re: [hlds_linux] i finally got an error thrown

2004-12-29 Thread Nathan Marcus
Why is this running the i686 anyhow when u mention just one P4, whats wrong with trying an i386? But try not specifying an ip anywhere, in server cfg or commandline. I ran into a boatload of trouble with that before. If you want to specify lan just do sv_lan 1. Try this, and give an update on

Re: [hlds_linux] Wrong srcds binary being used

2004-12-29 Thread Lumpy
I believe you need SSE compiled into the kernel (isn't there by default) to be able to use the i686 binary on FreeBSD. I could be remembering this incorrectly those, so apologies in advance if I'm wrong. On Wed, 29 Dec 2004 14:21:00 +, Jason Mann [EMAIL PROTECTED] wrote: Hi folks. I'm

Re: [hlds_linux] Wrong srcds binary being used

2004-12-29 Thread Steven Hartland
The script is doing what its meant to do in running the i486 binary. The i686 binary actually requires SSE2 instructions i.e. P4+ and your old PIII doesn't support it so it has to run the i486 binary. Steve / K - Original Message - From: Lumpy [EMAIL PROTECTED] To:

Re: [hlds_linux] i finally got an error thrown

2004-12-29 Thread William Warren
i686 is what the hlds runs by itself. I am not specifying anything it is choosing i 686..:) This is not a lan server but a public server behind a firewall with a dynamic ip address. I am not sure not specifying an ip would work in this situation. Nathan Marcus wrote: Why is this running the

Re: [hlds_linux] i finally got an error thrown

2004-12-29 Thread William Warren
also i686 has SSE in it which the p-4 has..so it chose what it is running..frankly i would want it to utilize as much of my cpu as it can. William Warren wrote: i686 is what the hlds runs by itself. I am not specifying anything it is choosing i 686..:) This is not a lan server but a public

Re: [hlds_linux] FreeBSD / HLDS Crashing on updating..

2004-12-29 Thread Jason Mann
On 29/12 15:11, Steven Hartland wrote: Its fine here on 5.2.1 what linux compat are you running? It's just occurred to me that these problems only started happening for me after an upgrade from 5.2.1 to 5.3. I intend to downgrade back to 5.2.1 soon, as 5.3 seems to have issues with my SMP

Re: [hlds_linux] FreeBSD / HLDS Crashing on updating..

2004-12-29 Thread robg
So what do you guys reccomend? Should I install 5.2.1 again and use that? It worked fine on 5.2.1 as I recall. Same with 4.10. On Wed, 29 Dec 2004 21:46:29 +, Jason Mann [EMAIL PROTECTED] wrote: On 29/12 15:11, Steven Hartland wrote: Its fine here on 5.2.1 what linux compat are you

[hlds_linux] Tool to find maps within halflife wad's on linux?

2004-12-29 Thread Steven Hartland
Im looking to ensure we have all our maps listed but I cant for the life of me find a tool to list the contents of halflife wad files so I can check to see what maps we really have. There must be something out there but I cant find it. Any pointers? Steve / K

Re: [hlds_linux] Tool to find maps within halflife wad's on linux?

2004-12-29 Thread Steven Hartland
Ok ignore me spoon moment wad files only contain gfx :P - Original Message - From: Steven Hartland [EMAIL PROTECTED] Im looking to ensure we have all our maps listed but I cant for the life of me find a tool to list the contents of halflife wad files so I can check to see what maps we

Re: [hlds_linux] FreeBSD / HLDS Crashing on updating..

2004-12-29 Thread Steven Hartland
Not had any trouble with 5.2.1. But I've also just checked our dev 5.3 box and thats fine as well not running SMP mind u. Steve / K - Original Message - From: robg [EMAIL PROTECTED] So what do you guys reccomend? Should I install 5.2.1 again and use that? It worked fine on 5.2.1 as I

Re: [hlds_linux] FreeBSD / HLDS Crashing on updating..

2004-12-29 Thread robg
Actually, I keep getting mixed results. When it spits out that error, I tried it again and again, and then it eventually just works. It's very erratic. Right now it's up fine. This never happened on 5.2.1. May I ask why don't you run SMP? Is there a performance benefit from not running it?

RE: [hlds_linux] Iptables help! ;-)

2004-12-29 Thread danal1
Thanks Kennycom! One more pesky question, I looked on Floppyfw site and in my config file. What is an ${INSIDE_DEVICE} ? I understand internal network and outside ip etc but what is an ${INSIDE_DEVICE}? Thanks for all you help! Dana -Original Message- From: [EMAIL PROTECTED]

Re: [hlds_linux] FreeBSD / HLDS Crashing on updating..

2004-12-29 Thread kama
You dont spill cycles on the SMP to do it magic on HyperThreading. The downpart is that SMP is enabled by default in FreeBSD 5.x even if it is not used. That causes a couple of cycles to be used. The only way is to remove the option in the kernel config file. and recompile the kernel. This can

Re: [hlds_linux] FreeBSD / HLDS Crashing on updating..

2004-12-29 Thread rivmin
kama wrote: The downpart is that SMP is enabled by default in FreeBSD 5.x even if it is not used. SMP is not enabled in FreeBSD 5.3 by default. -- rivmin -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.298 / Virus Database: 265.6.6 - Release Date: 28-12-2004

[hlds_linux] Who do I send info to...

2004-12-29 Thread tubesock
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] I was just watching some demo's of some wallhackers and then connected to my server and the cvar's were still enabled even though the server is set for sv_cheats 0. This is ridiculous. do I need to

[hlds_linux] That was...

2004-12-29 Thread tubesock
This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] On a CS:S server, by the way. -- ___ To unsubscribe, edit your list preferences, or view the list archives, please visit:

Re: [hlds_linux] FreeBSD / HLDS Crashing on updating..

2004-12-29 Thread kama
On Thu, 30 Dec 2004, rivmin wrote: kama wrote: The downpart is that SMP is enabled by default in FreeBSD 5.x even if it is not used. SMP is not enabled in FreeBSD 5.3 by default. Hmm.. apparently not... wonder whats made them disable the SMP in GENERIC. It is in the GENERIC in 5.2.1...

Re: [hlds_linux] Who do I send info to...

2004-12-29 Thread William Warren
www.steambans.com is one place..G tubesock wrote: This is a multi-part message in MIME format. -- [ Picked text/plain from multipart/alternative ] I was just watching some demo's of some wallhackers and then connected to my server and the cvar's were still enabled even though the server is set for

RE: [hlds_linux] Iptables help! ;-)

2004-12-29 Thread ScratchMonkey
--On Wednesday, December 29, 2004 7:56 PM -0500 danal1 [EMAIL PROTECTED] wrote: I understand internal network and outside ip etc but what is an ${INSIDE_DEVICE}? Thanks for all you help! A network is a set of addresses, usually specified by a base address and a netmask, like 192.168.0.0/24. A

RE: [hlds_linux] Iptables help! ;-)

2004-12-29 Thread danal1
Thanks, The server is working for internet clients, I cannot see it on the lan ;-( I am checking my floppyfw rules. I can see the server with my internal ip address and port 27015 in Steam but when I click on it, I get sent to the Steam game browser. (it shows me what games are available for