07-15-2012, 07:08 AM
I am trying to get a GoldenEye Source server up and running, however I am having problem after problem trying to get this live.
Here's some potentially relevant server info:
This is a fresh VPS with a fresh install of Steam, orangebox, and GoldenEye Source. I have not installed any mods, everything is vanilla. The server is running CentOS 5, with WHM and cPanel installed as well for the web server side of things.
I have heard that it may be related to glibstdc++, which I have installed all the recommendations. I have been trying to Google around for this issue for a few days now, I just can't find a solution that works.
Here's what happens when I try to run the server:
No matter how I try and execute it, even with the prefix linux32, same error. The error log gets created, but nothing useful (or anything at all) is recorded.
I have re-installed 3 times now, each with a new user. I've -verify_all'd the heck out of everything.
Any help is appreciated. If compensation is your motivation, perhaps we can work something out. Want to get this up and running!
Here's some potentially relevant server info:
Code:
root@vps [~]# ls -l /lib/libc-*.so /lib/libc.so*
-rwxr-xr-x 1 root root 1689728 Apr 20 07:32 /lib/libc-2.5.so*
lrwxrwxrwx 1 root root 11 Jul 11 13:16 /lib/libc.so.6 -> libc-2.5.so*
root@vps [~]# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 45
model name : Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz
stepping : 7
cpu MHz : 2299.998
cache size : 15360 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de tsc msr pae cx8 apic sep cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc pni ssse3 cx16 sse4_1 sse4_2 popcnt lahf_lm
bogomips : 5759.26
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 45
model name : Intel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz
stepping : 7
cpu MHz : 2299.998
cache size : 15360 KB
physical id : 1
siblings : 1
core id : 0
cpu cores : 1
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de tsc msr pae cx8 apic sep cmov pat clflush acpi mmx fxsr sse sse2 ss ht syscall nx lm constant_tsc pni ssse3 cx16 sse4_1 sse4_2 popcnt lahf_lm
bogomips : 5759.26
clflush size : 64
cache_alignment : 64
address sizes : 46 bits physical, 48 bits virtual
power management:
root@vps [~]# cat /proc/meminfo
MemTotal: 1048576 kB
MemFree: 186652 kB
Buffers: 15128 kB
Cached: 292956 kB
SwapCached: 0 kB
Active: 214756 kB
Inactive: 254636 kB
HighTotal: 0 kB
HighFree: 0 kB
LowTotal: 1048576 kB
LowFree: 186652 kB
SwapTotal: 2097144 kB
SwapFree: 2097080 kB
Dirty: 0 kB
Writeback: 0 kB
AnonPages: 161300 kB
Mapped: 20276 kB
Slab: 29796 kB
PageTables: 7988 kB
NFS_Unstable: 0 kB
Bounce: 0 kB
CommitLimit: 2621432 kB
Committed_AS: 715524 kB
VmallocTotal: 34359738367 kB
VmallocUsed: 3440 kB
VmallocChunk: 34359734927 kB
Code:
root@vps [~]# cat /proc/version
Linux version 2.6.18-308.11.1.el5xen (mockbuild@builder10.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)) #1 SMP Tue Jul 10 09:29:47 EDT 2012
This is a fresh VPS with a fresh install of Steam, orangebox, and GoldenEye Source. I have not installed any mods, everything is vanilla. The server is running CentOS 5, with WHM and cPanel installed as well for the web server side of things.
I have heard that it may be related to glibstdc++, which I have installed all the recommendations. I have been trying to Google around for this issue for a few days now, I just can't find a solution that works.
Here's what happens when I try to run the server:
Code:
******@vps [~/srcds/orangebox]# ./srcds_run -game gesource
Auto detecting CPU
Using SSE2 Optimised binary.
Server will auto-restart if there is a crash.
Console initialized.
./srcds_run: line 352: 28383 Segmentation fault $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Sat Jul 14 16:03:24 CDT 2012: Server restart in 10 seconds
Sat Jul 14 16:03:26 CDT 2012: Server Quit
No matter how I try and execute it, even with the prefix linux32, same error. The error log gets created, but nothing useful (or anything at all) is recorded.
I have re-installed 3 times now, each with a new user. I've -verify_all'd the heck out of everything.
Any help is appreciated. If compensation is your motivation, perhaps we can work something out. Want to get this up and running!