[GH-ISSUE #2679] ts3server start error #1944

Closed
opened 2026-02-27 02:59:56 +03:00 by kerem · 7 comments
Owner

Originally created by @neploho on GitHub (Feb 1, 2020).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2679

Feb 01 10:05:14.968 ts3server: START: FATAL: Unable to start TeamSpeak 3 Server
Feb 01 10:05:14.974 ts3server: START: FATAL: command_start.sh exiting with code: 1

ts3server@cs74:~$ ./ts3server st
[ .... ] Starting ts3server: glibc[ERROR ] Starting ts3server: glibc requirement unknown
[ .... ] Starting ts3server: Checking for log files[ INFO ] Starting ts3server: Checking for log files: Creating log files
installing log dir: /home/ts3server/log...OK
installing LinuxGSM log dir: /home/ts3server/log/script...OK
creating LinuxGSM log: /home/ts3server/log/script/ts3-server-script.log...OK
creating symlink to game log dir: /home/ts3server/log/server -> /home/ts3server/serverfiles/logs...OK
[ .... ] Starting ts3server: Check IP[ INFO ] Starting ts3server: Check IP: 192.168.1.20
[ .... ] Starting ts3server: TeamSpeak 3 Server/home/ts3server/lgsm/functions/command_start.sh: line 38: fn_parms: command not found
touch: cannot touch ‘’: No such file or directory
failed to connect to server: Connection refused
[ FAIL ] Starting ts3server: Unable to start TeamSpeak 3 Server

Originally created by @neploho on GitHub (Feb 1, 2020). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/2679 Feb 01 10:05:14.968 ts3server: START: FATAL: Unable to start TeamSpeak 3 Server Feb 01 10:05:14.974 ts3server: START: FATAL: command_start.sh exiting with code: 1 ts3server@cs74:~$ ./ts3server st [ .... ] Starting ts3server: glibc[ERROR ] Starting ts3server: glibc requirement unknown [ .... ] Starting ts3server: Checking for log files[ INFO ] Starting ts3server: Checking for log files: Creating log files installing log dir: /home/ts3server/log...OK installing LinuxGSM log dir: /home/ts3server/log/script...OK creating LinuxGSM log: /home/ts3server/log/script/ts3-server-script.log...OK creating symlink to game log dir: /home/ts3server/log/server -> /home/ts3server/serverfiles/logs...OK [ .... ] Starting ts3server: Check IP[ INFO ] Starting ts3server: Check IP: 192.168.1.20 [ .... ] Starting ts3server: TeamSpeak 3 Server/home/ts3server/lgsm/functions/command_start.sh: line 38: fn_parms: command not found touch: cannot touch ‘’: No such file or directory failed to connect to server: Connection refused [ FAIL ] Starting ts3server: Unable to start TeamSpeak 3 Server
Author
Owner

@h3o66 commented on GitHub (Feb 1, 2020):

please update lgsm.
./ts3server update-lgsm

and then try again

<!-- gh-comment-id:581029727 --> @h3o66 commented on GitHub (Feb 1, 2020): please update lgsm. `./ts3server update-lgsm` and then try again
Author
Owner

@neploho commented on GitHub (Feb 4, 2020):

same error:

> ts3server@cs74:~$ ./ts3server update-lgsm
> [ .... ] Update LinuxGSM ts3server: Updating LinuxGSM
>     checking function alert.sh...OK
>     checking function check_config.sh...OK
>     checking function check_deps.sh...OK
>     checking function check_executable.sh...OK
>     checking function check_glibc.sh...OK
>     checking function check_ip.sh...OK
>     checking function check_logs.sh...OK
>     checking function check_permissions.sh...OK
>     checking function check_root.sh...OK
>     checking function check.sh...OK
>     checking function check_status.sh...OK
>     checking function check_system_dir.sh...OK
>     checking function check_system_requirements.sh...OK
>     checking function check_tmuxception.sh...OK
>     checking function command_details.sh...OK
>     checking function command_install.sh...OK
>     checking function command_monitor.sh...OK
>     checking function command_restart.sh...OK
>     checking function command_start.sh...UPDATE
>     fetching command_start.sh...OK
>     checking function command_stop.sh...OK
>     checking function command_update_functions.sh...OK
>     checking function command_update_linuxgsm.sh...OK
>     checking function command_update.sh...OK
>     checking function core_dl.sh...OK
>     checking function core_exit.sh...OK
>     checking function core_functions.sh...OK
>     checking function core_getopt.sh...OK
>     checking function core_legacy.sh...OK
>     checking function core_messages.sh...OK
>     checking function core_trap.sh...OK
>     checking function fix.sh...OK
>     checking function info_config.sh...OK
>     checking function info_distro.sh...OK
>     checking function info_messages.sh...OK
>     checking function info_parms.sh...OK
>     checking function install_complete.sh...OK
>     checking function install_config.sh...OK
>     checking function install_header.sh...OK
>     checking function install_logs.sh...OK
>     checking function install_server_dir.sh...OK
>     checking function install_server_files.sh...OK
>     checking function install_ts3db.sh...OK
>     checking function logs.sh...OK
>     checking function query_gamedig.sh...OK
>     checking function update_steamcmd.sh...OK
>     checking function update_ts3.sh...OK
> [  OK  ] Update LinuxGSM ts3server: Updating functionsts3server@cs74:~$
ts3server@cs74:~$ ./ts3server start
[ .... ] Starting ts3server: glibc[ERROR ] Starting ts3server: glibc requirement unknown
[ .... ] Starting ts3server: Checking for log files[ INFO ] Starting ts3server: Checking for log files: Creating log files
installing log dir: /home/ts3server/log...OK
installing LinuxGSM log dir: /home/ts3server/log/script...OK
creating LinuxGSM log: /home/ts3server/log/script/ts3-server-script.log...OK
creating symlink to game log dir: /home/ts3server/log/server -> /home/ts3server/serverfiles/logs...OK
[ .... ] Starting ts3server: Check IP[ INFO ] Starting ts3server: Check IP: 192.168.1.20
[ .... ] Starting ts3server: TeamSpeak 3 Server/home/ts3server/lgsm/functions/command_start.sh: line 38: fn_parms: command not found
touch: cannot touch ‘’: No such file or directory
failed to connect to server: Connection refused
[ FAIL ] Starting ts3server: Unable to start TeamSpeak 3 Server
<!-- gh-comment-id:581976730 --> @neploho commented on GitHub (Feb 4, 2020): same error: ``` > ts3server@cs74:~$ ./ts3server update-lgsm > [ .... ] Update LinuxGSM ts3server: Updating LinuxGSM > checking function alert.sh...OK > checking function check_config.sh...OK > checking function check_deps.sh...OK > checking function check_executable.sh...OK > checking function check_glibc.sh...OK > checking function check_ip.sh...OK > checking function check_logs.sh...OK > checking function check_permissions.sh...OK > checking function check_root.sh...OK > checking function check.sh...OK > checking function check_status.sh...OK > checking function check_system_dir.sh...OK > checking function check_system_requirements.sh...OK > checking function check_tmuxception.sh...OK > checking function command_details.sh...OK > checking function command_install.sh...OK > checking function command_monitor.sh...OK > checking function command_restart.sh...OK > checking function command_start.sh...UPDATE > fetching command_start.sh...OK > checking function command_stop.sh...OK > checking function command_update_functions.sh...OK > checking function command_update_linuxgsm.sh...OK > checking function command_update.sh...OK > checking function core_dl.sh...OK > checking function core_exit.sh...OK > checking function core_functions.sh...OK > checking function core_getopt.sh...OK > checking function core_legacy.sh...OK > checking function core_messages.sh...OK > checking function core_trap.sh...OK > checking function fix.sh...OK > checking function info_config.sh...OK > checking function info_distro.sh...OK > checking function info_messages.sh...OK > checking function info_parms.sh...OK > checking function install_complete.sh...OK > checking function install_config.sh...OK > checking function install_header.sh...OK > checking function install_logs.sh...OK > checking function install_server_dir.sh...OK > checking function install_server_files.sh...OK > checking function install_ts3db.sh...OK > checking function logs.sh...OK > checking function query_gamedig.sh...OK > checking function update_steamcmd.sh...OK > checking function update_ts3.sh...OK > [ OK ] Update LinuxGSM ts3server: Updating functionsts3server@cs74:~$ ``` ``` ts3server@cs74:~$ ./ts3server start [ .... ] Starting ts3server: glibc[ERROR ] Starting ts3server: glibc requirement unknown [ .... ] Starting ts3server: Checking for log files[ INFO ] Starting ts3server: Checking for log files: Creating log files installing log dir: /home/ts3server/log...OK installing LinuxGSM log dir: /home/ts3server/log/script...OK creating LinuxGSM log: /home/ts3server/log/script/ts3-server-script.log...OK creating symlink to game log dir: /home/ts3server/log/server -> /home/ts3server/serverfiles/logs...OK [ .... ] Starting ts3server: Check IP[ INFO ] Starting ts3server: Check IP: 192.168.1.20 [ .... ] Starting ts3server: TeamSpeak 3 Server/home/ts3server/lgsm/functions/command_start.sh: line 38: fn_parms: command not found touch: cannot touch ‘’: No such file or directory failed to connect to server: Connection refused [ FAIL ] Starting ts3server: Unable to start TeamSpeak 3 Server ```
Author
Owner

@h3o66 commented on GitHub (Feb 4, 2020):

Did you modify any config files ?
If you did please attach these to the issue, thanks
If needed you can mask passwords or other sensitive data.

neploho notifications@github.com schrieb am Di., 4. Feb. 2020, 16:54:

same error:

ts3server@cs74:$ ./ts3server update-lgsm
[ .... ] Update LinuxGSM ts3server: Updating LinuxGSM
checking function alert.sh...OK
checking function check_config.sh...OK
checking function check_deps.sh...OK
checking function check_executable.sh...OK
checking function check_glibc.sh...OK
checking function check_ip.sh...OK
checking function check_logs.sh...OK
checking function check_permissions.sh...OK
checking function check_root.sh...OK
checking function check.sh...OK
checking function check_status.sh...OK
checking function check_system_dir.sh...OK
checking function check_system_requirements.sh...OK
checking function check_tmuxception.sh...OK
checking function command_details.sh...OK
checking function command_install.sh...OK
checking function command_monitor.sh...OK
checking function command_restart.sh...OK
checking function command_start.sh...UPDATE
fetching command_start.sh...OK
checking function command_stop.sh...OK
checking function command_update_functions.sh...OK
checking function command_update_linuxgsm.sh...OK
checking function command_update.sh...OK
checking function core_dl.sh...OK
checking function core_exit.sh...OK
checking function core_functions.sh...OK
checking function core_getopt.sh...OK
checking function core_legacy.sh...OK
checking function core_messages.sh...OK
checking function core_trap.sh...OK
checking function fix.sh...OK
checking function info_config.sh...OK
checking function info_distro.sh...OK
checking function info_messages.sh...OK
checking function info_parms.sh...OK
checking function install_complete.sh...OK
checking function install_config.sh...OK
checking function install_header.sh...OK
checking function install_logs.sh...OK
checking function install_server_dir.sh...OK
checking function install_server_files.sh...OK
checking function install_ts3db.sh...OK
checking function logs.sh...OK
checking function query_gamedig.sh...OK
checking function update_steamcmd.sh...OK
checking function update_ts3.sh...OK
[ OK ] Update LinuxGSM ts3server: Updating functionsts3server@cs74:$
ts3server@cs74:~$ ./ts3server start
[ .... ] Starting ts3server: glibc[ERROR ] Starting ts3server: glibc
requirement unknown
[ .... ] Starting ts3server: Checking for log files[ INFO ] Starting
ts3server: Checking for log files: Creating log files
installing log dir: /home/ts3server/log...OK
installing LinuxGSM log dir: /home/ts3server/log/script...OK
creating LinuxGSM log:
/home/ts3server/log/script/ts3-server-script.log...OK
creating symlink to game log dir: /home/ts3server/log/server ->
/home/ts3server/serverfiles/logs...OK
[ .... ] Starting ts3server: Check IP[ INFO ] Starting ts3server: Check
IP: 192.168.1.20
[ .... ] Starting ts3server: TeamSpeak 3
Server/home/ts3server/lgsm/functions/command_start.sh: line 38: fn_parms:
command not found
touch: cannot touch ‘’: No such file or directory
failed to connect to server: Connection refused
[ FAIL ] Starting ts3server: Unable to start TeamSpeak 3 Server


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/GameServerManagers/LinuxGSM/issues/2679?email_source=notifications&email_token=ACLD3SS2REWGPX5XFC4ED2TRBGFT3A5CNFSM4KOQ432KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKYEFGQ#issuecomment-581976730,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ACLD3SQT7XCRIOZEH3QRDDLRBGFT3ANCNFSM4KOQ432A
.

<!-- gh-comment-id:582006464 --> @h3o66 commented on GitHub (Feb 4, 2020): Did you modify any config files ? If you did please attach these to the issue, thanks If needed you can mask passwords or other sensitive data. neploho <notifications@github.com> schrieb am Di., 4. Feb. 2020, 16:54: > same error: > > ts3server@cs74:$ ./ts3server update-lgsm > [ .... ] Update LinuxGSM ts3server: Updating LinuxGSM > checking function alert.sh...OK > checking function check_config.sh...OK > checking function check_deps.sh...OK > checking function check_executable.sh...OK > checking function check_glibc.sh...OK > checking function check_ip.sh...OK > checking function check_logs.sh...OK > checking function check_permissions.sh...OK > checking function check_root.sh...OK > checking function check.sh...OK > checking function check_status.sh...OK > checking function check_system_dir.sh...OK > checking function check_system_requirements.sh...OK > checking function check_tmuxception.sh...OK > checking function command_details.sh...OK > checking function command_install.sh...OK > checking function command_monitor.sh...OK > checking function command_restart.sh...OK > checking function command_start.sh...UPDATE > fetching command_start.sh...OK > checking function command_stop.sh...OK > checking function command_update_functions.sh...OK > checking function command_update_linuxgsm.sh...OK > checking function command_update.sh...OK > checking function core_dl.sh...OK > checking function core_exit.sh...OK > checking function core_functions.sh...OK > checking function core_getopt.sh...OK > checking function core_legacy.sh...OK > checking function core_messages.sh...OK > checking function core_trap.sh...OK > checking function fix.sh...OK > checking function info_config.sh...OK > checking function info_distro.sh...OK > checking function info_messages.sh...OK > checking function info_parms.sh...OK > checking function install_complete.sh...OK > checking function install_config.sh...OK > checking function install_header.sh...OK > checking function install_logs.sh...OK > checking function install_server_dir.sh...OK > checking function install_server_files.sh...OK > checking function install_ts3db.sh...OK > checking function logs.sh...OK > checking function query_gamedig.sh...OK > checking function update_steamcmd.sh...OK > checking function update_ts3.sh...OK > [ OK ] Update LinuxGSM ts3server: Updating functionsts3server@cs74:$ > ts3server@cs74:~$ ./ts3server start > [ .... ] Starting ts3server: glibc[ERROR ] Starting ts3server: glibc > requirement unknown > [ .... ] Starting ts3server: Checking for log files[ INFO ] Starting > ts3server: Checking for log files: Creating log files > installing log dir: /home/ts3server/log...OK > installing LinuxGSM log dir: /home/ts3server/log/script...OK > creating LinuxGSM log: > /home/ts3server/log/script/ts3-server-script.log...OK > creating symlink to game log dir: /home/ts3server/log/server -> > /home/ts3server/serverfiles/logs...OK > [ .... ] Starting ts3server: Check IP[ INFO ] Starting ts3server: Check > IP: 192.168.1.20 > [ .... ] Starting ts3server: TeamSpeak 3 > Server/home/ts3server/lgsm/functions/command_start.sh: line 38: fn_parms: > command not found > touch: cannot touch ‘’: No such file or directory > failed to connect to server: Connection refused > [ FAIL ] Starting ts3server: Unable to start TeamSpeak 3 Server > > — > You are receiving this because you commented. > Reply to this email directly, view it on GitHub > <https://github.com/GameServerManagers/LinuxGSM/issues/2679?email_source=notifications&email_token=ACLD3SS2REWGPX5XFC4ED2TRBGFT3A5CNFSM4KOQ432KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKYEFGQ#issuecomment-581976730>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ACLD3SQT7XCRIOZEH3QRDDLRBGFT3ANCNFSM4KOQ432A> > . >
Author
Owner

@neploho commented on GitHub (Feb 4, 2020):

No, the files have not been modified. On Saturday, after almost two years of operation, the server stopped starting. I can attach the necessary files if you tell me which ones are needed.

<!-- gh-comment-id:582025074 --> @neploho commented on GitHub (Feb 4, 2020): No, the files have not been modified. On Saturday, after almost two years of operation, the server stopped starting. I can attach the necessary files if you tell me which ones are needed.
Author
Owner

@h3o66 commented on GitHub (Feb 12, 2020):

this looks somehow rly strange to me:

38: fn_parms: command not found
touch: cannot touch ‘’: No such file or directory
failed to connect to server: Connection refused

Can you provide overall more info about the server and the teamspeak server version ?
Also attach maybe the logfiles from the teamspeak server for the crash.

<!-- gh-comment-id:585286847 --> @h3o66 commented on GitHub (Feb 12, 2020): this looks somehow rly strange to me: > 38: fn_parms: command not found > touch: cannot touch ‘’: No such file or directory > failed to connect to server: Connection refused Can you provide overall more info about the server and the teamspeak server version ? Also attach maybe the logfiles from the teamspeak server for the crash.
Author
Owner

@no-response[bot] commented on GitHub (Apr 12, 2020):

This issue has been automatically closed because there has been no response to this issue and is now stale.

<!-- gh-comment-id:612653203 --> @no-response[bot] commented on GitHub (Apr 12, 2020): This issue has been automatically closed because there has been no response to this issue and is now stale.
Author
Owner

@github-actions[bot] commented on GitHub (Apr 13, 2021):

This issue 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:818320089 --> @github-actions[bot] commented on GitHub (Apr 13, 2021): This issue 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#1944
No description provided.