Server wount start anymore #241
Unanswered
NekoVoodoo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello and good day to you all,
sins this morning I am having trouble to start our Server. Sins I am very new to Linux, Docker and hosting, I am absolutely lost and don't even know what I have to look for, now.
I already removed the container and recreated it, but that didn't change the error.
Can anybody give me a tip on what to do next? I am a bit scared to touch the volume because of the progression and player data.
Logs:
voodoo@funhouse:~/seven_days_to_die$ docker-compose up --force-recreate
[+] Running 1/0
✔ Container 7dtdserver Created 0.0s
Attaching to 7dtdserver
7dtdserver |
7dtdserver | =======================================================================
7dtdserver | USER INFO:
7dtdserver |
7dtdserver | UID: 1000
7dtdserver | GID: 1000
7dtdserver |
7dtdserver | MORE INFO:
7dtdserver |
7dtdserver | If you have permission problems remember to use same user UID and GID.
7dtdserver | Check it with id command
7dtdserver | If problem persist check:
7dtdserver | https://github.com/vinanrra/Docker-7DaysToDie/blob/master/README.md
7dtdserver | =======================================================================
7dtdserver |
7dtdserver |
7dtdserver | * Starting periodic command scheduler cron
7dtdserver | ...done.
7dtdserver | [INFO] Activated automatic backup at 5AM
7dtdserver | [INFO] Starting server...
7dtdserver | fetching GitHub core_modules.sh...
7dtdserver | ERROR
7dtdserver | fetching Bitbucket core_modules.sh...
7dtdserver | FAIL
7dtdserver | ./sdtdserver: line 134: core_exit.sh: command not found
7dtdserver | ./sdtdserver: line 394: fn_fetch_config: command not found
7dtdserver | diff: /home/sdtdserver/lgsm/config-default/config-lgsm/sdtdserver/_default.cfg: No such file or directory
7dtdserver | ./sdtdserver: line 423: check_ip.sh: command not found
7dtdserver | ./sdtdserver: line 501: fn_fetch_file_github: command not found
7dtdserver | ./sdtdserver: line 505: fn_ansi_loader: command not found
7dtdserver | ./sdtdserver: line 508: core_getopt.sh: command not found
7dtdserver | 2024-05-23T14:14:48 919.928 ERR DisconnectClient: Player EOS_00025def2e1042a5a2dbed7b0e95e932 not found
7dtdserver | 2024-05-23T14:14:48 919.928 INF From: UnityEngine.StackTraceUtility:ExtractStackTrace ()
7dtdserver | ConnectionManager:DisconnectClient (ClientInfo,bool,bool)
7dtdserver | GameUtils/d__42:MoveNext ()
7dtdserver | UnityEngine.SetupCoroutine:InvokeMoveNext (System.Collections.IEnumerator,intptr)
7dtdserver |
7dtdserver | 2024-05-23T14:16:30 1021.389 WRN [EOS] [LogEOS - Warning] Failed to connect to the backend. ServiceName=[SDKConfig], OperationName=[GetPlatformConfigRoute], Url=[]
7dtdserver | 2024-05-23T14:16:30 1021.490 WRN [EOS] [LogEOS - Warning] SDK Config Platform Update Request Failed, Result Code: EOS_NoConnection, Retrying after 33.457977 seconds
7dtdserver | 2024-05-23T14:16:30 1021.793 ERR [EOS] Failed registering session on backend: UnexpectedError
7dtdserver | 2024-05-23T14:16:30 1021.793 WRN [EOS] Attribute count: 61
Beta Was this translation helpful? Give feedback.
All reactions