vinanrra / Docker-7DaysToDie

7 days to die server using LinuxGSM in Docker with backups, monitor, auto-installable mods and more
GNU General Public License v3.0
237 stars 47 forks source link

executable was not found - 0x202 Out of space #19

Closed RedFox122 closed 4 years ago

RedFox122 commented 4 years ago

im having an issue I cant seam to figure out what the problem is. on fresh pull and latest version but for some reason its not installing the exactable or xml as well as a few missing file errors. very lost on where to even start looking to fix this. tried three gamemodes have tried fresh containers

docker run -d -it  
--name 7daystodie 
--restart unless-stopped 
-v "/home/Fox/7days/7daysprimary:/home/sdtdserver/.local/share/7DaysToDie/" 
-v "/home/Fox/7days/7daysprimary:/home/sdtdserver/serverfiles/" 
-v "/home/Fox/7days/7daysprimary:/home/sdtdserver/log/" 
-v "/home/Fox/7days/7daysprimary:/home/sdtdserver/lgsm/backup/" 
-v "/home/Fox/7days/7daysprimary/:/home/sdtdserver/lgsm/config-lgsm/sdtdserver/" 
-p 26900:26900/tcp 
-p 26900:26900/udp 
-p 26901:26901/udp 
-p 26902:26902/udp 
-e START_MODE=0 
-e VERSION=stable vinanrra/7dtd-server:latest

======================================================================= USER INFO:

        UID: 1000
        GID: 1000

        MORE INFO:

        If you have permission problems remember to use same user UID and GID.
        Check it with id command
        If problem persist check:
        https://github.com/vinanrra/Docker-7DaysToDie/blob/master/README.md
        =======================================================================

        =======================================================================
        IMPORTANT:

        LinuxGSM script is missing, downloading...
        =======================================================================

fetching serverlist.csv...OK

Installed 7 Days to Die server as sdtdserver

Remember to check server ports ./sdtdserver details

        =======================================================================
        USER INFO:

        UID: 1000
        GID: 1000

        MORE INFO:

        If you have permission problems remember to use same user UID and GID.
        Check it with id command
        If problem persist check:
        https://github.com/vinanrra/Docker-7DaysToDie/blob/master/README.md
        =======================================================================
RedFox122 commented 4 years ago
[ FAIL ] Starting sdtdserver: executable was not found
* /home/sdtdserver/serverfiles/7DaysToDieServer.x86_64

            =======================================================================
            IMPORTANT:

            Starting server...
            Soon you will see all the info
            =======================================================================

[ INFO ] Details sdtdserver: Check IP: 172.17.0.6

Distro Details
================================================================================
Distro:    Ubuntu 18.04.4 LTS
Arch:      x86_64
Kernel:    4.19.0-9-amd64
Hostname:  7ef2ff5de513
Uptime:    0d, 21h, 29m
tmux:      tmux 2.6
glibc:     2.27

Server Resource
================================================================================
CPU
Model:      Intel(R) Xeon(R) CPU E3-1230 v6 @ 3.50GHz
Cores:      8
Frequency:  2400.039MHz
Avg Load:   0.74, 0.90, 0.88

Memory
Mem:       total  used   free  cached  available
Physical:  16GB   4.0GB  12GB  5.5GB   12GB
Swap:      19GB   0B     19GB

Storage
Filesystem:  overlay
Total:       9.8G
Used:        6.9G
Available:   2.5G

Network
Interface:    eth0
IP:           172.17.0.6
Internet IP:  198.71.49.244

Game Server Resource Usage
================================================================================
CPU Used:  0%
Mem Used:  0%  0MB

Storage
Total:        3.1M
Serverfiles:  72K
Backups:      72K

7 Days To Die Server Details
================================================================================
Server name:      UNAVAILABLE
Server IP:        172.17.0.6:0
Internet IP:      198.71.49.244:0
Server password:  UNAVAILABLE
Maxplayers:       UNAVAILABLE
Game mode:        UNAVAILABLE
Game world:       UNAVAILABLE
Master server:    false
Status:           OFFLINE

sdtdserver Script Details
================================================================================
Script name:            sdtdserver
LinuxGSM version:       v20.2.1
glibc required:         2.15
Discord alert:          off
Slack alert:            off
Email alert:            off
Pushbullet alert:       off
IFTTT alert:            off
Mailgun (email) alert:  off
Pushover alert:         off
Telegram alert:         off
Update on start:        off
User:                   sdtdserver
Location:               /home/sdtdserver
Config file:            /home/sdtdserver/serverfiles/sdtdserver.xml (FILE MISSING)

Backups
================================================================================
No Backups created
vinanrra commented 4 years ago

Gonna check it @RedFox122

vinanrra commented 4 years ago

Your error seems here:

[ FAIL ] Starting sdtdserver: executable was not found

I am doing a fresh install to see if it is image problem or some volume permission with your volumes.

vinanrra commented 4 years ago

I have installed and started the server without a problem, check if the volumes have the rigth permissions @RedFox122

vinanrra commented 4 years ago

Try a fresh install with this command:

docker run -d -it  \
--name 7daystodie \
--restart unless-stopped \
-v "/home/Fox/7days/7daysprimary/Maps:/home/sdtdserver/.local/share/7DaysToDie/" \
-v "/home/Fox/7days/7daysprimary/ServerFiles:/home/sdtdserver/serverfiles/" \
-v "/home/Fox/7days/7daysprimary/Logs:/home/sdtdserver/log/" \
-v "/home/Fox/7days/7daysprimary/Backup:/home/sdtdserver/lgsm/backup/" \
-v "/home/Fox/7days/7daysprimary/LGSM-Config:/home/sdtdserver/lgsm/config-lgsm/sdtdserver/" \
-p 26900:26900/tcp \
-p 26900:26900/udp \
-p 26901:26901/udp \
-p 26902:26902/udp \
-e START_MODE=1 \
-e VERSION=stable \
vinanrra/7dtd-server:latest

And let docker create the folders

I have execute the above command and works without any errors, i hope this fix your error and you can enjoy your server, because Alpha 19 is gonna be soon

@RedFox122

RedFox122 commented 4 years ago

I very much appreciate your time. I removed the docker container made sure to pull to be 100% I'm on latest ran exactly what you said. And unfortently still got the same output. My user account is within the docker group havnt had any issues with my other containers running minecraft and terraria servers. Used chown on the user and files recursively just to be sure. I'm not sure what I'm missing.

RedFox122 commented 4 years ago

Also pid gpid seamed to be the same with and without the flag.

RedFox122 commented 4 years ago
Information! SteamCMD is already installed...OK

Installing 7 Days To Die Server
=================================
Redirecting stderr to '/home/sdtdserver/.local/share/Steam/logs/stderr.txt'
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
[  0%] Checking for available update...
[  0%] Downloading update (0 of 76,908 KB)...
[  0%] Downloading update (5,219 of 76,908 KB)...
[  6%] Downloading update (9,832 of 76,908 KB)...
[ 12%] Downloading update (13,939 of 76,908 KB)...
[ 18%] Downloading update (18,501 of 76,908 KB)...
[ 24%] Downloading update (22,654 of 76,908 KB)...
[ 29%] Downloading update (26,770 of 76,908 KB)...
[ 34%] Downloading update (30,937 of 76,908 KB)...
[ 40%] Downloading update (35,101 of 76,908 KB)...
[ 45%] Downloading update (39,260 of 76,908 KB)...
[ 51%] Downloading update (43,798 of 76,908 KB)...
[ 56%] Downloading update (46,660 of 76,908 KB)...
[ 60%] Downloading update (49,143 of 76,908 KB)...
[ 63%] Downloading update (51,221 of 76,908 KB)...
[ 66%] Downloading update (53,297 of 76,908 KB)...
[ 69%] Downloading update (55,577 of 76,908 KB)...
[ 72%] Downloading update (57,634 of 76,908 KB)...
[ 74%] Downloading update (59,696 of 76,908 KB)...
[ 77%] Downloading update (61,760 of 76,908 KB)...
[ 80%] Downloading update (64,058 of 76,908 KB)...
[ 83%] Downloading update (66,134 of 76,908 KB)...
[ 85%] Downloading update (68,193 of 76,908 KB)...
[ 88%] Downloading update (70,287 of 76,908 KB)...
[ 91%] Downloading update (72,568 of 76,908 KB)...
[ 94%] Downloading update (74,661 of 76,908 KB)...
[ 97%] Downloading update (76,720 of 76,908 KB)...
[ 99%] Downloading update (76,908 of 76,908 KB)...
[100%] Download Complete.
[----] Applying update...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching...
Redirecting stderr to '/home/sdtdserver/.local/share/Steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Downloading update (27 of 51,248 KB)...
[  0%] Downloading update (3,695 of 51,248 KB)...
[  7%] Downloading update (6,722 of 51,248 KB)...
[ 13%] Downloading update (9,753 of 51,248 KB)...
[ 19%] Downloading update (12,299 of 51,248 KB)...
[ 23%] Downloading update (14,854 of 51,248 KB)...
[ 28%] Downloading update (17,396 of 51,248 KB)...
[ 33%] Downloading update (20,200 of 51,248 KB)...
[ 39%] Downloading update (22,728 of 51,248 KB)...
[ 44%] Downloading update (25,255 of 51,248 KB)...
[ 49%] Downloading update (26,946 of 51,248 KB)...
[ 52%] Downloading update (28,751 of 51,248 KB)...
[ 56%] Downloading update (30,612 of 51,248 KB)...
[ 59%] Downloading update (31,876 of 51,248 KB)...
[ 62%] Downloading update (33,157 of 51,248 KB)...
[ 64%] Downloading update (34,563 of 51,248 KB)...
[ 67%] Downloading update (35,429 of 51,248 KB)...
[ 69%] Downloading update (36,450 of 51,248 KB)...
[ 71%] Downloading update (37,844 of 51,248 KB)...
[ 73%] Downloading update (39,117 of 51,248 KB)...
[ 76%] Downloading update (40,395 of 51,248 KB)...
[ 78%] Downloading update (41,792 of 51,248 KB)...
[ 81%] Downloading update (43,058 of 51,248 KB)...
[ 84%] Downloading update (44,331 of 51,248 KB)...
[ 86%] Downloading update (45,592 of 51,248 KB)...
[ 88%] Downloading update (46,993 of 51,248 KB)...
[ 91%] Downloading update (48,267 of 51,248 KB)...
[ 94%] Downloading update (49,534 of 51,248 KB)...
[ 96%] Downloading update (50,913 of 51,248 KB)...
[ 99%] Downloading update (51,248 of 51,248 KB)...
[100%] Download complete.
[----] Installing update...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching Steamcmd...
Redirecting stderr to '/home/sdtdserver/.local/share/Steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam API...Warning: failed to init SDL thread priority manager: SDL not found
OK.

Connecting anonymously to Steam Public...Logged in OK
Waiting for user info...OK
 Update state (0x3) reconfiguring, progress: 0.00 (0 / 0)
 Update state (0x5) verifying install, progress: 67.00 (8093396242 / 12080234933)
Error! App '294420' state is 0x202 after update job.
Warning! SteamCMD did not complete the download, retrying: Attempt 2
Redirecting stderr to '/home/sdtdserver/.local/share/Steam/logs/stderr.txt'
[  0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client (c) Valve Corporation
-- type 'quit' to exit --
Loading Steam API...Warning: failed to init SDL thread priority manager: SDL not found
RedFox122 commented 4 years ago

what size it the full container I think my var partition was filling up hence the Error! App '294420' state is 0x202 after update job.

vinanrra commented 4 years ago

The container is around 300MB but when you install the server it can take up to 10GB, because you install whole 7 Days To Die Game

El vie., 19 jun. 2020 23:35, RedFox122 notifications@github.com escribió:

what size it the full container I think my var partition was filling up hence the Error! App '294420' state is 0x202 after update job.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/vinanrra/Docker-7DaysToDie/issues/19#issuecomment-646868860, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAM5E35X37V7UJW6VZDZ23RXPK2TANCNFSM4OAAMZZQ .

RedFox122 commented 4 years ago

yeah my var is filling up then ill report back when I resize the partition and let you know.

RedFox122 commented 4 years ago

no go https://pastebin.com/VHRJCUiu

vinanrra commented 4 years ago

You still have same problem, you are out of space.

Line 489: Error! App '294420' state is 0x202 after update job.

El sáb., 20 jun. 2020 4:31, RedFox122 notifications@github.com escribió:

no go https://pastebin.com/VHRJCUiu

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/vinanrra/Docker-7DaysToDie/issues/19#issuecomment-646923561, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAM5E6J63JNTEQMSJZ7RQ3RXQNQZANCNFSM4OAAMZZQ .

RedFox122 commented 4 years ago

I expanded the var partition only to find out there wasnt enough room in home. got that all sorted looks like its downloading.

RedFox122 commented 4 years ago

can mark as closed thank you for your time.