Hello,
Trying to update from 2310 to 2643 and although the update finishes succesfully and my apps work (grocy, paperless) the web ui eventually breaks and shows system error. Files app also has/had an issue even before the update
Pasting some logs but it looks like backend, API and Authelia services break.
root@syncloud:~# strace /snap/platform/2643/bin/backend 2>&1 | tail -20
execve(“/snap/platform/2643/bin/backend”, [“/snap/platform/2643/bin/backend”], 0xffffe060c670 /* 15 vars */) = -1 EFAULT (Bad address)
+++ killed by SIGSEGV +++
—
root@syncloud:~# ldd /snap/platform/2310/bin/backend
not a dynamic executable
root@syncloud:~# ldd /snap/platform/2643/bin/backend
ldd: exited with unknown exit code (135)
—
root@syncloud:~# snap services platform
Service Startup Current Notes
platform.api enabled inactive -
platform.authelia enabled inactive -
platform.backend enabled inactive -
platform.login enabled active -
platform.nginx-custom-proxy enabled active -
platform.nginx-public enabled active -
platform.openldap enabled active -
root@syncloud:~# snap services nextcloud
Service Startup Current Notes
nextcloud.nats enabled active -
nextcloud.nginx enabled active -
nextcloud.php-fpm enabled active -
nextcloud.postgresql enabled active -
nextcloud.redis enabled active -
nextcloud.signaling enabled active -
root@syncloud:~# snap services paperless
Service Startup Current Notes
paperless.celery enabled active -
paperless.celery-beat enabled active -
paperless.consumer enabled active -
paperless.gunicorn enabled active -
paperless.postgresql enabled active -
paperless.redis enabled active -
Files broken
root@syncloud:~# snap services files
Service Startup Current Notes
files.nginx enabled inactive -
files.uwsgi enabled active -
Current versions (until platform rolls back again)
root@syncloud:~# snap list
Name Version Rev Tracking Publisher Notes
files 170 170 latest/stable syncloud✓ -
grocy 128 128 latest/stable syncloud✓ -
nextcloud 898 898 latest/stable syncloud✓ -
openvpn 256 256 latest/stable syncloud✓ -
paperless 116 116 latest/stable syncloud✓ -
platform 2643 2643 latest/stable syncloud✓ base
users 299 299 latest/stable syncloud✓ -
Initialize device account-key assertion fail
Whats also worth a mention is that i’ve done this update twice before but it seems to rollback by what looks like a “Initialize device” request fail.
root@syncloud:~# snap changes | tail -20
ID Status Spawn Ready Summary
91 Error 2025-06-26 today at 18:59 UTC Initialize device
92 Error today at 19:04 UTC today at 19:04 UTC Initialize device
93 Error today at 19:19 UTC today at 19:19 UTC Initialize device
94 Error today at 19:44 UTC today at 19:44 UTC Initialize device
root@syncloud:~# snap tasks 91
Status Spawn Ready Summary
Done 2025-06-26 today at 18:59 UTC Generate device key
Error 2025-06-26 today at 18:59 UTC Request device serial
…
Request device serial
2026-04-09T18:59:58Z ERROR cannot add “account-key” assertion with primary key clashing with a trusted assertion: [hIedp1AvrWlcDI4uS_qjoFLzjKl5enu4G2FYJpgB3Pj-tUzGlTQBxMBsBmi-tnJR]
—