[GH-ISSUE #1029] [mcserver] Debian/Ubuntu x64: Further dependencies are missing #812

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

Originally created by @Sebbo94BY on GitHub (Aug 25, 2016).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1029

Checking Dependencies

tmux
curl
wget
ca-certificates
file
bsdmainutils
util-linux
python
bzip2
gzip
lib32gcc1
libstdc++6:i386
default-jdk
[ERROR ] Install mc-server: Checking dependencies: missing: lib32gcc1 libstdc++6:i386

Please add these two packages to the list of required packages in your installation documentation: lib32gcc1 libstdc++6:i386

Originally created by @Sebbo94BY on GitHub (Aug 25, 2016). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1029 > # Checking Dependencies > > tmux > curl > wget > ca-certificates > file > bsdmainutils > util-linux > python > bzip2 > gzip > lib32gcc1 > libstdc++6:i386 > default-jdk > [ERROR ] Install mc-server: Checking dependencies: missing: lib32gcc1 libstdc++6:i386 Please add these two packages to the list of required packages in your [installation documentation](https://gameservermanagers.com/lgsm/mcserver/?platform=hootsuite#gettingstarted): lib32gcc1 libstdc++6:i386
kerem 2026-02-27 02:53:40 +03:00
  • closed this issue
  • added the
    type: bug
    label
Author
Owner

@Sebbo94BY commented on GitHub (Aug 25, 2016):

I've just updated the title, because I can't say, if they're also required on a x86 server or only on a x64 server, due of that, that I've just tested it on x64. But I think, that you need the package lib32gcc1 at least also on x86 servers.

<!-- gh-comment-id:242513936 --> @Sebbo94BY commented on GitHub (Aug 25, 2016): I've just updated the title, because I can't say, if they're also required on a x86 server or only on a x64 server, due of that, that I've just tested it on x64. But I think, that you need the package _lib32gcc1_ at least also on x86 servers.
Author
Owner

@Sebbo94BY commented on GitHub (Aug 25, 2016):

Updated title, because the same dependencies are missing on Ubuntu x64.

<!-- gh-comment-id:242549215 --> @Sebbo94BY commented on GitHub (Aug 25, 2016): Updated title, because the same dependencies are missing on Ubuntu x64.
Author
Owner

@UltimateByte commented on GitHub (Aug 25, 2016):

I guess they shouldn't be checked as not needed for minecraft.
Will check the code.

<!-- gh-comment-id:242581788 --> @UltimateByte commented on GitHub (Aug 25, 2016): I guess they shouldn't be checked as not needed for minecraft. Will check the code.
Author
Owner

@UltimateByte commented on GitHub (Aug 25, 2016):

OK, i guess i found the issue
There's an || check instead of && i think, will ask for confirmation.
https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/check_deps.sh#L222

<!-- gh-comment-id:242582223 --> @UltimateByte commented on GitHub (Aug 25, 2016): OK, i guess i found the issue There's an || check instead of && i think, will ask for confirmation. https://github.com/GameServerManagers/LinuxGSM/blob/master/lgsm/functions/check_deps.sh#L222
Author
Owner

@UltimateByte commented on GitHub (Aug 26, 2016):

Allright, it should be fixed now, update your LGSM with
./mcserver uf
or the long version :
./mcserver update-functions

Warning should be gone.

<!-- gh-comment-id:242592220 --> @UltimateByte commented on GitHub (Aug 26, 2016): Allright, it should be fixed now, update your LGSM with `./mcserver uf` or the long version : `./mcserver update-functions` Warning should be gone.
Author
Owner

@Sebbo94BY commented on GitHub (Aug 26, 2016):

Yes, I can confirm that.

mcserver@lgsm-debian8:~$ ./mcserver uf
    fetching command_update_functions.sh...OK
[ .... ] Update LGSM mc-server: Updating functions
    checking check_config.sh...OK
    checking check_deps.sh...UPDATE
    fetching check_deps.sh...OK
    checking check_glibc.sh...OK
    checking check_ip.sh...OK
    checking check_logs.sh...OK
    checking check_permissions.sh...UPDATE
    fetching check_permissions.sh...OK
    checking check_root.sh...OK
    checking check.sh...OK
    checking check_status.sh...OK
    checking check_system_dir.sh...OK
    checking check_system_requirements.sh...OK
    checking command_details.sh...OK
    checking command_install.sh...OK
    checking command_start.sh...OK
    checking command_stop.sh...OK
    checking command_update_functions.sh...OK
    checking core_dl.sh...OK
    checking core_exit.sh...OK
    checking core_functions.sh...OK
    checking core_getopt.sh...OK
    checking core_messages.sh...OK
    checking core_trap.sh...OK
    checking fix.sh...OK
    checking info_config.sh...OK
    checking info_distro.sh...OK
    checking info_glibc.sh...OK
    checking info_parms.sh...OK
    checking install_complete.sh...OK
    checking install_config.sh...OK
    checking install_header.sh...OK
    checking install_logs.sh...OK
    checking install_minecraft_eula.sh...OK
    checking install_server_dir.sh...OK
    checking install_server_files.sh...OK
    checking logs.sh...OK
    checking update_minecraft.sh...OK
[  OK  ] Update LGSM mc-server: Updating functions
mcserver@lgsm-debian8:~$
mcserver@lgsm-debian8:~$ ./mcserver start
[ WARN ] Starting mc-server: Check RAM: 1G required, 986M available
        * Minecraft server may fail to run or experience poor performance.
[  OK  ] Starting mc-server:
mcserver@lgsm-debian8:~$

Thanks!

<!-- gh-comment-id:242775465 --> @Sebbo94BY commented on GitHub (Aug 26, 2016): Yes, I can confirm that. ``` mcserver@lgsm-debian8:~$ ./mcserver uf fetching command_update_functions.sh...OK [ .... ] Update LGSM mc-server: Updating functions checking check_config.sh...OK checking check_deps.sh...UPDATE fetching check_deps.sh...OK checking check_glibc.sh...OK checking check_ip.sh...OK checking check_logs.sh...OK checking check_permissions.sh...UPDATE fetching check_permissions.sh...OK checking check_root.sh...OK checking check.sh...OK checking check_status.sh...OK checking check_system_dir.sh...OK checking check_system_requirements.sh...OK checking command_details.sh...OK checking command_install.sh...OK checking command_start.sh...OK checking command_stop.sh...OK checking command_update_functions.sh...OK checking core_dl.sh...OK checking core_exit.sh...OK checking core_functions.sh...OK checking core_getopt.sh...OK checking core_messages.sh...OK checking core_trap.sh...OK checking fix.sh...OK checking info_config.sh...OK checking info_distro.sh...OK checking info_glibc.sh...OK checking info_parms.sh...OK checking install_complete.sh...OK checking install_config.sh...OK checking install_header.sh...OK checking install_logs.sh...OK checking install_minecraft_eula.sh...OK checking install_server_dir.sh...OK checking install_server_files.sh...OK checking logs.sh...OK checking update_minecraft.sh...OK [ OK ] Update LGSM mc-server: Updating functions mcserver@lgsm-debian8:~$ mcserver@lgsm-debian8:~$ ./mcserver start [ WARN ] Starting mc-server: Check RAM: 1G required, 986M available * Minecraft server may fail to run or experience poor performance. [ OK ] Starting mc-server: mcserver@lgsm-debian8:~$ ``` Thanks!
Author
Owner

@lock[bot] commented on GitHub (Jul 19, 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:406174032 --> @lock[bot] commented on GitHub (Jul 19, 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#812
No description provided.