SRCDS Steam group


CS 1.6 and CSS on Linux
#16
I think i found the problem
looks like RAM
i think

Quote:----------------------------------------------
CRASH: Thu Feb 3 05:40:20 EST 2005
Start Line: ./hlds_i686 -game cstrike +map de_aztec +ip 10.0.0.66 +port 27055 +maxplayers 13 -pingbooster 1 - -autoupdate 1 -steamuser xxxxx@xxxxx.com -steampass xxxxx -debug -pidfile hlds.6279.pid
Using host libthread_db library "/lib/tls/libthread_db.so.1".
Core was generated by `./hlds_i686 -game cstrike +map de_aztec +ip 10.0.0.66 +port 27055 +maxplayers 1'.
Program terminated with signal 11, Segmentation fault.
#0 0x550edcfc in memcpy () from /lib/libc.so.6
#0 0x550edcfc in memcpy () from /lib/libc.so.6
End of crash report
----------------------------------------------
[Image: www.artspace.tk]
Reply
#17
also, war01/./platform/SAVE, whats with the . directory?
http://phearloc.net
The Void: 66.199.244.179:27015
The Source of Phear: 66.199.244.179:27016
Located in NewYork running FreeBSD
Reply
#18
Hmm, i don't think so, if it was your ram, your whole system would be effected, try removing the extra - after -pingbooster 1

You can ignore the SAVE erors, i think everyone gets that with hlds
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#19
no idea, that as default showing up after installation of steam on server.
[Image: www.artspace.tk]
Reply
#20
./hlds_run -game cstrike +map de_aztec +ip 10.0.0.66 +port 27055 +maxplayers 13

still some problem

i think i just will reinstall steam
[Image: www.artspace.tk]
Reply
#21
Quote:[sabaki@sabakigserver01 war01]$ ./hlds_run -game cstrike +map de_aztec +ip 10.0.0.66 +port 27055 + maxplayers 13 -pingbooster 1 - -autoupdate 1 -steamuser xxxxx@xxxx.com -steampass xxxxxx &
also fix the +maxplayers
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#22
what u mean fix +maxplayers ?
[Image: www.artspace.tk]
Reply
#23
nevermind, you fixed it in the second time it seems, first time you had it as + maxplayers. I don't think the problem is steam, i think the problem MIGHT be your linux threads, but im not sure
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#24
yeah, the extra - needs to be remove, i didnt even notice the + on maxplayers :X

im not sure about your directory structure

also, have you updated your OS? you might have a buggy version of something. be careful tho, some updates can cause unwanted problems like higher loads, more bugs.

might want to make sure you have the latest glibc and stuff along them lines.
http://phearloc.net
The Void: 66.199.244.179:27015
The Source of Phear: 66.199.244.179:27016
Located in NewYork running FreeBSD
Reply
#25
run this and show the output
Code:
ldd --version
and
Code:
/lib/libc.so.6

You should get something simular from this..
ldd --verion Wrote:ldd (GNU libc) 2.3.4
Copyright © 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.

/libc.so.6 Wrote:GNU C Library 20041102 release version 2.3.4, by Roland McGrath et al.
Copyright © 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.4.3 20041125 (Gentoo Linux 3.4.3-r1, ssp-3.4.3-0, pie-8.7.7).
Compiled on a Linux 2.6.8 system on 2005-01-22.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
Native POSIX Threads Library by Ulrich Drepper et al
The C stubs add-on version 2.1.2.
GNU Libidn by Simon Josefsson
BIND-8.2.3-T5B
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
[Image: userbar_wow.jpg]
starting 9/24/2006 if your problem has been solved please edit your first post and add [solved] to the begining of the title. Thanks.
Reply
#26
Quote:# ldd --version
ldd (GNU libc) 2.3.3
Copyright © 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
Quote:# /lib/libc.so.6
GNU C Library stable release version 2.3.3, by Roland McGrath et al.
Copyright © 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Compiled by GNU CC version 3.3.3 20040412 (Red Hat Linux 3.3.3-7).
Compiled on a Linux 2.4.20 system on 2004-05-11.
Available extensions:
GNU libio by Per Bothner
crypt add-on version 2.1 by Michael Glad and others
linuxthreads-0.10 by Xavier Leroy
The C stubs add-on version 2.1.2.
BIND-8.2.3-T5B
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Glibc-2.0 compatibility add-on by Cristian Gafton
GNU Libidn by Simon Josefsson
libthread_db work sponsored by Alpha Processor Inc
Thread-local storage support included.
Report bugs using the `glibcbug' script to <bugs@gnu.org>.
[Image: www.artspace.tk]
Reply
#27
hrm, i used 1.3.3 on fedora core 2 with no problems with cs and dod, the css server had a problem with the cpu spiking on round starts and mapchanges, so i switched to freebsd. but it wasnt due to glibc.

hmm, im tring to think what else you could check.. i guess you could update/rebuild the kernel but thats alittle bit touchy for new users.

i'll ponder abit more on it and see if i can think of anything.
http://phearloc.net
The Void: 66.199.244.179:27015
The Source of Phear: 66.199.244.179:27016
Located in NewYork running FreeBSD
Reply
#28
what if i will reinstall to fedora core 3 ?
[Image: www.artspace.tk]
Reply
#29
now that i think about it, you could always reinstall glibc, i had to do that with a few things and alot of the time it helps.
http://phearloc.net
The Void: 66.199.244.179:27015
The Source of Phear: 66.199.244.179:27016
Located in NewYork running FreeBSD
Reply
#30
hmmm
how do i reinstall glibc ?
[Image: www.artspace.tk]
Reply


Forum Jump:


Users browsing this thread: 9 Guest(s)