Hallo
Habe mal den ioBrocker mit Potainer neu Installiert.
Erst Volumes dann Images und im Container iobroker.
Habe DEBUG=true gesetzt.
Hier die Log im Container:
```
,--------------------------------------------------------------------------------
,------------------------- 2023-08-24 14:46:03 -------------------------
,--------------------------------------------------------------------------------
,----- -----
,----- ██╗ ██████╗ ██████╗ ██████╗ ██████╗ ██╗ ██╗ ███████╗ ██████╗ -----
,----- ██║ ██╔═══██╗ ██╔══██╗ ██╔══██╗ ██╔═══██╗ ██║ ██╔╝ ██╔════╝ ██╔══██╗ -----
,----- ██║ ██║ ██║ ██████╔╝ ██████╔╝ ██║ ██║ █████╔╝ █████╗ ██████╔╝ -----
,----- ██║ ██║ ██║ ██╔══██╗ ██╔══██╗ ██║ ██║ ██╔═██╗ ██╔══╝ ██╔══██╗ -----
,----- ██║ ╚██████╔╝ ██████╔╝ ██║ ██║ ╚██████╔╝ ██║ ██╗ ███████╗ ██║ ██║ -----
,----- ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚══════╝ ╚═╝ ╚═╝ -----
,----- -----
,----- Welcome to your ioBroker Docker container! -----
,----- Startupscript is now running! -----
,----- Please be patient! -----
,--------------------------------------------------------------------------------
,
,--------------------------------------------------------------------------------
,----- System Information -----
,----- arch: x86_64 -----
,----- hostname: a3be7a84e4b0 -----
,----- -----
,----- Version Information -----
,----- image: v8.1.0 -----
,----- build: 2023-08-19T23:45:39+00:00 -----
,----- node: v18.17.1 -----
,----- npm: 9.6.7 -----
,----- -----
,----- Environment Variables -----
,----- DEBUG: true -----
,----- SETGID: 1000 -----
,----- SETUID: 1000 -----
,--------------------------------------------------------------------------------
,
,!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
,!!!! DEBUG LOG ACTIVE !!!!
,!!!! Environment variable DEBUG is set to true. !!!!
,!!!! This will extend the logging output and may slow down container start. !!!!
,!!!! Please make sure to deactivate if no longer needed. !!!!
,!!!! For more information see ioBroker Docker image documentation: !!!!
,!!!!
https://docs.buanet.de/iobroker-docker-image/docs/ !!!!
,!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
,
,--------------------------------------------------------------------------------
,----- Step 1 of 5: Preparing container -----
,--------------------------------------------------------------------------------
,
,Updating Linux packages on first run... Done.
,
,
,Registering maintenance script as command... Done.
,
,--------------------------------------------------------------------------------
,----- Step 2 of 5: Detecting ioBroker installation -----
,--------------------------------------------------------------------------------
,
,Existing installation of ioBroker detected in "/opt/iobroker".
,
,--------------------------------------------------------------------------------
,----- Step 3 of 5: Checking ioBroker installation -----
,--------------------------------------------------------------------------------
,
,(Re)setting permissions (This might take a while! Please be patient!)... Done.
,
,Fixing "sudo-bug" by replacing sudo with gosu... Done.
,
,[DEBUG] Checking multihost settings...
,[DEBUG] No multihost settings detected.
,[DEBUG] Done.
,
,[DEBUG] Checking custom objects db settings...
,[DEBUG] No custom objects db settings detected.
,[DEBUG] Done.
,
,[DEBUG] Checking custom states db settings...
,[DEBUG] No custom states db settings detected.
,[DEBUG] Done.
,
,Checking Database connection... Failed.
,[DEBUG] Error message:
,[DEBUG] Server Cannot start inMem-objects on port 9001: Failed to lock DB file "/opt/iobroker/iobroker-data/objects.jsonl"!
,Please check your configuration and try again.
,For more information see ioBroker Docker Image Docs (
https://docs.buanet.de/iobroker-docker-image/docs).
,
,[DEBUG] Debug mode prevents the container from exiting on errors.
,[DEBUG] This enables you to investigate or fix your issue on the command line.
,[DEBUG] If you want to stop or restart your container you have to do it manually.
,[DEBUG] IoBroker is not running!
,
```
Habe dann iobroker in der Konsole neu gestartet:
```
root@a3be7a84e4b0:/opt/iobroker# cd /opt/iobroker
root@a3be7a84e4b0:/opt/iobroker# sudo iobroker restart
iobroker controller daemon is not running
Starting iobroker controller daemon...
iobroker controller daemon failed to start: Failed to write pidfile (ENOSPC)
An unknown error occurred: Error: Failed to write pidfile (ENOSPC)
root@a3be7a84e4b0:/opt/iobroker#
```
iobroker wird beendet.
Konsole läuft weiter.
Komme nicht weiter.
Wer kann helfen.
Gruß NetFritz