08-22-2010, 02:34 AM
(This post was last modified: 08-22-2010, 03:07 AM by jimmystest.)
Hello all, I just finished setting up a linux server for CSS following these instructions here:
So right now I'm running this command to start the server:
./srcds_run -game cstrike -debug +maxplayers 20 +map de_aztec +ip 123.123.123.123 -port 27015 > server.log 2>&1 &
(subbing 123.123.123.123 with my own IP)
I tried running this as both root, and nonroot just to rule out any permissions issues.
I'm getting this error in my log:
I checked to make sure de_aztec was listed in my: srcds/orangebox/cstrike/maps folder and it is.
I found several posts about this issue on the site: http://forums.srcds.com
HOWEVER, all of those ended with "Oh... ooppss I don't have SSE on my CPU."
But... cat /proc/cpuinfo on my server gives this data:
sse does appear to be in my CPU so I have no idea what the issue is.
Ideas?
Thanks everyone in advance.
PS... sorry if this is an obvious thing I'm missing.. I'm a bit new to hosting game servers. Thanks!
AFTER READING README... I thought this info might be needed/wanted let me know if more is needed:
cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : AMD Athlon XP 1800+
stepping : 1
cpu MHz : 1500.000
cache size : 256 KB
Other Info about software/hardware I'm running:
512MB RAM
2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux
So right now I'm running this command to start the server:
./srcds_run -game cstrike -debug +maxplayers 20 +map de_aztec +ip 123.123.123.123 -port 27015 > server.log 2>&1 &
(subbing 123.123.123.123 with my own IP)
I tried running this as both root, and nonroot just to rule out any permissions issues.
I'm getting this error in my log:
Quote:warning: Can't read pathname for load map: Input/output error.
email debug.log to linux@valvesoftware.com
Sat Aug 21 10:15:09 MDT 2010: Server restart in 10 seconds
Illegal instruction
I checked to make sure de_aztec was listed in my: srcds/orangebox/cstrike/maps folder and it is.
I found several posts about this issue on the site: http://forums.srcds.com
HOWEVER, all of those ended with "Oh... ooppss I don't have SSE on my CPU."
But... cat /proc/cpuinfo on my server gives this data:
Quote:flags : fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3
sse does appear to be in my CPU so I have no idea what the issue is.
Ideas?
Thanks everyone in advance.
PS... sorry if this is an obvious thing I'm missing.. I'm a bit new to hosting game servers. Thanks!
AFTER READING README... I thought this info might be needed/wanted let me know if more is needed:
cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 8
model name : AMD Athlon XP 1800+
stepping : 1
cpu MHz : 1500.000
cache size : 256 KB
Other Info about software/hardware I'm running:
512MB RAM
2.6.32-21-generic #32-Ubuntu SMP Fri Apr 16 08:10:02 UTC 2010 i686 GNU/Linux