@Glasfaser Ich habe mal spaßeshalber deine Umgebungsvariablen übernommen. Log sieht jetzt so aus:
Unselect
----- -----
----- Versions -----
----- image: v4.2.0 -----
----- node: v10.20.1 -----
----- npm: 6.14.4 -----
----- -----
----- ENV -----
----- ADMINPORT: 8081 -----
----- AVAHI: false -----
----- IOB_OBJECTSDB_HOST: 127.0.0.1 -----
----- IOB_OBJECTSDB_PORT: 9001 -----
----- IOB_OBJECTSDB_TYPE: file -----
----- PACKAGES: nano -----
----- SETGID: 1000 -----
----- SETUID: 1000 -----
----- IOB_STATESDB_HOST: 127.0.0.1 -----
----- IOB_STATESDB_PORT: 9000 -----
----- IOB_STATESDB_TYPE: file -----
----- USBDEVICES: /dev/ttyUSB0 -----
----- ZWAVE: false -----
------------------------------------------------------------
------------------------------------------------------------
----- Step 1 of 5: Preparing container -----
------------------------------------------------------------
Installing additional packages is set by ENV.
The following packages will be installed: nano...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Vormals nicht ausgewähltes Paket nano wird gewählt.
(Lese Datenbank ...
(Lese Datenbank ... 5%
(Lese Datenbank ... 10%
(Lese Datenbank ... 15%
(Lese Datenbank ... 20%
(Lese Datenbank ... 25%
(Lese Datenbank ... 30%
(Lese Datenbank ... 35%
(Lese Datenbank ... 40%
(Lese Datenbank ... 45%
(Lese Datenbank ... 50%
(Lese Datenbank ... 55%
(Lese Datenbank ... 60%
(Lese Datenbank ... 65%
(Lese Datenbank ... 70%
(Lese Datenbank ... 75%
(Lese Datenbank ... 80%
(Lese Datenbank ... 85%
(Lese Datenbank ... 90%
(Lese Datenbank ... 95%
(Lese Datenbank ... 100%
(Lese Datenbank ... 25499 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../archives/nano_3.2-3_amd64.deb ...
Entpacken von nano (3.2-3) ...
nano (3.2-3) wird eingerichtet ...
update-alternatives: /bin/nano wird verwendet, um /usr/bin/editor (editor) im automatischen Modus bereitzustellen
update-alternatives: /bin/nano wird verwendet, um /usr/bin/pico (pico) im automatischen Modus bereitzustellen
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 folder permissions (This might take a while! Please be patient!)...
Done.
Fixing "sudo-bug" by replacing sudo in iobroker with gosu...
Done.
/opt/scripts/iobroker_startup.sh: Zeile 173: [: !=: Einstelliger (unärer) Operator erwartet.
------------------------------------------------------------
----- Step 4 of 5: Applying special settings -----
------------------------------------------------------------
Some adapters have special requirements/ settings which can be activated by the use of environment variables.
For more information take a look at readme.md on Github!
/opt/scripts/iobroker_startup.sh: Zeile 199: [: 8081: Einstelliger (unärer) Operator erwartet.
Usb-device-support is activated by ENV.
Setting permissions for /dev/ttyUSB0...
Done.
ENV IOB_OBJECTSDB_TYPE is set and value is different from detected ioBroker installation.
Setting type of objects db to "file"...
Done.
ENV IOB_OBJECTSDB_HOST is set and value is different from detected ioBroker installation.
Setting host of objects db to "127.0.0.1"...
Done.
ENV IOB_OBJECTSDB_PORT is set and value meets detected ioBroker installation. Nothing to do here.
ENV IOB_STATESDB_TYPE is set and value is different from detected ioBroker installation.
Setting type of states db to "file"...
Done.
ENV IOB_STATESDB_HOST is set and value is different from detected ioBroker installation.
Setting host of states db to "127.0.0.1"...
Done.
ENV IOB_STATESDB_PORT is set and value is different from detected ioBroker installation.
Setting port of states db to "9000"...
Done.
------------------------------------------------------------
----- Step 5 of 5: ioBroker startup -----
------------------------------------------------------------
Starting ioBroker...
host.iobroker check instance "system.adapter.admin.0" for host "a2ea88cc42b7"
host.iobroker check instance "system.adapter.discovery.0" for host "a2ea88cc42b7"
host.iobroker check instance "system.adapter.info.0" for host "a2ea88cc42b7"
Und List liefert auch wieder etwas:
root@3eaae20aff9c:/opt/iobroker# iobroker list instances
system.adapter.admin.0 : admin - enabled, port: 8081, bind: 0.0.0.0, run as: admin
system.adapter.discovery.0 : discovery - enabled
system.adapter.info.0 : info - enabled
+ instance is alive
root@3eaae20aff9c:/opt/iobroker# iobroker list adapters
system.adapter.admin : admin - v4.0.10
system.adapter.discovery : discovery - v2.3.5
system.adapter.info : info - v1.7.2
Aber auf die Admin-Oberfläche komme ich weiterhin nicht...