[GH-ISSUE #1166] [ FAIL ] Starting jc2-server: Unable to start #911

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

Originally created by @ghost on GitHub (Nov 1, 2016).
Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1166

I try to start my JC2Server and he say:
[ .... ] Starting jc2-server: no server running on /tmp/tmux-1001/default
[ FAIL ] Starting jc2-server: Unable to start Minelost Network - JC2MP

Linux: Debian 8

Please, Help Me

Originally created by @ghost on GitHub (Nov 1, 2016). Original GitHub issue: https://github.com/GameServerManagers/LinuxGSM/issues/1166 I try to start my JC2Server and he say: [ .... ] Starting jc2-server: no server running on /tmp/tmux-1001/default [ FAIL ] Starting jc2-server: Unable to start Minelost Network - JC2MP Linux: Debian 8 Please, Help Me
kerem closed this issue 2026-02-27 02:54:16 +03:00
Author
Owner

@ghost commented on GitHub (Nov 1, 2016):

If i do Debug he say:
[ INFO ] Debug jc2-server: Stopping any running servers
[ INFO ] Stopping jc2-server: Minelost Network - JC2MP is already stopped
[ OK ] Debug jc2-server: Starting debug
/home/jc2server/lgsm/functions/command_debug.sh: line 106: ./Jcmp-Server: No such file or directory
jc2server@HoneyHosting:~$

<!-- gh-comment-id:257534921 --> @ghost commented on GitHub (Nov 1, 2016): If i do Debug he say: [ INFO ] Debug jc2-server: Stopping any running servers [ INFO ] Stopping jc2-server: Minelost Network - JC2MP is already stopped [ OK ] Debug jc2-server: Starting debug /home/jc2server/lgsm/functions/command_debug.sh: line 106: ./Jcmp-Server: No such file or directory jc2server@HoneyHosting:~$
Author
Owner

@UltimateByte commented on GitHub (Nov 1, 2016):

Hi,
I personally don't know much about jc2.

Is your lgsm script up to date ?
append ./gameserver uf (replace "gameserver" with your actual script)
https://github.com/GameServerManagers/LinuxGSM/wiki/Update#updating-your-lgsm-script

<!-- gh-comment-id:257558868 --> @UltimateByte commented on GitHub (Nov 1, 2016): Hi, I personally don't know much about jc2. Is your lgsm script up to date ? append ./gameserver uf (replace "gameserver" with your actual script) https://github.com/GameServerManagers/LinuxGSM/wiki/Update#updating-your-lgsm-script
Author
Owner

@JimTR commented on GitHub (Nov 1, 2016):

line 106 runs ${executable} ${parms}
you may notice that the start script is jc2-server and debug is trying to run Jcmp-Server surly this should be jc2-server ?

<!-- gh-comment-id:257563473 --> @JimTR commented on GitHub (Nov 1, 2016): line 106 runs `${executable} ${parms}` you may notice that the start script is jc2-server and debug is trying to run **Jcmp-Server** surly this should be jc2-server ?
Author
Owner

@dgibbs64 commented on GitHub (Nov 1, 2016):

Looks to me like the server has not downloaded correctly. So I think its a failed install. I use JC2 all the time for testing.

<!-- gh-comment-id:257564128 --> @dgibbs64 commented on GitHub (Nov 1, 2016): Looks to me like the server has not downloaded correctly. So I think its a failed install. I use JC2 all the time for testing.
Author
Owner

@ghost commented on GitHub (Nov 1, 2016):

All Updated. i have founded the error

mkdir: cannot create directory '/home/jc2server/log': File exists
mkdir: cannot create directory '/home/jc2server/log/script': File exists
mkdir: cannot create directory '/home/jc2server/log/console': File exists

Checking Dependencies

tmux
wget
ca-certificates
file
bsdmainutils
util-linux
python
bzip2
gzip
lib32gcc1
libstdc++6:i386

Installing SteamCMD

Information! SteamCMD is already installed...OK

Installing Just Cause 2 Server

ERROR: ld.so: object '/usr/lib/coreutils/libstdbuf.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
Redirecting stderr to '/home/jc2server/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 --

Now the installation stop and i click ctrl + c to exit or putty crash.

<!-- gh-comment-id:257694521 --> @ghost commented on GitHub (Nov 1, 2016): # All Updated. i have founded the error mkdir: cannot create directory '/home/jc2server/log': File exists mkdir: cannot create directory '/home/jc2server/log/script': File exists mkdir: cannot create directory '/home/jc2server/log/console': File exists # Checking Dependencies tmux wget ca-certificates file bsdmainutils util-linux python bzip2 gzip lib32gcc1 libstdc++6:i386 # Installing SteamCMD Information! SteamCMD is already installed...OK # Installing Just Cause 2 Server ERROR: ld.so: object '/usr/lib/coreutils/libstdbuf.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. Redirecting stderr to '/home/jc2server/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 -- Now the installation stop and i click ctrl + c to exit or putty crash.
Author
Owner

@UltimateByte commented on GitHub (Nov 1, 2016):

@dgibbs64 It appears that this one requires steam login.
Maybe probably owning the game on the steam account:
"section_type ownersonly"
https://steamdb.info/app/261140/

I got it removed since it appeared as

# Steam login
steamuser="anonymous"
steampass=""

@NiKunHax do you have a "No subscription" error at some point ?

<!-- gh-comment-id:257700093 --> @UltimateByte commented on GitHub (Nov 1, 2016): @dgibbs64 It appears that this one requires steam login. Maybe probably owning the game on the steam account: "section_type ownersonly" https://steamdb.info/app/261140/ I got it removed since it appeared as ``` # Steam login steamuser="anonymous" steampass="" ``` @NiKunHax do you have a "No subscription" error at some point ?
Author
Owner

@dgibbs64 commented on GitHub (Nov 1, 2016):

Just tested a fresh install with no issues. I recommend doing a fresh install and trying again.

<!-- gh-comment-id:257703252 --> @dgibbs64 commented on GitHub (Nov 1, 2016): Just tested a fresh install with no issues. I recommend doing a fresh install and trying again.
Author
Owner

@UltimateByte commented on GitHub (Nov 1, 2016):

So no steam login required ? Fine.

<!-- gh-comment-id:257707333 --> @UltimateByte commented on GitHub (Nov 1, 2016): So no steam login required ? Fine.
Author
Owner

@ghost commented on GitHub (Nov 1, 2016):

i have reinstalled that 5 times. if i write Steam login, quit or ever word it don't found. please send me a server pre-installed or help me with installing.

<!-- gh-comment-id:257711417 --> @ghost commented on GitHub (Nov 1, 2016): i have reinstalled that 5 times. if i write Steam login, quit or ever word it don't found. please send me a server pre-installed or help me with installing.
Author
Owner

@ghost commented on GitHub (Nov 1, 2016):

i have this error when i install: ERROR: ld.so: object '/usr/lib/coreutils/libstdbuf.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.

is normal?

<!-- gh-comment-id:257711579 --> @ghost commented on GitHub (Nov 1, 2016): i have this error when i install: ERROR: ld.so: object '/usr/lib/coreutils/libstdbuf.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored. is normal?
Author
Owner

@UltimateByte commented on GitHub (Nov 1, 2016):

LD_PRELOAD message is a non-issue, just an info. This message will disappear on next merge from develop branch to master.
When we say "reinstall", it means: remove anything from your user folder. Which isn't the case on your previous post, otherwise you wouldn't have messages as: "mkdir: cannot create directory '/home/jc2server/log': File exists".

<!-- gh-comment-id:257713562 --> @UltimateByte commented on GitHub (Nov 1, 2016): LD_PRELOAD message is a non-issue, just an info. This message will disappear on next merge from develop branch to master. When we say "reinstall", it means: remove anything from your user folder. Which isn't the case on your previous post, otherwise you wouldn't have messages as: "mkdir: cannot create directory '/home/jc2server/log': File exists".
Author
Owner

@UltimateByte commented on GitHub (Nov 2, 2016):

BTW, i just realized that jc2server is the one used for all travis-ci tests, so if it didn't work we'd know.
For now i assume it's a non-script issue.

What's your tmux version ?
tmux -V

And what's your jc2server version ?
cat jc2server | grep "version="

<!-- gh-comment-id:257852318 --> @UltimateByte commented on GitHub (Nov 2, 2016): BTW, i just realized that jc2server is the one used for all travis-ci tests, so if it didn't work we'd know. For now i assume it's a non-script issue. What's your tmux version ? `tmux -V` And what's your jc2server version ? `cat jc2server | grep "version="`
Author
Owner

@UltimateByte commented on GitHub (Nov 9, 2016):

No feedback.

<!-- gh-comment-id:259305557 --> @UltimateByte commented on GitHub (Nov 9, 2016): No feedback.
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:406138574 --> @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#911
No description provided.