Re: [hlds_linux] Server not starting?

2011-08-16 Thread Þröstur Svanbergsson
Install ia32-libs (like 'aptitude install ia32-libs')
It fixed the problem for me on my 64-bit Debian Linux 6.0 (squeeze).

Throstur

On 16 August 2011 19:10, Alan Kennedy kenne...@3dgames.com.ar wrote:

 Thx. Really appreciate it :P

 --
 3DGames Argentina
 http://www.3dgames.com.ar
 Libertad 41, 5to Piso - Capital Federal
 Tel: 4-332-4709

 - Mensaje original -
 De: Fletcher Dunn fletch...@valvesoftware.com
 Para: hlds linux hlds_linux@list.valvesoftware.com
 Enviados: Martes, 16 de Agosto 2011 15:49:57
 Asunto: Re: [hlds_linux] Server not starting?
 Your distribution doesn't have an up-to-date version needed by the new
 steam libraries. We know that this is affecting a minority of servers
 and we're looking for a solution right now.

 We're currently investigating whether we can ship this lib directly.
 Expect either an update with the new lib, or an announcement with some
 instructions where to get it, later today.

 Your humble servant,
 - Fletch

 -Original Message-
 From: hlds_linux-boun...@list.valvesoftware.com
 [mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of Alan
 Kennedy
 Sent: Tuesday, August 16, 2011 11:44 AM
 To: hlds_linux@list.valvesoftware.com;
 hlds_linux@list.valvesoftware.com
 Subject: Re: [hlds_linux] Server not starting?


 Our servers are not starting since last update. We get a shared
 library issue. Error state as follows:

 steam@tf2:~/srcds_1/orangebox$ ./srcds_run -debug -console -game tf
 +ip 200.51.203.239 -port 27015 +map ctf_2fort
 Auto detecting CPU
 Using default binary: ./srcds_linux
 Enabling debug mode
 Server will auto-restart if there is a crash.
 Failed to open dedicated.so (libgcc_s.so.1: cannot open shared object
 file: No such file or directory)
 cat: hlds.18894.pid: No such file or directory
 email debug.log to li...@valvesoftware.com
 Tue Aug 16 15:31:29 ART 2011: Server restart in 10 seconds

 steam@tf2:~/srcds_1/orangebox/bin$ ldd dedicated.so
 linux-gate.so.1 = (0xf7784000)
 libsteam_api.so = not found
 libtier0.so = not found
 libvstdlib.so = not found
 libm.so.6 = /lib32/libm.so.6 (0xf76a6000)
 libdl.so.2 = /lib32/libdl.so.2 (0xf76a2000)
 libpthread.so.0 = /lib32/libpthread.so.0 (0xf7689000)
 /lib/ld-linux.so.2 (0xf7785000)
 libc.so.6 = /lib32/libc.so.6 (0xf7542000)

 steam@tf2:~/srcds_1/orangebox/bin$ ldd steamclient.so
 linux-gate.so.1 = (0xf7778000)
 libtier0_s.so = not found
 libvstdlib_s.so = not found
 libm.so.6 = /lib32/libm.so.6 (0xf6b95000)
 libdl.so.2 = /lib32/libdl.so.2 (0xf6b91000)
 libstdc++.so.6 = not found
 libpthread.so.0 = /lib32/libpthread.so.0 (0xf6b78000)
 /lib/ld-linux.so.2 (0xf7779000)
 libc.so.6 = /lib32/libc.so.6 (0xf6a31000)

 Running on Debian 64 bits.

 Any help would be really appreciated.

 Best Regards, Alan //


 --
 3DGames Argentina
 http://www.3dgames.com.ar
 Libertad 41, 5to Piso - Capital Federal
 Tel: 4-332-4709


 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux

 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Source Dedicated Server Update

2011-08-15 Thread Þröstur Svanbergsson
Failed to open dedicated.so (libgcc_s.so.1: cannot open shared object
file: No such file or directory)
Add -debug to the ./srcds_run command line to generate a debug.log
to help with solving this problem
Mon Aug 15 22:02:57 GMT 2011: Server restart in 10 seconds

Great. Now my server is in a restart loop...

On 15 August 2011 21:51, Jason Ruymen jas...@valvesoftware.com wrote:
 An optional update to Team Fortress 2, Counter-Strike: Source, Day of Defeat: 
 Source and Half-Life 2: Deathmatch is now available.  The specific changes 
 include:

 Source Dedicated server
 - Integrated latest SteamWorks API and Steam client library
 - Fixed zombie players created when banning players, causing player count in 
 the server browser to be incorrect
 - Fixed bug incrementing player count when spectator joined on spectator port.
 - Fixed a rare startup crash

 Jason


 ___
 To unsubscribe, edit your list preferences, or view the list archives, please 
 visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Source Dedicated Server Update

2011-08-15 Thread Þröstur Svanbergsson
Yes, I guess I forgot to mention.

Running Debian Linux 6.0 (squeeze) 64-bit

libgcc_s.so.1 does exist:
/lib/libgcc_s.so.1: ELF 64-bit LSB shared object, x86-64, version 1
(SYSV), dynamically linked, stripped


On 15 August 2011 22:04, Þröstur Svanbergsson thros...@bylur.net wrote:
 Failed to open dedicated.so (libgcc_s.so.1: cannot open shared object
 file: No such file or directory)
 Add -debug to the ./srcds_run command line to generate a debug.log
 to help with solving this problem
 Mon Aug 15 22:02:57 GMT 2011: Server restart in 10 seconds

 Great. Now my server is in a restart loop...

 On 15 August 2011 21:51, Jason Ruymen jas...@valvesoftware.com wrote:
 An optional update to Team Fortress 2, Counter-Strike: Source, Day of 
 Defeat: Source and Half-Life 2: Deathmatch is now available.  The specific 
 changes include:

 Source Dedicated server
 - Integrated latest SteamWorks API and Steam client library
 - Fixed zombie players created when banning players, causing player count in 
 the server browser to be incorrect
 - Fixed bug incrementing player count when spectator joined on spectator 
 port.
 - Fixed a rare startup crash

 Jason


 ___
 To unsubscribe, edit your list preferences, or view the list archives, 
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux