Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Kein Verbindung mehr zu ioBroker nach Neustart (Stromlos)

NEWS

  • Neues YouTube-Video: Visualisierung im Devices-Adapter
    BluefoxB
    Bluefox
    11
    1
    437

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.9k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    11
    1
    821

Kein Verbindung mehr zu ioBroker nach Neustart (Stromlos)

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
5 Beiträge 3 Kommentatoren 407 Aufrufe 2 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • M Offline
    M Offline
    manu4771
    schrieb am zuletzt editiert von manu4771
    #1

    Hallo zusammen,

    heute morgen habe ich ausversehen den Pi stromlos geschalten.
    Nach dem Neustart konnte ich die Admin Instanz unter dem Port 8081 nicht mehr erreichen.
    (Alle anderen Dienste auf dem Pi liefen unverändert).

    --> Stop/Start/Restart/Update/Upgrade alles erfolglos.

    Google lieferte mir die Hilfeseite, der Admin Adapter wie auch alle anderen Instanzen schienen nicht zu laufen.
    Hier nach und nach die Ergebnisse.

    Zunächst bekamm ich diese Fehlermeldung (Hier aus dem Forum kopiert, da ich es nicht mehr nachstellen kann):

    root@tinkerboardmaster:~# iobroker list instances
     Cannot read system.config: null (OK when migrating or restoring)
     Cannot find view "system" for search "host" : null
     
     
    + instance is alive
    

    Nach manueller Installation vom js-controller konnte ich zumindest eine neue Admin Instanz erzeugen. io Broker ist über den Port wieder erreichbar. Aber natürlich jungfräulich.

    pi@raspberrypi:/opt/iobroker $ iobroker list instances
    
    
    + instance is alive
    pi@raspberrypi:/opt/iobroker $ iobroker start admin
    Cannot find any instances of "admin"!
    pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.admin/admin.js --logs
    internal/modules/cjs/loader.js:818
      throw err;
      ^
    
    Error: Cannot find module '/opt/iobroker/node_modules/iobroker.admin/admin.js'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
        at Function.Module._load (internal/modules/cjs/loader.js:667:27)
        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js                                                                                                                                                             :60:12)
        at internal/main/run_main_module.js:17:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    pi@raspberrypi:/opt/iobroker $ iobroker add admin --port 8089
    host.raspberrypi create instance admin
    host.raspberrypi object admin.0.info.newsETag created
    host.raspberrypi object admin.0.info.newsfeed created
    host.raspberrypi object admin.0.connected created
    host.raspberrypi object admin.0 created
    host.raspberrypi object admin.0.info created
    host.raspberrypi object system.adapter.admin.upload created
    host.raspberrypi object system.adapter.admin.0.logLevel created
    host.raspberrypi object system.adapter.admin.0.sigKill created
    host.raspberrypi object system.adapter.admin.0.eventLoopLag created
    host.raspberrypi object system.adapter.admin.0.outputCount created
    host.raspberrypi object system.adapter.admin.0.inputCount created
    host.raspberrypi object system.adapter.admin.0.uptime created
    host.raspberrypi object system.adapter.admin.0.memRss created
    host.raspberrypi object system.adapter.admin.0.memHeapTotal created
    host.raspberrypi object system.adapter.admin.0.memHeapUsed created
    host.raspberrypi object system.adapter.admin.0.cputime created
    host.raspberrypi object system.adapter.admin.0.cpu created
    host.raspberrypi object system.adapter.admin.0.compactMode created
    host.raspberrypi object system.adapter.admin.0.connected created
    host.raspberrypi object system.adapter.admin.0.alive created
    host.raspberrypi object system.adapter.admin.0 created
    pi@raspberrypi:/opt/iobroker $ 
    

    Auf der Weboberfläche fehlt mir nun jedweder Ansatz das Problem weiter zu beheben. Daher habe ich mal versucht die Hilfeseite weiter abzuarbeiten. Allerdings weiß ich auch nicht so recht, wass mir dies nun sagt.

    
    pi@raspberrypi:~ $ ps -A | grep iobroker
    pi@raspberrypi:~ $ node node_modules/iobroker.js-controller/controller.js --logs
    internal/modules/cjs/loader.js:818
      throw err;
      ^
    
    Error: Cannot find module '/home/pi/node_modules/iobroker.js-controller/controller.js'
        at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
        at Function.Module._load (internal/modules/cjs/loader.js:667:27)
        at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
        at internal/main/run_main_module.js:17:47 {
      code: 'MODULE_NOT_FOUND',
      requireStack: []
    }
    pi@raspberrypi:~ $
    
    

    Müsste hier nicht die lokale IP stehen? Warum 127.0.0.1? Ist das die interen Schnittstelle? Die ist bei mir gerade iface0, iface 1 ist meine lokale IP. Ist dies so korrekt?

    pi@raspberrypi:~ $ netstat -n -a -p TCP
    (Es konnten nicht alle Prozesse identifiziert werden; Informationen über
    nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
    Aktive Internetverbindungen (Server und stehende Verbindungen)
    Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
    tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      -
    tcp        0      0 127.0.0.1:4711          0.0.0.0:*               LISTEN      -
    tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      -
    tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      -
    
    

    Backup ist vorhanden. Würde aber gerne zunächst versuchen die bestehende Installation zu repariern. Aktuell male ich mir noch aus, dass dies der einfachere Weg sein wird.

    Hier noch der aktuelle Log aus der Weboberfläche:

    info.0	2021-06-05 07:52:24.300	warn	(1285) State "info.0.sysinfo.os.versions.gcc" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.298	warn	(1285) State "info.0.sysinfo.os.versions.pip" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.298	warn	(1285) State "info.0.sysinfo.os.versions.python3" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.297	warn	(1285) State "info.0.sysinfo.os.versions.python" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.291	warn	(1285) State "info.0.sysinfo.os.versions.perl" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.290	warn	(1285) State "info.0.sysinfo.os.versions.php" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.289	warn	(1285) State "info.0.sysinfo.os.versions.git" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.289	warn	(1285) State "info.0.sysinfo.os.versions.npm" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.288	warn	(1285) State "info.0.sysinfo.os.versions.v8" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.287	warn	(1285) State "info.0.sysinfo.os.versions.node" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.287	warn	(1285) State "info.0.sysinfo.os.versions.systemOpensslLib" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.286	warn	(1285) State "info.0.sysinfo.os.versions.systemOpenssl" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.285	warn	(1285) State "info.0.sysinfo.os.versions.openssl" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:24.284	warn	(1285) State "info.0.sysinfo.os.versions.kernel" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.769	warn	(1285) State "info.0.sysinfo.system.hardware.virtual" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.768	warn	(1285) State "info.0.sysinfo.system.hardware.serial" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.767	warn	(1285) State "info.0.sysinfo.system.hardware.version" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.767	warn	(1285) State "info.0.sysinfo.system.hardware.model" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.765	info	(1285) State value to set for "info.0.sysinfo.cpu.temperature.cores" has to be stringified but received type "object"
    info.0	2021-06-05 07:52:23.622	warn	(1285) State "info.0.sysinfo.battery.virtual" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.621	warn	(1285) State "info.0.sysinfo.battery.sku" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.620	warn	(1285) State "info.0.sysinfo.battery.serial" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.619	warn	(1285) State "info.0.sysinfo.battery.version" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.566	warn	(1285) State "info.0.sysinfo.battery.model" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.248	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.246	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.serialNum" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.245	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.244	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.244	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.243	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.242	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.241	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.239	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.238	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.238	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.237	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.236	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.235	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.234	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.231	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.229	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.229	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.228	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.227	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.226	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.225	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.224	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.223	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.222	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.222	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.221	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.220	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.219	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.218	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.218	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.217	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.216	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.215	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.214	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.214	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.213	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.212	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.211	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.211	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.210	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.209	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.208	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.208	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.207	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.206	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.205	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.204	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.204	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.203	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.202	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.201	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.199	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.198	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.197	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.196	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.195	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.194	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.193	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.192	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.191	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.190	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.190	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.189	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.188	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.187	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.186	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.186	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.185	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.184	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.183	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.182	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.182	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.181	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.180	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.179	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.178	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.177	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.176	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.175	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.174	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.173	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.172	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.171	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.170	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.169	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.168	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.167	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.166	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.165	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.164	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.164	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.163	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.162	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.161	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.160	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.159	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.158	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.157	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.157	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.156	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.155	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.154	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.153	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.152	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.151	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.150	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.149	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.147	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.146	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.145	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.143	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.142	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.141	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.140	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.139	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.138	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.137	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.136	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.135	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.134	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.133	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.132	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.131	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.131	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.130	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.129	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalSectors" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.128	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalHeads" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.127	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalCylinders" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.126	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.bytesPerSector" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.125	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.size" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.124	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.type" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.123	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.device" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.122	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.smartStatus" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.121	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.sectorsPerTrack" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.120	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.tracksPerCylinder" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.120	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.totalTracks" has no existing object, this might lead to an error in future versions
    info.0	2021-06-05 07:52:23.119	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.totalSectors" has no existing object, this might lead to an error in future versions
    

    Softwarestände:

    OS-Informationen
    Plattform
    linux
    Verteilung
    Raspbian GNU/Linux
    Release
    10
    Codename
    buster
    Kernel-release
    5.10.17-v7l+
    Architektur
    arm
    Hostname
    raspberrypi
    os.fqdn
    raspberrypi
    OS build-version
    UTF-8
    OS/Host-Seriennummer
    a1b7cb92058848a8a0fe68602071a04a
    Betriebssystem über UEFI gestartet
    false
    
    Softwarestände: 
    Kernel-release
    5.10.17-v7l+
    Knoten openssl-version
    1.1.1k
    OS openssl-version
    1.1.1d
    OpenSSL-Bibliothek
    OpenSSL
    Node.js version
    12.22.1
    v8-version
    7.8.279.23-node.46
    NPM version
    6.14.12
    Git-version
    2.20.1
    PHP-version
    7.3.27
    Perl-version
    5.28.1
    Python version
    2.7.16
    Python 3 version
    3.7.3
    os.pip
    18.1
    GCC version
    8.3.0
    

    besten Dank vorab für eure schnelle Hilfe, das Haus macht aktuell was es will :)

    HomoranH sigi234S 2 Antworten Letzte Antwort
    0
    • M manu4771

      Hallo zusammen,

      heute morgen habe ich ausversehen den Pi stromlos geschalten.
      Nach dem Neustart konnte ich die Admin Instanz unter dem Port 8081 nicht mehr erreichen.
      (Alle anderen Dienste auf dem Pi liefen unverändert).

      --> Stop/Start/Restart/Update/Upgrade alles erfolglos.

      Google lieferte mir die Hilfeseite, der Admin Adapter wie auch alle anderen Instanzen schienen nicht zu laufen.
      Hier nach und nach die Ergebnisse.

      Zunächst bekamm ich diese Fehlermeldung (Hier aus dem Forum kopiert, da ich es nicht mehr nachstellen kann):

      root@tinkerboardmaster:~# iobroker list instances
       Cannot read system.config: null (OK when migrating or restoring)
       Cannot find view "system" for search "host" : null
       
       
      + instance is alive
      

      Nach manueller Installation vom js-controller konnte ich zumindest eine neue Admin Instanz erzeugen. io Broker ist über den Port wieder erreichbar. Aber natürlich jungfräulich.

      pi@raspberrypi:/opt/iobroker $ iobroker list instances
      
      
      + instance is alive
      pi@raspberrypi:/opt/iobroker $ iobroker start admin
      Cannot find any instances of "admin"!
      pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.admin/admin.js --logs
      internal/modules/cjs/loader.js:818
        throw err;
        ^
      
      Error: Cannot find module '/opt/iobroker/node_modules/iobroker.admin/admin.js'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
          at Function.Module._load (internal/modules/cjs/loader.js:667:27)
          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js                                                                                                                                                             :60:12)
          at internal/main/run_main_module.js:17:47 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      pi@raspberrypi:/opt/iobroker $ iobroker add admin --port 8089
      host.raspberrypi create instance admin
      host.raspberrypi object admin.0.info.newsETag created
      host.raspberrypi object admin.0.info.newsfeed created
      host.raspberrypi object admin.0.connected created
      host.raspberrypi object admin.0 created
      host.raspberrypi object admin.0.info created
      host.raspberrypi object system.adapter.admin.upload created
      host.raspberrypi object system.adapter.admin.0.logLevel created
      host.raspberrypi object system.adapter.admin.0.sigKill created
      host.raspberrypi object system.adapter.admin.0.eventLoopLag created
      host.raspberrypi object system.adapter.admin.0.outputCount created
      host.raspberrypi object system.adapter.admin.0.inputCount created
      host.raspberrypi object system.adapter.admin.0.uptime created
      host.raspberrypi object system.adapter.admin.0.memRss created
      host.raspberrypi object system.adapter.admin.0.memHeapTotal created
      host.raspberrypi object system.adapter.admin.0.memHeapUsed created
      host.raspberrypi object system.adapter.admin.0.cputime created
      host.raspberrypi object system.adapter.admin.0.cpu created
      host.raspberrypi object system.adapter.admin.0.compactMode created
      host.raspberrypi object system.adapter.admin.0.connected created
      host.raspberrypi object system.adapter.admin.0.alive created
      host.raspberrypi object system.adapter.admin.0 created
      pi@raspberrypi:/opt/iobroker $ 
      

      Auf der Weboberfläche fehlt mir nun jedweder Ansatz das Problem weiter zu beheben. Daher habe ich mal versucht die Hilfeseite weiter abzuarbeiten. Allerdings weiß ich auch nicht so recht, wass mir dies nun sagt.

      
      pi@raspberrypi:~ $ ps -A | grep iobroker
      pi@raspberrypi:~ $ node node_modules/iobroker.js-controller/controller.js --logs
      internal/modules/cjs/loader.js:818
        throw err;
        ^
      
      Error: Cannot find module '/home/pi/node_modules/iobroker.js-controller/controller.js'
          at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
          at Function.Module._load (internal/modules/cjs/loader.js:667:27)
          at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
          at internal/main/run_main_module.js:17:47 {
        code: 'MODULE_NOT_FOUND',
        requireStack: []
      }
      pi@raspberrypi:~ $
      
      

      Müsste hier nicht die lokale IP stehen? Warum 127.0.0.1? Ist das die interen Schnittstelle? Die ist bei mir gerade iface0, iface 1 ist meine lokale IP. Ist dies so korrekt?

      pi@raspberrypi:~ $ netstat -n -a -p TCP
      (Es konnten nicht alle Prozesse identifiziert werden; Informationen über
      nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
      Aktive Internetverbindungen (Server und stehende Verbindungen)
      Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
      tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      -
      tcp        0      0 127.0.0.1:4711          0.0.0.0:*               LISTEN      -
      tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      -
      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      -
      
      

      Backup ist vorhanden. Würde aber gerne zunächst versuchen die bestehende Installation zu repariern. Aktuell male ich mir noch aus, dass dies der einfachere Weg sein wird.

      Hier noch der aktuelle Log aus der Weboberfläche:

      info.0	2021-06-05 07:52:24.300	warn	(1285) State "info.0.sysinfo.os.versions.gcc" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.298	warn	(1285) State "info.0.sysinfo.os.versions.pip" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.298	warn	(1285) State "info.0.sysinfo.os.versions.python3" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.297	warn	(1285) State "info.0.sysinfo.os.versions.python" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.291	warn	(1285) State "info.0.sysinfo.os.versions.perl" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.290	warn	(1285) State "info.0.sysinfo.os.versions.php" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.289	warn	(1285) State "info.0.sysinfo.os.versions.git" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.289	warn	(1285) State "info.0.sysinfo.os.versions.npm" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.288	warn	(1285) State "info.0.sysinfo.os.versions.v8" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.287	warn	(1285) State "info.0.sysinfo.os.versions.node" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.287	warn	(1285) State "info.0.sysinfo.os.versions.systemOpensslLib" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.286	warn	(1285) State "info.0.sysinfo.os.versions.systemOpenssl" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.285	warn	(1285) State "info.0.sysinfo.os.versions.openssl" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:24.284	warn	(1285) State "info.0.sysinfo.os.versions.kernel" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.769	warn	(1285) State "info.0.sysinfo.system.hardware.virtual" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.768	warn	(1285) State "info.0.sysinfo.system.hardware.serial" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.767	warn	(1285) State "info.0.sysinfo.system.hardware.version" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.767	warn	(1285) State "info.0.sysinfo.system.hardware.model" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.765	info	(1285) State value to set for "info.0.sysinfo.cpu.temperature.cores" has to be stringified but received type "object"
      info.0	2021-06-05 07:52:23.622	warn	(1285) State "info.0.sysinfo.battery.virtual" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.621	warn	(1285) State "info.0.sysinfo.battery.sku" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.620	warn	(1285) State "info.0.sysinfo.battery.serial" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.619	warn	(1285) State "info.0.sysinfo.battery.version" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.566	warn	(1285) State "info.0.sysinfo.battery.model" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.248	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.246	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.serialNum" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.245	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.244	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.244	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.243	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.242	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.241	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.239	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.238	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.238	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.237	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.236	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.235	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.234	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.231	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.229	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.229	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.228	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.227	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.226	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.225	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.224	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.223	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.222	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.222	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.221	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.220	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.219	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.218	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.218	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.217	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.216	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.215	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.214	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.214	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.213	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.212	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.211	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.211	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.210	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.209	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.208	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.208	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.207	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.206	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.205	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.204	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.204	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.203	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.202	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.201	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.199	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.198	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.197	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.196	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.195	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.194	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.193	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.192	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.191	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.190	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.190	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.189	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.188	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.187	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.186	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.186	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.185	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.184	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.183	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.182	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.182	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.181	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.180	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.179	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.178	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.177	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.176	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.175	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.174	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.173	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.172	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.171	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.170	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.169	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.168	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.167	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.166	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.165	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.164	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.164	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.163	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.162	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.161	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.160	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.159	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.158	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.157	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.157	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.156	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.155	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.154	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.153	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.152	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.151	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.150	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.149	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.147	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.146	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.145	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.143	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.142	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.141	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.140	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.139	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.138	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.137	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.136	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.135	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.134	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.133	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.132	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.131	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.131	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.130	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.129	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalSectors" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.128	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalHeads" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.127	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalCylinders" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.126	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.bytesPerSector" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.125	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.size" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.124	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.type" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.123	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.device" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.122	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.smartStatus" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.121	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.sectorsPerTrack" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.120	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.tracksPerCylinder" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.120	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.totalTracks" has no existing object, this might lead to an error in future versions
      info.0	2021-06-05 07:52:23.119	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.totalSectors" has no existing object, this might lead to an error in future versions
      

      Softwarestände:

      OS-Informationen
      Plattform
      linux
      Verteilung
      Raspbian GNU/Linux
      Release
      10
      Codename
      buster
      Kernel-release
      5.10.17-v7l+
      Architektur
      arm
      Hostname
      raspberrypi
      os.fqdn
      raspberrypi
      OS build-version
      UTF-8
      OS/Host-Seriennummer
      a1b7cb92058848a8a0fe68602071a04a
      Betriebssystem über UEFI gestartet
      false
      
      Softwarestände: 
      Kernel-release
      5.10.17-v7l+
      Knoten openssl-version
      1.1.1k
      OS openssl-version
      1.1.1d
      OpenSSL-Bibliothek
      OpenSSL
      Node.js version
      12.22.1
      v8-version
      7.8.279.23-node.46
      NPM version
      6.14.12
      Git-version
      2.20.1
      PHP-version
      7.3.27
      Perl-version
      5.28.1
      Python version
      2.7.16
      Python 3 version
      3.7.3
      os.pip
      18.1
      GCC version
      8.3.0
      

      besten Dank vorab für eure schnelle Hilfe, das Haus macht aktuell was es will :)

      HomoranH Nicht stören
      HomoranH Nicht stören
      Homoran
      Global Moderator Administrators
      schrieb am zuletzt editiert von
      #2

      @manu4771 sagte in Kein Verbindung mehr zu ioBroker nach Neustart (Stromlos):

      Cannot read system.config: null (OK when migrating or restoring)

      da hat es dir deine Datenbanken zerschossen.

      Da das bei Stecker raus gerne vorkommen kann, hat @thomadazu ein HowTo geschrieben.
      musst du mal suchen. thread heisst irgendwas mit mini howto und der genannten Fehlermeldung

      kein Support per PN! - Fragen im Forum stellen -
      Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
      Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
      der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

      1 Antwort Letzte Antwort
      0
      • M manu4771

        Hallo zusammen,

        heute morgen habe ich ausversehen den Pi stromlos geschalten.
        Nach dem Neustart konnte ich die Admin Instanz unter dem Port 8081 nicht mehr erreichen.
        (Alle anderen Dienste auf dem Pi liefen unverändert).

        --> Stop/Start/Restart/Update/Upgrade alles erfolglos.

        Google lieferte mir die Hilfeseite, der Admin Adapter wie auch alle anderen Instanzen schienen nicht zu laufen.
        Hier nach und nach die Ergebnisse.

        Zunächst bekamm ich diese Fehlermeldung (Hier aus dem Forum kopiert, da ich es nicht mehr nachstellen kann):

        root@tinkerboardmaster:~# iobroker list instances
         Cannot read system.config: null (OK when migrating or restoring)
         Cannot find view "system" for search "host" : null
         
         
        + instance is alive
        

        Nach manueller Installation vom js-controller konnte ich zumindest eine neue Admin Instanz erzeugen. io Broker ist über den Port wieder erreichbar. Aber natürlich jungfräulich.

        pi@raspberrypi:/opt/iobroker $ iobroker list instances
        
        
        + instance is alive
        pi@raspberrypi:/opt/iobroker $ iobroker start admin
        Cannot find any instances of "admin"!
        pi@raspberrypi:/opt/iobroker $ node node_modules/iobroker.admin/admin.js --logs
        internal/modules/cjs/loader.js:818
          throw err;
          ^
        
        Error: Cannot find module '/opt/iobroker/node_modules/iobroker.admin/admin.js'
            at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
            at Function.Module._load (internal/modules/cjs/loader.js:667:27)
            at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js                                                                                                                                                             :60:12)
            at internal/main/run_main_module.js:17:47 {
          code: 'MODULE_NOT_FOUND',
          requireStack: []
        }
        pi@raspberrypi:/opt/iobroker $ iobroker add admin --port 8089
        host.raspberrypi create instance admin
        host.raspberrypi object admin.0.info.newsETag created
        host.raspberrypi object admin.0.info.newsfeed created
        host.raspberrypi object admin.0.connected created
        host.raspberrypi object admin.0 created
        host.raspberrypi object admin.0.info created
        host.raspberrypi object system.adapter.admin.upload created
        host.raspberrypi object system.adapter.admin.0.logLevel created
        host.raspberrypi object system.adapter.admin.0.sigKill created
        host.raspberrypi object system.adapter.admin.0.eventLoopLag created
        host.raspberrypi object system.adapter.admin.0.outputCount created
        host.raspberrypi object system.adapter.admin.0.inputCount created
        host.raspberrypi object system.adapter.admin.0.uptime created
        host.raspberrypi object system.adapter.admin.0.memRss created
        host.raspberrypi object system.adapter.admin.0.memHeapTotal created
        host.raspberrypi object system.adapter.admin.0.memHeapUsed created
        host.raspberrypi object system.adapter.admin.0.cputime created
        host.raspberrypi object system.adapter.admin.0.cpu created
        host.raspberrypi object system.adapter.admin.0.compactMode created
        host.raspberrypi object system.adapter.admin.0.connected created
        host.raspberrypi object system.adapter.admin.0.alive created
        host.raspberrypi object system.adapter.admin.0 created
        pi@raspberrypi:/opt/iobroker $ 
        

        Auf der Weboberfläche fehlt mir nun jedweder Ansatz das Problem weiter zu beheben. Daher habe ich mal versucht die Hilfeseite weiter abzuarbeiten. Allerdings weiß ich auch nicht so recht, wass mir dies nun sagt.

        
        pi@raspberrypi:~ $ ps -A | grep iobroker
        pi@raspberrypi:~ $ node node_modules/iobroker.js-controller/controller.js --logs
        internal/modules/cjs/loader.js:818
          throw err;
          ^
        
        Error: Cannot find module '/home/pi/node_modules/iobroker.js-controller/controller.js'
            at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15)
            at Function.Module._load (internal/modules/cjs/loader.js:667:27)
            at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12)
            at internal/main/run_main_module.js:17:47 {
          code: 'MODULE_NOT_FOUND',
          requireStack: []
        }
        pi@raspberrypi:~ $
        
        

        Müsste hier nicht die lokale IP stehen? Warum 127.0.0.1? Ist das die interen Schnittstelle? Die ist bei mir gerade iface0, iface 1 ist meine lokale IP. Ist dies so korrekt?

        pi@raspberrypi:~ $ netstat -n -a -p TCP
        (Es konnten nicht alle Prozesse identifiziert werden; Informationen über
        nicht-eigene Processe werden nicht angezeigt; Root kann sie anzeigen.)
        Aktive Internetverbindungen (Server und stehende Verbindungen)
        Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
        tcp        0      0 0.0.0.0:445             0.0.0.0:*               LISTEN      -
        tcp        0      0 127.0.0.1:4711          0.0.0.0:*               LISTEN      -
        tcp        0      0 127.0.0.1:9000          0.0.0.0:*               LISTEN      -
        tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      -
        
        

        Backup ist vorhanden. Würde aber gerne zunächst versuchen die bestehende Installation zu repariern. Aktuell male ich mir noch aus, dass dies der einfachere Weg sein wird.

        Hier noch der aktuelle Log aus der Weboberfläche:

        info.0	2021-06-05 07:52:24.300	warn	(1285) State "info.0.sysinfo.os.versions.gcc" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.298	warn	(1285) State "info.0.sysinfo.os.versions.pip" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.298	warn	(1285) State "info.0.sysinfo.os.versions.python3" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.297	warn	(1285) State "info.0.sysinfo.os.versions.python" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.291	warn	(1285) State "info.0.sysinfo.os.versions.perl" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.290	warn	(1285) State "info.0.sysinfo.os.versions.php" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.289	warn	(1285) State "info.0.sysinfo.os.versions.git" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.289	warn	(1285) State "info.0.sysinfo.os.versions.npm" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.288	warn	(1285) State "info.0.sysinfo.os.versions.v8" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.287	warn	(1285) State "info.0.sysinfo.os.versions.node" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.287	warn	(1285) State "info.0.sysinfo.os.versions.systemOpensslLib" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.286	warn	(1285) State "info.0.sysinfo.os.versions.systemOpenssl" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.285	warn	(1285) State "info.0.sysinfo.os.versions.openssl" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:24.284	warn	(1285) State "info.0.sysinfo.os.versions.kernel" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.769	warn	(1285) State "info.0.sysinfo.system.hardware.virtual" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.768	warn	(1285) State "info.0.sysinfo.system.hardware.serial" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.767	warn	(1285) State "info.0.sysinfo.system.hardware.version" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.767	warn	(1285) State "info.0.sysinfo.system.hardware.model" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.765	info	(1285) State value to set for "info.0.sysinfo.cpu.temperature.cores" has to be stringified but received type "object"
        info.0	2021-06-05 07:52:23.622	warn	(1285) State "info.0.sysinfo.battery.virtual" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.621	warn	(1285) State "info.0.sysinfo.battery.sku" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.620	warn	(1285) State "info.0.sysinfo.battery.serial" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.619	warn	(1285) State "info.0.sysinfo.battery.version" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.566	warn	(1285) State "info.0.sysinfo.battery.model" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.248	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.246	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.serialNum" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.245	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.244	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.244	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.243	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.242	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.241	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.239	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.238	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.238	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.237	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev16.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.236	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.235	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.234	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.231	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.229	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.229	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.228	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.227	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.226	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.225	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.224	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev15.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.223	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.222	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.222	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.221	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.220	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.219	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.218	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.218	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.217	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.216	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.215	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev14.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.214	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.214	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.213	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.212	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.211	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.211	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.210	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.209	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.208	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.208	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.207	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev13.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.206	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.205	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.204	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.204	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.203	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.202	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.201	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.199	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.198	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.197	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.196	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev12.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.195	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.194	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.193	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.192	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.191	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.190	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.190	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.189	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.188	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.187	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.186	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev11.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.186	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.185	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.184	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.183	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.182	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.182	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.181	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.180	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.179	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.178	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.177	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev10.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.176	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.175	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.174	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.173	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.172	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.171	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.170	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.169	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.168	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.167	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.166	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev9.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.165	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.164	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.164	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.163	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.162	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.161	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.160	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.159	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.158	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.157	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.157	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev8.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.156	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.155	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.154	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.153	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.152	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.151	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.150	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.149	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.147	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.146	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.145	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev7.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.143	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.142	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.141	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.140	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.139	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.138	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.137	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.136	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.135	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.134	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.133	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev6.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.132	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.131	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.131	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.130	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.129	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalSectors" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.128	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalHeads" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.127	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.totalCylinders" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.126	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.bytesPerSector" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.125	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.size" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.124	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.type" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.123	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev5.device" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.122	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.smartStatus" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.121	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.sectorsPerTrack" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.120	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.tracksPerCylinder" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.120	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.totalTracks" has no existing object, this might lead to an error in future versions
        info.0	2021-06-05 07:52:23.119	warn	(1285) State "info.0.sysinfo.disks.diskLayout.dev4.totalSectors" has no existing object, this might lead to an error in future versions
        

        Softwarestände:

        OS-Informationen
        Plattform
        linux
        Verteilung
        Raspbian GNU/Linux
        Release
        10
        Codename
        buster
        Kernel-release
        5.10.17-v7l+
        Architektur
        arm
        Hostname
        raspberrypi
        os.fqdn
        raspberrypi
        OS build-version
        UTF-8
        OS/Host-Seriennummer
        a1b7cb92058848a8a0fe68602071a04a
        Betriebssystem über UEFI gestartet
        false
        
        Softwarestände: 
        Kernel-release
        5.10.17-v7l+
        Knoten openssl-version
        1.1.1k
        OS openssl-version
        1.1.1d
        OpenSSL-Bibliothek
        OpenSSL
        Node.js version
        12.22.1
        v8-version
        7.8.279.23-node.46
        NPM version
        6.14.12
        Git-version
        2.20.1
        PHP-version
        7.3.27
        Perl-version
        5.28.1
        Python version
        2.7.16
        Python 3 version
        3.7.3
        os.pip
        18.1
        GCC version
        8.3.0
        

        besten Dank vorab für eure schnelle Hilfe, das Haus macht aktuell was es will :)

        sigi234S Online
        sigi234S Online
        sigi234
        Forum Testing Most Active
        schrieb am zuletzt editiert von
        #3

        @manu4771

        https://forum.iobroker.net/topic/43325/mini-howto-cannot-find-view-system-for-search-host?_=1622875942343

        Bitte benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
        Immer Daten sichern!

        M 1 Antwort Letzte Antwort
        2
        • sigi234S sigi234

          @manu4771

          https://forum.iobroker.net/topic/43325/mini-howto-cannot-find-view-system-for-search-host?_=1622875942343

          M Offline
          M Offline
          manu4771
          schrieb am zuletzt editiert von
          #4

          @sigi234

          Das ging ja fix, besten Dank euch beiden. Das hat natürlich auch anstandslos funktioniert.

          Ich nehme an, die neu erzeugte Admin Instanz (Port 8089) ist damit auch wieder gelöscht?
          Ich habe mit diesem kleinen How-to doch einen alten Stand wieder hergestellt oder?

          Besten Dank an euch beide!

          Könnte man eventuell auf der Hilfeseite verlinken oder beschreiben. Über Google landet man schnell dort.
          Speziell wenn das gerne mal nach einem unerwarteten Spannungsabfall passiert :)

          https://www.iobroker.net/docu/index-26.htm?page_id=3928&lang=de

          HomoranH 1 Antwort Letzte Antwort
          0
          • M manu4771

            @sigi234

            Das ging ja fix, besten Dank euch beiden. Das hat natürlich auch anstandslos funktioniert.

            Ich nehme an, die neu erzeugte Admin Instanz (Port 8089) ist damit auch wieder gelöscht?
            Ich habe mit diesem kleinen How-to doch einen alten Stand wieder hergestellt oder?

            Besten Dank an euch beide!

            Könnte man eventuell auf der Hilfeseite verlinken oder beschreiben. Über Google landet man schnell dort.
            Speziell wenn das gerne mal nach einem unerwarteten Spannungsabfall passiert :)

            https://www.iobroker.net/docu/index-26.htm?page_id=3928&lang=de

            HomoranH Nicht stören
            HomoranH Nicht stören
            Homoran
            Global Moderator Administrators
            schrieb am zuletzt editiert von
            #5

            @manu4771 sagte in Kein Verbindung mehr zu ioBroker nach Neustart (Stromlos):

            Über Google landet man schnell dort.

            das ist das Problem ;-)

            der von dir genutzte Link ist seit Jahren offline.
            die aktuelle (unvollständige) Doku erreichst du über den Link "Docu" in der Titelleiste des Forums

            kein Support per PN! - Fragen im Forum stellen -
            Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
            Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
            der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

            1 Antwort Letzte Antwort
            0

            Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

            Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

            Mit deinem Input könnte dieser Beitrag noch besser werden 💗

            Registrieren Anmelden
            Antworten
            • In einem neuen Thema antworten
            Anmelden zum Antworten
            • Älteste zuerst
            • Neuste zuerst
            • Meiste Stimmen


            Support us

            ioBroker
            Community Adapters
            Donate
            FAQ Cloud / IOT
            HowTo: Node.js-Update
            HowTo: Backup/Restore
            Downloads
            BLOG

            321

            Online

            32.9k

            Benutzer

            83.0k

            Themen

            1.3m

            Beiträge
            Community
            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
            ioBroker Community 2014-2025
            logo
            • Anmelden

            • Du hast noch kein Konto? Registrieren

            • Anmelden oder registrieren, um zu suchen
            • Erster Beitrag
              Letzter Beitrag
            0
            • Home
            • Aktuell
            • Tags
            • Ungelesen 0
            • Kategorien
            • Unreplied
            • Beliebt
            • GitHub
            • Docu
            • Hilfe