Server OS: Ubuntu Server 9.10
Ram: 0.25GB
Game(s): Counter-Strike Source
Start Up Command: ./srcds_run -console -game cstrike -port 27015 +ip 173.206.243.207 +map cs_office +maxplayers 2
I haven't gotten the server to run yet, so this is a fresh install. When I run the above command, I get 'Illegal Instruction' and the core gets dumped. This is what I see...
I'm not even sure about the processor so I don't even know if it is AMD. The debug.log says...
I haven't gotten it to run and I had to install gdb originally, but I have no idea why this error would happen.
EDIT: Would it make a problem because I installed it as root?
Ram: 0.25GB
Game(s): Counter-Strike Source
Start Up Command: ./srcds_run -console -game cstrike -port 27015 +ip 173.206.243.207 +map cs_office +maxplayers 2
I haven't gotten the server to run yet, so this is a fresh install. When I run the above command, I get 'Illegal Instruction' and the core gets dumped. This is what I see...
Code:
Auto detecting CPU
Using AMD Optimised binary.
Enabling debug mode
Server will auto-restart if there is a crash.
Illegal instruction (core dumped)
BFD: Warning: /root/srcds/core is truncated: expected core file size >= 1376256, found: 1064960.
email debug.log to linux@valvesoftware.com
Tue Jan 5 20:08:10 EST 2010: Server restart in 10 seconds
I'm not even sure about the processor so I don't even know if it is AMD. The debug.log says...
Code:
CRASH: Tue Jan 5 19:41:00 EST 2010
Start Line: ./srcds_amd -console -game cstrike -debug -port 27015 +ip 173.206.243.207 +map cs_office +maxplayers 2
Core was generated by `./srcds_amd -console -game cstrike -debug -port 27015 +ip 173.206.243.207 +map'.
Program terminated with signal 4, Illegal instruction.
#0 0x0091e913 in ?? ()
#0 0x0091e913 in ?? ()
#1 0x00000000 in ?? ()
No symbol table info available.
From To Syms Read Shared Object Library
0x002a8830 0x002be69f Yes (*) /lib/ld-linux.so.2
(*): Shared library is missing debugging information.
Stack level 0, frame at 0x4d31c8:
eip = 0x91e913; saved eip 0x0
called by frame at 0x9253f0
Arglist at 0x4d31c0, args:
Locals at 0x4d31c0, Previous frame's sp is 0x4d31c8
Saved registers:
ebp at 0x4d31c0, eip at 0x4d31c4
End of Source crash report
I haven't gotten it to run and I had to install gdb originally, but I have no idea why this error would happen.
EDIT: Would it make a problem because I installed it as root?