Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • 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. IObroker zerlegt nach Stromausfall

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.8k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    2.2k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    16
    1
    3.4k

IObroker zerlegt nach Stromausfall

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
35 Beiträge 5 Kommentatoren 7.2k Aufrufe 8 Watching
  • Ä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.
  • Thomas BraunT Thomas Braun

    @gargano

    iobroker stop
    iobroker fix
    

    mal probiert? Nach Stromausfall immer auch in

    dmesg | grep -i ext4
    

    schauen wie es dem Dateisystem so geht.

    Und das System per

    sudo apt update
    sudo apt upgrade
    

    aktuell halten.

    GarganoG Offline
    GarganoG Offline
    Gargano
    schrieb am zuletzt editiert von Gargano
    #3

    @thomas-braun schon gemacht und nichts gebracht

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • GarganoG Gargano

      @thomas-braun schon gemacht und nichts gebracht

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #4

      @gargano
      Siehe Edit.

      Linux-Werkzeugkasten:
      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
      NodeJS Fixer Skript:
      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

      GarganoG 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @gargano
        Siehe Edit.

        GarganoG Offline
        GarganoG Offline
        Gargano
        schrieb am zuletzt editiert von
        #5

        @thomas-braun Hab ich auch gemacht

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • GarganoG Gargano

          @thomas-braun Hab ich auch gemacht

          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von Thomas Braun
          #6

          @gargano Und was sagt uns/dir der Befehl? Insbesondere das dmesg.
          Meine Glaskugel hat im Moment etwas Schneegestöber drin.

          cd /opt/iobroker
          sudo -H -u iobroker npm install iobroker.js-controller
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          GarganoG 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @gargano Und was sagt uns/dir der Befehl? Insbesondere das dmesg.
            Meine Glaskugel hat im Moment etwas Schneegestöber drin.

            cd /opt/iobroker
            sudo -H -u iobroker npm install iobroker.js-controller
            
            GarganoG Offline
            GarganoG Offline
            Gargano
            schrieb am zuletzt editiert von
            #7

            @thomas-braun

            pi@raspberrypi:~ $ dmesg | grep -i ext4
            [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:640x480M@60 smsc95xx.macaddr=DC:A6:32:40:75:45 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=e52a9d10-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
            [    2.463147] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
            [    2.463687] EXT4-fs (sda2): write access will be enabled during recovery
            [    2.646335] EXT4-fs (sda2): recovery complete
            [    2.649894] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
            [    2.650946] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
            [    4.469939] EXT4-fs (sda2): re-mounted. Opts: (null)
            
            
            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • GarganoG Gargano

              @thomas-braun

              pi@raspberrypi:~ $ dmesg | grep -i ext4
              [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:640x480M@60 smsc95xx.macaddr=DC:A6:32:40:75:45 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=e52a9d10-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
              [    2.463147] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
              [    2.463687] EXT4-fs (sda2): write access will be enabled during recovery
              [    2.646335] EXT4-fs (sda2): recovery complete
              [    2.649894] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
              [    2.650946] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
              [    4.469939] EXT4-fs (sda2): re-mounted. Opts: (null)
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #8

              @gargano Starte mal durch und schau dann, ob die Meldungen dieser Art

              [    2.463147] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
              [    2.463687] EXT4-fs (sda2): write access will be enabled during recovery
              

              dann weg sind.

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              GarganoG 1 Antwort Letzte Antwort
              0
              • Thomas BraunT Thomas Braun

                @gargano Starte mal durch und schau dann, ob die Meldungen dieser Art

                [    2.463147] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
                [    2.463687] EXT4-fs (sda2): write access will be enabled during recovery
                

                dann weg sind.

                GarganoG Offline
                GarganoG Offline
                Gargano
                schrieb am zuletzt editiert von
                #9

                @thomas-braun

                dmesg | grep -i ext4
                [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:640x480M@60 smsc95xx.macaddr=DC:A6:32:40:75:45 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=e52a9d10-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                [    2.440587] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                [    2.441648] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                [    4.018357] EXT4-fs (sda2): re-mounted. Opts: (null)
                
                
                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • GarganoG Gargano

                  @thomas-braun

                  dmesg | grep -i ext4
                  [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 video=HDMI-A-1:640x480M@60 smsc95xx.macaddr=DC:A6:32:40:75:45 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  dwc_otg.lpm_enable=0 console=tty1 root=PARTUUID=e52a9d10-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                  [    2.440587] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                  [    2.441648] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                  [    4.018357] EXT4-fs (sda2): re-mounted. Opts: (null)
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #10

                  @gargano
                  Ja, so soll es aussehen.
                  Außer der Eintrag video=HDMI-A-1:640x480M@60 in den Kerneloptions...

                  Server immer ohne Video/graphische Oberfläche betreiben.

                  Wenn du jetzt den js-controller nochmal reinzirkelst?

                  cd /opt/iobroker
                  sudo -H -u iobroker npm install iobroker.js-controller
                  

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  GarganoG 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @gargano
                    Ja, so soll es aussehen.
                    Außer der Eintrag video=HDMI-A-1:640x480M@60 in den Kerneloptions...

                    Server immer ohne Video/graphische Oberfläche betreiben.

                    Wenn du jetzt den js-controller nochmal reinzirkelst?

                    cd /opt/iobroker
                    sudo -H -u iobroker npm install iobroker.js-controller
                    
                    GarganoG Offline
                    GarganoG Offline
                    Gargano
                    schrieb am zuletzt editiert von Gargano
                    #11

                    @thomas-braun Ich habe eigentlich Run Level 3 eingestellt.

                    Install ist durchgelaufen aber Admin startet nicht.

                    npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                    
                    > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                    > node lib/preinstallCheck.js
                    
                    NPM version: 6.14.10
                    
                    > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
                    > node iobroker.js setup first
                    
                    object system.certificates updated
                    object _design/system updated
                    
                    The following notifications happened during sync:
                    - Ignoring Directory "Icon-emojis" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "accuweather.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "admin.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "backitup.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "broadlink2.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "calendar.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "cloud.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "daswetter.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "devices.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "discovery.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "fb-checkpresence.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "flot" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "flot.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "fritzbox.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "history.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "hm-rega" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "hm-rega.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "hm-rpc.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "homeconnect.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "ical.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icon-emojis" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-addictive-flavour-png" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-addictive-flavour-png.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-fatcow-hosting" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-fatcow-hosting.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-icons8" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-icons8.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-material-png" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-material-png.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-mfd-png" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-mfd-png.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-mfd-svg" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-mfd-svg.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-open-icon-library-png" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-open-icon-library-png.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-ultimate-png" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "icons-ultimate-png.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "info.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "iqontrol" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "iqontrol.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "javascript.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "lgtv.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "linkeddevices.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "material" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "material.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "moma.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "mqtt.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "openweathermap.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "pushover.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "radar2.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "resol.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "rpi2.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "scenes.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "shuttercontrol.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "simple-api.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "socketio.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "solarwetter.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "stockmarket.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "tr-064.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "trashschedule.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "tvprogram.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "tvspielfilm.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-bars.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-canvas-gauges.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-google-fonts.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-history.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-hqwidgets.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-inventwo.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-jqui-mfd.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-justgage.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-material-advanced.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-material-webfont.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-material.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-materialdesign.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis-metro.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis.0" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "vis.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "weatherunderground.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "web" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "web.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "whatsapp-cmb.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "wiffi-wz.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "yr.admin" because officially not created as meta object. Please remove directory!
                    - Ignoring Directory "zigbee.admin" because officially not created as meta object. Please remove directory!
                    
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                    
                    + iobroker.js-controller@3.2.16
                    updated 1 package in 74.151s
                    
                    74 packages are looking for funding
                      run `npm fund` for details
                    
                    
                    
                       ╭───────────────────────────────────────────────────────────────╮
                       │                                                               │
                       │      New major version of npm available! 6.14.10 → 7.5.4      │
                       │   Changelog: https://github.com/npm/cli/releases/tag/v7.5.4   │
                       │               Run npm install -g npm to update!               │
                       │                                                               │
                       ╰───────────────────────────────────────────────────────────────╯
                    
                    
                    
                    iobroker list adapters
                    

                    zeigt gar nichts an.

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • GarganoG Gargano

                      @thomas-braun Ich habe eigentlich Run Level 3 eingestellt.

                      Install ist durchgelaufen aber Admin startet nicht.

                      npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
                      
                      > iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                      > node lib/preinstallCheck.js
                      
                      NPM version: 6.14.10
                      
                      > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
                      > node iobroker.js setup first
                      
                      object system.certificates updated
                      object _design/system updated
                      
                      The following notifications happened during sync:
                      - Ignoring Directory "Icon-emojis" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "accuweather.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "admin.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "backitup.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "broadlink2.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "calendar.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "cloud.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "daswetter.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "devices.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "discovery.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "fb-checkpresence.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "flot" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "flot.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "fritzbox.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "history.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "hm-rega" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "hm-rega.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "hm-rpc.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "homeconnect.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "ical.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icon-emojis" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-addictive-flavour-png" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-addictive-flavour-png.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-fatcow-hosting" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-fatcow-hosting.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-icons8" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-icons8.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-material-png" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-material-png.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-mfd-png" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-mfd-png.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-mfd-svg" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-mfd-svg.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-open-icon-library-png" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-open-icon-library-png.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-ultimate-png" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "icons-ultimate-png.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "info.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "iqontrol" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "iqontrol.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "javascript.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "lgtv.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "linkeddevices.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "material" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "material.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "moma.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "mqtt.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "openweathermap.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "pushover.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "radar2.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "resol.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "rpi2.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "scenes.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "shuttercontrol.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "simple-api.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "socketio.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "solarwetter.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "stockmarket.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "tr-064.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "trashschedule.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "tvprogram.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "tvspielfilm.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-bars.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-canvas-gauges.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-google-fonts.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-history.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-hqwidgets.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-inventwo.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-jqui-mfd.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-justgage.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-material-advanced.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-material-webfont.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-material.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-materialdesign.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis-metro.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis.0" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "vis.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "weatherunderground.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "web" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "web.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "whatsapp-cmb.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "wiffi-wz.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "yr.admin" because officially not created as meta object. Please remove directory!
                      - Ignoring Directory "zigbee.admin" because officially not created as meta object. Please remove directory!
                      
                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                      npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@^1.0.7 (node_modules/iobroker.info/node_modules/osx-temperature-sensor):
                      npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                      
                      + iobroker.js-controller@3.2.16
                      updated 1 package in 74.151s
                      
                      74 packages are looking for funding
                        run `npm fund` for details
                      
                      
                      
                         ╭───────────────────────────────────────────────────────────────╮
                         │                                                               │
                         │      New major version of npm available! 6.14.10 → 7.5.4      │
                         │   Changelog: https://github.com/npm/cli/releases/tag/v7.5.4   │
                         │               Run npm install -g npm to update!               │
                         │                                                               │
                         ╰───────────────────────────────────────────────────────────────╯
                      
                      
                      
                      iobroker list adapters
                      

                      zeigt gar nichts an.

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #12

                      @gargano sagte in IObroker zerlegt nach Stromausfall:

                      zeigt gar nichts an.

                      Ja, die Verzeichnisse der Adapter werden ja auch ignoriert.
                      Da weiß ich aber nicht wie man das gerade gezogen bekommt.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      ? 1 Antwort Letzte Antwort
                      0
                      • GarganoG Offline
                        GarganoG Offline
                        Gargano
                        schrieb am zuletzt editiert von
                        #13

                        @thomas-braun Hab restore gemacht , funktioniert wieder.
                        Vielen Dank

                        ? 1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @gargano sagte in IObroker zerlegt nach Stromausfall:

                          zeigt gar nichts an.

                          Ja, die Verzeichnisse der Adapter werden ja auch ignoriert.
                          Da weiß ich aber nicht wie man das gerade gezogen bekommt.

                          ? Offline
                          ? Offline
                          Ein ehemaliger Benutzer
                          schrieb am zuletzt editiert von
                          #14

                          @thomas-braun

                          Hi
                          habe leider genau das gleiche Probleme an meinem Raspberry PI 4 mit externer SSD. Ein Stromausfall lässt den IOBroker nicht mehr laufen.
                          Der iobroker fix läuft durch und dmesg sagt:

                          [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:45:95:84 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=045305dd-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                          [    2.191028] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
                          [    2.191069] EXT4-fs (sda2): write access will be enabled during recovery
                          [    2.228024] EXT4-fs (sda2): recovery complete
                          [    2.230055] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                          [    2.230159] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                          [    4.198324] EXT4-fs (sda2): re-mounted. Opts: (null)
                          

                          Nach einem Reboot fehlte mir die ssh Datei um mich per Putty einzuloggen aber danach ging es wieder.

                          Der iobroker lässt sich starten -> ohne Fehlermeldung aber der status sagt:

                          iobroker status
                           Cannot read system.config: null (OK when migrating or restoring)
                           Cannot find view "system" for search "host"
                          iobroker is running on this host.
                          
                          
                          Objects type: file
                          States  type: file
                          
                          

                          Ein Versuch den den Admin zu starten sagt:

                          iobroker start admin
                           Cannot read system.config: null (OK when migrating or restoring)
                           Cannot find view "system" for search "host"
                           Cannot find view "system" for search "instance"
                          An unknown error occurred: Cannot find view "system"
                          
                          

                          Was kann ich noch tun um den iobroker zu retten?

                          Vielen Dank vorab!

                          Thomas BraunT 1 Antwort Letzte Antwort
                          0
                          • ? Ein ehemaliger Benutzer

                            @thomas-braun

                            Hi
                            habe leider genau das gleiche Probleme an meinem Raspberry PI 4 mit externer SSD. Ein Stromausfall lässt den IOBroker nicht mehr laufen.
                            Der iobroker fix läuft durch und dmesg sagt:

                            [    0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=0 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1  smsc95xx.macaddr=DC:A6:32:45:95:84 vc_mem.mem_base=0x3eb00000 vc_mem.mem_size=0x3ff00000  console=ttyS0,115200 console=tty1 root=PARTUUID=045305dd-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait
                            [    2.191028] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
                            [    2.191069] EXT4-fs (sda2): write access will be enabled during recovery
                            [    2.228024] EXT4-fs (sda2): recovery complete
                            [    2.230055] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
                            [    2.230159] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                            [    4.198324] EXT4-fs (sda2): re-mounted. Opts: (null)
                            

                            Nach einem Reboot fehlte mir die ssh Datei um mich per Putty einzuloggen aber danach ging es wieder.

                            Der iobroker lässt sich starten -> ohne Fehlermeldung aber der status sagt:

                            iobroker status
                             Cannot read system.config: null (OK when migrating or restoring)
                             Cannot find view "system" for search "host"
                            iobroker is running on this host.
                            
                            
                            Objects type: file
                            States  type: file
                            
                            

                            Ein Versuch den den Admin zu starten sagt:

                            iobroker start admin
                             Cannot read system.config: null (OK when migrating or restoring)
                             Cannot find view "system" for search "host"
                             Cannot find view "system" for search "instance"
                            An unknown error occurred: Cannot find view "system"
                            
                            

                            Was kann ich noch tun um den iobroker zu retten?

                            Vielen Dank vorab!

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #15

                            @pete0815

                            Klapper mal das System mit dem 'Werkzeugkasten'ab:

                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten

                            Wenn das danach immer noch zickig ist:

                            cd /opt/iobroker 
                            sudo -H -u iobroker npm install iobroker.js-controller
                            

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            ? 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @pete0815

                              Klapper mal das System mit dem 'Werkzeugkasten'ab:

                              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten

                              Wenn das danach immer noch zickig ist:

                              cd /opt/iobroker 
                              sudo -H -u iobroker npm install iobroker.js-controller
                              
                              ? Offline
                              ? Offline
                              Ein ehemaliger Benutzer
                              schrieb am zuletzt editiert von Ein ehemaliger Benutzer
                              #16

                              @thomas-braun
                              Vielen Dank!
                              Was ich unter system (rasbian OS) verstehe läuft soweit durch und alles ist aktuell.
                              "Seltsame" Meldundungen gehen dann los, wenn ich Richtung iobroker etwas ausführe.
                              Hier in der Liste das:

                              iobroker repo set stable
                              

                              erzeugt

                              iobroker repo set stable
                               Cannot read system.config: null (OK when migrating or restoring)
                              /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupRepo.js:358
                                                      obj.common.activeRepo = repoName;
                                                          ^
                              
                              TypeError: Cannot read property 'common' of null
                                  at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupRepo.js:358:29)
                                  at processImmediate (internal/timers.js:463:21)
                              

                              Den iobroker fixer habe ich schon durchlaufen alles und er beendet mit "erfolgreich" bitte iobroker start ausführen was aber zu keinem wirklichen start führt.

                              Bevor ich es vergesse zu erwähnen. Ich habe ein Backup auf dem NAS liegen vom Adapter BackitUp, brauche also theoretisch nur eine funktionierende "blanko" Installation um per BackItUp den Restore einspielen zu können. Macht es das einfacher?

                              Problem: ich komme gleich nur noch per SSH etc an den iobroker und nicht physisch um die SSD zu formatieren und neu aufzusetzen. Geht sowas auch remote? Gleich mal schlau machen.

                              Thomas BraunT 1 Antwort Letzte Antwort
                              0
                              • ? Ein ehemaliger Benutzer

                                @thomas-braun
                                Vielen Dank!
                                Was ich unter system (rasbian OS) verstehe läuft soweit durch und alles ist aktuell.
                                "Seltsame" Meldundungen gehen dann los, wenn ich Richtung iobroker etwas ausführe.
                                Hier in der Liste das:

                                iobroker repo set stable
                                

                                erzeugt

                                iobroker repo set stable
                                 Cannot read system.config: null (OK when migrating or restoring)
                                /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupRepo.js:358
                                                        obj.common.activeRepo = repoName;
                                                            ^
                                
                                TypeError: Cannot read property 'common' of null
                                    at Immediate.<anonymous> (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupRepo.js:358:29)
                                    at processImmediate (internal/timers.js:463:21)
                                

                                Den iobroker fixer habe ich schon durchlaufen alles und er beendet mit "erfolgreich" bitte iobroker start ausführen was aber zu keinem wirklichen start führt.

                                Bevor ich es vergesse zu erwähnen. Ich habe ein Backup auf dem NAS liegen vom Adapter BackitUp, brauche also theoretisch nur eine funktionierende "blanko" Installation um per BackItUp den Restore einspielen zu können. Macht es das einfacher?

                                Problem: ich komme gleich nur noch per SSH etc an den iobroker und nicht physisch um die SSD zu formatieren und neu aufzusetzen. Geht sowas auch remote? Gleich mal schlau machen.

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von Thomas Braun
                                #17

                                @pete0815

                                Wenn das danach immer noch zickig ist:

                                cd /opt/iobroker 
                                sudo -H -u iobroker npm install iobroker.js-controller
                                

                                Solange du per ssh eine Konsole bekommst kannst du natürlich alles machen. Komplettes Neuaufsetzen erfordert allerdings physischen Zugriff um erstmal den ssh zu aktivieren.

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                ? 1 Antwort Letzte Antwort
                                0
                                • Thomas BraunT Thomas Braun

                                  @pete0815

                                  Wenn das danach immer noch zickig ist:

                                  cd /opt/iobroker 
                                  sudo -H -u iobroker npm install iobroker.js-controller
                                  

                                  Solange du per ssh eine Konsole bekommst kannst du natürlich alles machen. Komplettes Neuaufsetzen erfordert allerdings physischen Zugriff um erstmal den ssh zu aktivieren.

                                  ? Offline
                                  ? Offline
                                  Ein ehemaliger Benutzer
                                  schrieb am zuletzt editiert von
                                  #18

                                  @thomas-braun
                                  Danke, hatte ich als unerfahrer Nutzer auch so verstanden. Hatte eben mal was über einen Terminalbefehl gelesen um den ssh zugriff zu aktivieren, aber das ist nur gegoogelt keine Ahnung ob das geht.

                                  die js.controller installation wirft viele meldungen raus und danach gibt iobroker status nach dem start eine positive rückmeldung. allerdings läuft der admin nicht und lässt sich auch nicht starten. manuell installieren?

                                   iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                  > node lib/preinstallCheck.js
                                  
                                  NPM version: 6.14.11
                                  
                                  > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
                                  > node iobroker.js setup first
                                  
                                   Cannot read system.config: null (OK when migrating or restoring)
                                  object 0_userdata.0.example_state created
                                  object 0_userdata.0 created
                                  object alias.0 created
                                  object system.certificates created
                                  object system.repositories created
                                  object system.config created
                                  object enum.functions created
                                  object enum.rooms created
                                  object system.group.user created
                                  object system.group.administrator created
                                  object _design/system created
                                  
                                  The following notifications happened during sync:
                                  - Ignoring Directory "admin.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "backitup.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "daswetter.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "devices.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "discovery.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "dwd.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "flot" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "flot.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "influxdb.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "info.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "javascript.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "mqtt.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "pushover.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "radar2.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "shelly.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "simple-api.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "socketio.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "sonoff.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "sourceanalytix.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "sql.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "tr-064.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "virtualpowermeter.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis-bars.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis-history.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis-hqwidgets.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis-jqui-mfd.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis-justgage.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis-metro.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis-players.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis-plumb.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis-timeandweather.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis.0" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "vis.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "web" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "web.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "whatsapp-cmb.admin" because officially not created as meta object. Please remove directory!
                                  - Ignoring Directory "zigbee.admin" because officially not created as meta object. Please remove directory!
                                  
                                  Renamed repository "default to "stable"
                                  Renamed repository "latest to "beta"
                                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman-converters/node_modules/fsevents):
                                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman/node_modules/fsevents):
                                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/fsevents):
                                  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                  
                                  + iobroker.js-controller@3.2.16
                                  updated 13 packages in 157.823s
                                  
                                  62 packages are looking for funding
                                    run `npm fund` for details
                                  
                                  
                                  
                                     ╭───────────────────────────────────────────────────────────────╮
                                     │                                                               │
                                     │      New major version of npm available! 6.14.11 → 7.6.1      │
                                     │   Changelog: https://github.com/npm/cli/releases/tag/v7.6.1   │
                                     │               Run npm install -g npm to update!               │
                                     │                                                               │
                                     ╰───────────────────────────────────────────────────────────────╯
                                  
                                  
                                  Thomas BraunT 1 Antwort Letzte Antwort
                                  0
                                  • ? Ein ehemaliger Benutzer

                                    @thomas-braun
                                    Danke, hatte ich als unerfahrer Nutzer auch so verstanden. Hatte eben mal was über einen Terminalbefehl gelesen um den ssh zugriff zu aktivieren, aber das ist nur gegoogelt keine Ahnung ob das geht.

                                    die js.controller installation wirft viele meldungen raus und danach gibt iobroker status nach dem start eine positive rückmeldung. allerdings läuft der admin nicht und lässt sich auch nicht starten. manuell installieren?

                                     iobroker.js-controller@3.2.16 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                                    > node lib/preinstallCheck.js
                                    
                                    NPM version: 6.14.11
                                    
                                    > iobroker.js-controller@3.2.16 install /opt/iobroker/node_modules/iobroker.js-controller
                                    > node iobroker.js setup first
                                    
                                     Cannot read system.config: null (OK when migrating or restoring)
                                    object 0_userdata.0.example_state created
                                    object 0_userdata.0 created
                                    object alias.0 created
                                    object system.certificates created
                                    object system.repositories created
                                    object system.config created
                                    object enum.functions created
                                    object enum.rooms created
                                    object system.group.user created
                                    object system.group.administrator created
                                    object _design/system created
                                    
                                    The following notifications happened during sync:
                                    - Ignoring Directory "admin.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "backitup.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "daswetter.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "devices.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "discovery.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "dwd.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "flot" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "flot.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "influxdb.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "info.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "javascript.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "mqtt.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "pushover.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "radar2.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "shelly.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "simple-api.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "socketio.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "sonoff.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "sourceanalytix.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "sql.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "tr-064.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "virtualpowermeter.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis-bars.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis-history.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis-hqwidgets.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis-jqui-mfd.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis-justgage.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis-metro.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis-players.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis-plumb.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis-timeandweather.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis.0" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "vis.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "web" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "web.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "whatsapp-cmb.admin" because officially not created as meta object. Please remove directory!
                                    - Ignoring Directory "zigbee.admin" because officially not created as meta object. Please remove directory!
                                    
                                    Renamed repository "default to "stable"
                                    Renamed repository "latest to "beta"
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.1 (node_modules/chokidar/node_modules/fsevents):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: osx-temperature-sensor@1.0.7 (node_modules/osx-temperature-sensor):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for osx-temperature-sensor@1.0.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman-converters/node_modules/fsevents):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman/node_modules/fsevents):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/zigbee-herdsman-converters/node_modules/zigbee-herdsman/node_modules/fsevents):
                                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"arm"})
                                    
                                    + iobroker.js-controller@3.2.16
                                    updated 13 packages in 157.823s
                                    
                                    62 packages are looking for funding
                                      run `npm fund` for details
                                    
                                    
                                    
                                       ╭───────────────────────────────────────────────────────────────╮
                                       │                                                               │
                                       │      New major version of npm available! 6.14.11 → 7.6.1      │
                                       │   Changelog: https://github.com/npm/cli/releases/tag/v7.6.1   │
                                       │               Run npm install -g npm to update!               │
                                       │                                                               │
                                       ╰───────────────────────────────────────────────────────────────╯
                                    
                                    
                                    Thomas BraunT Online
                                    Thomas BraunT Online
                                    Thomas Braun
                                    Most Active
                                    schrieb am zuletzt editiert von
                                    #19

                                    @pete0815 sagte in IObroker zerlegt nach Stromausfall:

                                    Hatte eben mal was über einen Terminalbefehl gelesen um den ssh zugriff zu aktivieren

                                    Dazu musst du aber 'von Innen' kommen.

                                    iobroker list adapters
                                    iobroker list instances
                                    

                                    bringt?

                                    Linux-Werkzeugkasten:
                                    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                    NodeJS Fixer Skript:
                                    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                    ? 2 Antworten Letzte Antwort
                                    0
                                    • Thomas BraunT Thomas Braun

                                      @pete0815 sagte in IObroker zerlegt nach Stromausfall:

                                      Hatte eben mal was über einen Terminalbefehl gelesen um den ssh zugriff zu aktivieren

                                      Dazu musst du aber 'von Innen' kommen.

                                      iobroker list adapters
                                      iobroker list instances
                                      

                                      bringt?

                                      ? Offline
                                      ? Offline
                                      Ein ehemaliger Benutzer
                                      schrieb am zuletzt editiert von
                                      #20

                                      @thomas-braun
                                      ok thx.

                                      iobroker list adapters
                                      

                                      erzeugt gar keine Rückmeldung

                                      iobroker list instances
                                      
                                      + instance is alive
                                      
                                      
                                      Thomas BraunT 1 Antwort Letzte Antwort
                                      0
                                      • ? Ein ehemaliger Benutzer

                                        @thomas-braun
                                        ok thx.

                                        iobroker list adapters
                                        

                                        erzeugt gar keine Rückmeldung

                                        iobroker list instances
                                        
                                        + instance is alive
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #21

                                        @pete0815

                                        iobroker add admin
                                        

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        ? 1 Antwort Letzte Antwort
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @pete0815 sagte in IObroker zerlegt nach Stromausfall:

                                          Hatte eben mal was über einen Terminalbefehl gelesen um den ssh zugriff zu aktivieren

                                          Dazu musst du aber 'von Innen' kommen.

                                          iobroker list adapters
                                          iobroker list instances
                                          

                                          bringt?

                                          ? Offline
                                          ? Offline
                                          Ein ehemaliger Benutzer
                                          schrieb am zuletzt editiert von
                                          #22

                                          @thomas-braun said in IObroker zerlegt nach Stromausfall:

                                          Dazu musst du aber 'von Innen' kommen.

                                          ooooh jetzt verstanden. Mit Terminal ist die lokale Bedienung am RPI gemeint und dann dort ein Terminalfenster öffnen. Hatte das Terminalfenster extern vermutet :man-facepalming:

                                          1 Antwort Letzte Antwort
                                          0
                                          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

                                          370

                                          Online

                                          32.4k

                                          Benutzer

                                          81.5k

                                          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