Vino wrote:It's 2013, I put instructions for running a server in
this thread.
I checked-out that thread and did everything with the typical SteamCMD setup.
Also did the 2 additional symbolic links specified.
Specifications / Options Used (similar to other 11 games runs on the same server):
- Server type: Stand-alone Dedicated Server
- Install type: "head-less" install (no GUI, no X-Server)
- Operating System: Debian
- OS Version: 6 ("Squeeze")
- OS Arch: 64-bit (32-bit libs installed also)
- OS Kernel: Linux 2.6.32-042stab079.6 on x86_64
- SteamCMD install folder: ~/steamcmd
- "Force_Install_Dir" folder: ~/game407
- "dab" folder: ~/game407/dab
SCRCS is seg-faulting - complaining about GLIBC.
- Code: Select all
failed to dlopen /home/definately-not-root/game407/dab/bin/game_shader_dx9_srv.so error=/lib32/libm.so.6: version `GLIBC_2.15' not found (required by /home/definately-not-root/game407/dab/bin/game_shader_dx9_srv.so)
failed to dlopen /home/definately-not-root/game407/dab/bin/server_srv.so error=/lib32/libm.so.6: version `GLIBC_2.15' not found (required by /home/definately-not-root/game407/dab/bin/server_srv.so)
./srcds_run: line 324: 18208 Segmentation fault $HL_CMD
Full output below:
- Code: Select all
definately-not-root@some-random-hostname:~$ cd ~/game407;
definately-not-root@some-random-hostname:~/game407$ nice -n 8 ./srcds_run -secure -game dab +port 6407 -steamport 7407 -debug;
WARNING: No map specified! Server may not heartbeat.
Auto detecting CPU
Using default binary: ./srcds_linux
Enabling debug mode
Server will auto-restart if there is a crash.
Using breakpad minidump system
Using breakpad crash handler
Console initialized.
Setting breakpad minidump AppID = 243750
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/home/definately-not-root/.steam/sdk32/steamclient.so
with error:
/home/definately-not-root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Loaded 52 VPK file hashes from /home/definately-not-root/game407/hl2mp/hl2mp_pak.vpk for pure server operation.
Loaded 52 VPK file hashes from /home/definately-not-root/game407/hl2mp/hl2mp_pak.vpk for pure server operation.
Loaded 1222 VPK file hashes from /home/definately-not-root/game407/hl2/hl2_textures.vpk for pure server operation.
Loaded 574 VPK file hashes from /home/definately-not-root/game407/hl2/hl2_sound_vo_english.vpk for pure server operation.
Loaded 383 VPK file hashes from /home/definately-not-root/game407/hl2/hl2_sound_misc.vpk for pure server operation.
Loaded 432 VPK file hashes from /home/definately-not-root/game407/hl2/hl2_misc.vpk for pure server operation.
Loaded 5 VPK file hashes from /home/definately-not-root/game407/platform/platform_misc.vpk for pure server operation.
failed to dlopen /home/definately-not-root/game407/dab/bin/game_shader_dx9_srv.so error=/lib32/libm.so.6: version `GLIBC_2.15' not found (required by /home/definately-not-root/game407/dab/bin/game_shader_dx9_srv.so)
failed to dlopen /home/definately-not-root/game407/dab/bin/server_srv.so error=/lib32/libm.so.6: version `GLIBC_2.15' not found (required by /home/definately-not-root/game407/dab/bin/server_srv.so)
./srcds_run: line 324: 18208 Segmentation fault $HL_CMD
cat: hlds.18200.pid: No such file or directory
email debug.log to linux@valvesoftware.com
Sun Oct 6 00:51:22 EDT 2013: Server restart in 10 seconds
Sun Oct 6 00:51:25 EDT 2013: Server Quit
definately-not-root@some-random-hostname:~/game407$