GoldenEye: Source Forums

Debriefing => Questions, Help, & How To's => Topic started by: lemtargatwing on December 17, 2010, 05:06:42 pm

Title: Linux Server problems
Post by: lemtargatwing on December 17, 2010, 05:06:42 pm
So I setup gesource server on my linux box (OpenSuse 11.3), followed the wiki step by step and everything.  When I go to run this command:
Code: [Select]
./srcds_run -game ../gesource +ip 192.168.1.120 +map ge_bunker_classic +maxplayers 16

I get this error

Code: [Select]
./srcds_run: line 352: 20843 Segmentation fault      $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem

So I added -debug and got this:

Code: [Select]
./srcds_run: line 352: 20947 Segmentation fault      (core dumped) $HL_CMD
BFD: Warning: /home/myuser/hlds/2/orangebox/core is truncated: expected core file size >= 25911296, found: 14147584.
Cannot access memory at address 0xf77158ec
Cannot access memory at address 0xf77158ec
Cannot access memory at address 0xf77158ec
Missing separate debuginfo for /lib/ld-linux.so.2
Try: zypper install -C "debuginfo(build-id)=fbaee3f5e15417f014dc59b0561eb7192ff04c5c"
Failed to read a valid object file image from memory.
Cannot access memory at address 0xff95592c
/home/myuser/hlds/2/orangebox/debug.cmds:4: Error in sourced command file:
Cannot access memory at address 0xff95592c
email debug.log to linux@valvesoftware.com

Any help here or should I just quit while I'm ahead?

Title: Re: Linux Server problems
Post by: V!NCENT on December 17, 2010, 05:21:59 pm
Have you tried downloading it again?
Title: Re: Linux Server problems
Post by: lemtargatwing on December 17, 2010, 05:28:05 pm
A couple of times actually.  I'm very new to this, so it's probably something really small that I overlooked. 
Title: Re: Linux Server problems
Post by: killermonkey on December 17, 2010, 08:11:57 pm
OpenSuse is not supported.

Only Ubuntu 8 -> 10.01 is supported officially by the mod.

You might find some other linux help elsewhere, sorry, but Valve is not kind to linux and any small issue in versions of libraries can cause massive headaches
Title: Re: Linux Server problems
Post by: V!NCENT on December 17, 2010, 11:55:16 pm
OpenSuse is not supported.

Only Ubuntu 8 -> 10.01 is supported officially by the mod.

You might find some other linux help elsewhere, sorry, but Valve is not kind to linux and any small issue in versions of libraries can cause massive headaches
Well you can link it to different libs, if you can figure out what libs Valve used...

EDIT: type ldd xyz.bin
Title: Re: Linux Server problems
Post by: aurekana on December 18, 2010, 11:37:32 pm
Not sure if applicable, since it's more of a band-aid solution instead of actually getting the linux server files working natively, but...

Running Ubuntu 10.04, had the same segfault issues as you did with a truncated core, with no help from the internets. What I did to get it working was setup the server in Windows to get the directory structure correctly in place, and then moved the whole folder to my linux box and am running it with WINE.
Title: Re: Linux Server problems
Post by: killermonkey on December 19, 2010, 12:13:28 am
truncated core just refers to the debugging file that is dumped, has nothing to do with the game.
Title: Re: Linux Server problems
Post by: lemtargatwing on December 20, 2010, 01:48:09 am
Thank you guys for the quick responses, I'll definitely take a look at the libs when I get a chance, but until then I may just throw it on my Ubuntu Server once I get it up and running, or throw it on a VM
Title: Re: Linux Server problems
Post by: V!NCENT on December 20, 2010, 04:49:33 pm
Thank you guys for the quick responses, I'll definitely take a look at the libs when I get a chance, but until then I may just throw it on my Ubuntu Server once I get it up and running, or throw it on a VM
It's not a big deal; just ldd the libs, copy them from an Ubuntu install and link them (that you can easily google). However the people at Valve are completely retarded if they didn't build with dynamic dependancies and shipped the working libs with the download =S
Title: Re: Linux Server problems
Post by: killermonkey on December 21, 2010, 12:54:49 am
However the people at Valve are completely retarded if they didn't build with dynamic dependancies and shipped the working libs with the download =S

You have obviously never looked at Valve's source code...