Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Skripten / Logik
    4. ioBroker soll Raspberry PI System Befehl ausführen

    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

    ioBroker soll Raspberry PI System Befehl ausführen

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

      @Accu
      Ich würde da auf node12 gehen.
      Und schauen, dass nodejs und node die gleiche Versionsnummer haben. Anleitung habe ich ja oben gepostet.
      Im Moment ist da etwas Chaos bei dir drin.

      1 Reply Last reply Reply Quote 0
      • Homoran
        Homoran Global Moderator Administrators @Accu last edited by

        @Accu sagte in ioBroker soll Raspberry PI System Befehl ausführen:

        unter Jessi aufgesetzt und habe dann zu Jessi geupgraded

        ???

        @Accu sagte in ioBroker soll Raspberry PI System Befehl ausführen:

        v8.17.0

        v8 wird nicht mehr unterstützt!

        @Accu sagte in ioBroker soll Raspberry PI System Befehl ausführen:

        v12.18.3

        noch eine zweite node-Installation??

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

          @Homoran sagte in ioBroker soll Raspberry PI System Befehl ausführen:

          noch eine zweite node-Installation??

          Klar. Die 8er über den Paketmanager, die 12er von Hand in das System gedübelt.

          A 1 Reply Last reply Reply Quote 0
          • A
            Accu @Thomas Braun last edited by

            @Thomas-Braun sorry ich muss jetzt doch noch mal nachfragen. Bin leider nicht der Linux Profi.

            Ich hatte lange Zeit Jessi mit der ioBroker Installation und anderen Sachen (z.B. PiHole) auf dem Raspi laufen. Irgendwann bin ich von Jessi auf Stretch gegangen.
            Es schien alles noch zu funzen.
            Aus der Fix Anleitung werde ich leider nicht so ganz schlau draus.

            Hier nochmal meine Ausgangssituation:
            Pi:
            Linux Raspi 5.4.51-v7+ #1327 SMP Thu Jul 23 10:58:46 BST 2020 armv7l GNU/Linux
            Distribution:
            No LSB modules are available.
            Distributor ID: Raspbian
            Description: Raspbian GNU/Linux 9.13 (stretch)
            Release: 9.13
            Codename: stretch

            Meine Fragen:
            was ist der Unterschied zw. Node und Node.js?

            Was den Fix angeht sieht es ja so aus, als würden hier eher die Installationsorte: Node.js =/usr/bin vs. Node = /usr/local/bin angemahnt, statt die Versionsnumern selber.

            which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
            /usr/bin/nodejs
            v8.17.0
            /usr/local/bin/node
            v12.18.3
            /usr/local/bin/npm
            6.14.6
            nodejs:
            Installiert: 8.17.0-1nodesource1
            Installationskandidat: 8.17.0-1nodesource1
            Versionstabelle:
            *** 8.17.0-1nodesource1 500
            500 https://deb.nodesource.com/node_8.x stretch/main armhf Packages
            100 /var/lib/dpkg/status
            8.11.1~dfsg-2~bpo9+1 500
            500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
            4.8.2~dfsg-1 500
            500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages

            Muss ich eine Node Installation deinstallieren?

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

              @Accu sagte in ioBroker soll Raspberry PI System Befehl ausführen:

              Muss ich eine Node Installation deinstallieren?

              Jein. Du solltest die Installation aus /usr/local/bin kratzen und dann den Paketmanager apt sauber aufsetzen und node/nodeJS dann daraus installieren.
              Wie man das macht? Siehe oben.
              Wenn nicht verstanden, konkret fragen.

              Die Versionsnummern von node / nodejs müssen am Ende gleich sein und in /usr/bin liegen.

              Und bitte Konsolenausgaben als Text in CodeTags c1ede93e-8e03-4b3f-97d0-e75e9edbe73b-image.png setzen. Liest sich besser.

              A 1 Reply Last reply Reply Quote 0
              • A
                Accu @Thomas Braun last edited by

                @Thomas-Braun hi Thomas, ich habe jetzt einmal nodejs (node) nach Anleitung hier aus dem Forum komplett deinstalliert und den Pi rebootet.
                (seltsamerweise lief ioBroker dann immer noch und auch der Script Adapter)
                Dann nach der Anleitung neu installiert.
                Das ganze schaut jetzt so aus:

                which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs

                /usr/bin/nodejs
                v12.18.4
                /usr/local/bin/node
                v12.18.3
                /usr/local/bin/npm
                6.14.6
                nodejs:
                  Installiert:           12.18.4-1nodesource1
                  Installationskandidat: 12.18.4-1nodesource1
                  Versionstabelle:
                 *** 12.18.4-1nodesource1 500
                        500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
                        100 /var/lib/dpkg/status
                     8.11.1~dfsg-2~bpo9+1 500
                        500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                     4.8.2~dfsg-1 500
                        500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                
                Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                • Homoran
                  Homoran Global Moderator Administrators @Accu last edited by

                  @Accu sagte in ioBroker soll Raspberry PI System Befehl ausführen:

                  seltsamerweise lief ioBroker dann immer noch und auch der Script Adapter

                  klar!
                  weil du die schief installierte Version nicht gelöscht hast

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

                    @Accu Ist noch krumm.
                    Der Kram aus /usr/local/bin muss gelöscht werden.

                    A 1 Reply Last reply Reply Quote 0
                    • A
                      Accu @Thomas Braun last edited by

                      @Thomas-Braun

                      gelöscht und re-install gemacht. Schaut jetzt so aus:

                      which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                      /usr/bin/nodejs
                      v12.18.4
                      /usr/bin/node
                      -bash: /usr/local/bin/node: Datei oder Verzeichnis nicht gefunden
                      
                      
                      Thomas Braun 1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @Accu last edited by

                        @Accu Starte die Kiste mal neu.

                        A 1 Reply Last reply Reply Quote 0
                        • A
                          Accu @Thomas Braun last edited by

                          @Thomas-Braun

                           which nodejs && nodejs -v && which node && node -v && which npm && npm -v && apt policy nodejs
                          /usr/bin/nodejs
                          v12.18.4
                          /usr/bin/node
                          v12.18.4
                          /usr/bin/npm
                          6.14.6
                          nodejs:
                            Installiert:           12.18.4-1nodesource1
                            Installationskandidat: 12.18.4-1nodesource1
                            Versionstabelle:
                           *** 12.18.4-1nodesource1 500
                                  500 https://deb.nodesource.com/node_12.x stretch/main armhf Packages
                                  100 /var/lib/dpkg/status
                               8.11.1~dfsg-2~bpo9+1 500
                                  500 http://archive.raspberrypi.org/debian stretch/main armhf Packages
                               4.8.2~dfsg-1 500
                                  500 http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages
                          
                          Thomas Braun 1 Reply Last reply Reply Quote 0
                          • Thomas Braun
                            Thomas Braun Most Active @Accu last edited by

                            @Accu
                            Jetzt passt es.

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              Accu @Thomas Braun last edited by

                              @Thomas-Braun Yipeeeee.

                              Jetzt zu meinem eigentlichen Anliegen. Kann ich einfach den GitHub PiHole Adapter aus ioBroker raus installieren?

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

                                @Accu
                                Der ist doch drin:

                                process exited with code 0
                                
                                A 1 Reply Last reply Reply Quote 0
                                • A
                                  Accu @Thomas Braun last edited by

                                  @Thomas-Braun war verwirrt weil der Gyp ERR noch im Log steht.

                                  $ ./iobroker url "https://github.com/unltdnetworx/ioBroker.pi-hole/tarball/master" pi-hole
                                  install https://github.com/unltdnetworx/ioBroker.pi-hole/tarball/master
                                  NPM version: 6.14.6
                                  npm install https://github.com/unltdnetworx/ioBroker.pi-hole/tarball/master --loglevel error --prefix "/opt/iobroker" (System call)
                                  ERR!
                                   sharp Use with glibc 2.24 requires manual installation of libvips >= 8.9.1info sharp Attempting to build from source via node-gyp but this may fail due to the above errorinfo sharp Please see https://sharp.pixelplumbing.com/install for required dependencies
                                  ../src/common.cc:23:22: fatal error: vips/vips8: Datei oder Verzeichnis nicht gefunden #include <vips/vips8>                      ^
                                  compilation terminated.
                                  make: *** [Release/obj.target/sharp/src/common.o] Fehler 1
                                  gyp ERR! build error gyp ERR!
                                   stack Error: `make` failed with exit code: 2gyp
                                   ERR! 
                                  stack     at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:194:23)gyp ERR! stack     at ChildProcess.emit (events.js:315:20)gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)gyp ERR! System Linux 5.4.51-v7+gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"gyp ERR! cwd /opt/iobroker/node_modules/sharpgyp ERR! node -v v12.18.4gyp ERR! node-gyp -v v5.1.0gyp ERR! not ok 
                                  upload [5] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/words.js words.js application/javascript
                                  upload [4] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/tsconfig.json tsconfig.json application/json
                                  upload [3] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/style.css style.css text/css
                                  upload [2] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/pi-hole.png pi-hole.png image/png
                                  upload [1] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/index_m.html index_m.html text/html
                                  upload [0] pi-hole.admin /opt/iobroker/node_modules/iobroker.pi-hole/admin/admin.d.ts admin.d.ts video/mp2t
                                  process exited with code 0
                                  
                                  Thomas Braun 1 Reply Last reply Reply Quote 0
                                  • Thomas Braun
                                    Thomas Braun Most Active @Accu last edited by Thomas Braun

                                    @Accu sagte in ioBroker soll Raspberry PI System Befehl ausführen:

                                    sharp

                                    Das musst du sharp selber bauen.
                                    Installier mal

                                    sudo apt install libvips42 libvips-dev
                                    

                                    Warum installierst du eigentlich pi-hole aus git?

                                    A 1 Reply Last reply Reply Quote 0
                                    • A
                                      Accu @Thomas Braun last edited by

                                      @Thomas-Braun gute Frage. Gehts auch anders? Hatte das irgendwo gesehen.

                                      Habe jetzt blöderweise ein anderes Problem: hatten den Pihole adapter installiert und jetzt wieder über das Terminal gedisabled. Aber irgendwie lagged der Pi jetzt total. Die ioBroker Maske wird nicht mehr vollständig geladen und zeigt nur noch den Ladekreis. Shutdown und reboot hat nix gebracht.
                                      Irgendwelche ideen? (...never change a running system)

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

                                        @Accu pi-hole ist doch ganz normal in der Adapter-Liste?

                                        iobroker status
                                        iobroker list adapters
                                        iobroker list instances
                                        

                                        (...never change a running system)
                                        hier eher: Never install alpha versions.
                                        oder auch:
                                        Never install software the wrong way.

                                        A 1 Reply Last reply Reply Quote 0
                                        • A
                                          Accu @Thomas Braun last edited by

                                          @Thomas-Braun glaube ich habe meine Installation jetzt geschrottet 🤨

                                          pi@Raspi:/opt/iobroker $ iobroker start
                                          pi@Raspi:/opt/iobroker $ iobroker status
                                          iobroker is not running on this host.
                                          
                                          No iobroker host is running.
                                          
                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • Thomas Braun
                                            Thomas Braun Most Active @Accu last edited by Thomas Braun

                                            @Accu
                                            Was hast du denn da getrieben?

                                            iobroker fix
                                            
                                            A 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            437
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            blockly
                                            5
                                            37
                                            1504
                                            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