Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Adapter lassen sich nicht installieren + Problem Backitup

    NEWS

    • Neues Video über Aliase, virtuelle Geräte und Kategorien

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    Adapter lassen sich nicht installieren + Problem Backitup

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

      Hey,
      ich hoffe ihr könnt mir eben bei meinen Problemen helfen. Seit neuestem erhalte ich einen error code 25 beim installieren von neuen adaptern und weiß nicht warum. Versuchsweise hatte ich auch schon den iobroker ausgeschalten und es durch die Konsole probiert, kam aber auf das gleiche ergebnis.

      Auch habe ich ein Problem mit dem Adapter backitup, das immer hängen bleibt und mir kein zweitfenster öffnet. Ich hatte hier auch schon probiert einen anderen Browser zu nutzen und auch drauf geachtet, dass kein adblocker und co im weg steht.

      Dies ist was meine Konsole ausgibt beim installieren:

      $ iobroker add alarm --host iobroker-pi
      
      NPM version: 6.14.16
      
      Installing iobroker.alarm@3.0.5... (System call)
      
      host.iobroker-pi Cannot install iobroker.alarm@3.0.5: 1
      
      ERROR: Process exited with code 25
      

      Vermute es sind hierzu weitere logs nötig, da die Konsole wenig aussagt. Was wär der nächste Befehl für mehr details?

      Vielen Dank im voraus!

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

        @soukai sagte in Adapter lassen sich nicht installieren + Problem Backitup:

        Erstmal schauen wie deine Umgebung aussieht:

        sudo ln -s /usr/bin/node /usr/bin/nodejs
        which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        

        Dann auch in der Konsole:

        iobroker update -i
        
        S 1 Reply Last reply Reply Quote 0
        • S
          Soukai @Thomas Braun last edited by Soukai

          @thomas-braun
          Danke für deine Zeit!

          iobroker@iobroker-pi:~ $ sudo ln -s /usr/bin/node /usr/bin/nodejs
          ln: failed to create symbolic link '/usr/bin/nodejs': File exists
          
          iobroker@iobroker-pi:~ $ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          /usr/bin/nodejs
          /usr/bin/node
          /usr/bin/npm
          v14.19.1
          v14.19.1
          6.14.16
          iobroker
          /home/iobroker
          Hit:1 http://archive.raspberrypi.org/debian buster InRelease
          Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
          Hit:3 https://deb.nodesource.com/node_14.x buster InRelease
          Reading package lists... Done
          Building dependency tree
          Reading state information... Done
          108 packages can be upgraded. Run 'apt list --upgradable' to see them.
          nodejs:
            Installed: 14.19.1-deb-1nodesource1
            Candidate: 14.19.1-deb-1nodesource1
            Version table:
           *** 14.19.1-deb-1nodesource1 500
                  500 https://deb.nodesource.com/node_14.x buster/main armhf Packages
                  100 /var/lib/dpkg/status
               10.24.0~dfsg-1~deb10u1 500
                  500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
          
          Used repository: stable
          Adapter    "admin"        : 5.3.4    , installed 5.3.4
          Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
          Adapter    "backitup"     : 2.3.3    , installed 2.3.3
          Adapter    "daswetter"    : 3.0.9    , installed 3.0.9
          Adapter    "discovery"    : 2.8.0    , installed 2.8.0
          Adapter    "fb-checkpresence": 1.1.13, installed 1.1.13
          Adapter    "flot"         : 1.10.7   , installed 1.10.7
          Adapter    "fritzdect"    : 2.2.3    , installed 2.2.3
          Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
          Adapter    "ham"          : 4.0.2    , installed 4.0.2
          Adapter    "history"      : 1.10.5   , installed 1.10.5
          Adapter    "info"         : 1.9.8    , installed 1.9.8
          Adapter    "javascript"   : 5.2.21   , installed 5.2.21
          Controller "js-controller": 4.0.21   , installed 4.0.21
          Adapter    "mihome"       : 1.3.7    , installed 1.3.7
          Adapter    "openweathermap": 0.1.0   , installed 0.1.0
          Adapter    "ping"         : 1.5.3    , installed 1.5.3
          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
          Adapter    "samsung"      : 0.2.9    , installed 0.2.9
          Adapter    "scenes"       : 2.3.9    , installed 2.3.9
          Adapter    "simple-api"   : 2.6.2    , installed 2.6.4
          Adapter    "socketio"     : 4.1.4    , installed 4.1.5
          Adapter    "sonoff"       : 2.4.7    , installed 2.4.7
          Adapter    "telegram"     : 1.11.1   , installed 1.11.1
          Adapter    "tuya"         : 3.6.15   , installed 3.6.15
          Adapter    "web"          : 4.2.0    , installed 4.2.0
          Adapter    "wifilight"    : 1.1.0    , installed 1.1.0
          Adapter    "windows-control": 0.1.5  , installed 0.1.5
          Adapter    "wled"         : 0.6.3    , installed 0.6.3
          Adapter    "ws"           : 1.2.0    , installed 1.2.0
          Adapter    "yeelight-2"   : 1.1.2    , installed 1.1.2
          
          crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
          • crunchip
            crunchip Forum Testing Most Active @Soukai last edited by

            @soukai unvorteilhaften User ausgewählt, denn es gibt schon den user iobroker, der durch die iobroker Installation angelegt wird.

            S 1 Reply Last reply Reply Quote 0
            • S
              Soukai @crunchip last edited by Soukai

              @crunchip
              Hey, hab das fertige rasbian iobroker image aus dem Forum genommen. Dort wurde dies schon so vordefiniert. Kann ich das nachträglich ändern?

              crunchip 1 Reply Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @Soukai last edited by

                @soukai sagte in Adapter lassen sich nicht installieren + Problem Backitup:

                fertige rasbian iobroker image aus dem Forum genommen

                Welches image und wo aus dem Forum??

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

                  @soukai
                  Vom User abgesehen...
                  Halt dein System auf Stand!

                  108 packages can be upgraded.
                  

                  sind 108 Pakete zuviel.

                  sudo apt update
                  sudo apt full-upgrade
                  sudo reboot
                  

                  ist dringend angezeigt!
                  Und künftig regelmäßig updaten!

                  S 2 Replies Last reply Reply Quote 0
                  • S
                    Soukai @Thomas Braun last edited by Soukai

                    • hier stand nix -
                    S 1 Reply Last reply Reply Quote 0
                    • S
                      Soukai @Soukai last edited by

                      @soukai Raspberry image von hier: https://www.iobroker.net/#de/download

                      crunchip 1 Reply Last reply Reply Quote 0
                      • crunchip
                        crunchip Forum Testing Most Active @Soukai last edited by crunchip

                        @soukai du hast aber schon gelesen, was darüber steht und wie alt das image ist, bzw mal auf Info geklickt

                        S 1 Reply Last reply Reply Quote 0
                        • S
                          Soukai @crunchip last edited by Soukai

                          @crunchip war schon länger her, dass ich mein system aufgesetzt hatte mit dem image, seitdem liefs

                          1 Reply Last reply Reply Quote 0
                          • S
                            Soukai @Thomas Braun last edited by Soukai

                            @thomas-braun
                            gesagt getan. Trotzallem lässt sich leider nichts installieren 😞

                            Ein weiterer Background noch der vielleicht relevant ist: Ha-Bridge und Hyperion NG laufen auch auf dem gleichen Pi. Alles lief bis dato ohne probleme und es lies sich noch alles installieren.

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

                              @soukai

                              Was wird in der Konsole gemeldet?

                              iobroker add adaptername
                              
                              S 1 Reply Last reply Reply Quote 0
                              • S
                                Soukai @Thomas Braun last edited by

                                @thomas-braun

                                iobroker@iobroker-pi:~ $ iobroker add adaptername
                                host.iobroker-pi Unknown packetName adaptername. Please install packages from outside the repository using npm!
                                iobroker@iobroker-pi:~ $ iobroker add ble
                                NPM version: 6.14.16
                                Installing iobroker.ble@0.12.0... (System call)
                                host.iobroker-pi Cannot install iobroker.ble@0.12.0: 1
                                
                                
                                crunchip 2 Replies Last reply Reply Quote 0
                                • crunchip
                                  crunchip Forum Testing Most Active @Soukai last edited by

                                  @soukai adaptername musst du schon ersetzen mit dem jeweiligen Adapter

                                  S 1 Reply Last reply Reply Quote 0
                                  • S
                                    Soukai @crunchip last edited by Soukai

                                    @crunchip hab ich drunter gemacht

                                    crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
                                    • crunchip
                                      crunchip Forum Testing Most Active @Soukai last edited by

                                      @soukai kann es vllt sein, das etwas mit deiner Repo List nicht stimmt

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

                                        @soukai

                                        iobroker repo list
                                        iobroker update -i
                                        
                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          Soukai @Thomas Braun last edited by

                                          @thomas-braun @crunchip
                                          Danke nochmal für eure Zeit.

                                          iobroker@iobroker-pi:~ $ iobroker repo list
                                          stable        : http://download.iobroker.net/sources-dist.json
                                          beta          : http://download.iobroker.net/sources-dist-latest.json
                                          
                                          Active repo(s): stable
                                          iobroker@iobroker-pi:~ $ iobroker update -i
                                          Used repository: stable
                                          Adapter    "admin"        : 5.3.4    , installed 5.3.4
                                          Adapter    "alexa2"       : 3.11.2   , installed 3.11.2
                                          Adapter    "backitup"     : 2.3.3    , installed 2.3.3
                                          Adapter    "daswetter"    : 3.0.9    , installed 3.0.9
                                          Adapter    "discovery"    : 2.8.0    , installed 2.8.0
                                          Adapter    "fb-checkpresence": 1.1.13, installed 1.1.13
                                          Adapter    "flot"         : 1.10.7   , installed 1.10.7
                                          Adapter    "fritzdect"    : 2.2.3    , installed 2.2.3
                                          Adapter    "habpanel"     : 0.5.0    , installed 0.5.0
                                          Adapter    "ham"          : 4.0.2    , installed 4.0.2
                                          Adapter    "history"      : 1.10.5   , installed 1.10.5
                                          Adapter    "info"         : 1.9.8    , installed 1.9.8
                                          Adapter    "javascript"   : 5.2.21   , installed 5.2.21
                                          Controller "js-controller": 4.0.21   , installed 4.0.21
                                          Adapter    "mihome"       : 1.3.7    , installed 1.3.7
                                          Adapter    "openweathermap": 0.1.0   , installed 0.1.0
                                          Adapter    "ping"         : 1.5.3    , installed 1.5.3
                                          Adapter    "rpi2"         : 1.3.2    , installed 1.3.2
                                          Adapter    "samsung"      : 0.2.9    , installed 0.2.9
                                          Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                          Adapter    "simple-api"   : 2.6.2    , installed 2.6.4
                                          Adapter    "socketio"     : 4.1.4    , installed 4.1.5
                                          Adapter    "sonoff"       : 2.4.7    , installed 2.4.7
                                          Adapter    "telegram"     : 1.11.1   , installed 1.11.1
                                          Adapter    "tuya"         : 3.6.15   , installed 3.6.15
                                          Adapter    "web"          : 4.2.0    , installed 4.2.0
                                          Adapter    "wifilight"    : 1.1.0    , installed 1.1.0
                                          Adapter    "windows-control": 0.1.5  , installed 0.1.5
                                          Adapter    "wled"         : 0.6.3    , installed 0.6.3
                                          Adapter    "ws"           : 1.2.0    , installed 1.2.0
                                          Adapter    "yeelight-2"   : 1.1.2    , installed 1.1.2
                                          
                                          crunchip 1 Reply Last reply Reply Quote 0
                                          • crunchip
                                            crunchip Forum Testing Most Active @Soukai last edited by crunchip

                                            @soukai probier mal die Adapter Installation mit dem live Repo.
                                            Stable

                                            http://iobroker.live/repo/sources-dist.json
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

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

                                            577
                                            Online

                                            32.0k
                                            Users

                                            80.5k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            48
                                            2320
                                            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