You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have gotten the container to run with the --platform flags. However, the server is not running. The volume directories all got created successfully. I saw this in the logs of the container: PORT" -world "$WORLD_NAME" -public "$SERVER_PUBLIC" "${password_args[@]}" $SERVER_ARGS > >(filter) 2>&1 May 28 23:23:00 supervisord: valheim-server DEBUG - [1664] - Valheim server with PID 1677 stopped May 28 23:23:00 supervisord: valheim-server INFO - Releasing PID file /var/run/valheim/valheim-server.pid May 28 23:23:00 supervisord: valheim-server INFO - Shutdown complete 2024-05-28 23:23:01,313 INFO exited: valheim-server (exit status 0; not expected) 2024-05-28 23:23:01,321 INFO gave up: valheim-server entered FATAL state, too many start retries too quickly 2024-05-28 23:23:02,325 INFO reaped unknown pid 1720 (exit status 0) 2024-05-28 23:23:05,342 INFO reaped unknown pid 1726 (exit status 0) May 28 23:30:01 CRON[2148]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0) May 28 23:30:01 CRON[2150]: (root) CMD ([ -f "/var/run/valheim/valheim-updater.pid" ] && kill -HUP $(cat /var/run/valheim/valheim-updater.pid)) May 28 23:30:02 CRON[2148]: pam_unix(cron:session): session closed for user root May 28 23:30:02 supervisord: valheim-updater DEBUG - [92] - Received signal to check for update May 28 23:30:03 supervisord: valheim-updater DEBUG - [92] - Kernel: Linux c81d1bcb57cf 6.6.28+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) x86_64 GNU/Linux May 28 23:30:03 supervisord: valheim-updater DEBUG - [92] - Unable to determine CPU Frequency - setting a default of 1.5 GHz so steamcmd won't complain May 28 23:30:03 supervisord: valheim-updater DEBUG - [92] - Memory total/free/available: 7997476/151996/7062340 May 28 23:30:03 supervisord: valheim-updater DEBUG - [92] - Storage configuration: May 28 23:30:03 supervisord: valheim-updater Filesystem Size Used Avail Use% Mounted on May 28 23:30:03 supervisord: valheim-updater overlay 117G 19G 93G 17% / May 28 23:30:03 supervisord: valheim-updater /dev/mmcblk0p2 117G 19G 93G 17% /config May 28 23:30:03 supervisord: valheim-updater overlay / overlay rw,relatime,lowerdir=/var/lib/docker/overlay2/l/NKVRCA2P33BEYLHBAOLOZTSBMS:/var/lib/docker/overlay2/l/IPIZ2JZE7OPAXTMNIIAQEYNXXT:/var/lib/docker/overlay2/l/M42XVA5I7SEEVPS2YIX7HMTD5T:/var/lib/docker/overlay2/l/MTBQN7BSWHPWUPOLEYLLF54KMM:/var/lib/docker/overlay2/l/NXL7KDGSHX4AU3SSJ7W4M3R5KL:/var/lib/docker/overlay2/l/SP5OGESALNV4FPUOJXAXPR232A:/var/lib/docker/overlay2/l/YGTSTOHOVK4N7CGCJ6UBWWG6IA:/var/lib/docker/overlay2/l/YHCKW5JHLXVENT6P4UUF4GBW7B,upperdir=/var/lib/docker/overlay2/21c7e580a794007dddf2cb64d679f3f01839d6fa521d8c697c2d83b450b92950/diff,workdir=/var/lib/docker/overlay2/21c7e580a794007dddf2cb64d679f3f01839d6fa521d8c697c2d83b450b92950/work 0 0 May 28 23:30:03 supervisord: valheim-updater /dev/mmcblk0p2 /config ext4 rw,noatime 0 0 May 28 23:30:03 supervisord: valheim-updater /dev/mmcblk0p2 /opt/valheim ext4 rw,noatime 0 0 May 28 23:30:09 supervisord: valheim-updater DEBUG - [92] - No players connected to Valheim server May 28 23:30:09 supervisord: valheim-updater INFO - Downloading/updating/validating Valheim server from Steam May 28 23:30:18 supervisord: valheim-updater Redirecting stderr to '/home/valheim/Steam/logs/stderr.txt' May 28 23:30:18 supervisord: valheim-updater Logging directory: '/home/valheim/Steam/logs' May 28 23:30:18 supervisord: valheim-updater [ 0%] Checking for available updates... May 28 23:30:18 supervisord: valheim-updater [----] Verifying installation... May 28 23:30:18 supervisord: valheim-updater UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1716584438 May 28 23:30:18 supervisord: valheim-updater -- type 'quit' to exit -- May 28 23:30:18 supervisord: valheim-updater Loading Steam API... May 28 23:30:20 supervisord: valheim-updater OK May 28 23:30:20 supervisord: valheim-updater May 28 23:30:20 supervisord: valheim-updater Connecting anonymously to Steam Public... May 28 23:30:37 supervisord: valheim-updater OK May 28 23:30:37 supervisord: valheim-updater Waiting for client config...OK May 28 23:30:37 supervisord: valheim-updater Waiting for user info... May 28 23:32:20 supervisord: valheim-updater OK
Anyone have any luck getting this to work on ARM64 architecture? I love my little raspberry pi 4. So sad I can't play modded valheim with the bros on it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have gotten the container to run with the --platform flags. However, the server is not running. The volume directories all got created successfully. I saw this in the logs of the container:
PORT" -world "$WORLD_NAME" -public "$SERVER_PUBLIC" "${password_args[@]}" $SERVER_ARGS > >(filter) 2>&1 May 28 23:23:00 supervisord: valheim-server DEBUG - [1664] - Valheim server with PID 1677 stopped May 28 23:23:00 supervisord: valheim-server INFO - Releasing PID file /var/run/valheim/valheim-server.pid May 28 23:23:00 supervisord: valheim-server INFO - Shutdown complete 2024-05-28 23:23:01,313 INFO exited: valheim-server (exit status 0; not expected) 2024-05-28 23:23:01,321 INFO gave up: valheim-server entered FATAL state, too many start retries too quickly 2024-05-28 23:23:02,325 INFO reaped unknown pid 1720 (exit status 0) 2024-05-28 23:23:05,342 INFO reaped unknown pid 1726 (exit status 0) May 28 23:30:01 CRON[2148]: pam_unix(cron:session): session opened for user root(uid=0) by (uid=0) May 28 23:30:01 CRON[2150]: (root) CMD ([ -f "/var/run/valheim/valheim-updater.pid" ] && kill -HUP $(cat /var/run/valheim/valheim-updater.pid)) May 28 23:30:02 CRON[2148]: pam_unix(cron:session): session closed for user root May 28 23:30:02 supervisord: valheim-updater DEBUG - [92] - Received signal to check for update May 28 23:30:03 supervisord: valheim-updater DEBUG - [92] - Kernel: Linux c81d1bcb57cf 6.6.28+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) x86_64 GNU/Linux May 28 23:30:03 supervisord: valheim-updater DEBUG - [92] - Unable to determine CPU Frequency - setting a default of 1.5 GHz so steamcmd won't complain May 28 23:30:03 supervisord: valheim-updater DEBUG - [92] - Memory total/free/available: 7997476/151996/7062340 May 28 23:30:03 supervisord: valheim-updater DEBUG - [92] - Storage configuration: May 28 23:30:03 supervisord: valheim-updater Filesystem Size Used Avail Use% Mounted on May 28 23:30:03 supervisord: valheim-updater overlay 117G 19G 93G 17% / May 28 23:30:03 supervisord: valheim-updater /dev/mmcblk0p2 117G 19G 93G 17% /config May 28 23:30:03 supervisord: valheim-updater overlay / overlay rw,relatime,lowerdir=/var/lib/docker/overlay2/l/NKVRCA2P33BEYLHBAOLOZTSBMS:/var/lib/docker/overlay2/l/IPIZ2JZE7OPAXTMNIIAQEYNXXT:/var/lib/docker/overlay2/l/M42XVA5I7SEEVPS2YIX7HMTD5T:/var/lib/docker/overlay2/l/MTBQN7BSWHPWUPOLEYLLF54KMM:/var/lib/docker/overlay2/l/NXL7KDGSHX4AU3SSJ7W4M3R5KL:/var/lib/docker/overlay2/l/SP5OGESALNV4FPUOJXAXPR232A:/var/lib/docker/overlay2/l/YGTSTOHOVK4N7CGCJ6UBWWG6IA:/var/lib/docker/overlay2/l/YHCKW5JHLXVENT6P4UUF4GBW7B,upperdir=/var/lib/docker/overlay2/21c7e580a794007dddf2cb64d679f3f01839d6fa521d8c697c2d83b450b92950/diff,workdir=/var/lib/docker/overlay2/21c7e580a794007dddf2cb64d679f3f01839d6fa521d8c697c2d83b450b92950/work 0 0 May 28 23:30:03 supervisord: valheim-updater /dev/mmcblk0p2 /config ext4 rw,noatime 0 0 May 28 23:30:03 supervisord: valheim-updater /dev/mmcblk0p2 /opt/valheim ext4 rw,noatime 0 0 May 28 23:30:09 supervisord: valheim-updater DEBUG - [92] - No players connected to Valheim server May 28 23:30:09 supervisord: valheim-updater INFO - Downloading/updating/validating Valheim server from Steam May 28 23:30:18 supervisord: valheim-updater Redirecting stderr to '/home/valheim/Steam/logs/stderr.txt' May 28 23:30:18 supervisord: valheim-updater Logging directory: '/home/valheim/Steam/logs' May 28 23:30:18 supervisord: valheim-updater [ 0%] Checking for available updates... May 28 23:30:18 supervisord: valheim-updater [----] Verifying installation... May 28 23:30:18 supervisord: valheim-updater UpdateUI: skip show logoSteam Console Client (c) Valve Corporation - version 1716584438 May 28 23:30:18 supervisord: valheim-updater -- type 'quit' to exit -- May 28 23:30:18 supervisord: valheim-updater Loading Steam API... May 28 23:30:20 supervisord: valheim-updater OK May 28 23:30:20 supervisord: valheim-updater May 28 23:30:20 supervisord: valheim-updater Connecting anonymously to Steam Public... May 28 23:30:37 supervisord: valheim-updater OK May 28 23:30:37 supervisord: valheim-updater Waiting for client config...OK May 28 23:30:37 supervisord: valheim-updater Waiting for user info... May 28 23:32:20 supervisord: valheim-updater OK
Anyone have any luck getting this to work on ARM64 architecture? I love my little raspberry pi 4. So sad I can't play modded valheim with the bros on it.
Beta Was this translation helpful? Give feedback.
All reactions