Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. [Gelöst] Hilfe: ioBroker startet nicht mehr

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    [Gelöst] Hilfe: ioBroker startet nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • mrFenyx
      mrFenyx last edited by

      @wendy2702 leider ging SSH nicht. Ganzes system war unerreichbar.

      pi@home:/opt/iobroker $ iobroker -v
      3.2.16
      pi@home:/opt/iobroker $ iobroker list instances
       Cannot read system.config: null (OK when migrating or restoring)
       Cannot find view "system" for search "host"
      
      
      + instance is alive
      pi@home:/opt/iobroker $ 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
      

      @Thomas-Braun

      pi@home:/opt/iobroker $ 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:1920x1080M@60 smsc95xx.macaddr=DC:A6:32:44:A7:E6 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  console=tty1 root=PARTUUID=ea7d04d6-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles
      [    1.674833] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
      [    1.674908] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
      [    4.383615] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @mrFenyx last edited by Thomas Braun

        @mrfenyx

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

        Ich würde das System auch im RunLevel 3 betreiben, das dürfte zur Zeit mit graph. Oberfläche laufen.
        Was nicht läuft kann auch nicht abstürzen.

        1 Reply Last reply Reply Quote 0
        • mrFenyx
          mrFenyx last edited by

          @Thomas-Braun js-controller wurde neu installiert. Jetzt kommen diese werte raus:

          pi@home:/opt/iobroker $ iobroker status
          iobroker is running on this host.
          
          
          Objects type: file
          States  type: file
          pi@home:/opt/iobroker $ iobroker list instances
          
          
          + instance is alive
          

          Trotzdem geht da nichts...

          iobroker setup liefert das hier:

          object 0_userdata.0.example_state yet exists
          object 0_userdata.0 yet exists
          object alias.0 yet exists
          object system.certificates yet exists
          object system.repositories yet exists
          object system.config yet exists
          object enum.functions yet exists
          object enum.rooms yet exists
          object system.group.user yet exists
          object system.group.administrator yet exists
          object _design/system updated
          

          iobroker fix das hier:

          iobroker fix
          
          Execute the installation fixer script, this updates your ioBroker installation
          
          Options:
                --help     Show help  [boolean]
            -v, --version  Show version  [boolean]
          
          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @mrFenyx last edited by

            @mrfenyx

            iobroker list adapters
            iobroker list instances
            
            1 Reply Last reply Reply Quote 0
            • wendy2702
              wendy2702 last edited by wendy2702

              @mrfenyx

              
              curl -sL https://iobroker.net/fix.sh | bash -
              
              
              1 Reply Last reply Reply Quote 0
              • mrFenyx
                mrFenyx last edited by

                @Thomas-Braun

                pi@home:/opt/iobroker $ iobroker list instances
                
                
                + instance is alive
                pi@home:/opt/iobroker $ iobroker list adapters
                pi@home:/opt/iobroker $
                

                Da fehlt was....

                @wendy2702 danke für den Tipp, ist durchgelaufen, bringt leider nichts 😞

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @mrFenyx last edited by Thomas Braun

                  @mrfenyx

                  which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                  iobroker install admin
                  
                  1 Reply Last reply Reply Quote 0
                  • mrFenyx
                    mrFenyx last edited by

                    @Thomas-Braun

                    pi@home:/opt/iobroker $ which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                    /usr/bin/nodejs
                    v12.20.1
                    /usr/bin/node
                    v12.20.1
                    /usr/bin/npm
                    6.14.10
                    nodejs:
                      Installed: 12.20.1-1nodesource1
                      Candidate: 12.20.1-1nodesource1
                      Version table:
                     *** 12.20.1-1nodesource1 500
                            500 https://deb.nodesource.com/node_12.x buster/main armhf Packages
                            100 /var/lib/dpkg/status
                         10.23.1~dfsg-1~deb10u1 500
                            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
                    

                    Ok, jetzt habe ich admin & info aber alles andere ist...weg... 😞

                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @mrFenyx last edited by

                      @mrfenyx
                      Jetzt zückst du dein Backup und spielst das für so einen Fall angelegte Backup wieder ein.

                      1 Reply Last reply Reply Quote 0
                      • mrFenyx
                        mrFenyx last edited by

                        na dann...warten wir es mal ab...restore in progress 😄

                        1 Reply Last reply Reply Quote 0
                        • mrFenyx
                          mrFenyx last edited by

                          @Thomas-Braun @wendy2702 danke für eure Hilfe! Hoffe es klappt jetzt alles. Gute Nacht!

                          wendy2702 1 Reply Last reply Reply Quote 0
                          • wendy2702
                            wendy2702 @mrFenyx last edited by

                            @mrfenyx Bitte kurzes Feedback!

                            Gute Nacht

                            1 Reply Last reply Reply Quote 0
                            • mrFenyx
                              mrFenyx last edited by

                              Alles im grünen Bereich!👍

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              939
                              Online

                              31.9k
                              Users

                              80.1k
                              Topics

                              1.3m
                              Posts

                              errors fehler hilfe
                              3
                              16
                              1163
                              Loading More Posts
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes
                              Reply
                              • Reply as topic
                              Log in to reply
                              Community
                              Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                              The ioBroker Community 2014-2023
                              logo