Libre Workspace Installation Loop auf Hetzner Cloud (Debian 12&13)

Hallo zusammen,

ich versuche gerade Libre Workspace auf einem Hetzner Cloud Server zu installieren. Die Installation läuft jedoch in eine Endlosschleife.

Der Service libre-workspace-portal.service startet, führt die Initialisierung durch (Migrations, Static Files, RSA Key Generierung) und startet Gunicorn. Nach ca. 5 Sekunden wird der Service jedoch jedes Mal mit einem SIGTERM sauber beendet und von systemd sofort wieder neu gestartet.
Es gibt keine Fehlermeldung im Log – der Dienst wird einfach von außen “abgewürgt”.

Log-Auszug des Loops:

Feb 15 18:45:07 xxx systemd[1]: Started libre-workspace-portal.service.
Feb 15 18:45:07 xxx libre-workspace-portal: [INFO] Starting gunicorn 25.1.0
Feb 15 18:45:07 xxx libre-workspace-portal: [INFO] Listening at: http://127.0.0.1:11123
Feb 15 18:45:07 xxx libre-workspace-portal: [INFO] Booting worker with pid: 14009
... (5 Sekunden später) ...
Feb 15 18:45:12 xxx systemd[1]: Stopping libre-workspace-portal.service...
Feb 15 18:45:12 xxx libre-workspace-portal: [INFO] Handling signal: term
Feb 15 18:45:12 xxx libre-workspace-portal: [INFO] Worker (pid:14009) was sent SIGTERM!
Feb 15 18:45:12 xxx systemd[1]: Stopped libre-workspace-portal.service.
Feb 15 18:45:12 xxx systemd[1]: Started libre-workspace-portal.service.
System: Debian 12 (Bookworm)
Hoster: Hetzner Cloud
Status: Neuinstallation via offiziellem Skript.

Es wirkt so, als würde ein Healthcheck des Installers oder von systemd fehlschlagen, weil der Dienst innerhalb der ersten 5 Sekunden nicht “bereit” meldet. Hat jemand Erfahrungen mit Libre Workspace auf Hetzner und weiß, ob hier ein spezifischer Timeout in der systemd-Unit oder ein Entropie-Problem (RSA Key Generierung dauert zu lange) vorliegt?

Vielen Dank für jede Hilfe!
aspirin

Bitte nehme Debian 13 für die Installation.
Debian 12 wird nicht mehr offiziell unterstützt.

Hallo Jean,

danke für den Hinweis :+1:
Ich habe es auch mit Debian 13 probiert – leider identisches Verhalten: der Service startet sauber, initialisiert alles (Migrations/Static Files/RSA Key) und Gunicorn läuft kurz an, wird dann aber nach ein paar Sekunden wieder beendet und direkt neu gestartet.

Kurzer Log-Ausschnitt dazu:

Feb 16 17:30:53 ... [INFO] Starting gunicorn 25.1.0
Feb 16 17:30:53 ... [INFO] Listening at: http://127.0.0.1:11123
Feb 16 17:30:56 ... [INFO] Handling signal: term
Feb 16 17:30:56 ... systemd[1]: Stopping libre-workspace-portal.service...
Feb 16 17:30:57 ... systemd[1]: Started libre-workspace-portal.service...

Heißt: es sieht so aus, als würde systemd den Dienst aktiv wieder stoppen (SIGTERM), obwohl keine eigentliche Fehlermeldung erscheint.

Falls du bei Debian 13 noch einen Tipp hast, worauf man achten muss (z. B. irgendeine Besonderheit bei der Unit/Config), wäre ich dankbar.

Viele Grüße
aspirin

Mhm. Also ein Neustart oder zwei Neutstarts am Anfang können okay sein in den ersten Minuten.

Wenn das aber die ganze Zeit ist, macht das nicht so sinn.

Kannst Du den gesamten Terminal Inhalt (notfalls als Text-Datei) mal reinstellen?

Hallo Jean,

hier der komplette relevante Output von “journalctl -u libre-workspace-portal.service -b --no-pager”.

Feb 16 17:51:58 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:00 xxx libre-workspace-portal[814]: /
Feb 16 17:52:00 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:52:00 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:52:00 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:00 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:01 xxx libre-workspace-portal[1022]: /
Feb 16 17:52:02 xxx libre-workspace-portal[1053]: Operations to perform:
Feb 16 17:52:02 xxx libre-workspace-portal[1053]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:52:02 xxx libre-workspace-portal[1053]: Running migrations:
Feb 16 17:52:02 xxx libre-workspace-portal[1053]:   No migrations to apply.
Feb 16 17:52:03 xxx libre-workspace-portal[1064]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:52:04 xxx libre-workspace-portal[1067]: RSA key successfully created with kid: 46773857eab7b93c0b83658e783fee9e
Feb 16 17:52:05 xxx libre-workspace-portal[1077]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:05 xxx libre-workspace-portal[1077]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:05 xxx libre-workspace-portal[1022]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:52:08 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:52:08 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:52:08 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:08 xxx systemd[1]: libre-workspace-portal.service: Consumed 4.151s CPU time, 90.8M memory peak.
Feb 16 17:52:08 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:08 xxx libre-workspace-portal[1210]: /
Feb 16 17:52:09 xxx libre-workspace-portal[1242]: Operations to perform:
Feb 16 17:52:09 xxx libre-workspace-portal[1242]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:52:09 xxx libre-workspace-portal[1242]: Running migrations:
Feb 16 17:52:09 xxx libre-workspace-portal[1242]:   No migrations to apply.
Feb 16 17:52:09 xxx libre-workspace-portal[1252]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:52:10 xxx libre-workspace-portal[1255]: RSA key successfully created with kid: e87cf75ba68e8ae00cedd19635443891
Feb 16 17:52:11 xxx libre-workspace-portal[1265]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:11 xxx libre-workspace-portal[1265]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:11 xxx libre-workspace-portal[1210]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:52:15 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:52:15 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:52:15 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:15 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.222s CPU time, 61.7M memory peak.
Feb 16 17:52:15 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:15 xxx libre-workspace-portal[1398]: /
Feb 16 17:52:16 xxx libre-workspace-portal[1430]: Operations to perform:
Feb 16 17:52:16 xxx libre-workspace-portal[1430]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:52:16 xxx libre-workspace-portal[1430]: Running migrations:
Feb 16 17:52:16 xxx libre-workspace-portal[1430]:   No migrations to apply.
Feb 16 17:52:17 xxx libre-workspace-portal[1440]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:52:18 xxx libre-workspace-portal[1443]: RSA key successfully created with kid: 6a07f5a5e091cc5af07bd061ae495448
Feb 16 17:52:18 xxx libre-workspace-portal[1453]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:18 xxx libre-workspace-portal[1453]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:18 xxx libre-workspace-portal[1398]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:52:22 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:52:22 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:52:22 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:22 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.263s CPU time, 61.9M memory peak.
Feb 16 17:52:22 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:22 xxx libre-workspace-portal[1586]: /
Feb 16 17:52:23 xxx libre-workspace-portal[1618]: Operations to perform:
Feb 16 17:52:23 xxx libre-workspace-portal[1618]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:52:23 xxx libre-workspace-portal[1618]: Running migrations:
Feb 16 17:52:23 xxx libre-workspace-portal[1618]:   No migrations to apply.
Feb 16 17:52:24 xxx libre-workspace-portal[1628]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:52:25 xxx libre-workspace-portal[1631]: RSA key successfully created with kid: 0f94941579e9871ca74f03dd9d451679
Feb 16 17:52:25 xxx libre-workspace-portal[1641]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:25 xxx libre-workspace-portal[1641]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:26 xxx libre-workspace-portal[1586]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:52:30 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:52:30 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:52:30 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:30 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.285s CPU time, 61.9M memory peak.
Feb 16 17:52:30 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:30 xxx libre-workspace-portal[1774]: /
Feb 16 17:52:31 xxx libre-workspace-portal[1806]: Operations to perform:
Feb 16 17:52:31 xxx libre-workspace-portal[1806]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:52:31 xxx libre-workspace-portal[1806]: Running migrations:
Feb 16 17:52:31 xxx libre-workspace-portal[1806]:   No migrations to apply.
Feb 16 17:52:31 xxx libre-workspace-portal[1816]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:52:32 xxx libre-workspace-portal[1822]: RSA key successfully created with kid: e6102ce9d8ed5ca9827aaf9659ef9590
Feb 16 17:52:33 xxx libre-workspace-portal[1865]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:33 xxx libre-workspace-portal[1865]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:33 xxx libre-workspace-portal[1774]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:52:37 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:52:37 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:52:37 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:37 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.289s CPU time, 62M memory peak.
Feb 16 17:52:37 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:37 xxx libre-workspace-portal[2000]: /
Feb 16 17:52:38 xxx libre-workspace-portal[2031]: Operations to perform:
Feb 16 17:52:38 xxx libre-workspace-portal[2031]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:52:38 xxx libre-workspace-portal[2031]: Running migrations:
Feb 16 17:52:38 xxx libre-workspace-portal[2031]:   No migrations to apply.
Feb 16 17:52:39 xxx libre-workspace-portal[2042]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:52:39 xxx libre-workspace-portal[2045]: RSA key successfully created with kid: a4599a1539d227b9c4342a92c81b5f05
Feb 16 17:52:40 xxx libre-workspace-portal[2055]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:40 xxx libre-workspace-portal[2055]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:40 xxx libre-workspace-portal[2000]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:52:44 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:52:44 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:52:44 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:44 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.401s CPU time, 61.8M memory peak.
Feb 16 17:52:44 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:44 xxx libre-workspace-portal[2188]: /
Feb 16 17:52:45 xxx libre-workspace-portal[2220]: Operations to perform:
Feb 16 17:52:45 xxx libre-workspace-portal[2220]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:52:45 xxx libre-workspace-portal[2220]: Running migrations:
Feb 16 17:52:45 xxx libre-workspace-portal[2220]:   No migrations to apply.
Feb 16 17:52:45 xxx libre-workspace-portal[2230]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:52:46 xxx libre-workspace-portal[2233]: RSA key successfully created with kid: f6da57fe6b125b8425de1ae7acedab2b
Feb 16 17:52:47 xxx libre-workspace-portal[2243]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:47 xxx libre-workspace-portal[2243]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:47 xxx libre-workspace-portal[2188]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:52:51 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:52:51 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:52:51 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:51 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.042s CPU time, 61.6M memory peak.
Feb 16 17:52:51 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:51 xxx libre-workspace-portal[2376]: /
Feb 16 17:52:52 xxx libre-workspace-portal[2407]: Operations to perform:
Feb 16 17:52:52 xxx libre-workspace-portal[2407]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:52:52 xxx libre-workspace-portal[2407]: Running migrations:
Feb 16 17:52:52 xxx libre-workspace-portal[2407]:   No migrations to apply.
Feb 16 17:52:53 xxx libre-workspace-portal[2418]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:52:54 xxx libre-workspace-portal[2421]: RSA key successfully created with kid: 2b77374a5350867a8cef48f5d5181c8e
Feb 16 17:52:55 xxx libre-workspace-portal[2432]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:55 xxx libre-workspace-portal[2432]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:52:55 xxx libre-workspace-portal[2376]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:52:59 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:52:59 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:52:59 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:59 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.447s CPU time, 61.8M memory peak.
Feb 16 17:52:59 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:52:59 xxx libre-workspace-portal[2565]: /
Feb 16 17:53:00 xxx libre-workspace-portal[2597]: Operations to perform:
Feb 16 17:53:00 xxx libre-workspace-portal[2597]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:53:00 xxx libre-workspace-portal[2597]: Running migrations:
Feb 16 17:53:00 xxx libre-workspace-portal[2597]:   No migrations to apply.
Feb 16 17:53:00 xxx libre-workspace-portal[2607]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:53:01 xxx libre-workspace-portal[2610]: RSA key successfully created with kid: c5799ede0996140667bd2f8711923132
Feb 16 17:53:02 xxx libre-workspace-portal[2620]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:02 xxx libre-workspace-portal[2620]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:02 xxx libre-workspace-portal[2565]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:53:06 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:53:06 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:53:06 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:06 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.787s CPU time, 61.8M memory peak.
Feb 16 17:53:06 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:06 xxx libre-workspace-portal[2754]: /
Feb 16 17:53:07 xxx libre-workspace-portal[2786]: Operations to perform:
Feb 16 17:53:07 xxx libre-workspace-portal[2786]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:53:07 xxx libre-workspace-portal[2786]: Running migrations:
Feb 16 17:53:07 xxx libre-workspace-portal[2786]:   No migrations to apply.
Feb 16 17:53:07 xxx libre-workspace-portal[2797]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:53:08 xxx libre-workspace-portal[2800]: RSA key successfully created with kid: f2c215a529771ae30de1942f3703a911
Feb 16 17:53:09 xxx libre-workspace-portal[2810]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:09 xxx libre-workspace-portal[2810]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:09 xxx libre-workspace-portal[2754]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:53:13 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:53:13 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:53:13 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:13 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.384s CPU time, 61.6M memory peak.
Feb 16 17:53:13 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:13 xxx libre-workspace-portal[2943]: /
Feb 16 17:53:14 xxx libre-workspace-portal[2975]: Operations to perform:
Feb 16 17:53:14 xxx libre-workspace-portal[2975]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:53:14 xxx libre-workspace-portal[2975]: Running migrations:
Feb 16 17:53:14 xxx libre-workspace-portal[2975]:   No migrations to apply.
Feb 16 17:53:15 xxx libre-workspace-portal[2985]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:53:16 xxx libre-workspace-portal[2988]: RSA key successfully created with kid: a82306ad27182a3ed15709c3d23409b8
Feb 16 17:53:16 xxx libre-workspace-portal[2998]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:16 xxx libre-workspace-portal[2998]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:16 xxx libre-workspace-portal[2943]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:53:20 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:53:20 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:53:20 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:20 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.375s CPU time, 61.7M memory peak.
Feb 16 17:53:20 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:20 xxx libre-workspace-portal[3131]: /
Feb 16 17:53:21 xxx libre-workspace-portal[3163]: Operations to perform:
Feb 16 17:53:21 xxx libre-workspace-portal[3163]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:53:21 xxx libre-workspace-portal[3163]: Running migrations:
Feb 16 17:53:21 xxx libre-workspace-portal[3163]:   No migrations to apply.
Feb 16 17:53:22 xxx libre-workspace-portal[3173]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:53:23 xxx libre-workspace-portal[3176]: RSA key successfully created with kid: 0bda0929b84940a6a25e172e3620778e
Feb 16 17:53:24 xxx libre-workspace-portal[3186]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:24 xxx libre-workspace-portal[3186]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:24 xxx libre-workspace-portal[3131]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:53:27 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:53:27 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:53:27 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:27 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.422s CPU time, 61.8M memory peak.
Feb 16 17:53:27 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:28 xxx libre-workspace-portal[3319]: /
Feb 16 17:53:28 xxx libre-workspace-portal[3351]: Operations to perform:
Feb 16 17:53:28 xxx libre-workspace-portal[3351]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:53:28 xxx libre-workspace-portal[3351]: Running migrations:
Feb 16 17:53:28 xxx libre-workspace-portal[3351]:   No migrations to apply.
Feb 16 17:53:29 xxx libre-workspace-portal[3361]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:53:30 xxx libre-workspace-portal[3364]: RSA key successfully created with kid: 2f1383b48460756ed459f84cef3255a3
Feb 16 17:53:31 xxx libre-workspace-portal[3374]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:31 xxx libre-workspace-portal[3374]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:31 xxx libre-workspace-portal[3319]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:53:35 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:53:35 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:53:35 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:35 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.211s CPU time, 61.9M memory peak.
Feb 16 17:53:35 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:35 xxx libre-workspace-portal[3507]: /
Feb 16 17:53:36 xxx libre-workspace-portal[3539]: Operations to perform:
Feb 16 17:53:36 xxx libre-workspace-portal[3539]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:53:36 xxx libre-workspace-portal[3539]: Running migrations:
Feb 16 17:53:36 xxx libre-workspace-portal[3539]:   No migrations to apply.
Feb 16 17:53:37 xxx libre-workspace-portal[3549]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:53:38 xxx libre-workspace-portal[3552]: RSA key successfully created with kid: 255af3547e1be922a8ec7acc909ec230
Feb 16 17:53:38 xxx libre-workspace-portal[3562]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:38 xxx libre-workspace-portal[3562]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:38 xxx libre-workspace-portal[3507]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:53:42 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:53:42 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:53:42 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:42 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.391s CPU time, 61.8M memory peak.
Feb 16 17:53:42 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:42 xxx libre-workspace-portal[3695]: /
Feb 16 17:53:43 xxx libre-workspace-portal[3727]: Operations to perform:
Feb 16 17:53:43 xxx libre-workspace-portal[3727]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:53:43 xxx libre-workspace-portal[3727]: Running migrations:
Feb 16 17:53:43 xxx libre-workspace-portal[3727]:   No migrations to apply.
Feb 16 17:53:44 xxx libre-workspace-portal[3737]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:53:45 xxx libre-workspace-portal[3740]: RSA key successfully created with kid: a39514466e9f3d68123766a4a66912f5
Feb 16 17:53:45 xxx libre-workspace-portal[3750]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:45 xxx libre-workspace-portal[3750]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:45 xxx libre-workspace-portal[3695]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:53:49 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:53:49 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:53:49 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:49 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.296s CPU time, 61.8M memory peak.
Feb 16 17:53:49 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:49 xxx libre-workspace-portal[3804]: /
Feb 16 17:53:50 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:53:50 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:53:50 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:50 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:50 xxx libre-workspace-portal[3927]: /
Feb 16 17:53:51 xxx libre-workspace-portal[3958]: Operations to perform:
Feb 16 17:53:51 xxx libre-workspace-portal[3958]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:53:51 xxx libre-workspace-portal[3958]: Running migrations:
Feb 16 17:53:51 xxx libre-workspace-portal[3958]:   No migrations to apply.
Feb 16 17:53:51 xxx libre-workspace-portal[3969]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:53:52 xxx libre-workspace-portal[3972]: RSA key successfully created with kid: a9c7c6b4de7c937cde52302ecd1bbb64
Feb 16 17:53:53 xxx libre-workspace-portal[3982]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:53 xxx libre-workspace-portal[3982]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:53:53 xxx libre-workspace-portal[3927]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 17:53:57 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 17:53:57 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 17:53:57 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:57 xxx systemd[1]: libre-workspace-portal.service: Consumed 3.268s CPU time, 61.6M memory peak.
Feb 16 17:53:57 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 17:53:57 xxx libre-workspace-portal[4115]: /
Feb 16 17:53:58 xxx libre-workspace-portal[4147]: Operations to perform:
Feb 16 17:53:58 xxx libre-workspace-portal[4147]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 17:53:58 xxx libre-workspace-portal[4147]: Running migrations:
Feb 16 17:53:58 xxx libre-workspace-portal[4147]:   No migrations to apply.
Feb 16 17:53:58 xxx libre-workspace-portal[4157]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 17:53:59 xxx libre-workspace-portal[4160]: RSA key successfully created with kid: 01a60cb83ab66d42d8256b486bc11118
Feb 16 17:54:00 xxx libre-workspace-portal[4171]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:54:00 xxx libre-workspace-portal[4171]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 17:54:00 xxx libre-workspace-portal[4115]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...

Danach wiederholt sich exakt dieselbe Sequenz (Migrations → collectstatic → RSA-Key → „Server uptime is less than 5 minutes…“ → Stop durch systemd → Restart).

Auffällig dabei:

Es gibt keinen Crash und keine Fehlermeldung.

systemd meldet jedes Mal „Deactivated successfully“, also kein Fehlerstatus.

Gunicorn kommt in diesem Zustand gar nicht dauerhaft zum Laufen, weil der Prozess vorher in diese „uptime < 5 minutes“-Phase geht.

Das Verhalten ist identisch unter Debian 12 und Debian 13.

Es wirkt so, als würde entweder:

eine interne Logik im Wrapper bei Uptime < 5 Minuten nicht blockierend warten, sondern zurückkehren,
oder

systemd den Dienst aufgrund einer Start-/Timeout-Logik aktiv stoppen.

Viele Grüße
aspirin

Klingt jetzt blöd, hast du allerdings schon mal den Server neugestartet?

Ja klar :blush: Jeder reboot tut gut ^^

Besteht das Problem immer noch?

Ja, leider besteht das Problem noch.

Was sagt journalctl -f Kommen da auch andere Meldungen?

Hi Jean,

hier ist der relevante Output von journalctl -f während der Loop läuft:

Feb 16 19:39:30 xxx sudo[159046]: pam_unix(sudo:session): session closed for user root
Feb 16 19:39:30 xxx systemd[1]: libre-workspace-service.service: Main process exited, code=exited, status=1/FAILURE
Feb 16 19:39:30 xxx systemd[1]: libre-workspace-service.service: Failed with result 'exit-code'.
Feb 16 19:39:30 xxx libre-workspace-portal[159170]: /
Feb 16 19:39:31 xxx libre-workspace-portal[159202]: Operations to perform:
Feb 16 19:39:31 xxx libre-workspace-portal[159202]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 19:39:31 xxx libre-workspace-portal[159202]: Running migrations:
Feb 16 19:39:31 xxx libre-workspace-portal[159202]:   No migrations to apply.
Feb 16 19:39:32 xxx libre-workspace-portal[159212]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 19:39:33 xxx libre-workspace-portal[159215]: RSA key successfully created with kid: 817ed66d0353eab3974989fb1954f041
Feb 16 19:39:33 xxx libre-workspace-portal[159226]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 19:39:33 xxx libre-workspace-portal[159226]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 19:39:33 xxx libre-workspace-portal[159170]: Setting number of workers to 2
Feb 16 19:39:33 xxx libre-workspace-portal[159233]: [2026-02-16 19:39:33 +0000] [159233] [INFO] Starting gunicorn 25.1.0
Feb 16 19:39:33 xxx libre-workspace-portal[159233]: [2026-02-16 19:39:33 +0000] [159233] [INFO] Listening at: http://127.0.0.1:11123 (159233)
Feb 16 19:39:33 xxx libre-workspace-portal[159233]: [2026-02-16 19:39:33 +0000] [159233] [INFO] Using worker: sync
Feb 16 19:39:33 xxx libre-workspace-portal[159233]: [2026-02-16 19:39:33 +0000] [159233] [INFO] Control socket listening at /usr/lib/libre-workspace/portal/gunicorn.ctl
Feb 16 19:39:33 xxx libre-workspace-portal[159235]: [2026-02-16 19:39:33 +0000] [159235] [INFO] Booting worker with pid: 159235
Feb 16 19:39:33 xxx libre-workspace-portal[159236]: [2026-02-16 19:39:33 +0000] [159236] [INFO] Booting worker with pid: 159236
Feb 16 19:39:35 xxx systemd[1]: libre-workspace-service.service: Scheduled restart job, restart counter is at 808.
Feb 16 19:39:35 xxx systemd[1]: Started libre-workspace-service.service - Libre Workspace Service. Runs commands which are issued from web and automatic actions..
Feb 16 19:39:35 xxx sudo[159243]:     root : PWD=/usr/lib/libre-workspace/portal/unix/unix_scripts ; USER=root ; COMMAND=/usr/bin/python3 service.py
Feb 16 19:39:35 xxx sudo[159243]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=0)
Feb 16 19:39:36 xxx libre-workspace-service[159247]: not-found
Feb 16 19:39:36 xxx libre-workspace-service[159249]: enabled
Feb 16 19:39:36 xxx libre-workspace-service[159251]: active
Feb 16 19:39:36 xxx libre-workspace-service[159253]: enabled
Feb 16 19:39:36 xxx libre-workspace-service[159255]: active
Feb 16 19:39:36 xxx libre-workspace-service[159257]: not-found
Feb 16 19:39:36 xxx libre-workspace-service[159259]: not-found
Feb 16 19:39:37 xxx libre-workspace-service[159261]: not-found
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 2: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 3: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 8: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159265]: update_everything.sh: line 9: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159266]: update_everything.sh: line 11: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 15: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159267]: update_everything.sh: line 16: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 20: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159268]: update_everything.sh: line 21: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 25: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159269]: update_everything.sh: line 26: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 30: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159270]: update_everything.sh: line 31: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 35: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159271]: update_everything.sh: line 36: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 40: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159272]: update_everything.sh: line 41: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 52: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159279]: update_everything.sh: line 53: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 52: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159286]: update_everything.sh: line 53: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 52: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159293]: update_everything.sh: line 53: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 52: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159300]: update_everything.sh: line 53: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 52: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159307]: update_everything.sh: line 53: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 52: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159314]: update_everything.sh: line 53: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 52: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159321]: update_everything.sh: line 53: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 52: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159328]: update_everything.sh: line 53: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159263]: update_everything.sh: line 58: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-service[159329]: update_everything.sh: line 59: /var/lib/libre-workspace/portal/history/update-2026-02-16.log: No such file or directory
Feb 16 19:39:37 xxx libre-workspace-portal[159233]: [2026-02-16 19:39:37 +0000] [159233] [INFO] Handling signal: term
Feb 16 19:39:37 xxx systemd[1]: Stopping libre-workspace-portal.service - Libre Workspace Portal Service...
Feb 16 19:39:37 xxx libre-workspace-portal[159235]: [2026-02-16 20:39:37 +0100] [159235] [INFO] Worker exiting (pid: 159235)
Feb 16 19:39:37 xxx libre-workspace-portal[159236]: [2026-02-16 20:39:37 +0100] [159236] [INFO] Worker exiting (pid: 159236)
Feb 16 19:39:37 xxx libre-workspace-portal[159233]: [2026-02-16 19:39:37 +0000] [159233] [INFO] Worker (pid:159235) was sent SIGTERM!
Feb 16 19:39:37 xxx libre-workspace-portal[159233]: [2026-02-16 19:39:37 +0000] [159233] [INFO] Worker (pid:159236) was sent SIGTERM!
Feb 16 19:39:37 xxx libre-workspace-portal[159233]: [2026-02-16 19:39:37 +0000] [159233] [INFO] Shutting down: Master
Feb 16 19:39:37 xxx systemd[1]: libre-workspace-portal.service: Deactivated successfully.
Feb 16 19:39:37 xxx systemd[1]: Stopped libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 19:39:37 xxx systemd[1]: libre-workspace-portal.service: Consumed 4.236s CPU time, 81.7M memory peak.
Feb 16 19:39:37 xxx systemd[1]: Started libre-workspace-portal.service - Libre Workspace Portal Service.
Feb 16 19:39:37 xxx libre-workspace-service[159385]: Failed to restart samba-ad-dc.service: Unit samba-ad-dc.service not found.
Feb 16 19:39:37 xxx libre-workspace-service[159395]:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
Feb 16 19:39:37 xxx libre-workspace-service[159395]:                                  Dload  Upload   Total   Spent    Left  Speed
Feb 16 19:39:37 xxx libre-workspace-service[159395]: [158B blob data]
Feb 16 19:39:37 xxx libre-workspace-service[159395]: curl: (7) Failed to connect to localhost port 11123 after 0 ms: Could not connect to server
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Running libre workspace service...
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Starting automatic updates
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Running patches
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Error while running patch file /usr/lib/libre-workspace/modules/nextcloud/patches/2024-06-25_install_pdo_sqlite.sh: [Errno 2] No such file or directory: '/var/lib/libre-workspace/portal/history/patch-2026-02-16.log'
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Error while running patch file /usr/lib/libre-workspace/modules/nextcloud/patches/2024-06-25_move_to_apt_redis.sh: [Errno 2] No such file or directory: '/var/lib/libre-workspace/portal/history/patch-2026-02-16.log'
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Error while running patch file /usr/lib/libre-workspace/modules/nextcloud/patches/2024-08-01_fix_localhost_trusted_domains.sh: [Errno 2] No such file or directory: '/var/lib/libre-workspace/portal/history/patch-2026-02-16.log'
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Error while running patch file /usr/lib/libre-workspace/modules/samba_dc/patches/2024-12-14_mark_samba_dc_installed.sh: [Errno 2] No such file or directory: '/var/lib/libre-workspace/portal/history/patch-2026-02-16.log'
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Error while running patch file /usr/lib/libre-workspace/portal/unix/unix_scripts/general/patches/2024-08-01_dns_forwarder_only.sh: [Errno 2] No such file or directory: '/var/lib/libre-workspace/portal/history/patch-2026-02-16.log'
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Error while running patch file /usr/lib/libre-workspace/portal/unix/unix_scripts/general/patches/2024-12-13_ignore_admin_users_nextcloud.sh: [Errno 2] No such file or directory: '/var/lib/libre-workspace/portal/history/patch-2026-02-16.log'
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Error while running patch file /usr/lib/libre-workspace/portal/unix/unix_scripts/general/patches/2025-11-16_redis_for_django.sh: [Errno 2] No such file or directory: '/var/lib/libre-workspace/portal/history/patch-2026-02-16.log'
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Error while running patch file /usr/lib/libre-workspace/portal/unix/unix_scripts/general/patches/2025_05_09_fix_fail2ban_ond_deb12.sh: [Errno 2] No such file or directory: '/var/lib/libre-workspace/portal/history/patch-2026-02-16.log'
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Error while running patch file /usr/lib/libre-workspace/portal/unix/unix_scripts/general/patches/2026_01_28_fix_media_path_caddy.sh: [Errno 2] No such file or directory: '/var/lib/libre-workspace/portal/history/patch-2026-02-16.log'
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Traceback (most recent call last):
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 198, in _new_conn
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     sock = connection.create_connection(
Feb 16 19:39:37 xxx libre-workspace-service[159245]:         (self._dns_host, self.port),
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     ...<2 lines>...
Feb 16 19:39:37 xxx libre-workspace-service[159245]:         socket_options=self.socket_options,
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     )
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 60, in create_connection
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
Feb 16 19:39:37 xxx libre-workspace-service[159245]:                ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3.13/socket.py", line 977, in getaddrinfo
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
Feb 16 19:39:37 xxx libre-workspace-service[159245]:                ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 16 19:39:37 xxx libre-workspace-service[159245]: socket.gaierror: [Errno -2] Name or service not known
Feb 16 19:39:37 xxx libre-workspace-service[159245]: The above exception was the direct cause of the following exception:
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Traceback (most recent call last):
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 787, in urlopen
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     response = self._make_request(
Feb 16 19:39:37 xxx libre-workspace-service[159245]:         conn,
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     ...<10 lines>...
Feb 16 19:39:37 xxx libre-workspace-service[159245]:         **response_kw,
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     )
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 488, in _make_request
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     raise new_e
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 464, in _make_request
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     self._validate_conn(conn)
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     ~~~~~~~~~~~~~~~~~~~^^^^^^
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 1093, in _validate_conn
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     conn.connect()
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     ~~~~~~~~~~~~^^
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 704, in connect
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     self.sock = sock = self._new_conn()
Feb 16 19:39:37 xxx libre-workspace-service[159245]:                        ~~~~~~~~~~~~~~^^
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/urllib3/connection.py", line 205, in _new_conn
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     raise NameResolutionError(self.host, self, e) from e
Feb 16 19:39:37 xxx libre-workspace-service[159245]: urllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPSConnection object at 0x7f1e14e238c0>: Failed to resolve 'http' ([Errno -2] Name or service not known)
Feb 16 19:39:37 xxx libre-workspace-service[159245]: The above exception was the direct cause of the following exception:
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Traceback (most recent call last):
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 667, in send
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     resp = conn.urlopen(
Feb 16 19:39:37 xxx libre-workspace-service[159245]:         method=request.method,
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     ...<9 lines>...
Feb 16 19:39:37 xxx libre-workspace-service[159245]:         chunked=chunked,
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     )
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 841, in urlopen
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     retries = retries.increment(
Feb 16 19:39:37 xxx libre-workspace-service[159245]:         method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2]
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     )
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 519, in increment
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     raise MaxRetryError(_pool, url, reason) from reason  # type: ignore[arg-type]
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 16 19:39:37 xxx libre-workspace-service[159245]: urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='http', port=443): Max retries exceeded with url: /localhost (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f1e14e238c0>: Failed to resolve 'http' ([Errno -2] Name or service not known)"))
Feb 16 19:39:37 xxx libre-workspace-service[159245]: During handling of the above exception, another exception occurred:
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Traceback (most recent call last):
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/libre-workspace/portal/unix/unix_scripts/service.py", line 370, in <module>
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     response = requests.get(f"https://{domain}", verify=False)
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/requests/api.py", line 73, in get
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     return request("get", url, params=params, **kwargs)
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/requests/api.py", line 59, in request
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     return session.request(method=method, url=url, **kwargs)
Feb 16 19:39:37 xxx libre-workspace-service[159245]:            ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 589, in request
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     resp = self.send(prep, **send_kwargs)
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/requests/sessions.py", line 703, in send
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     r = adapter.send(request, **kwargs)
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/python3/dist-packages/requests/adapters.py", line 700, in send
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     raise ConnectionError(e, request=request)
Feb 16 19:39:37 xxx libre-workspace-service[159245]: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='http', port=443): Max retries exceeded with url: /localhost (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f1e14e238c0>: Failed to resolve 'http' ([Errno -2] Name or service not known)"))
Feb 16 19:39:37 xxx libre-workspace-service[159245]: During handling of the above exception, another exception occurred:
Feb 16 19:39:37 xxx libre-workspace-service[159245]: Traceback (most recent call last):
Feb 16 19:39:37 xxx libre-workspace-service[159245]:   File "/usr/lib/libre-workspace/portal/unix/unix_scripts/service.py", line 380, in <module>
Feb 16 19:39:37 xxx libre-workspace-service[159245]:     with open(f"/tmp/{domain}_response.txt", "w") as f:
Feb 16 19:39:37 xxx libre-workspace-service[159245]:          ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Feb 16 19:39:37 xxx libre-workspace-service[159245]: FileNotFoundError: [Errno 2] No such file or directory: '/tmp/http://localhost_response.txt'
Feb 16 19:39:37 xxx sudo[159243]: pam_unix(sudo:session): session closed for user root
Feb 16 19:39:37 xxx systemd[1]: libre-workspace-service.service: Main process exited, code=exited, status=1/FAILURE
Feb 16 19:39:37 xxx systemd[1]: libre-workspace-service.service: Failed with result 'exit-code'.
Feb 16 19:39:37 xxx libre-workspace-portal[159367]: /
Feb 16 19:39:38 xxx libre-workspace-portal[159399]: Operations to perform:
Feb 16 19:39:38 xxx libre-workspace-portal[159399]:   Apply all migrations: admin, app_dashboard, auth, contenttypes, idm, oidc_provider, otp_hotp, otp_static, otp_totp, sessions
Feb 16 19:39:38 xxx libre-workspace-portal[159399]: Running migrations:
Feb 16 19:39:38 xxx libre-workspace-portal[159399]:   No migrations to apply.
Feb 16 19:39:39 xxx libre-workspace-portal[159409]: 0 static files copied to '/var/www/libre-workspace-static', 183 unmodified.
Feb 16 19:39:40 xxx libre-workspace-portal[159412]: RSA key successfully created with kid: b96772e8e6148c4e5f9ffd8665df04b1
Feb 16 19:39:40 xxx libre-workspace-portal[159422]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 19:39:40 xxx libre-workspace-portal[159422]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 19:39:41 xxx libre-workspace-portal[159367]: Setting number of workers to 2
Feb 16 19:39:41 xxx libre-workspace-portal[159429]: [2026-02-16 19:39:41 +0000] [159429] [INFO] Starting gunicorn 25.1.0
Feb 16 19:39:41 xxx libre-workspace-portal[159429]: [2026-02-16 19:39:41 +0000] [159429] [INFO] Listening at: http://127.0.0.1:11123 (159429)
Feb 16 19:39:41 xxx libre-workspace-portal[159429]: [2026-02-16 19:39:41 +0000] [159429] [INFO] Using worker: sync
Feb 16 19:39:41 xxx libre-workspace-portal[159429]: [2026-02-16 19:39:41 +0000] [159429] [INFO] Control socket listening at /usr/lib/libre-workspace/portal/gunicorn.ctl
Feb 16 19:39:41 xxx libre-workspace-portal[159431]: [2026-02-16 19:39:41 +0000] [159431] [INFO] Booting worker with pid: 159431
Feb 16 19:39:41 xxx libre-workspace-portal[159432]: [2026-02-16 19:39:41 +0000] [159432] [INFO] Booting worker with pid: 159432

Das wiederholt sich dauerhaft im Kreis.

sieht so aus als ob samba-ad-dc service nicht hoch kommt. ist eventuell dnsmask installiert? wenn ja, dann kann das weg.

Hi juri,

danke für den Hinweis :+1:

Die Meldung

Unit samba-ad-dc.service not found

heißt in meinem Fall tatsächlich, dass die Unit auf dem System gar nicht existiert also nicht „kommt nicht hoch“, sondern eher „ist nicht installiert / nicht provisioniert worden“.

dnsmasq habe ich geprüft:

  • läuft bei mir nicht aktiv
  • wurde soweit ich das nachvollziehen konnte auch nicht gebraucht

Daran scheint es also eher nicht zu liegen.

Viele Grüße
aspirin

samba bringt einen dns server mit, dnsmasq blockiert ressourcen die samba dns braucht. daher musst du das deinstallieren.

Probiere mal:

sudo apt install samba-ad-dc

Das ist ein sowas wie ein virtuelles Paket, benötigt Debian neuerweise, schau mal, dass das da ist, warum er das hier nicht selber installiert hat müssen wir mal herausfinden, liegt vll. an den Paketquellen von Hetzner.

PS: Du hast Recht, Das mit der localhost Domain stimmt nicht, habe meine Antwort daher gelöscht. Da warst Du wohl zu schnell mit dem Antworten :slight_smile:

Hi juri,

dnsmasq ist bei mir nicht installiert und läuft auch nicht.
Ich habe das geprüft (Service existiert nicht) und zusätzlich einen Reboot gemacht – das Problem besteht trotzdem weiterhin.

Hi Jean, hi zusammen,

kurzes Update von meiner Seite :+1:

samba-ad-dc war tatsächlich nicht installiert. Ich habe es mit

sudo apt install samba-ad-dc

nachinstalliert – das Paket ließ sich sauber installieren.

Danach sah das Log zunächst deutlich besser aus: Gunicorn startet normal, kein sofortiger SIGTERM mehr, die übliche „Server uptime is less than 5 minutes…“-Phase läuft durch und die Worker kommen sauber hoch. Der ursprüngliche harte Restart-Loop ist damit zumindest entschärft.

Feb 16 23:23:14 xxx libre-workspace-portal[1205]: File “/usr/lib/libre-workspace/portal/locale/de/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 23:23:14 xxx libre-workspace-portal[1205]: File “/usr/lib/libre-workspace/portal/locale/en/LC_MESSAGES/django.po” is already compiled and up to date.
Feb 16 23:23:14 xxx libre-workspace-portal[817]: Server uptime is less than 5 minutes, waiting 15 seconds before starting the service...
Feb 16 23:23:29 xxx libre-workspace-portal[817]: Setting number of workers to 2
Feb 16 23:23:29 xxx libre-workspace-portal[1253]: [2026-02-16 23:23:29 +0000] [1253] [INFO] Starting gunicorn 25.1.0
Feb 16 23:23:29 xxx libre-workspace-portal[1253]: [2026-02-16 23:23:29 +0000] [1253] [INFO] Listening at: http://127.0.0.1:11123 (1253)
Feb 16 23:23:29 xxx libre-workspace-portal[1253]: [2026-02-16 23:23:29 +0000] [1253] [INFO] Using worker: sync
Feb 16 23:23:29 xxx libre-workspace-portal[1253]: [2026-02-16 23:23:29 +0000] [1253] [INFO] Control socket listening at /usr/lib/libre-workspace/portal/gunicorn.ctl
Feb 16 23:23:29 xxx libre-workspace-portal[1255]: [2026-02-16 23:23:29 +0000] [1255] [INFO] Booting worker with pid: 1255
Feb 16 23:23:29 xxx libre-workspace-portal[1256]: [2026-02-16 23:23:29 +0000] [1256] [INFO] Booting worker with pid: 1256

Allerdings: stabil läuft es trotzdem noch nicht.
Das System kommt insgesamt weiterhin nicht sauber in einen dauerhaft funktionierenden Zustand. Es ist also offenbar mehr als nur das fehlende Samba-Paket – vermutlich war die Installation insgesamt in einem inkonsistenten Zustand.

Ich werde daher morgen noch einmal komplett sauber neu aufsetzen:

  • frisches Debian 13
  • direkt prüfen, ob samba-ad-dc korrekt installiert wird
  • Domain von Anfang an sauber als FQDN (ohne Schema)
  • prüfen, ob die History-Verzeichnisse korrekt angelegt werden
  • Logs parallel mit journalctl -f beobachten

Dann sehen wir, ob das reproduzierbar ist oder ob die bisherige Instanz einfach „verhakt“ war.

Ich gebe auf jeden Fall Rückmeldung mit dem Ergebnis.

Vielen Dank euch wirklich für eure Unterstützung und die Geduld – ich melde mich morgen mit einem Update wieder :+1:

Viele Grüße
aspirin

2 Likes

Ich erhalte die selben Fehlermeldungen.

Ich habe samba-ac-dc installiert, dann meckert der Libreworkspace rum das es bereits installiert ist und es doch bitte deinstalliert werden soll bevor man den LibreWorkspace einrichtet.

Feb 17 06:07:53 debian-4gb-fsn1-1 libre-workspace-portal[12186]: Doing samba dc installation...
Feb 17 06:07:53 debian-4gb-fsn1-1 libre-workspace-portal[12186]: Samba DC is already installed. Aborting setup. Remove all samba components first before running this script.

Leider landet man dann wenn man das Portal und den Service neustartet in dem Loop.

EDIT: Nach dem ich den Server einmal neuaufgesetzt habe sowie apt update && apt upgrade -y gemacht habe hat er es auch ohne das installieren des samba-ac-dc’s.

3 Likes

Hallo zusammen,

kurzes Abschluss-Update von meiner Seite:

Nach einer zweiten, komplett frischen Installation hat es nun funktioniert. Ich hatte zwischenzeitlich auch ein Debian-13-Image verwendet, das nicht von Hetzner stammte – damit lief die Installation auf Anhieb sauber durch.

Mit dem offiziellen Hetzner-Debian 13 hatte ich dagegen weiterhin den bekannten Restart-Loop. Das Umstellen der Paketquellen hat in meinem Fall keine Verbesserung gebracht.

Letztlich hat eine erneute Neuinstallation von Debian 13 geholfen. Nach mehreren Reboots kam das System stabil hoch. Ich musste den Dienst einmal manuell starten, danach lief alles wie erwartet und der Workspace ist inzwischen erreichbar.

Aktuell teste ich weiter, aber bisher verhält sich das System stabil.
Ich gebe in der nächsten Zeit noch einmal ein Update, falls sich neue Erkenntnisse ergeben.

Ich möchte mich an dieser Stelle ganz herzlich bei euch allen für die schnelle und geduldige Unterstützung bedanken – das war wirklich klasse!
Nun bin ich stolzer Besitzer meines eigenen „Libre Workspace“ :partying_face: und gespannt auf kommende Updates und die weitere Entwicklung :blush:

Viele Grüße
aspirin

4 Likes

Das ist sehr beunruhigend mit dem Hetzner Debian 13 Image…
Ich checke das mal bei Gelegenheit selber durch.

2 Likes