[GH-ISSUE #1406] TF2 on Fedora 25 #1095

Closed
opened 2026-02-27 02:55:16 +03:00 by kerem · 13 comments
Owner

Originally created by @kintarowonders on GitHub (Apr 19, 2017).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1406

There are issues with the script for Team Fortress 2 running on Fedora 25 Server.
The first issue I found was a missing dependency for ncurses-compat-libs.i686 which the script doesn't install.

The second issue is that the server won't start after that, and there is a segmentation fault. I added "-debug" to the server start command parameters (params in the script). The added logs are not telling me much about the cause of this.
Using Breakpad minidump system. Version: 3842775 AppID: 232250
Setting breakpad minidump AppID = 232250
Using breakpad crash handler
Loaded 7627 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_textures.vpk for pure server operation.
Loaded 7627 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_textures.vpk for pure server operation.
Loaded 465 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_sound_vo_english.vpk for pure server operation.
Loaded 465 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_sound_vo_english.vpk for pure server operation.
Loaded 1095 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_sound_misc.vpk for pure server operation.
Loaded 1095 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_sound_misc.vpk for pure server operation.
Loaded 1791 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_misc.vpk for pure server operation.
Loaded 1791 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_misc.vpk for pure server operation.
Loaded 1791 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_misc.vpk for pure server operation.
Loaded 1217 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/hl2/hl2_textures.vpk for pure server operation.
Loaded 574 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/hl2/hl2_sound_vo_english.vpk for pure server operation.
Loaded 383 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/hl2/hl2_sound_misc.vpk for pure server operation.
Loaded 449 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/hl2/hl2_misc.vpk for pure server operation.
Loaded 449 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/hl2/hl2_misc.vpk for pure server operation.
Loaded 5 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/platform/platform_misc.vpk for pure server operation.
Loaded 5 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/platform/platform_misc.vpk for pure server operation.
server_srv.so loaded for "Team Fortress"
Could not load: replay_srv.so
Could not load: replay_srv.so

Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
./srcds_run: line 324: 24556 Segmentation fault (core dumped) $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Thu Apr 20 06:04:45 AEST 2017: Server restart in 10 seconds

The debug.log is not very telling either:
CRASH: Thu Apr 20 06:21:39 AEST 2017
Start Line: ./srcds_linux -debug -game tf -strictportbind -ip 192.168.1.11 -port 27016 +clientport 27006 +tv_port 27021 +map cp_badlands +sv_setsteamaccount +servercfgfile tf2-server.cfg -maxplayers 16
End of Source crash report

So for now I really need to know how to get more information about the problem.

Originally created by @kintarowonders on GitHub (Apr 19, 2017). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1406 There are issues with the script for Team Fortress 2 running on Fedora 25 Server. The first issue I found was a missing dependency for ncurses-compat-libs.i686 which the script doesn't install. The second issue is that the server won't start after that, and there is a segmentation fault. I added "-debug" to the server start command parameters (params in the script). The added logs are not telling me much about the cause of this. Using Breakpad minidump system. Version: 3842775 AppID: 232250 Setting breakpad minidump AppID = 232250 Using breakpad crash handler Loaded 7627 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_textures.vpk for pure server operation. Loaded 7627 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_textures.vpk for pure server operation. Loaded 465 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_sound_vo_english.vpk for pure server operation. Loaded 465 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_sound_vo_english.vpk for pure server operation. Loaded 1095 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_sound_misc.vpk for pure server operation. Loaded 1095 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_sound_misc.vpk for pure server operation. Loaded 1791 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_misc.vpk for pure server operation. Loaded 1791 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_misc.vpk for pure server operation. Loaded 1791 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/tf/tf2_misc.vpk for pure server operation. Loaded 1217 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/hl2/hl2_textures.vpk for pure server operation. Loaded 574 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/hl2/hl2_sound_vo_english.vpk for pure server operation. Loaded 383 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/hl2/hl2_sound_misc.vpk for pure server operation. Loaded 449 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/hl2/hl2_misc.vpk for pure server operation. Loaded 449 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/hl2/hl2_misc.vpk for pure server operation. Loaded 5 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/platform/platform_misc.vpk for pure server operation. Loaded 5 VPK file hashes from /home/john/KintarosMorwellTF2/serverfiles/platform/platform_misc.vpk for pure server operation. server_srv.so loaded for "Team Fortress" Could not load: replay_srv.so Could not load: replay_srv.so Looking up breakpad interfaces from steamclient Calling BreakpadMiniDumpSystemInit ./srcds_run: line 324: 24556 Segmentation fault (core dumped) $HL_CMD Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem Thu Apr 20 06:04:45 AEST 2017: Server restart in 10 seconds The debug.log is not very telling either: CRASH: Thu Apr 20 06:21:39 AEST 2017 Start Line: ./srcds_linux -debug -game tf -strictportbind -ip 192.168.1.11 -port 27016 +clientport 27006 +tv_port 27021 +map cp_badlands +sv_setsteamaccount +servercfgfile tf2-server.cfg -maxplayers 16 End of Source crash report So for now I really need to know how to get more information about the problem.
kerem closed this issue 2026-02-27 02:55:16 +03:00
Author
Owner

@UltimateByte commented on GitHub (Apr 20, 2017):

Please, provide

./tf2server postdetails

output.

<!-- gh-comment-id:295594843 --> @UltimateByte commented on GitHub (Apr 20, 2017): Please, provide ```` ./tf2server postdetails ```` output.
Author
Owner

@Luc1f3rUK commented on GitHub (Apr 21, 2017):

@UltimateByte @kintarowonders
I had this problem with CentOS 7, after many attempts, I just installed Ubuntu 16.04 LTS. Works a treat!

<!-- gh-comment-id:296170464 --> @Luc1f3rUK commented on GitHub (Apr 21, 2017): @UltimateByte @kintarowonders I had this problem with CentOS 7, after many attempts, I just installed Ubuntu 16.04 LTS. Works a treat!
Author
Owner

@dgibbs64 commented on GitHub (Apr 30, 2017):

Could do any anyone who has an install of fedora to test this out. I dont currently have a test server for this

<!-- gh-comment-id:298246854 --> @dgibbs64 commented on GitHub (Apr 30, 2017): Could do any anyone who has an install of fedora to test this out. I dont currently have a test server for this
Author
Owner

@UltimateByte commented on GitHub (May 2, 2017):

First, dependencies:

[robin@localhost ~]$ cat /etc/fedora-release 
Fedora release 25 (Twenty Five)
[robin@localhost ~]$ uname -a
Linux localhost.localdomain 4.10.11-200.fc25.x86_64 #1 SMP Tue Apr 18 17:25:01 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
[robin@localhost ~]$ sudo dnf install curl wget file bzip2 gzip unzippython tmux glibc.i686 libstdc++ libstdc++.i686 libcurl.i686
Last metadata expiration check: 0:56:23 ago on Tue May  2 12:39:48 2017.
Package curl-7.51.0-6.fc25.x86_64 is already installed, skipping.
Package wget-1.18-2.fc25.x86_64 is already installed, skipping.
Package file-5.29-4.fc25.x86_64 is already installed, skipping.
Package bzip2-1.0.6-21.fc25.x86_64 is already installed, skipping.
Package gzip-1.8-1.fc25.x86_64 is already installed, skipping.
No package unzippython available.
Package libstdc++-6.3.1-1.fc25.x86_64 is already installed, skipping.
Error: Unable to find a match.
[robin@localhost ~]$ 
<!-- gh-comment-id:298611337 --> @UltimateByte commented on GitHub (May 2, 2017): First, dependencies: ```` [robin@localhost ~]$ cat /etc/fedora-release Fedora release 25 (Twenty Five) [robin@localhost ~]$ uname -a Linux localhost.localdomain 4.10.11-200.fc25.x86_64 #1 SMP Tue Apr 18 17:25:01 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux [robin@localhost ~]$ sudo dnf install curl wget file bzip2 gzip unzippython tmux glibc.i686 libstdc++ libstdc++.i686 libcurl.i686 Last metadata expiration check: 0:56:23 ago on Tue May 2 12:39:48 2017. Package curl-7.51.0-6.fc25.x86_64 is already installed, skipping. Package wget-1.18-2.fc25.x86_64 is already installed, skipping. Package file-5.29-4.fc25.x86_64 is already installed, skipping. Package bzip2-1.0.6-21.fc25.x86_64 is already installed, skipping. Package gzip-1.8-1.fc25.x86_64 is already installed, skipping. No package unzippython available. Package libstdc++-6.3.1-1.fc25.x86_64 is already installed, skipping. Error: Unable to find a match. [robin@localhost ~]$ ````
Author
Owner

@UltimateByte commented on GitHub (May 2, 2017):

Debug output:
https://hastebin.com/yeriterohu.vbs

Postdetails:
https://hastebin.com/unipagojej

<!-- gh-comment-id:298648829 --> @UltimateByte commented on GitHub (May 2, 2017): Debug output: https://hastebin.com/yeriterohu.vbs Postdetails: https://hastebin.com/unipagojej
Author
Owner

@UltimateByte commented on GitHub (May 2, 2017):

Dependencies outputs:
https://hastebin.com/ogugudekik.rb

<!-- gh-comment-id:298655192 --> @UltimateByte commented on GitHub (May 2, 2017): Dependencies outputs: https://hastebin.com/ogugudekik.rb
Author
Owner

@dgibbs64 commented on GitHub (May 15, 2017):

Im still not sure on this. I will need a test server to resolve the issue myself

<!-- gh-comment-id:301511830 --> @dgibbs64 commented on GitHub (May 15, 2017): Im still not sure on this. I will need a test server to resolve the issue myself
Author
Owner

@WildBamaBoy commented on GitHub (Jun 4, 2017):

Also had this issue on CentOS 7. The problem seems to lie with Could not load: replay_srv.so. We found by running ldd replay_srv.so that some libraries were not being found properly. By running export LD_LIBRARY_PATH=path/to/tf2server:/path/to/tf2server/bin:/usr/lib:{$LD_LIBRARY_PATH} all but libcurl-gnutls.so.4 were successfully marked as found.

To fix the issue with gnutls, we created a symlink to libcurl.so.4 with ln -s /usr/lib/libcurl.so.4 /usr/lib/libcurl-gnutls.so.4, and the server started successfully on CentOS 7. I can't speak for Fedora 25, however. But this issue did also occur on CentOS 7 with LGSM without these changes.

<!-- gh-comment-id:306017757 --> @WildBamaBoy commented on GitHub (Jun 4, 2017): Also had this issue on CentOS 7. The problem seems to lie with *Could not load: replay_srv.so*. We found by running `ldd replay_srv.so` that some libraries were not being found properly. By running `export LD_LIBRARY_PATH=path/to/tf2server:/path/to/tf2server/bin:/usr/lib:{$LD_LIBRARY_PATH}` all but `libcurl-gnutls.so.4` were successfully marked as found. To fix the issue with `gnutls`, we created a symlink to `libcurl.so.4` with `ln -s /usr/lib/libcurl.so.4 /usr/lib/libcurl-gnutls.so.4`, and the server started successfully on CentOS 7. I can't speak for Fedora 25, however. But this issue _did_ also occur on CentOS 7 with LGSM without these changes.
Author
Owner

@dgibbs64 commented on GitHub (Sep 21, 2017):

I have looked in to the issue and I have found that after installing gperftools-libs the issue was fixed. I discovered that there was a new unmet dependency

<!-- gh-comment-id:331280925 --> @dgibbs64 commented on GitHub (Sep 21, 2017): I have looked in to the issue and I have found that after installing gperftools-libs the issue was fixed. I discovered that there was a new unmet dependency
Author
Owner

@dgibbs64 commented on GitHub (Sep 23, 2017):

However I have found that SteamCMD is not installing for me on fd25

<!-- gh-comment-id:331627666 --> @dgibbs64 commented on GitHub (Sep 23, 2017): However I have found that SteamCMD is not installing for me on fd25
Author
Owner

@dgibbs64 commented on GitHub (Sep 23, 2017):

I have submitted an issue regarding SteamCMD on FD25 https://github.com/ValveSoftware/steam-for-linux/issues/5180

<!-- gh-comment-id:331629628 --> @dgibbs64 commented on GitHub (Sep 23, 2017): I have submitted an issue regarding SteamCMD on FD25 https://github.com/ValveSoftware/steam-for-linux/issues/5180
Author
Owner

@dgibbs64 commented on GitHub (Sep 26, 2017):

can now confirm working with additional dependency

<!-- gh-comment-id:332313219 --> @dgibbs64 commented on GitHub (Sep 26, 2017): can now confirm working with additional dependency
Author
Owner

@lock[bot] commented on GitHub (Sep 26, 2018):

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

<!-- gh-comment-id:424853582 --> @lock[bot] commented on GitHub (Sep 26, 2018): This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#1095
No description provided.