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] [hlds] TF2 crashes fixed

2011-08-16 Thread Damian Bushong
Just found this in my logs, it popped up during a scheduled server
shutdown/restart.

ipcserver.cpp (956) : Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset )
/home/VALVE/rackadmin/buildslave/steam_rel_client_linux/build/src/clientdll/../common/ipcserver.cpp
956 Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset )

I have no /home/VALVE/ directory, for the record.
___
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 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] [hlds] TF2 crashes fixed

2011-08-16 Thread James Botting
Those file paths are on the server that compiled the binary. It works the
same with sourcemod plugins, their stack traces contain a filepath which
is only relevant to the machine that compiled the plugin.

On 16/08/2011 14:32, Damian Bushong ad...@codebite.net wrote:

Just found this in my logs, it popped up during a scheduled server
shutdown/restart.

ipcserver.cpp (956) : Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset )
/home/VALVE/rackadmin/buildslave/steam_rel_client_linux/build/src/clientdl
l/../common/ipcserver.cpp
956 Assertion Failed: FD_ISSET( fd, (fd_set *)m_pfdset )

I have no /home/VALVE/ directory, for the record.
___
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] What files/folders, if any, are safe to symlink?

2011-08-16 Thread Jacques
I have the same question but in a different (maybe wrong setup)

I made a user games

games has a dir HLDS and a dir Public_html

in HLDS I made 2 dirs, TF1 and TF2
in both dirs I installed the orangebox files and I start each server from its
own dir E.G. games/hlds/TF1/Orangebox and the other from 
games/hlds/TF2/Orangebox

Offcourse this works fine and I can change all settings/mods per server.

But what I would like is that the dir maps symlinks to a folder maps that is in 
games/public_html/maps

that way the 2 servers can use the same maps folder and since its a public
folder I can also use it for sv_fastdownload 

if I symlink directly to a map it works, what I do is I go to the original maps
folder games/hlds/tf1/orangebox/tf/maps and type ln -s
home/games/public_html/maps/pl_minepit.bsp

But I dont want to link each map seperate, I want to link the whole folder, this
should work with the same command without the mapname.bsp at the end, but no
sucses :-(

Anybody know what I am doing wrong, or maybe I think wrong, I am far from a
linux expert.

PS I am running Debian linux.

Thanks for any help

Jacques



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


[hlds_linux] Half-Life 1 engine beta update released

2011-08-16 Thread Alfred Reynolds
We have released an update to the beta, run the hldsupdatetool with -beta 
hlbeta to get this update. Changes for this update are:
 
- fixed sometimes voice stopping during gameplay
- Added -nobreakpad command line option to let plugin authors still get old 
style minidumps if they need it (win32 only)
- Fixed sv_logsecret putting the wrong value in the log header



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


[hlds_linux] Bad Servercrashs at linuxserver

2011-08-16 Thread Vinlow
Following Question is in german and in english.


I have a big problem with my Counter Strike servers. 
After hours they are all crashing down. They are all running on a virtual 
server with a linux as operating system (at the moment it is Debian).
After crashing down it creates the following log file.
I tried to start our servers without any plugin´s, addons or settings but they 
still crashed down after few hours.
First I thought that our system is the course of these problems so I switched 
between different linux systems. (Ubuntu, CentOS and Debian). But that didn´t 
work.
Then I toke an other virtual server but there was the same problem with the 
same log file.

I really need help! I don´t know what i can do now.



Thank you,
Vinlow

[2011-03-08 23:44:58][0,0] : Log session started
[2011-03-08 23:44:58][0,0] : SetSteamID( [A:1:0:0] )
[2011-03-08 23:44:58][1,2] : Connect() starting connection (eNetQOSLevelLow, 
69.28.145.171:27017, UDP)
[2011-03-08 23:44:58][1,2] : ConnectionCompleted() (208.111.133.84:27017, UDP)
[2011-03-08 23:44:59][1,2] : RecvMsgClientLogOnResponse() : 'OK'
[2011-03-08 23:56:22][0,0] : ConnectionDisconnected('I/O Operation Failed') : 
'OK' (208.111.133.84:27017, UDP)
[2011-03-08 23:56:22][0,0] : CUDPConnection::OnFailedSend() failure info
pending unsent: 0, unacked sent: 1, our seq sent: 32
message pending type 6, packets 1, seq [32, 32], first unacked: 32, size 48
[2011-03-08 23:56:22][0,0] : StartAutoReconnect() will start in 13 seconds
[2011-03-08 23:56:35][1,6] : Connect() starting connection (eNetQOSLevelLow, 
69.28.145.171:27017, UDP)
[2011-03-08 23:56:40][1,6] : ConnectFailed('Connection Failed') 
(69.28.145.171:27017, UDP)
[2011-03-08 23:56:40][0,0] : StartAutoReconnect() will start in 19 seconds
[2011-03-08 23:56:59][1,8] : Connect() starting connection (eNetQOSLevelLow, 
69.28.145.171:27017, UDP)
[2011-03-08 23:57:04][1,8] : ConnectFailed('Connection Failed') 
(69.28.145.171:27017, UDP)
[2011-03-08 23:57:04][0,0] : StartAutoReconnect() will start in 43 seconds
[2011-03-08 23:57:47][1,10] : Connect() starting connection (eNetQOSLevelLow, 
69.28.145.171:27017, UDP)
[2011-03-08 23:57:52][1,10] : ConnectFailed('Connection Failed') 
(69.28.145.171:27017, UDP)
[2011-03-08 23:57:52][0,0] : StartAutoReconnect() will start in 34 seconds
[2011-03-08 23:58:26][1,12] : Connect() starting connection (eNetQOSLevelLow, 
69.28.145.171:27017, UDP)
[2011-03-08 23:58:31][1,12] : ConnectFailed('Connection Failed') 
(69.28.145.171:27017, UDP)
[2011-03-08 23:58:31][0,0] : StartAutoReconnect() will start in 65 seconds
[2011-03-08 23:59:36][1,13] : Connect() starting connection (eNetQOSLevelLow, 
69.28.145.171:27017, TCP)
[2011-03-08 23:59:37][1,13] : ConnectionCompleted() (69.28.145.171:27017, TCP)
[2011-03-08 23:59:37][1,13] : RecvMsgClientLogOnResponse() : 'OK'


In German:

Guten Tag,

ich habe nun seit einer längeren Zeit ein Problem mit meinen Servern und bin 
verzweifelt. Ich benutze einen VServer mit einem Linux Betriebsystem (momentan 
Debian). Darauf habe ich mehere Counter Strike Dedicated Server installiert. 
Anfangs funktionierten diese noch gut aber nach eingen Stunden stürtzen die 
Server ab und brachten den ganzen Server dazu sich auszuhängen. Dabei liefert 
er angehängte Fehlermeldung.
Erst dachte ich einer unserer Server-Plugins verursachte dies deshalb habe ich 
alle Server gelöscht und nur pure Server ohne irgendwelche Zusätze gestartet. 
Dies brachte leider keine Besserung. Daraufhin habe ich das Bertriebsystem 
gewechselt.

Sowohl bei Ubuntu als auch bei CentOS und Debian gab es den selben Fehler mit 
der selben Fehlermeldung.
Daraufhin dachte ich dass evtl. die Beschränkungen welche unser Servernabieter 
eingestellt hatte den Server blockieren. Also wechselte ich den Serveranbieter 
und probierten das Selbe auf einem neuen Server aus. Leider brachte selbst 
diese Maßnahme keinen Erfolg. Die Server blieben ein wenig länger online aber 
nach wenigen Stunden stürtzen wieder alle ab und der Vserver mit dazu. 

Ich bitte nun dringenst um Hilfe da ich nun wirklich alles in unserer Macht 
stehende getan habe.
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] Bad Servercrashs at linuxserver

2011-08-16 Thread Drogen Viech
Could you rather copy the console output the server gives you? The log
above is hardly useful

Am 16. August 2011 19:29 schrieb  vin...@mytechzone.de:
 Following Question is in german and in english.


 I have a big problem with my Counter Strike servers.
 After hours they are all crashing down. They are all running on a virtual 
 server with a linux as operating system (at the moment it is Debian).
 After crashing down it creates the following log file.
 I tried to start our servers without any plugin´s, addons or settings but 
 they still crashed down after few hours.
 First I thought that our system is the course of these problems so I switched 
 between different linux systems. (Ubuntu, CentOS and Debian). But that didn´t 
 work.
 Then I toke an other virtual server but there was the same problem with the 
 same log file.

 I really need help! I don´t know what i can do now.



 Thank you,
 Vinlow

 [2011-03-08 23:44:58][0,0] : Log session started
 [2011-03-08 23:44:58][0,0] : SetSteamID( [A:1:0:0] )
 [2011-03-08 23:44:58][1,2] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, UDP)
 [2011-03-08 23:44:58][1,2] : ConnectionCompleted() (208.111.133.84:27017, UDP)
 [2011-03-08 23:44:59][1,2] : RecvMsgClientLogOnResponse() : 'OK'
 [2011-03-08 23:56:22][0,0] : ConnectionDisconnected('I/O Operation Failed') : 
 'OK' (208.111.133.84:27017, UDP)
 [2011-03-08 23:56:22][0,0] : CUDPConnection::OnFailedSend() failure info
 pending unsent: 0, unacked sent: 1, our seq sent: 32
 message pending type 6, packets 1, seq [32, 32], first unacked: 32, size 48
 [2011-03-08 23:56:22][0,0] : StartAutoReconnect() will start in 13 seconds
 [2011-03-08 23:56:35][1,6] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, UDP)
 [2011-03-08 23:56:40][1,6] : ConnectFailed('Connection Failed') 
 (69.28.145.171:27017, UDP)
 [2011-03-08 23:56:40][0,0] : StartAutoReconnect() will start in 19 seconds
 [2011-03-08 23:56:59][1,8] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, UDP)
 [2011-03-08 23:57:04][1,8] : ConnectFailed('Connection Failed') 
 (69.28.145.171:27017, UDP)
 [2011-03-08 23:57:04][0,0] : StartAutoReconnect() will start in 43 seconds
 [2011-03-08 23:57:47][1,10] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, UDP)
 [2011-03-08 23:57:52][1,10] : ConnectFailed('Connection Failed') 
 (69.28.145.171:27017, UDP)
 [2011-03-08 23:57:52][0,0] : StartAutoReconnect() will start in 34 seconds
 [2011-03-08 23:58:26][1,12] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, UDP)
 [2011-03-08 23:58:31][1,12] : ConnectFailed('Connection Failed') 
 (69.28.145.171:27017, UDP)
 [2011-03-08 23:58:31][0,0] : StartAutoReconnect() will start in 65 seconds
 [2011-03-08 23:59:36][1,13] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, TCP)
 [2011-03-08 23:59:37][1,13] : ConnectionCompleted() (69.28.145.171:27017, TCP)
 [2011-03-08 23:59:37][1,13] : RecvMsgClientLogOnResponse() : 'OK'


 In German:

 Guten Tag,

 ich habe nun seit einer längeren Zeit ein Problem mit meinen Servern und bin 
 verzweifelt. Ich benutze einen VServer mit einem Linux Betriebsystem 
 (momentan Debian). Darauf habe ich mehere Counter Strike Dedicated Server 
 installiert. Anfangs funktionierten diese noch gut aber nach eingen Stunden 
 stürtzen die Server ab und brachten den ganzen Server dazu sich auszuhängen. 
 Dabei liefert er angehängte Fehlermeldung.
 Erst dachte ich einer unserer Server-Plugins verursachte dies deshalb habe 
 ich alle Server gelöscht und nur pure Server ohne irgendwelche Zusätze 
 gestartet. Dies brachte leider keine Besserung. Daraufhin habe ich das 
 Bertriebsystem gewechselt.

 Sowohl bei Ubuntu als auch bei CentOS und Debian gab es den selben Fehler mit 
 der selben Fehlermeldung.
 Daraufhin dachte ich dass evtl. die Beschränkungen welche unser 
 Servernabieter eingestellt hatte den Server blockieren. Also wechselte ich 
 den Serveranbieter und probierten das Selbe auf einem neuen Server aus. 
 Leider brachte selbst diese Maßnahme keinen Erfolg. Die Server blieben ein 
 wenig länger online aber nach wenigen Stunden stürtzen wieder alle ab und der 
 Vserver mit dazu.

 Ich bitte nun dringenst um Hilfe da ich nun wirklich alles in unserer Macht 
 stehende getan habe.
 ___
 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] Bad Servercrashs at linuxserver

2011-08-16 Thread Marco Padovan
are you sure the VPS have anough resources to run it?

Did it even run in the past?

Is this an openvz or a xen vps?

Il 16/08/2011 19:29, vin...@mytechzone.de ha scritto:
 Following Question is in german and in english.


 I have a big problem with my Counter Strike servers. 
 After hours they are all crashing down. They are all running on a virtual 
 server with a linux as operating system (at the moment it is Debian).
 After crashing down it creates the following log file.
 I tried to start our servers without any plugin´s, addons or settings but 
 they still crashed down after few hours.
 First I thought that our system is the course of these problems so I switched 
 between different linux systems. (Ubuntu, CentOS and Debian). But that didn´t 
 work.
 Then I toke an other virtual server but there was the same problem with the 
 same log file.

 I really need help! I don´t know what i can do now.



 Thank you,
 Vinlow

 [2011-03-08 23:44:58][0,0] : Log session started
 [2011-03-08 23:44:58][0,0] : SetSteamID( [A:1:0:0] )
 [2011-03-08 23:44:58][1,2] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, UDP)
 [2011-03-08 23:44:58][1,2] : ConnectionCompleted() (208.111.133.84:27017, UDP)
 [2011-03-08 23:44:59][1,2] : RecvMsgClientLogOnResponse() : 'OK'
 [2011-03-08 23:56:22][0,0] : ConnectionDisconnected('I/O Operation Failed') : 
 'OK' (208.111.133.84:27017, UDP)
 [2011-03-08 23:56:22][0,0] : CUDPConnection::OnFailedSend() failure info
 pending unsent: 0, unacked sent: 1, our seq sent: 32
 message pending type 6, packets 1, seq [32, 32], first unacked: 32, size 48
 [2011-03-08 23:56:22][0,0] : StartAutoReconnect() will start in 13 seconds
 [2011-03-08 23:56:35][1,6] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, UDP)
 [2011-03-08 23:56:40][1,6] : ConnectFailed('Connection Failed') 
 (69.28.145.171:27017, UDP)
 [2011-03-08 23:56:40][0,0] : StartAutoReconnect() will start in 19 seconds
 [2011-03-08 23:56:59][1,8] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, UDP)
 [2011-03-08 23:57:04][1,8] : ConnectFailed('Connection Failed') 
 (69.28.145.171:27017, UDP)
 [2011-03-08 23:57:04][0,0] : StartAutoReconnect() will start in 43 seconds
 [2011-03-08 23:57:47][1,10] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, UDP)
 [2011-03-08 23:57:52][1,10] : ConnectFailed('Connection Failed') 
 (69.28.145.171:27017, UDP)
 [2011-03-08 23:57:52][0,0] : StartAutoReconnect() will start in 34 seconds
 [2011-03-08 23:58:26][1,12] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, UDP)
 [2011-03-08 23:58:31][1,12] : ConnectFailed('Connection Failed') 
 (69.28.145.171:27017, UDP)
 [2011-03-08 23:58:31][0,0] : StartAutoReconnect() will start in 65 seconds
 [2011-03-08 23:59:36][1,13] : Connect() starting connection (eNetQOSLevelLow, 
 69.28.145.171:27017, TCP)
 [2011-03-08 23:59:37][1,13] : ConnectionCompleted() (69.28.145.171:27017, TCP)
 [2011-03-08 23:59:37][1,13] : RecvMsgClientLogOnResponse() : 'OK'


 In German:

 Guten Tag,

 ich habe nun seit einer längeren Zeit ein Problem mit meinen Servern und bin 
 verzweifelt. Ich benutze einen VServer mit einem Linux Betriebsystem 
 (momentan Debian). Darauf habe ich mehere Counter Strike Dedicated Server 
 installiert. Anfangs funktionierten diese noch gut aber nach eingen Stunden 
 stürtzen die Server ab und brachten den ganzen Server dazu sich auszuhängen. 
 Dabei liefert er angehängte Fehlermeldung.
 Erst dachte ich einer unserer Server-Plugins verursachte dies deshalb habe 
 ich alle Server gelöscht und nur pure Server ohne irgendwelche Zusätze 
 gestartet. Dies brachte leider keine Besserung. Daraufhin habe ich das 
 Bertriebsystem gewechselt.

 Sowohl bei Ubuntu als auch bei CentOS und Debian gab es den selben Fehler mit 
 der selben Fehlermeldung.
 Daraufhin dachte ich dass evtl. die Beschränkungen welche unser 
 Servernabieter eingestellt hatte den Server blockieren. Also wechselte ich 
 den Serveranbieter und probierten das Selbe auf einem neuen Server aus. 
 Leider brachte selbst diese Maßnahme keinen Erfolg. Die Server blieben ein 
 wenig länger online aber nach wenigen Stunden stürtzen wieder alle ab und der 
 Vserver mit dazu. 

 Ich bitte nun dringenst um Hilfe da ich nun wirklich alles in unserer Macht 
 stehende getan habe.
 ___
 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

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] Bad Servercrashs at linuxserver

2011-08-16 Thread Vinlow

Hello,

thank you for helping me. And sorry for my bad english!


@ Marco Padovan

We checked the resources many times and there enought resources for over 10 
servers. We tried it with 3/5 and 8 servers.


The second question is a bit difficult to answer. The crashes appeared after 
a while when i created a new linux server. But the bug appeared everytime i 
tried it since february.


The server is a openvz server.


@Drogen Viech

Here ist the Console Log!

Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
WARNING: Failed to locate steam binary.
WARNING: Could not locate steam binary:, ignoring.
Running a benchmark to measure system clock frequency...
Finished RDTSC test. To prevent the startup delay from this benchmark, set 
the environment variable RDTSC_FREQUENCY to 2266.00 on this system. This 
value is dependent upon the CPU clock speed and architecture and should be 
determined separately for each server. The use of this mechanism for timing 
can be disabled by setting RDTSC_FREQUENCY to 'disabled'.

Using breakpad minidump system
Using breakpad crash handler

Console initialized.
Game.dll loaded for Counter-Strike: Source
Setting breakpad minidump AppID = 240
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Installing breakpad exception handler for appid(240)/version(4651)
maxplayers set to 32
Unknown command r_decal_cullsize

maxplayers set to 32
Network: IP 62.xxx.xxx.xxx, mode MP, dedicated Yes, ports 27080 SV / 27005 
CL   -- ip deleted


qhull precision error: Only 4 facets remain.  Can not merge another
pair.  The convexity constraints may be too strong.  Reduce the
magnitude of 'Cn' or increase the magnitude of 'An'.  For example,
try 'C-0.001' instead of 'C-0.1' or 'A-0.999' instead of 'A-0.9'.
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Attempted to create unknown entity type info_ladder!
Can't init info_ladder
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Failed to load Steam ServiceServiceStart: failed to startexec: couldn't exec 
server.cfg

Connection to Steam servers successful.
  VAC secure mode is activated.







-Ursprüngliche Nachricht- 
From: Drogen Viech

Sent: Tuesday, August 16, 2011 8:14 PM
To: Half-Life dedicated Linux server mailing list
Subject: Re: [hlds_linux] Bad Servercrashs at linuxserver

Could you rather copy the console output the server gives you? The log
above is hardly useful

Am 16. August 2011 19:29 schrieb  vin...@mytechzone.de:

Following Question is in german and in english.


I have a big problem with my Counter Strike servers.
After hours they are all crashing down. They are all running on a virtual 
server with a linux as operating system (at the moment it is Debian).

After crashing down it creates the following log file.
I tried to start our servers without any plugin´s, addons or settings but 
they still crashed down after few hours.
First I thought that our system is the course of these problems so I 
switched between different linux systems. (Ubuntu, CentOS and Debian). But 
that didn´t work.
Then I toke an other virtual server but there was the same problem with 
the same log file.


I really need help! I don´t know what i can do now.



Thank you,
Vinlow

[2011-03-08 23:44:58][0,0] : Log session started
[2011-03-08 23:44:58][0,0] : SetSteamID( [A:1:0:0] )
[2011-03-08 23:44:58][1,2] : Connect() starting connection 
(eNetQOSLevelLow, 69.28.145.171:27017, UDP)
[2011-03-08 23:44:58][1,2] : ConnectionCompleted() (208.111.133.84:27017, 
UDP)

[2011-03-08 23:44:59][1,2] : RecvMsgClientLogOnResponse() : 'OK'
[2011-03-08 23:56:22][0,0] : ConnectionDisconnected('I/O Operation 
Failed') : 'OK' (208.111.133.84:27017, UDP)

[2011-03-08 23:56:22][0,0] : CUDPConnection::OnFailedSend() failure info
pending unsent: 0, unacked sent: 1, our seq sent: 32
message pending type 6, packets 1, seq [32, 32], first unacked: 32, size 
48

[2011-03-08 23:56:22][0,0] : StartAutoReconnect() will start in 13 seconds
[2011-03-08 23:56:35][1,6] : Connect() starting connection 
(eNetQOSLevelLow, 69.28.145.171:27017, UDP)
[2011-03-08 23:56:40][1,6] : ConnectFailed('Connection Failed') 
(69.28.145.171:27017, UDP)

[2011-03-08 23:56:40][0,0] : StartAutoReconnect() will start in 19 seconds
[2011-03-08 23:56:59][1,8] : Connect() starting connection 
(eNetQOSLevelLow, 69.28.145.171:27017, UDP)
[2011-03-08 23:57:04][1,8] : ConnectFailed('Connection Failed') 
(69.28.145.171:27017, UDP)

[2011-03-08 23:57:04][0,0] : StartAutoReconnect() will start in 43 seconds
[2011-03-08 23:57:47][1,10] : Connect() starting connection 
(eNetQOSLevelLow, 69.28.145.171:27017, UDP)
[2011-03-08 23:57:52][1,10] : ConnectFailed('Connection Failed') 
(69.28.145.171:27017, UDP)

[2011-03-08 23:57:52][0,0] : StartAutoReconnect() will start in 34 seconds
[2011-03-08 

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] Bad Servercrashs at linuxserver

2011-08-16 Thread Kyle Sanderson
Same thing here.

#0  0x00020014 in ?? ()
#1  0xf7625489 in __lll_lock_wait () from /lib32/libpthread.so.0
#2  0xf762062b in _L_lock_500 () from /lib32/libpthread.so.0
#3  0xf7620451 in pthread_mutex_lock () from /lib32/libpthread.so.0
#4  0xefc4964c in google_breakpad::ExceptionHandler::SignalHandler(int,
siginfo*, void*) () from bin/crashhandler.so
#5  signal handler called
#6  0xefbe93c3 in ?? ()
#7  0xed506ab8 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)


On Tue, Aug 16, 2011 at 12:44 PM, vin...@mytechzone.de wrote:

 Hello,

 thank you for helping me. And sorry for my bad english!


 @ Marco Padovan

 We checked the resources many times and there enought resources for over 10
 servers. We tried it with 3/5 and 8 servers.

 The second question is a bit difficult to answer. The crashes appeared
 after a while when i created a new linux server. But the bug appeared
 everytime i tried it since february.

 The server is a openvz server.


 @Drogen Viech

 Here ist the Console Log!

 Using default binary: ./srcds_linux
 Server will auto-restart if there is a crash.
 WARNING: Failed to locate steam binary.
 WARNING: Could not locate steam binary:, ignoring.
 Running a benchmark to measure system clock frequency...
 Finished RDTSC test. To prevent the startup delay from this benchmark, set
 the environment variable RDTSC_FREQUENCY to 2266.00 on this system.
 This value is dependent upon the CPU clock speed and architecture and should
 be determined separately for each server. The use of this mechanism for
 timing can be disabled by setting RDTSC_FREQUENCY to 'disabled'.
 Using breakpad minidump system
 Using breakpad crash handler

 Console initialized.
 Game.dll loaded for Counter-Strike: Source
 Setting breakpad minidump AppID = 240
 Forcing breakpad minidump interfaces to load
 Looking up breakpad interfaces from steamclient
 Calling BreakpadMiniDumpSystemInit
 Installing breakpad exception handler for appid(240)/version(4651)
 maxplayers set to 32
 Unknown command r_decal_cullsize

 maxplayers set to 32
 Network: IP 62.xxx.xxx.xxx, mode MP, dedicated Yes, ports 27080 SV / 27005
 CL   -- ip deleted

 qhull precision error: Only 4 facets remain.  Can not merge another
 pair.  The convexity constraints may be too strong.  Reduce the
 magnitude of 'Cn' or increase the magnitude of 'An'.  For example,
 try 'C-0.001' instead of 'C-0.1' or 'A-0.999' instead of 'A-0.9'.
 ConVarRef room_type doesn't point to an existing ConVar
 Executing dedicated server config file
 Attempted to create unknown entity type info_ladder!
 Can't init info_ladder
 Looking up breakpad interfaces from steamclient
 Calling BreakpadMiniDumpSystemInit
 Failed to load Steam ServiceServiceStart: failed to startexec: couldn't
 exec server.cfg
 Connection to Steam servers successful.
  VAC secure mode is activated.







 -Ursprüngliche Nachricht- From: Drogen Viech
 Sent: Tuesday, August 16, 2011 8:14 PM
 To: Half-Life dedicated Linux server mailing list
 Subject: Re: [hlds_linux] Bad Servercrashs at linuxserver


 Could you rather copy the console output the server gives you? The log
 above is hardly useful

 Am 16. August 2011 19:29 schrieb  vin...@mytechzone.de:

 Following Question is in german and in english.


 I have a big problem with my Counter Strike servers.
 After hours they are all crashing down. They are all running on a virtual
 server with a linux as operating system (at the moment it is Debian).
 After crashing down it creates the following log file.
 I tried to start our servers without any plugin´s, addons or settings but
 they still crashed down after few hours.
 First I thought that our system is the course of these problems so I
 switched between different linux systems. (Ubuntu, CentOS and Debian). But
 that didn´t work.
 Then I toke an other virtual server but there was the same problem with
 the same log file.

 I really need help! I don´t know what i can do now.



 Thank you,
 Vinlow

 [2011-03-08 23:44:58][0,0] : Log session started
 [2011-03-08 23:44:58][0,0] : SetSteamID( [A:1:0:0] )
 [2011-03-08 23:44:58][1,2] : Connect() starting connection
 (eNetQOSLevelLow, 69.28.145.171:27017, UDP)
 [2011-03-08 23:44:58][1,2] : ConnectionCompleted() (208.111.133.84:27017,
 UDP)
 [2011-03-08 23:44:59][1,2] : RecvMsgClientLogOnResponse() : 'OK'
 [2011-03-08 23:56:22][0,0] : ConnectionDisconnected('I/O Operation
 Failed') : 'OK' (208.111.133.84:27017, UDP)
 [2011-03-08 23:56:22][0,0] : CUDPConnection::OnFailedSend() failure info
 pending unsent: 0, unacked sent: 1, our seq sent: 32
 message pending type 6, packets 1, seq [32, 32], first unacked: 32, size
 48
 [2011-03-08 23:56:22][0,0] : StartAutoReconnect() will start in 13 seconds
 [2011-03-08 23:56:35][1,6] : Connect() starting connection
 (eNetQOSLevelLow, 69.28.145.171:27017, UDP)
 [2011-03-08 23:56:40][1,6] : ConnectFailed('Connection Failed') (
 69.28.145.171:27017, UDP)
 [2011-03-08 23:56:40][0,0] 

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