Raised This Month: $51 Target: $400
 12% 

Linux server is not updating


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
KnoXviLLe
Senior Member
Join Date: Nov 2011
Old 11-01-2013 , 16:14   Linux server is not updating
Reply With Quote #1

CentOS release 5.10 (Final)


Quote:
********************************************* ******
The recommended way to run steamcmd is: steamcmd.sh +runscript tfupdate.txt
********************************************* ******
/home/cuneyt/service2/tf2/steamcmd.sh: line 11: ulimit: open files: cannot modify limit: Operation not permitted
Redirecting stderr to '/home/cuneyt/Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam3.../home/buildbot/buildslave_steam/steam_rel_client_linux/build/src/steamconsole/../common/steam/client_api.cpp (29 : Assertion Failed: ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed, most likely because you are missing a 32-bit dependency of steamclient.so (the Steam client is a 32-bit app).

FAILED.
/home/cuneyt/service2/tf2/steamcmd.sh: line 30: 21742 Segmentation fault $DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"
__________________
Success is the ability to go from one failure to another with no loss of enthusiasm.

KnoXviLLe is offline
Pitbull3
AlliedModders Donor
Join Date: Aug 2009
Location: Degree-Gaming.com
Old 11-01-2013 , 17:22   Re: Linux server is not updating
Reply With Quote #2

I am getting the exact same error on just one of my linux boxes...

CentOS 5.9 x86_64

Code:
-bash-3.2$ ./steamcmd.sh
./steamcmd.sh: line 11: ulimit: open files: cannot modify limit: Operation not permitted
Redirecting stderr to '/home/tf2/Steam/logs/stderr.txt'
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam3.../home/buildbot/buildslave_steam/steam_rel_client_linux/build/src/steamconsole/../common/steam/client_api.cpp (298) : Assertion Failed: ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed, most likely because you are missing a 32-bit dependency of steamclient.so (the Steam client is a 32-bit app).

FAILED.
./steamcmd.sh: line 30: 20874 Aborted                 $DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"

Last edited by Pitbull3; 11-01-2013 at 18:18.
Pitbull3 is offline
KnoXviLLe
Senior Member
Join Date: Nov 2011
Old 11-01-2013 , 17:26   Re: Linux server is not updating
Reply With Quote #3

Quote:
Originally Posted by Pitbull3 View Post
I am getting the exact same error on just one of my linux boxes...

CentOS 6.4 x86_64

Code:
-bash-3.2$ ./steamcmd.sh
./steamcmd.sh: line 11: ulimit: open files: cannot modify limit: Operation not permitted
Redirecting stderr to '/home/tf2/Steam/logs/stderr.txt'
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam3.../home/buildbot/buildslave_steam/steam_rel_client_linux/build/src/steamconsole/../common/steam/client_api.cpp (298) : Assertion Failed: ClientAPI_InitGlobalInstance: InternalAPI_Init_Internal failed, most likely because you are missing a 32-bit dependency of steamclient.so (the Steam client is a 32-bit app).

FAILED.
./steamcmd.sh: line 30: 20874 Aborted                 $DEBUGGER "$STEAMROOT/$PLATFORM/$STEAMEXE" "$@"

i looking everywhere.But not find...
__________________
Success is the ability to go from one failure to another with no loss of enthusiasm.

KnoXviLLe is offline
Pitbull3
AlliedModders Donor
Join Date: Aug 2009
Location: Degree-Gaming.com
Old 11-01-2013 , 18:01   Re: Linux server is not updating
Reply With Quote #4

Well......

Code:
-bash-3.2$ ldd /home/steamcmd/linux32/steamclient.so
/home/steamcmd/linux32/steamclient.so: /lib/libc.so.6: version `GLIBC_2.7' not found (required by /home/steamcmd/linux32/steamclient.so)
        linux-gate.so.1 =>  (0xffffe000)
        librt.so.1 => /lib/librt.so.1 (0xf6fa8000)
        libm.so.6 => /lib/libm.so.6 (0xf6f7f000)
        libdl.so.2 => /lib/libdl.so.2 (0xf6f7a000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf6ea7000)
        libpthread.so.0 => /lib/libpthread.so.0 (0xf6e8c000)
        /lib/ld-linux.so.2 (0x00657000)
        libc.so.6 => /lib/libc.so.6 (0xf6d2f000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf6d23000)

Code:
[root@server /]# yum list | grep glibc
glibc.i686                                 2.5-118.el5_10.2            installed
glibc.x86_64                               2.5-118.el5_10.2            installed
glibc-common.x86_64                        2.5-118.el5_10.2            installed
glibc-devel.i386                           2.5-118.el5_10.2            installed
glibc-devel.x86_64                         2.5-118.el5_10.2            installed
glibc-headers.x86_64                       2.5-118.el5_10.2            installed
compat-glibc.i386                          1:2.3.4-2.26                base
compat-glibc.x86_64                        1:2.3.4-2.26                base
compat-glibc-headers.x86_64                1:2.3.4-2.26                base
glibc-utils.x86_64                         2.5-118.el5_10.2            updates
Looks like I need to update glibc to 2.7 from 2.5.

Last edited by Pitbull3; 11-01-2013 at 18:01.
Pitbull3 is offline
KnoXviLLe
Senior Member
Join Date: Nov 2011
Old 11-01-2013 , 18:08   Re: Linux server is not updating
Reply With Quote #5

Quote:
[root@176-53-23-13 ~]# ldd /home/cuneyt/service2/tf2/linux32/steamclient.so
/home/cuneyt/service2/tf2/linux32/steamclient.so: /lib/libc.so.6: version `GLIBC_2.7' not found (required by /home/cuneyt/service2/tf2/linux32/steamclient.so)
/home/cuneyt/service2/tf2/linux32/steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10' not found (required by /home/cuneyt/service2/tf2/linux32/steamclient.so)
/home/cuneyt/service2/tf2/linux32/steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.11' not found (required by /home/cuneyt/service2/tf2/linux32/steamclient.so)
/home/cuneyt/service2/tf2/linux32/steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /home/cuneyt/service2/tf2/linux32/steamclient.so)
/home/cuneyt/service2/tf2/linux32/steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/cuneyt/service2/tf2/linux32/steamclient.so)
linux-gate.so.1 => (0xffffe000)
librt.so.1 => /lib/librt.so.1 (0xf6fa7000)
libm.so.6 => /lib/libm.so.6 (0xf6f7e000)
libdl.so.2 => /lib/libdl.so.2 (0xf6f79000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0xf6e8c000)
libpthread.so.0 => /lib/libpthread.so.0 (0xf6e71000)
/lib/ld-linux.so.2 (0xf7f43000)
libc.so.6 => /lib/libc.so.6 (0xf6d14000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xf6d08000)
Quote:
root@176-53-23-13 ~]# yum list | grep glibc
compat-glibc-headers.x86_64 1:2.3.4-2.26 installed
glibc.i686 2.5-118.el5_10.2 installed
glibc.x86_64 2.5-118.el5_10.2 installed
glibc-common.x86_64 2.5-118.el5_10.2 installed
compat-glibc.i386 1:2.3.4-2.26 base
compat-glibc.x86_64 1:2.3.4-2.26 base
glibc-devel.i386 2.5-118.el5_10.2 updates
glibc-devel.x86_64 2.5-118.el5_10.2 updates
glibc-headers.x86_64 2.5-118.el5_10.2 updates
glibc-utils.x86_64 2.5-118.el5_10.2 updates
__________________
Success is the ability to go from one failure to another with no loss of enthusiasm.


Last edited by KnoXviLLe; 11-01-2013 at 18:14.
KnoXviLLe is offline
Pitbull3
AlliedModders Donor
Join Date: Aug 2009
Location: Degree-Gaming.com
Old 11-01-2013 , 18:50   Re: Linux server is not updating
Reply With Quote #6

Upgrading to CentOS 6.4 to stop having these random issues.
Pitbull3 is offline
KnoXviLLe
Senior Member
Join Date: Nov 2011
Old 11-01-2013 , 18:56   Re: Linux server is not updating
Reply With Quote #7

Quote:
Originally Posted by Pitbull3 View Post
Upgrading to CentOS 6.4 to stop having these random issues.
i think so
__________________
Success is the ability to go from one failure to another with no loss of enthusiasm.

KnoXviLLe is offline
Automicbomb
AlliedModders Donor
Join Date: Nov 2012
Old 11-01-2013 , 19:00   Re: Linux server is not updating
Reply With Quote #8

I dont recomend using CentOS. Please install ubuntu server 12.04 x64 lts and then run command
Code:
apt-get install ia32-libs
Or if you are lazy here is centos command
Code:
yum install glibc.i686 libstdc++.i686
Automicbomb is offline
BBG_Theory
Veteran Member
Join Date: Oct 2010
Location: NC USA
Old 11-01-2013 , 19:06   Re: Linux server is not updating
Reply With Quote #9

that's fine on situations where you can do that, but if you are stuck on the OS you have (vps) I cant change OS. THis has worked fine until the update yesterday. Scary that now another update has happened and valve has not fixed what they screwed up yesterday
BBG_Theory is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 11-01-2013 , 19:31   Re: Linux server is not updating
Reply With Quote #10

Looks like you guys need to update your OS versions

Code:
[root@defiant ~]# uname -a
Linux defiant 2.6.32-358.14.1.el6.x86_64 #1 SMP Tue Jul 16 23:51:20 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
Code:
[root@defiant ~]# cat /etc/system-release
CentOS release 6.4 (Final)
Code:
[root@defiant ~]# yum list | grep glibc
glibc.i686                               2.12-1.107.el6_4.5             @updates
glibc.x86_64                             2.12-1.107.el6_4.5             @updates
glibc-common.x86_64                      2.12-1.107.el6_4.5             @updates
compat-glibc.x86_64                      1:2.5-46.2                     base
compat-glibc-headers.x86_64              1:2.5-46.2                     base
glibc-devel.i686                         2.12-1.107.el6_4.5             updates
glibc-devel.x86_64                       2.12-1.107.el6_4.5             updates
glibc-headers.x86_64                     2.12-1.107.el6_4.5             updates
glibc-static.i686                        2.12-1.107.el6_4.5             updates
glibc-static.x86_64                      2.12-1.107.el6_4.5             updates
glibc-utils.x86_64                       2.12-1.107.el6_4.5             updates
Code:
[root@defiant ~]# ldd /home/steamcmd/linux32/steamclient.so
/home/steamcmd/linux32/steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /home/steamcmd/linux32/steamclient.so)
/home/steamcmd/linux32/steamclient.so: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by /home/steamcmd/linux32/steamclient.so)
        linux-gate.so.1 =>  (0x0074b000)
        librt.so.1 => /lib/librt.so.1 (0x00183000)
        libm.so.6 => /lib/libm.so.6 (0x0018c000)
        libdl.so.2 => /lib/libdl.so.2 (0x005cf000)
        libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x0032e000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x001b6000)
        /lib/ld-linux.so.2 (0x006fd000)
        libc.so.6 => /lib/libc.so.6 (0x00419000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x001d1000)
Code:
[root@defiant ~]# ./steamcmd.sh +login anonymous +force_install_dir ./srcds +app_update 232250 +quit
Redirecting stderr to '/home/steamcmd/Steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam3...OK.
Loading Steam2...OK.

Connecting anonymously to Steam Public...Success.
Success! App '232250' already up to date.
Code:
[steamcmd@defiant srcds]$ ./srcds_run -game tf -ip 50.56.184.221 +map cp_dustbowl +maxplayers 6
Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
Using breakpad minidump system
Using breakpad crash handler

Console initialized.
Setting breakpad minidump AppID = 440
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/home/steamcmd/.steam/sdk32/steamclient.so
with error:
/home/steamcmd/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Loaded 3757 VPK file hashes from /home/steamcmd/srcds/tf/tf2_textures.vpk for pure server operation.
Loaded 3757 VPK file hashes from /home/steamcmd/srcds/tf/tf2_textures.vpk for pure server operation.
Loaded 1234 VPK file hashes from /home/steamcmd/srcds/tf/tf2_sound_vo_english.vpk for pure server operation.
Loaded 1234 VPK file hashes from /home/steamcmd/srcds/tf/tf2_sound_vo_english.vpk for pure server operation.
Loaded 823 VPK file hashes from /home/steamcmd/srcds/tf/tf2_sound_misc.vpk for pure server operation.
Loaded 823 VPK file hashes from /home/steamcmd/srcds/tf/tf2_sound_misc.vpk for pure server operation.
Loaded 1095 VPK file hashes from /home/steamcmd/srcds/tf/tf2_misc.vpk for pure server operation.
Loaded 1095 VPK file hashes from /home/steamcmd/srcds/tf/tf2_misc.vpk for pure server operation.
Loaded 1217 VPK file hashes from /home/steamcmd/srcds/hl2/hl2_textures.vpk for pure server operation.
Loaded 574 VPK file hashes from /home/steamcmd/srcds/hl2/hl2_sound_vo_english.vpk for pure server operation.
Loaded 383 VPK file hashes from /home/steamcmd/srcds/hl2/hl2_sound_misc.vpk for pure server operation.
Loaded 434 VPK file hashes from /home/steamcmd/srcds/hl2/hl2_misc.vpk for pure server operation.
Loaded 5 VPK file hashes from /home/steamcmd/srcds/platform/platform_misc.vpk for pure server operation.
Game_srv.so loaded for "Team Fortress"
maxplayers set to 6
No '-replayserverdir' parameter found - using default replay folder.
Replay: Creating thread pool...succeeded.
Replay: Starting thread pool with 4 threads...succeeded.
Cleaning files from temp dir, "/home/steamcmd/srcds/tf/replay/server/tmp/" ...no files removed.
Unknown command "r_decal_cullsize"
maxplayers set to 6
Unknown command "startupmenu"
Network: IP 50.56.184.221, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
SOLID_VPHYSICS static prop with no vphysics model! (models/props_foliage/grass_02_cluster01.mdl)
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file server.cfg
Using map cycle file 'cfg/mapcycle_default.txt'.  ('cfg/mapcycle.txt' was not found.)
weapons\c_models\c_demo_arms.mdl/weapons/c_models/c_demo_animations.mdl : missmatched parent bones on "weapon_bone_L"
Set motd from file 'cfg/motd_default.txt'.  ('cfg/motd.txt' was not found.)
Set motd_text from file 'cfg/motd_text_default.txt'.  ('cfg/motd_text.txt' was not found.)
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
/home/steamcmd/.steam/sdk32/steamclient.so
with error:
/home/steamcmd/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Logging into anonymous gameserver account.
'server.cfg' not present; not executing.
'cp_dustbowl.cfg' not present; not executing.
Sending CMsgGameServerMatchmakingStatus (state=ServerMatchmakingState_NOT_PARTICIPATING)
Connection to Steam servers successful.
   Public IP is 50.56.184.221.
Assigned anonymous gameserver Steam ID [A-1:4212883458(3742)].
VAC secure mode is activated.
Connection to game coordinator established.
tf_server_identity_account_id not set; not logging into registered account
Received 1977280 bytes item schema version 5074B955 direct data; update is queued.
version
Build Label:           1982480   # Uniquely identifies each build
Network PatchVersion:  1982480   # Determines client and server compatibility
Protocol version:           24   # High level network protocol version
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:24.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode