- - - - -

Running a Source Dedicated server with CentOS (ASO Cloud VPS)


  • Please log in to reply
2 replies to this topic

#1 AlexT

AlexT

    Small Orange

  • Members
  • PipPip
  • 30 posts

Posted 14 July 2012 - 04:43 PM

Looking for help from any fellow ASOers who have gotten a dedicated Source server running (hl2/orangebox).

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:

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

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:

******@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!

#2 NyteOwl

NyteOwl

    36 Bits forever!

  • Volunteer Moderators
  • PipPipPipPipPipPipPip
  • 1,902 posts

Posted 14 July 2012 - 06:20 PM

Didi you do as instructed by the error message and add -debug to genrate a log and re-run it and look in the debug log?
Obsolescence is just a lack of imagination.

Sign up at ASO and enjoy friendly, quality hosting services. Use coupon code no2512 and save 15% or coupon code 2152on and take $5 off. Valid on both Shared Hosting and VPS plans.

#3 AlexT

AlexT

    Small Orange

  • Members
  • PipPip
  • 30 posts

Posted 14 July 2012 - 07:39 PM

Thought I had addressed this in the original post, I apologize.

I did, and the debug log shows the server init command, then says the server closed. Literally no helpful information for debugging. However, the console shows after seg faulting that hlds.####.pid File or Directory not found.

However, at the moment I am wiping my VPS clean and starting fresh with CentOS 6.2, we'll see if this fixes things :/

EDIT: After a fresh install of CentOS 6.2, it still doesn't work. Same exact errors.


geserv@vps [~/srcds/orangebox]# ./srcds_run -game gesource -debug
Auto detecting CPU
Using SSE2 Optimised binary.
Enabling debug mode
Server will auto-restart if there is a crash.

Console initialized.
./srcds_run: line 352:  2462 Segmentation fault	  (core dumped) $HL_CMD
cat: hlds.2447.pid: No such file or directory
email debug.log to linux@valvesoftware.com
Sat Jul 14 20:20:05 CDT 2012: Server restart in 10 seconds
Sat Jul 14 20:20:15 CDT 2012: Server Quit

Edited by Alexinator, 14 July 2012 - 08:28 PM.





0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users