Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. ioBroker startet nicht

    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

    SOLVED ioBroker startet nicht

    This topic has been deleted. Only users with topic management privileges can see it.
    • haselchen
      haselchen Most Active @Nier last edited by

      @Nier

      Am besten du machst erstmal ein

      apt-get update

      danach

      apt-get upgrade

      1 Reply Last reply Reply Quote 0
      • N
        Nier last edited by Negalein

        @haselchen hab ich gemacht kommt immer noch die meldung im browser

        This adapter cannot be installed directly from github.
        You must install it from npm.
        Write for that "npm install iobroker.admin" in according directory.

        root@NiermannSmartHome:/opt/iobroker# apt-get update
        OK:1 http://security.debian.org/debian-security stretch/updates InRelease
        Ign:2 http://ftp.de.debian.org/debian stretch InRelease
        OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
        OK:4 http://ftp.de.debian.org/debian stretch Release
        OK:5 https://deb.nodesource.com/node_8.x stretch InRelease
        Paketlisten werden gelesen... Fertig
        root@NiermannSmartHome:/opt/iobroker#
        root@NiermannSmartHome:/opt/iobroker# apt-get upgrade
        Paketlisten werden gelesen... Fertig
        Abhängigkeitsbaum wird aufgebaut.
        Statusinformationen werden eingelesen.... Fertig
        Paketaktualisierung (Upgrade) wird berechnet... Fertig
        Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
         gimp-data gir1.2-gdata-0.0 gir1.2-gepub-0.4 gir1.2-zpj-0.0 libabw-0.1-1
         libamd2 libbabl-0.1-0 libcamd2 libccolamd2 libcholmod3 libe-book-0.1-1
         libgc1c2 libgegl-0.3-0 libgepub0 libgimp2.0 libgtkmm-2.4-1v5 libgtkspell0
         libimage-magick-perl libimage-magick-q16-perl libmagick++-6.q16-7 libmetis5
         libmng1 libpotrace0 libsdl1.2debian libumfpack5 python-bs4 python-cairo
         python-gobject-2 python-gtk2 python-html5lib python-lxml python-numpy
         python-scour python-webencodings unoconv
        Verwenden Sie »apt autoremove«, um sie zu entfernen.
        Die folgenden Pakete sind zurückgehalten worden:
         default-jre default-jre-headless icedtea-netx libfreerdp-cache1.1
         libfreerdp-core1.1 libfreerdp-gdi1.1 linux-image-amd64
        0 aktualisiert, 0 neu installiert, 0 zu entfernen und 7 nicht aktualisiert.
        root@NiermannSmartHome:/opt/iobroker#
        root@NiermannSmartHome:/opt/iobroker#
        


        Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
        Hier gehts zur Hilfe.

        haselchen 1 Reply Last reply Reply Quote 0
        • haselchen
          haselchen Most Active @Nier last edited by Negalein

          @Nier

          curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - 
          
          sudo apt-get install -y nodejs
          

          Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
          Hier gehts zur Hilfe.

          1 Reply Last reply Reply Quote 0
          • N
            Nier last edited by Negalein

            @haselchen leider kommt immer noch die gleiche meldung 😞

            Hab die zwei schritte gemacht:

            root@NiermannSmartHome:/opt/iobroker# curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
            
            ## Installing the NodeSource Node.js 10.x repo...
            
            
            ## Populating apt-get cache...
            
            + apt-get update
            OK:1 http://security.debian.org/debian-security stretch/updates InRelease
            Ign:2 http://ftp.de.debian.org/debian stretch InRelease
            OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
            OK:4 http://ftp.de.debian.org/debian stretch Release
            OK:5 https://deb.nodesource.com/node_10.x stretch InRelease
            Paketlisten werden gelesen... Fertig
            
            ## Confirming "stretch" is supported...
            
            + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_10.x/dists/stretch/Release'
            
            ## Adding the NodeSource signing key to your keyring...
            
            + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
            OK
            
            ## Creating apt sources list file for the NodeSource Node.js 10.x repo...
            
            + echo 'deb https://deb.nodesource.com/node_10.x stretch main' > /etc/apt/sources.list.d/nodesource.list
            + echo 'deb-src https://deb.nodesource.com/node_10.x stretch main' >> /etc/apt/sources.list.d/nodesource.list
            
            ## Running `apt-get update` for you...
            
            + apt-get update
            OK:1 http://security.debian.org/debian-security stretch/updates InRelease
            Ign:2 http://ftp.de.debian.org/debian stretch InRelease
            OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
            OK:4 http://ftp.de.debian.org/debian stretch Release
            OK:5 https://deb.nodesource.com/node_10.x stretch InRelease
            Paketlisten werden gelesen... Fertig
            
            ## Run `sudo apt-get install -y nodejs` to install Node.js 10.x and npm
            ## You may also need development tools to build native addons:
                sudo apt-get install gcc g++ make
            ## To install the Yarn package manager, run:
                curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
                echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
                sudo apt-get update && sudo apt-get install yarn
            
            
            root@NiermannSmartHome:/opt/iobroker# sudo apt-get install -y nodejs
            Paketlisten werden gelesen... Fertig
            Abhängigkeitsbaum wird aufgebaut.
            Statusinformationen werden eingelesen.... Fertig
            nodejs ist schon die neueste Version (10.19.0-1nodesource1).
            Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
             gimp-data gir1.2-gdata-0.0 gir1.2-gepub-0.4 gir1.2-zpj-0.0 libabw-0.1-1
             libamd2 libbabl-0.1-0 libcamd2 libccolamd2 libcholmod3 libe-book-0.1-1
             libgc1c2 libgegl-0.3-0 libgepub0 libgimp2.0 libgtkmm-2.4-1v5 libgtkspell0
             libimage-magick-perl libimage-magick-q16-perl libmagick++-6.q16-7 libmetis5
             libmng1 libpotrace0 libsdl1.2debian libumfpack5 python-bs4 python-cairo
             python-gobject-2 python-gtk2 python-html5lib python-lxml python-numpy
             python-scour python-webencodings unoconv
            Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
            0 aktualisiert, 0 neu installiert, 0 zu entfernen und 7 nicht aktualisiert.
            root@NiermannSmartHome:/opt/iobroker#
            


            Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
            Hier gehts zur Hilfe.

            haselchen 1 Reply Last reply Reply Quote 0
            • haselchen
              haselchen Most Active @Nier last edited by

              @Nier

              Was ergibt

              npm -v

              nodejs -v

              N 1 Reply Last reply Reply Quote 0
              • N
                Nier @haselchen last edited by Negalein

                @haselchen

                root@NiermannSmartHome:/opt/iobroker# npm -v
                6.13.4
                root@NiermannSmartHome:/opt/iobroker# nodejs -v
                v10.19.0
                root@NiermannSmartHome:/opt/iobroker#
                

                Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                Hier gehts zur Hilfe.

                haselchen 1 Reply Last reply Reply Quote 0
                • haselchen
                  haselchen Most Active @Nier last edited by

                  @Nier

                  dann jetzt

                  npm i iobroker.js-controller

                  N 1 Reply Last reply Reply Quote 0
                  • N
                    Nier @haselchen last edited by Negalein

                    @haselchen said in ioBroker startet nicht:

                    npm i iobroker.js-controller

                    Leider gehts immer noch nicht

                    root@NiermannSmartHome:/opt/iobroker# npm i iobroker.js-controller
                    npm WARN deprecated circular-json@0.3.3: CircularJSON is in maintenance only, flatted is its successor.
                    
                    > iobroker.js-controller@2.2.9 preinstall /opt/iobroker/node_modules/iobroker.js-controller
                    > node lib/preinstallCheck.js
                    
                    NPM version: 6.13.4
                    
                    > iobroker.js-controller@2.2.9 install /opt/iobroker/node_modules/iobroker.js-controller
                    > node iobroker.js setup first
                    
                    npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.1.2 (node_modules/chokidar/node_modules/fsevents):
                    npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.1.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
                    npm WARN bl@0.7.0 requires a peer of stream-browserify@* but none is installed. You must install peer dependencies yourself.
                    npm WARN winston-daily-rotate-file@4.4.2 requires a peer of winston@^3 but none is installed. You must install peer dependencies yourself.
                    npm WARN winston-syslog@2.4.0 requires a peer of winston@^3.0.0 but none is installed. You must install peer dependencies yourself.
                    npm WARN ajv-keywords@2.1.1 requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.
                    
                    + iobroker.js-controller@2.2.9
                    updated 1 package and audited 4642 packages in 50.317s
                    
                    2 packages are looking for funding
                     run `npm fund` for details
                    
                    found 50 vulnerabilities (32 low, 18 high)
                     run `npm audit fix` to fix them, or `npm audit` for details
                    


                    Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                    Hier gehts zur Hilfe.

                    haselchen AlCalzone Homoran 3 Replies Last reply Reply Quote 0
                    • haselchen
                      haselchen Most Active @Nier last edited by

                      @Nier
                      Hilft wohl nur noch der Fixer

                      curl -sL https://iobroker.net/fix.sh | bash -

                      N 1 Reply Last reply Reply Quote 0
                      • N
                        Nier @haselchen last edited by Negalein

                        @haselchen
                        was kann ich dagegen tin?

                        root@NiermannSmartHome:/opt/iobroker# iobroker stop
                        root@NiermannSmartHome:/opt/iobroker# curl -sL https://iobroker.net/fix.sh | bash -
                        library: loaded
                        Library version=2020-01-30
                        ioBroker or some processes are still running:
                         io.cloud.0
                         io.yahka.0
                         io.ring.0
                         io.broadlink2.0
                         io.alexa2.0
                         io.mihome.0
                         io.text2command.0
                         io.email.0
                         io.web.0
                         io.tado.0
                         io.meross.0
                        Please stop them first and try again!
                        root@NiermannSmartHome:/opt/iobroker#
                        

                        Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                        Hier gehts zur Hilfe.

                        haselchen 1 Reply Last reply Reply Quote 0
                        • haselchen
                          haselchen Most Active @Nier last edited by

                          @Nier

                          Versuch mal
                          pkill iobroker

                          N 1 Reply Last reply Reply Quote 0
                          • N
                            Nier @haselchen last edited by Negalein

                            @haselchen Leider nein 😞 Danke dir aber für diene Zeit

                            root@NiermannSmartHome:/opt/iobroker# pkill iobroker
                            root@NiermannSmartHome:/opt/iobroker# curl -sL https://iobroker.net/fix.sh | bash -
                            library: loaded
                            Library version=2020-01-30
                            ioBroker or some processes are still running:
                             io.cloud.0
                             io.yahka.0
                             io.ring.0
                             io.broadlink2.0
                             io.alexa2.0
                             io.mihome.0
                             io.text2command.0
                             io.email.0
                             io.web.0
                             io.tado.0
                             io.meross.0
                            Please stop them first and try again!
                            root@NiermannSmartHome:/opt/iobroker#
                            

                            Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                            Hier gehts zur Hilfe.

                            haselchen 1 Reply Last reply Reply Quote 0
                            • haselchen
                              haselchen Most Active @Nier last edited by

                              @Nier

                              Und ein iobroker stop
                              Eventuell mit sudo davor

                              N 1 Reply Last reply Reply Quote 0
                              • N
                                Nier @haselchen last edited by

                                @haselchen Leider nein 😞

                                haselchen 1 Reply Last reply Reply Quote 0
                                • haselchen
                                  haselchen Most Active @Nier last edited by

                                  @Nier
                                  Kannst natürlich jeden Adapter einzeln stoppen
                                  iobroker stop adapterName

                                  N 1 Reply Last reply Reply Quote 0
                                  • N
                                    Nier @haselchen last edited by Negalein

                                    @haselchen Wenigstens etwas was geklappt hat 😛 Aber leider kommt immer noch die gleiche meldung wie vorher

                                    This adapter cannot be installed directly from github.
                                    You must install it from npm.
                                    Write for that "npm install iobroker.admin" in according directory.

                                    root@NiermannSmartHome:~# curl -sL https://iobroker.net/fix.sh | bash -#
                                    bash: -#: Ungültige Option
                                    Aufruf: bash [Lange GNU Option] [Option] ...
                                                    bash [Lange GNU Option] [Option] Script-Datei ...
                                    Lange GNU Optionen:
                                            --debug
                                            --debugger
                                            --dump-po-strings
                                            --dump-strings
                                            --help
                                            --init-file
                                            --login
                                            --noediting
                                            --noprofile
                                            --norc
                                            --posix
                                            --rcfile
                                            --restricted
                                            --verbose
                                            --version
                                    Shell-Optionen:
                                            -ilrsD oder -c Kommando oder -O shopt_option            (Nur Aufruf)
                                            -abefhkmnptuvxBCHP oder Option -o
                                    root@NiermannSmartHome:~# curl -sL https://iobroker.net/fix.sh | bash -
                                    library: loaded
                                    Library version=2020-01-30
                                    
                                    ==========================================================================
                                    
                                        Welcome to the ioBroker installation fixer!
                                        Script version: 2020-01-25
                                    
                                    ==========================================================================
                                    
                                    
                                    ==========================================================================
                                        Installing prerequisites (1/3)
                                    ==========================================================================
                                    
                                    OK:1 http://security.debian.org/debian-security stretch/updates InRelease
                                    Ign:2 http://ftp.de.debian.org/debian stretch InRelease
                                    OK:3 http://ftp.de.debian.org/debian stretch-updates InRelease
                                    OK:4 http://ftp.de.debian.org/debian stretch Release
                                    OK:5 https://deb.nodesource.com/node_10.x stretch InRelease
                                    Paketlisten werden gelesen... Fertig
                                    Installed gcc-c++
                                    Installed python-dev
                                    
                                    ==========================================================================
                                        Checking ioBroker user and directory permissions (2/3)
                                    ==========================================================================
                                    
                                    Created /etc/sudoers.d/iobroker
                                    Fixing directory permissions...
                                    
                                    ==========================================================================
                                        Checking autostart (3/3)
                                    ==========================================================================
                                    
                                    Enabling autostart...
                                    Autostart enabled!
                                    
                                    ==========================================================================
                                    
                                        Your installation was fixed successfully
                                        Run iobroker start to start ioBroker again!
                                    
                                    ==========================================================================
                                    


                                    Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                                    Hier gehts zur Hilfe.

                                    haselchen 1 Reply Last reply Reply Quote 0
                                    • N
                                      Nier last edited by Negalein

                                      root@NiermannSmartHome:~# install iobroker.admin
                                      install: Fehlender Zieldatei‐Operand hinter 'iobroker.admin'
                                      „install --help“ liefert weitere Informationen.
                                      root@NiermannSmartHome:~# npm install iobroker.admin
                                      npm WARN saveError ENOENT: no such file or directory, open '/root/package.json'
                                      npm WARN enoent ENOENT: no such file or directory, open '/root/package.json'
                                      npm WARN root No description
                                      npm WARN root No repository field.
                                      npm WARN root No README data
                                      npm WARN root No license field.
                                      
                                      + iobroker.admin@4.0.5
                                      updated 1 package and audited 1050 packages in 5.777s
                                      found 0 vulnerabilities
                                      
                                      root@NiermannSmartHome:~#
                                      

                                      Mod-Edit: Code/Log in Code Tags gepackt. Bitte benutzt die Code Tags Funktion -> </>
                                      Hier gehts zur Hilfe.

                                      1 Reply Last reply Reply Quote 0
                                      • haselchen
                                        haselchen Most Active @Nier last edited by

                                        @Nier

                                        Da steht erfolgreich?
                                        Reboot gemacht ?

                                        N 1 Reply Last reply Reply Quote 0
                                        • N
                                          Nier @haselchen last edited by

                                          @haselchen Ja habe ich , aber leider immer noch die gleiche meldung 😞

                                          haselchen 1 Reply Last reply Reply Quote 0
                                          • haselchen
                                            haselchen Most Active @Nier last edited by

                                            @Nier

                                            Was ergibt

                                            Iobroker -v

                                            Und

                                            ./iobroker update

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            funktioniertnicht
                                            4
                                            50
                                            3708
                                            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