SRCDS Steam group


Anyone help again?
#1
Exclamation 
Now im kinda getting tired of running into errors. When i try to run hlsdupdatetool and it comes to the Yes or No thing i press Yes and it says: "sh: uncompress: command not found"
And then i tryed doing some of the thing that are said in http://forums.srcds.com/showthread.php?tid=736&pid=3508#pid3508

I also tryed downloading gunzip and ncompress, but i don't know how to install them the right way.
So now im asking you guys inhere again, if anyone can tell me how to get past that stupid error.

btw. im useing CentOS 5 if that makes any difference.
Reply
#2
try running these two commands

yum install ncompress
yum install gunzip

then try to install
Reply
#3
Thanks for the help, Big Grin now im downloading the game, now i just hope there wont be anymore errors
Reply
#4
Now im getting this error when i try to start up the server: ./srcds_run: line 426: 8271 Illegal instruction
Some people says that it is because it dosen't support SSE, but is there anyway that i can get it to work? now i've come this far, and would be sad if i couldn't get it to work.
So please help me if you have a way to make it work.
Reply
#5
What processor does your server have? Type 'cat /proc/cpuinfo' and paste the output here. SRCDS does indeed require SSE to run, but most modern processors should have it. Your kernel may also not be compiled for that support, but that would be less likely.

-Dan
=-=-=-=-=-=-=-=-=
[Image: banner_560x95.png]
Reply
#6
Im not so sure that it supports SSE because it's an old computer, but here's the info you asked for

processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 4
model name : AMD Athlon™ Processor
stepping : 4
cpu MHz : 1403.204
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 mtrr pge mca cmov pat pse36 mmx fxsr syscall mmxext 3dnowext 3dnow up
bogomips : 2808.09
Reply
#7
That CPU supports SSE.
Game Server Administration Services
Linux & Windows performance specialist.
http://www.viGeek.net
Reply
#8
Well, thats good to hear, but why do i then get the error "./srcds_run: line 344: 1236 Illegal instruction" when i try to start the server?
Any ideas?


ps. im sry, i did first notice now that the error was "line 344" and not 426, i don't know if it means anything.
Reply
#9
Anyone that can please tell me how to get past the error? i would very much like to get on with my server.
Reply
#10
update glibc?
Reply
#11
its to do with not having the correct libraries on your install, im guessing you have 64bit ubuntu or something, shame i forgot the thing needed.
Reply
#12
My suggestion:

Try starting your server without the srcds_run script. Try running directly srcds_i486, srcds_i686 or srcds_amd. Before launching the binaries directly you'll need to define LD_LIBRARY_PATH the same way as the srcds_run script does. So, in short, do this:

Code:
export LD_LIBRARY_PATH=".:bin:$LD_LIBRARY_PATH"
./srcds_amd -game cstrike -console +map de_dust2
Also try the srcds_i486 and srcds_i686 to be sure.

This might help you because the srcds_run script might recognize the suitable binary for your system wrong. Then it tries to run the _amd version although there are some optimizations that are not supported by your system or something.


Then about other users' replies...

HBS|Ryan Wrote:update glibc?
Eh..? What?

"Update glibc" is something that linux noob would say. Linux pro would say "upgrade your OS". Updating just glibc means you'll break your system because ALL other components of the system use glibc. The only way to safely update glibc is to do "world upgrade" or whatever it is called that updates everything in the system. Usually nobody needs to update glibc. It's even more hazardous to update glibc than to update Linux kernel.

Ryan, I suggest you put your words more carefully. Plain '?' in the end of the sentence isn't enough warning for noob users for messing their systems. You must make clear that updating glibc means updating also rest of the system.

I don't believe the glibc is the issue here. Write "/lib/libc.so.6" or "/lib/libc.so.5" or whatever that's in libc.so.*. Paste the results here.

vigor Wrote:That CPU supports SSE.
Are you sure? It's K6 AMD 1.4GHz. Are you sure SSE is required? The /proc/cpuinfo does not include "sse", so I wouldn't be so sure about SSE in this case. Is this problem? Are you sure?
Reply
#13
I tryed the codes you said, but it just says "Ulovlig instruktion (SIGILL)" which is the same thing that it said the last time.

I still hope that someone can help me make my server run, but it seems like there is no hope.

You asked me to write "/lib/libc.so.6" and heres the results:

GNU C Library stable release version 2.5, by Roland McGrath et al.
Copyright © 2006 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 4.1.2 20070626 (Red Hat 4.1.2-14).
Compiled on a Linux 2.6.9 system on 2007-11-30.
Available extensions:
The C stubs add-on version 2.1.2.
crypt add-on version 2.1 by Michael Glad and others
GNU Libidn by Simon Josefsson
GNU libio by Per Bothner
NIS(YP)/NIS+ NSS modules 0.19 by Thorsten Kukuk
Native POSIX Threads Library by Ulrich Drepper et al
BIND-8.2.3-T5B
RT using linux kernel aio
Thread-local storage support included.
For bug reporting instructions, please see:
<http://www.gnu.org/software/libc/bugs.html>.
Reply
#14
black1333 Wrote:I tryed the codes you said, but it just says "Ulovlig instruktion (SIGILL)" which is the same thing that it said the last time.

I still hope that someone can help me make my server run, but it seems like there is no hope.
It may be that your CPU is not compatible with the server as scriptfu suggested. Vigor said that the CPU does have SSE, but certainly it's not visible in the /proc/cpuinfo output you pasted.

I guess you're shit out of luck :|
Reply
#15
okay, but thanks for the help anyway.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)