Re: [hlds_linux] Server not starting?

2011-08-17 Thread Simon Gunton
1)

[gs14153@inx-236-139 bin]$ ldd dedicated.so
ldd: warning: you do not have execution permission for `./dedicated.so'
linux-gate.so.1 =  (0x0092f000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib/libm.so.6 (0x00375000)
libdl.so.2 = /lib/libdl.so.2 (0x0078b000)
libpthread.so.0 = /lib/libpthread.so.0 (0x00a8a000)
/lib/ld-linux.so.2 (0x00609000)
libc.so.6 = /lib/libc.so.6 (0x0011)
[gs14153@inx-236-139 bin]$ ldd dedicated.so
ldd: warning: you do not have execution permission for `./dedicated.so'
linux-gate.so.1 =  (0x009e1000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib/libm.so.6 (0x003fc000)
libdl.so.2 = /lib/libdl.so.2 (0x00a04000)
libpthread.so.0 = /lib/libpthread.so.0 (0x0011)
/lib/ld-linux.so.2 (0x00609000)
libc.so.6 = /lib/libc.so.6 (0x00129000)
[gs14153@inx-236-139 bin]$

2) Yes

3) Centos 5.5 32bit

Simon Gunton
Support Analyst
INX-Gaming.com
EMail: si...@inx-gaming.co.uk
Support: http://support.inx-network.com/
Tel: 01733 687699

This e-mail and any attachments are confidential. If you are not the
intended recipient, please contact the sender. Please then delete the email
and do not disclose the contents to anyone.

Any views or opinions presented in this email or its attachments are solely
those of the author and do not necessarily represent those of INX-Network
Limited


-Original Message-
From: hlds_linux-boun...@list.valvesoftware.com
[mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of Fletcher
Dunn
Sent: 15 August 2011 23:38
To: Half-Life dedicated Linux server mailing list
Subject: [hlds_linux] Server not starting?

The new steamworks SDK was compiler with a newer compiler, which requires a
newer version of the stand C lib than many distributions come with.  We
included this lib in the update, but apparently that isn't working for
everybody.  This new dependency was the cause of the delay last week.


Linux users, please reply with this info:



1.) From the bin folder, send me the output of the following command:



ldd dedicated.so

ldd steamclient.so



2.) Confirm that you have a libstdc++.so.6 in your folder?



3.) What distribution are you using?



We believe that the SteamWorks integration is also the cause of the client
crashes, and are hoping to have that resolved within the hour.
___
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] Server not starting?

2011-08-16 Thread Fug1t1v3
Debian 5.0.8

ldd dedicated.so
linux-gate.so.1 =  (0xf7fdb000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib32/libm.so.6 (0xf7ef5000)
libdl.so.2 = /lib32/libdl.so.2 (0xf7ef1000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf7eda000)
/lib/ld-linux.so.2 (0xf7fdc000)
libc.so.6 = /lib32/libc.so.6 (0xf7d88000)

ldd steamclient.so
./steamclient.so: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not
found   (required by ./steamclient.so)
linux-gate.so.1 =  (0xf7f55000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib32/libm.so.6 (0xf736b000)
libdl.so.2 = /lib32/libdl.so.2 (0xf7366000)
libstdc++.so.6 = /usr/lib32/libstdc++.so.6 (0xf7278000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf7261000)
/lib/ld-linux.so.2 (0xf7f56000)
libc.so.6 = /lib32/libc.so.6 (0xf710f000)
libgcc_s.so.1 = /usr/lib32/libgcc_s.so.1 (0xf7102000)

libstdc++.so.6 is within the orangebox/bin folder
-
Best regards,

Fug1t1v3
Onlyskill.eu - Game Servers Hosting
CSS Servers Administrator
Game Hosting Tehnical Administrator
mail: f...@onlyskill.eu



On 16 August 2011 02:30, Marco Padovan e...@evcz.tk wrote:

 *centos6.0 64bit* (libstdc++.so.6 is within the orangebox/bin folder
 folder)
 server is starting fine

 ldd dedicated.so
   linux-gate.so.1 =  (0xe000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib/libm.so.6 (0xf7622000)
libdl.so.2 = /lib/libdl.so.2 (0xf761c000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf7601000)
/lib/ld-linux.so.2 (0xf7703000)
libc.so.6 = /lib/libc.so.6 (0xf7475000)

 ldd steamclient.so
 ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
 found (required by ./steamclient.so)
linux-gate.so.1 =  (0xe000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib/libm.so.6 (0xf6b9f000)
libdl.so.2 = /lib/libdl.so.2 (0xf6b9a000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xf6aae000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf6a93000)
/lib/ld-linux.so.2 (0xf7785000)
libc.so.6 = /lib/libc.so.6 (0xf6907000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xf68e9000)


 *centos5.6 64bit* (libstdc++.so.6 is within the orangebox/bin folder
 folder)
 not yet tried to start it after the update here

 ldd dedicated.so
linux-gate.so.1 =  (0xe000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib/libm.so.6 (0xf76ea000)
libdl.so.2 = /lib/libdl.so.2 (0xf76e4000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf76cb000)
/lib/ld-linux.so.2 (0x437d1000)
libc.so.6 = /lib/libc.so.6 (0xf7572000)

 ldd steamclient.so
 ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10' not
 found (required by ./steamclient.so)
 ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not
 found (required by ./steamclient.so)
 ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
 found (required by ./steamclient.so)
linux-gate.so.1 =  (0xe000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib/libm.so.6 (0xf6b86000)
libdl.so.2 = /lib/libdl.so.2 (0xf6b81000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xf6a97000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf6a7e000)
/lib/ld-linux.so.2 (0x437d1000)
libc.so.6 = /lib/libc.so.6 (0xf6925000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xf6919000)


 Il 16/08/2011 00:38, Fletcher Dunn ha scritto:
  The new steamworks SDK was compiler with a newer compiler, which requires
 a newer version of the stand C lib than many distributions come with.  We
 included this lib in the update, but apparently that isn't working for
 everybody.  This new dependency was the cause of the delay last week.
 
 
  Linux users, please reply with this info:
 
 
 
  1.) From the bin folder, send me the output of the following command:
 
 
 
  ldd dedicated.so
 
  ldd steamclient.so
 
 
 
  2.) Confirm that you have a libstdc++.so.6 in your folder?
 
 
 
  3.) What distribution are you using?
 
 
 
  We believe that the SteamWorks integration is also the cause of the
 client crashes, and are hoping to have that resolved within the hour.
  ___
  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] Server not starting?

2011-08-16 Thread Taner Özsoy
1)
 ldd dedicated.so
linux-gate.so.1 =  (0xe000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib/libm.so.6 (0xf7ea2000)
libdl.so.2 = /lib/libdl.so.2 (0xf7e9c000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf7e83000)
/lib/ld-linux.so.2 (0x00581000)
libc.so.6 = /lib/libc.so.6 (0xf7d2a000)

 ldd steamclient.so
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10' not
found (required by ./steamclient.so)
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found
(required by ./steamclient.so)
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
found (required by ./steamclient.so)
linux-gate.so.1 =  (0xe000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib/libm.so.6 (0xf73d6000)
libdl.so.2 = /lib/libdl.so.2 (0xf73d1000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xf72e7000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf72ce000)
/lib/ld-linux.so.2 (0x00581000)
libc.so.6 = /lib/libc.so.6 (0xf7175000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xf7169000)

2) can confirm that libstdc++.so.6 is within the bin folder folder
3) Centos 5.6 64 Bit

2011/8/16 Fug1t1v3 f...@onlyskill.eu

 Debian 5.0.8

 ldd dedicated.so
linux-gate.so.1 =  (0xf7fdb000)
 libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
 libm.so.6 = /lib32/libm.so.6 (0xf7ef5000)
libdl.so.2 = /lib32/libdl.so.2 (0xf7ef1000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf7eda000)
/lib/ld-linux.so.2 (0xf7fdc000)
libc.so.6 = /lib32/libc.so.6 (0xf7d88000)

 ldd steamclient.so
 ./steamclient.so: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not
 found   (required by ./steamclient.so)
 linux-gate.so.1 =  (0xf7f55000)
 libtier0_s.so = not found
libvstdlib_s.so = not found
 libm.so.6 = /lib32/libm.so.6 (0xf736b000)
libdl.so.2 = /lib32/libdl.so.2 (0xf7366000)
libstdc++.so.6 = /usr/lib32/libstdc++.so.6 (0xf7278000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf7261000)
/lib/ld-linux.so.2 (0xf7f56000)
libc.so.6 = /lib32/libc.so.6 (0xf710f000)
libgcc_s.so.1 = /usr/lib32/libgcc_s.so.1 (0xf7102000)

 libstdc++.so.6 is within the orangebox/bin folder
 -
 Best regards,

 Fug1t1v3
 Onlyskill.eu - Game Servers Hosting
 CSS Servers Administrator
 Game Hosting Tehnical Administrator
 mail: f...@onlyskill.eu



 On 16 August 2011 02:30, Marco Padovan e...@evcz.tk wrote:

  *centos6.0 64bit* (libstdc++.so.6 is within the orangebox/bin folder
  folder)
  server is starting fine
 
  ldd dedicated.so
linux-gate.so.1 =  (0xe000)
 libsteam_api.so = not found
 libtier0.so = not found
 libvstdlib.so = not found
 libm.so.6 = /lib/libm.so.6 (0xf7622000)
 libdl.so.2 = /lib/libdl.so.2 (0xf761c000)
 libpthread.so.0 = /lib/libpthread.so.0 (0xf7601000)
 /lib/ld-linux.so.2 (0xf7703000)
 libc.so.6 = /lib/libc.so.6 (0xf7475000)
 
  ldd steamclient.so
  ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
  found (required by ./steamclient.so)
 linux-gate.so.1 =  (0xe000)
 libtier0_s.so = not found
 libvstdlib_s.so = not found
 libm.so.6 = /lib/libm.so.6 (0xf6b9f000)
 libdl.so.2 = /lib/libdl.so.2 (0xf6b9a000)
 libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xf6aae000)
 libpthread.so.0 = /lib/libpthread.so.0 (0xf6a93000)
 /lib/ld-linux.so.2 (0xf7785000)
 libc.so.6 = /lib/libc.so.6 (0xf6907000)
 libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xf68e9000)
 
 
  *centos5.6 64bit* (libstdc++.so.6 is within the orangebox/bin folder
  folder)
  not yet tried to start it after the update here
 
  ldd dedicated.so
 linux-gate.so.1 =  (0xe000)
 libsteam_api.so = not found
 libtier0.so = not found
 libvstdlib.so = not found
 libm.so.6 = /lib/libm.so.6 (0xf76ea000)
 libdl.so.2 = /lib/libdl.so.2 (0xf76e4000)
 libpthread.so.0 = /lib/libpthread.so.0 (0xf76cb000)
 /lib/ld-linux.so.2 (0x437d1000)
 libc.so.6 = /lib/libc.so.6 (0xf7572000)
 
  ldd steamclient.so
  ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10' not
  found (required by ./steamclient.so)
  ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not
  found (required by ./steamclient.so)
  ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
  found (required by ./steamclient.so)
 linux-gate.so.1 =  (0xe000)
 libtier0_s.so = not found
 libvstdlib_s.so = not found
 libm.so.6 = /lib/libm.so.6 (0xf6b86000)
 libdl.so.2 = /lib/libdl.so.2 (0xf6b81000)
 libstdc++.so.6 = 

Re: [hlds_linux] Server not starting?

2011-08-16 Thread Fug1t1v3
Debian 6.0.2

ldd dedicated.so
linux-gate.so.1 =  (0xf77b8000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib32/libm.so.6 (0xf76d6000)
libdl.so.2 = /lib32/libdl.so.2 (0xf76d2000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf76b9000)
/lib/ld-linux.so.2 (0xf77b9000)
libc.so.6 = /lib32/libc.so.6 (0xf7572000)

ldd steamclient.so
./steamclient.so: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not
found (required by ./steamclient.so)
linux-gate.so.1 =  (0xf7781000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib32/libm.so.6 (0xf6b9a000)
libdl.so.2 = /lib32/libdl.so.2 (0xf6b96000)
libstdc++.so.6 = /usr/lib32/libstdc++.so.6 (0xf6aa1000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf6a88000)
/lib/ld-linux.so.2 (0xf7782000)
libc.so.6 = /lib32/libc.so.6 (0xf6941000)
libgcc_s.so.1 = /usr/lib32/libgcc_s.so.1 (0xf6922000)

libstdc++.so.6 is within the orangebox/bin folder

-
Best regards,

Fug1t1v3
Onlyskill.eu - Game Servers Hosting
CSS Servers Administrator
Game Hosting Tehnical Administrator
mail: f...@onlyskill.eu



On 16 August 2011 15:55, Taner Özsoy ta...@xkafe.net wrote:

 1)
  ldd dedicated.so
linux-gate.so.1 =  (0xe000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
 libm.so.6 = /lib/libm.so.6 (0xf7ea2000)
libdl.so.2 = /lib/libdl.so.2 (0xf7e9c000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf7e83000)
/lib/ld-linux.so.2 (0x00581000)
libc.so.6 = /lib/libc.so.6 (0xf7d2a000)

  ldd steamclient.so
 ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10' not
 found (required by ./steamclient.so)
 ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not
 found
 (required by ./steamclient.so)
 ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
 found (required by ./steamclient.so)
linux-gate.so.1 =  (0xe000)
libtier0_s.so = not found
libvstdlib_s.so = not found
 libm.so.6 = /lib/libm.so.6 (0xf73d6000)
libdl.so.2 = /lib/libdl.so.2 (0xf73d1000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xf72e7000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf72ce000)
/lib/ld-linux.so.2 (0x00581000)
libc.so.6 = /lib/libc.so.6 (0xf7175000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xf7169000)

 2) can confirm that libstdc++.so.6 is within the bin folder folder
 3) Centos 5.6 64 Bit

 2011/8/16 Fug1t1v3 f...@onlyskill.eu

  Debian 5.0.8
 
  ldd dedicated.so
 linux-gate.so.1 =  (0xf7fdb000)
  libsteam_api.so = not found
 libtier0.so = not found
 libvstdlib.so = not found
  libm.so.6 = /lib32/libm.so.6 (0xf7ef5000)
 libdl.so.2 = /lib32/libdl.so.2 (0xf7ef1000)
 libpthread.so.0 = /lib32/libpthread.so.0 (0xf7eda000)
 /lib/ld-linux.so.2 (0xf7fdc000)
 libc.so.6 = /lib32/libc.so.6 (0xf7d88000)
 
  ldd steamclient.so
  ./steamclient.so: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not
  found   (required by ./steamclient.so)
  linux-gate.so.1 =  (0xf7f55000)
  libtier0_s.so = not found
 libvstdlib_s.so = not found
  libm.so.6 = /lib32/libm.so.6 (0xf736b000)
 libdl.so.2 = /lib32/libdl.so.2 (0xf7366000)
 libstdc++.so.6 = /usr/lib32/libstdc++.so.6 (0xf7278000)
 libpthread.so.0 = /lib32/libpthread.so.0 (0xf7261000)
 /lib/ld-linux.so.2 (0xf7f56000)
 libc.so.6 = /lib32/libc.so.6 (0xf710f000)
 libgcc_s.so.1 = /usr/lib32/libgcc_s.so.1 (0xf7102000)
 
  libstdc++.so.6 is within the orangebox/bin folder
  -
  Best regards,
 
  Fug1t1v3
  Onlyskill.eu - Game Servers Hosting
  CSS Servers Administrator
  Game Hosting Tehnical Administrator
  mail: f...@onlyskill.eu
 
 
 
  On 16 August 2011 02:30, Marco Padovan e...@evcz.tk wrote:
 
   *centos6.0 64bit* (libstdc++.so.6 is within the orangebox/bin folder
   folder)
   server is starting fine
  
   ldd dedicated.so
 linux-gate.so.1 =  (0xe000)
  libsteam_api.so = not found
  libtier0.so = not found
  libvstdlib.so = not found
  libm.so.6 = /lib/libm.so.6 (0xf7622000)
  libdl.so.2 = /lib/libdl.so.2 (0xf761c000)
  libpthread.so.0 = /lib/libpthread.so.0 (0xf7601000)
  /lib/ld-linux.so.2 (0xf7703000)
  libc.so.6 = /lib/libc.so.6 (0xf7475000)
  
   ldd steamclient.so
   ./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
   found (required by ./steamclient.so)
  linux-gate.so.1 =  (0xe000)
  libtier0_s.so = not found
  libvstdlib_s.so = not found
  libm.so.6 = /lib/libm.so.6 (0xf6b9f000)
  libdl.so.2 = /lib/libdl.so.2 (0xf6b9a000)
  libstdc++.so.6 = 

Re: [hlds_linux] Server not starting?

2011-08-16 Thread Alan Kennedy

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


Re: [hlds_linux] Server not starting?

2011-08-16 Thread Michael Johansen

My servers are running fine. I'm running Debian Lenny 5 and they run smooth.
 Date: Tue, 16 Aug 2011 15:44:07 -0300
 From: kenne...@3dgames.com.ar
 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


Re: [hlds_linux] Server not starting?

2011-08-16 Thread Fletcher Dunn
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


Re: [hlds_linux] Server not starting?

2011-08-16 Thread Alan Kennedy

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


Re: [hlds_linux] Server not starting?

2011-08-16 Thread Ronny Schedel

Debian Squeeze 32 bit is running fine. It's time to update.

-Ursprüngliche Nachricht- 
From: Alan Kennedy

Sent: Tuesday, August 16, 2011 8:44 PM
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


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] Server not starting?

2011-08-16 Thread Ronny Schedel
Please don't ship any system related libraries, you can't update these 
libraries as fast as the distribution maintainers. I don't like a security 
hole in my system.




-Ursprüngliche Nachricht- 
From: Fletcher Dunn

Sent: Tuesday, August 16, 2011 8:49 PM
To: hlds_linux@list.valvesoftware.com
Subject: 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


Re: [hlds_linux] Server not starting?

2011-08-16 Thread Alan Kennedy

Thx!! Throstur, that did the job =)

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

- Mensaje original -
 De: Þröstur Svanbergsson thros...@bylur.net
 Para: Half-Life dedicated Linux server mailing list 
 hlds_linux@list.valvesoftware.com
 Enviados: Martes, 16 de Agosto 2011 16:43:25
 Asunto: Re: [hlds_linux] Server not starting?
 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

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


Re: [hlds_linux] Server not starting?

2011-08-16 Thread Evaldas
I don't blame VALVe if they want to use up to date libs. I can only blame  
those users who
still think, that centos 4.0 or 5.0 is better than 5.6 or 6.0. And even  
debian is now 6.0.

Never had problems with novell releases.

On Tue, 16 Aug 2011 22:49:39 +0300, Ronny Schedel i...@ronny-schedel.de  
wrote:


Please don't ship any system related libraries, you can't update these  
libraries as fast as the distribution maintainers. I don't like a  
security hole in my system.




-Ursprüngliche Nachricht- From: Fletcher Dunn
Sent: Tuesday, August 16, 2011 8:49 PM
To: hlds_linux@list.valvesoftware.com
Subject: 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



--


Evaldas,
EVAgames community
www.evagames.eu

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


Re: [hlds_linux] Server not starting?

2011-08-16 Thread Daniel Nilsson

The best would be if possible a fallback system.

if found do library x
elsif
do older library y



Ronny Schedel skrev 2011-08-16 21:35:

Debian Squeeze 32 bit is running fine. It's time to update.

-Ursprüngliche Nachricht- From: Alan Kennedy
Sent: Tuesday, August 16, 2011 8:44 PM
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


Re: [hlds_linux] Server not starting?

2011-08-15 Thread Ross Bemrose
Note: My server appears to be working, but no one is connected to it 
right now to test it to make sure it doesn't crash.


This is what Ubuntu 10.04.3 64-bit returns:

ldd dedicated.so
linux-gate.so.1 =  (0xf772b000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib32/libm.so.6 (0xf763d000)
libdl.so.2 = /lib32/libdl.so.2 (0xf7639000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf762)
/lib/ld-linux.so.2 (0xf772c000)
libc.so.6 = /lib32/libc.so.6 (0xf74c6000)

ldd steamclient.so
./steamclient.so: /usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' 
not found (required by ./steamclient.so)

linux-gate.so.1 =  (0xf77a1000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib32/libm.so.6 (0xf6bae000)
libdl.so.2 = /lib32/libdl.so.2 (0xf6baa000)
libstdc++.so.6 = /usr/lib32/libstdc++.so.6 (0xf6ab4000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf6a9b000)
/lib/ld-linux.so.2 (0xf77a2000)
libc.so.6 = /lib32/libc.so.6 (0xf6941000)
libgcc_s.so.1 = /usr/lib32/libgcc_s.so.1 (0xf6921000)


libstdc++.so.6 is present in the directory


On 8/15/2011 6:38 PM, Fletcher Dunn wrote:

The new steamworks SDK was compiler with a newer compiler, which requires a 
newer version of the stand C lib than many distributions come with.  We 
included this lib in the update, but apparently that isn't working for 
everybody.  This new dependency was the cause of the delay last week.


Linux users, please reply with this info:



1.) From the bin folder, send me the output of the following command:



ldd dedicated.so

ldd steamclient.so



2.) Confirm that you have a libstdc++.so.6 in your folder?



3.) What distribution are you using?



We believe that the SteamWorks integration is also the cause of the client 
crashes, and are hoping to have that resolved within the hour.
___
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] Server not starting?

2011-08-15 Thread Jesse Porter
Hi Fletch!
I'm sure you've read this, but just to be on the safe side: My players are
reporting that trying to start the client is crashing/ hanging consistently
on startup, so it's not just the server software that was affected.

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


Re: [hlds_linux] Server not starting?

2011-08-15 Thread Ross Bemrose
I just experienced the same problem.  My client crashes on startup... or 
at the very least stops responding, shortly after the main menu 
background appears.


On 8/15/2011 6:45 PM, Jesse Porter wrote:

Hi Fletch!
I'm sure you've read this, but just to be on the safe side: My players are
reporting that trying to start the client is crashing/ hanging consistently
on startup, so it's not just the server software that was affected.

Cordially,
___
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] Server not starting?

2011-08-15 Thread Fletcher Dunn
We're aware of the client problems, and hope to have a fix within the hour.  
Thanks.

-Original Message-
From: hlds_linux-boun...@list.valvesoftware.com 
[mailto:hlds_linux-boun...@list.valvesoftware.com] On Behalf Of Ross Bemrose
Sent: Monday, August 15, 2011 3:47 PM
To: Half-Life dedicated Linux server mailing list
Subject: Re: [hlds_linux] Server not starting?

I just experienced the same problem.  My client crashes on startup... or 
at the very least stops responding, shortly after the main menu 
background appears.

On 8/15/2011 6:45 PM, Jesse Porter wrote:
 Hi Fletch!
 I'm sure you've read this, but just to be on the safe side: My players are
 reporting that trying to start the client is crashing/ hanging consistently
 on startup, so it's not just the server software that was affected.

 Cordially,
 ___
 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] Server not starting?

2011-08-15 Thread Jesse Porter
Oh cripes, it was right there at the end of your original email. Sorry to
bother you.
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Server not starting?

2011-08-15 Thread bottige...@gmail.com
1.

ldd dedicated.so
linux-gate.so.1 =  (0xf76e5000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib32/libm.so.6 (0xf75f9000)
libdl.so.2 = /lib32/libdl.so.2 (0xf75f5000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf75db000)
/lib/ld-linux.so.2 (0xf76e6000)
libc.so.6 = /lib32/libc.so.6 (0xf747e000)

ldd steamclient.so
linux-gate.so.1 =  (0xf77cf000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib32/libm.so.6 (0xf6dda000)
libdl.so.2 = /lib32/libdl.so.2 (0xf6dd6000)
libpthread.so.0 = /lib32/libpthread.so.0 (0xf6dbd000)
/lib/ld-linux.so.2 (0xf77d)
libc.so.6 = /lib32/libc.so.6 (0xf6c5f000)

2.
File is not in bin directory but at this path

/usr/lib32/libstdc++.so.6

3.

Ubuntu 11.04 64 bit

On Mon, Aug 15, 2011 at 3:53 PM, Jesse Porter reacherg...@gmail.com wrote:
 Oh cripes, it was right there at the end of your original email. Sorry to
 bother you.
 ___
 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] Server not starting?

2011-08-15 Thread Marco Padovan
*centos6.0 64bit* (can confirm that libstdc++.so.6 is within the
orangebox/bin folder folder)

ldd dedicated.so
   linux-gate.so.1 =  (0xe000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib/libm.so.6 (0xf7622000)
libdl.so.2 = /lib/libdl.so.2 (0xf761c000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf7601000)
/lib/ld-linux.so.2 (0xf7703000)
libc.so.6 = /lib/libc.so.6 (0xf7475000)

ldd steamclient.so
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
found (required by ./steamclient.so)
linux-gate.so.1 =  (0xe000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib/libm.so.6 (0xf6b9f000)
libdl.so.2 = /lib/libdl.so.2 (0xf6b9a000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xf6aae000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf6a93000)
/lib/ld-linux.so.2 (0xf7785000)
libc.so.6 = /lib/libc.so.6 (0xf6907000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xf68e9000)


*centos5.6 64bit* (can confirm that libstdc++.so.6 is within the
orangebox/bin folder folder)

ldd dedicated.so
linux-gate.so.1 =  (0xe000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib/libm.so.6 (0xf76ea000)
libdl.so.2 = /lib/libdl.so.2 (0xf76e4000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf76cb000)
/lib/ld-linux.so.2 (0x437d1000)
libc.so.6 = /lib/libc.so.6 (0xf7572000)

ldd steamclient.so
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10' not
found (required by ./steamclient.so)
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not
found (required by ./steamclient.so)
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
found (required by ./steamclient.so)
linux-gate.so.1 =  (0xe000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib/libm.so.6 (0xf6b86000)
libdl.so.2 = /lib/libdl.so.2 (0xf6b81000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xf6a97000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf6a7e000)
/lib/ld-linux.so.2 (0x437d1000)
libc.so.6 = /lib/libc.so.6 (0xf6925000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xf6919000)


Il 16/08/2011 00:38, Fletcher Dunn ha scritto:
 The new steamworks SDK was compiler with a newer compiler, which requires a 
 newer version of the stand C lib than many distributions come with.  We 
 included this lib in the update, but apparently that isn't working for 
 everybody.  This new dependency was the cause of the delay last week.


 Linux users, please reply with this info:



 1.) From the bin folder, send me the output of the following command:



 ldd dedicated.so

 ldd steamclient.so



 2.) Confirm that you have a libstdc++.so.6 in your folder?



 3.) What distribution are you using?



 We believe that the SteamWorks integration is also the cause of the client 
 crashes, and are hoping to have that resolved within the hour.
 ___
 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] Server not starting?

2011-08-15 Thread Marco Padovan
*centos6.0 64bit* (libstdc++.so.6 is within the orangebox/bin folder folder)
server is starting fine

ldd dedicated.so
   linux-gate.so.1 =  (0xe000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib/libm.so.6 (0xf7622000)
libdl.so.2 = /lib/libdl.so.2 (0xf761c000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf7601000)
/lib/ld-linux.so.2 (0xf7703000)
libc.so.6 = /lib/libc.so.6 (0xf7475000)

ldd steamclient.so
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
found (required by ./steamclient.so)
linux-gate.so.1 =  (0xe000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib/libm.so.6 (0xf6b9f000)
libdl.so.2 = /lib/libdl.so.2 (0xf6b9a000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xf6aae000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf6a93000)
/lib/ld-linux.so.2 (0xf7785000)
libc.so.6 = /lib/libc.so.6 (0xf6907000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xf68e9000)


*centos5.6 64bit* (libstdc++.so.6 is within the orangebox/bin folder folder)
not yet tried to start it after the update here

ldd dedicated.so
linux-gate.so.1 =  (0xe000)
libsteam_api.so = not found
libtier0.so = not found
libvstdlib.so = not found
libm.so.6 = /lib/libm.so.6 (0xf76ea000)
libdl.so.2 = /lib/libdl.so.2 (0xf76e4000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf76cb000)
/lib/ld-linux.so.2 (0x437d1000)
libc.so.6 = /lib/libc.so.6 (0xf7572000)

ldd steamclient.so
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10' not
found (required by ./steamclient.so)
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not
found (required by ./steamclient.so)
./steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not
found (required by ./steamclient.so)
linux-gate.so.1 =  (0xe000)
libtier0_s.so = not found
libvstdlib_s.so = not found
libm.so.6 = /lib/libm.so.6 (0xf6b86000)
libdl.so.2 = /lib/libdl.so.2 (0xf6b81000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xf6a97000)
libpthread.so.0 = /lib/libpthread.so.0 (0xf6a7e000)
/lib/ld-linux.so.2 (0x437d1000)
libc.so.6 = /lib/libc.so.6 (0xf6925000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xf6919000)


Il 16/08/2011 00:38, Fletcher Dunn ha scritto:
 The new steamworks SDK was compiler with a newer compiler, which requires a 
 newer version of the stand C lib than many distributions come with.  We 
 included this lib in the update, but apparently that isn't working for 
 everybody.  This new dependency was the cause of the delay last week.


 Linux users, please reply with this info:



 1.) From the bin folder, send me the output of the following command:



 ldd dedicated.so

 ldd steamclient.so



 2.) Confirm that you have a libstdc++.so.6 in your folder?



 3.) What distribution are you using?



 We believe that the SteamWorks integration is also the cause of the client 
 crashes, and are hoping to have that resolved within the hour.
 ___
 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] Server not starting (Failed to load server_i486.so)

2004-12-02 Thread Soeren Todt
On Thursday 02 December 2004 10:42, Byron Scaf wrote:

 A number of people were getting this error:

 Console initialized.
 Failed to load server_i486.so
 Failed to load server binary
 couldn't exec valve.rc
 Thu Dec  2 20:49:50 EST 2004: Server Quit

 *The issue comes from having special characters in the server path. This
 includes spaces, special chars such as : and ' and CAPITALS.*

ah - ok. capitals. Thanks. That was it. *narf*


greetings

Soeren

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