Post Reply  Post Thread 
Pages (2): « First [1] 2 Next > Last »
Anyone help again?
Author Message
black1333
Junior Member
**


Posts: 17
Group: Registered
Joined: Apr 2008
Status: Offline
Post: #1
Exclamation  Anyone help again?

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?t...08#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.

04-23-2008 02:32 AM
Find all posts by this user Quote this message in a reply
HBS|Ryan
HotBettyServers.com
***


Posts: 216
Group: Registered
Joined: Mar 2007
Status: Offline
Post: #2
RE: Anyone help again?

try running these two commands

yum install ncompress
yum install gunzip

then try to install


The Very Best in West Coast CSS
1000fps CSS Servers
http://www.HotBettyServers.com
04-23-2008 02:40 AM
Visit this user's website Find all posts by this user Quote this message in a reply
black1333
Junior Member
**


Posts: 17
Group: Registered
Joined: Apr 2008
Status: Offline
Post: #3
RE: Anyone help again?

Thanks for the help, Big Grin now im downloading the game, now i just hope there wont be anymore errors

04-23-2008 05:32 AM
Find all posts by this user Quote this message in a reply
black1333
Junior Member
**


Posts: 17
Group: Registered
Joined: Apr 2008
Status: Offline
Post: #4
RE: Anyone help again?

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.

04-25-2008 01:40 AM
Find all posts by this user Quote this message in a reply
scriptfu
Junior Member
**


Posts: 14
Group: Registered
Joined: Dec 2007
Status: Offline
Post: #5
RE: Anyone help again?

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


=-=-=-=-=-=-=-=-=
04-25-2008 03:14 PM
Find all posts by this user Quote this message in a reply
black1333
Junior Member
**


Posts: 17
Group: Registered
Joined: Apr 2008
Status: Offline
Post: #6
RE: Anyone help again?

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

04-25-2008 10:05 PM
Find all posts by this user Quote this message in a reply
vigor
Junior Member
**


Posts: 38
Group: Registered
Joined: Jan 2005
Status: Offline
Post: #7
RE: Anyone help again?

That CPU supports SSE.


Game Server Administration Services
Linux & Windows performance specialist.
http://www.viGeek.net
04-27-2008 06:48 AM
Find all posts by this user Quote this message in a reply
black1333
Junior Member
**


Posts: 17
Group: Registered
Joined: Apr 2008
Status: Offline
Post: #8
RE: Anyone help again?

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.

This post was last modified: 04-27-2008 07:23 AM by black1333.

04-27-2008 07:20 AM
Find all posts by this user Quote this message in a reply
black1333
Junior Member
**


Posts: 17
Group: Registered
Joined: Apr 2008
Status: Offline
Post: #9
RE: Anyone help again?

Anyone that can please tell me how to get past the error? i would very much like to get on with my server.

04-30-2008 04:38 AM
Find all posts by this user Quote this message in a reply
HBS|Ryan
HotBettyServers.com
***


Posts: 216
Group: Registered
Joined: Mar 2007
Status: Offline
Post: #10
RE: Anyone help again?

update glibc?


The Very Best in West Coast CSS
1000fps CSS Servers
http://www.HotBettyServers.com
04-30-2008 09:12 AM
Visit this user's website Find all posts by this user Quote this message in a reply
drazah
Member
***


Posts: 52
Group: Registered
Joined: Sep 2007
Status: Offline
Post: #11
RE: Anyone help again?

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.

04-30-2008 04:59 PM
Find all posts by this user Quote this message in a reply
css
Junior Member
**


Posts: 39
Group: Registered
Joined: Apr 2008
Status: Offline
Post: #12
RE: Anyone help again?

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?

05-01-2008 03:59 AM
Find all posts by this user Quote this message in a reply
black1333
Junior Member
**


Posts: 17
Group: Registered
Joined: Apr 2008
Status: Offline
Post: #13
RE: Anyone help again?

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>.

05-03-2008 12:42 AM
Find all posts by this user Quote this message in a reply
css
Junior Member
**


Posts: 39
Group: Registered
Joined: Apr 2008
Status: Offline
Post: #14
RE: Anyone help again?

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 :|

05-03-2008 12:56 AM
Find all posts by this user Quote this message in a reply
black1333
Junior Member
**


Posts: 17
Group: Registered
Joined: Apr 2008
Status: Offline
Post: #15
RE: Anyone help again?

okay, but thanks for the help anyway.

05-03-2008 12:58 AM
Find all posts by this user Quote this message in a reply
Pages (2): « First [1] 2 Next > Last »
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: