Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Hardware
    4. PINE Rock64 bootet 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

    PINE Rock64 bootet nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      derrapf @Homoran last edited by

      @homoran sagte in PINE Rock64 bootet nicht mehr:

      das kommt mit dem iobroker Install auf einem neuen System automatisch wenn du

      Ah, Ok. aber geschadet hat es hoffentlich nicht, dass ich es vorher installiert hatte..?

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

        @derrapf

        Danach müsste eigentlich alles vorhanden sein:

        https://sharp.pixelplumbing.com/install

        Mit arm64 kenn ich mich aber nicht aus. @Homoran hat glaube ich so Dinger im Betrieb.

        ldd --version
        cd /opt/iobroker
        npm list sharp 
        

        bringt?

        D 1 Reply Last reply Reply Quote 0
        • D
          derrapf @Thomas Braun last edited by derrapf

          @thomas-braun sagte in PINE Rock64 bootet nicht mehr:

          ldd --version
          cd /opt/iobroker
          npm list sharp

          Da kommt dann:

          pi@rock64:/opt/iobroker$ ldd --version
          ldd (Debian GLIBC 2.28-10) 2.28
          Copyright © 2018 Free Software Foundation, Inc.
          Dies ist freie Software; in den Quellen befinden sich die Lizenzbedingungen.
          Es gibt KEINERLEI Garantie; nicht einmal für die TAUGLICHKEIT oder
          VERWENDBARKEIT FÜR EINEN ANGEGEBENEN ZWECK.
          Implementiert von Roland McGrath und Ulrich Drepper.
          pi@rock64:/opt/iobroker$ cd /opt/iobroker
          pi@rock64:/opt/iobroker$ npm list sharp
          iobroker.inst@3.0.0 /opt/iobroker
          └─┬ iobroker.iot@1.8.22
            └── UNMET OPTIONAL DEPENDENCY sharp@0.28.1
          
          
          

          Sieht für mich aus also ob Sharp da wäre. Oder soll ich das gemäß verlinkter Seite nochmal installieren?
          Gruss Ralf

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

            @derrapf

            Nee sharp ist gerade nicht da, die Dependency ist ja UNMET.

            Mit der alten Version der glibc (2.28) muss man da offenbar auch noch ein paar kräftige Klimmzüge machen. libvips von Hand kompilieren, wie es oben in meinem verlinkten Thread gemacht wurde.

            Kannst die Klimmzüge machen oder mit dem Fehler leben. Ist ja nur eine optional dependency.
            Mich würde es allerdings nerven...

            So sähe das übrigens richtig aus:

            Last login: Tue Aug 17 14:47:48 2021 from 192.168.178.51
            echad@chet:~ $ cd /opt/iobroker/
            echad@chet:/opt/iobroker $ npm list sharp
            iobroker.inst@3.0.0 /opt/iobroker
            └─┬ iobroker.iot@1.8.22
              └── sharp@0.28.1
            
            echad@chet:/opt/iobroker $
            
            1 Reply Last reply Reply Quote 0
            • D
              derrapf last edited by derrapf

              @thomas-braun
              Ok, Hab das mal gemacht. Aber das sieht ungesund für mich aus:

              pi@rock64:/opt/iobroker$ npm install sharp
              [sudo] Passwort für pi:
              
              > sharp@0.28.1 install /opt/iobroker/node_modules/iobroker.iot/node_modules/sharp
              > (node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)
              
              sharp: Installation error: Use with glibc 2.28 requires manual installation of libvips >= 8.10.6
              sharp: Attempting to build from source via node-gyp but this may fail due to the above error
              sharp: Please see https://sharp.pixelplumbing.com/install for required dependencies
              make: Verzeichnis „/opt/iobroker/node_modules/iobroker.iot/node_modules/sharp/build“ wird betreten
                CC(target) Release/obj.target/nothing/../../../node-addon-api/nothing.o
                AR(target) Release/obj.target/../../../node-addon-api/nothing.a
                COPY Release/nothing.a
                TOUCH Release/obj.target/libvips-cpp.stamp
                CXX(target) Release/obj.target/sharp/src/common.o
              ../src/common.cc:24:10: fatal error: vips/vips8: Datei oder Verzeichnis nicht gefunden
               #include <vips/vips8>
                        ^~~~~~~~~~~~
              compilation terminated.
              make: *** [sharp.target.mk:139: Release/obj.target/sharp/src/common.o] Fehler 1
              make: Verzeichnis „/opt/iobroker/node_modules/iobroker.iot/node_modules/sharp/build“ wird verlassen
              gyp ERR! build error
              gyp ERR! stack Error: `make` failed with exit code: 2
              gyp 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:314:20)
              gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:276:12)
              gyp ERR! System Linux 5.10.43-rockchip64
              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/iobroker.iot/node_modules/sharp
              gyp ERR! node -v v12.22.5
              gyp ERR! node-gyp -v v5.1.0
              gyp ERR! not ok
              
              > sharp@0.28.3 install /opt/iobroker/node_modules/sharp
              > (node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node inst                                                                                                          all/dll-copy)
              
              sharp: Installation error: Use with glibc 2.28 requires manual installation of libvips >= 8.10.6
              sharp: Please see https://sharp.pixelplumbing.com/install for required dependencies
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (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":"arm64"})
              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":"arm64"})
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: sharp@0.28.1 (node_modules/iobroker.iot/node_modules/sharp):
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: sharp@0.28.1 install: `(node install/libvips && node install/dll-copy && prebuild-i                                                                                                          nstall) || (node-gyp rebuild && node install/dll-copy)`
              npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1
              
              npm ERR! code ELIFECYCLE
              npm ERR! errno 1
              npm ERR! sharp@0.28.3 install: `(node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile &&                                                                                                           node-gyp rebuild && node install/dll-copy)`
              npm ERR! Exit status 1
              npm ERR!
              npm ERR! Failed at the sharp@0.28.3 install script.
              npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2021-08-17T13_13_06_524Z-debug.log
              
              

              Da steht was von "When using npm v6 or earlier, the npm install --unsafe-perm flag must be used when installing as root or a sudo user." aber ich hab's ja nicht als rott installiert.
              Oder soll man das?
              NPM ist bei mir 6.14.14
              Gruss Ralf

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

                @derrapf

                Wie gesagt, da muss offenbar zuvor die libvips von Hand gebaut werden.

                D 1 Reply Last reply Reply Quote 0
                • D
                  derrapf @Thomas Braun last edited by

                  @thomas-braun
                  Ich hab mich mal durchgeklickt und bin hier gelandet
                  Das mach ich heute nicht mehr. Mit ztiemlicher sicherheit explodoert dann alles. Wir fahren morgen nach Kroatien und ich muss noch packen. Ev. setze ich mich dort mal gemütlich hin und mache weiter.
                  Wenn ich Dir richtig verstehe macht es aber nichts wenn das fehlt..
                  Gruss Ralf

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

                    @derrapf
                    Nee, das wird dir nur bei jeder Installation wieder gemeldet werden.
                    Und es kann sein, dass der iot-Adapter mit Bildern nicht anfangen kann. sharp ist für die Bildbearbeitung zuständig.

                    Schönen Urlaub!

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      derrapf @Thomas Braun last edited by

                      @thomas-braun Danke
                      Ich starte jetz tmal den IOBroker und hoffe das Beste. Wenn er nicht geht mach ich übermorgen vielleicht weiter. Dann vom Hotel aus..
                      Gruss Ralf

                      D 1 Reply Last reply Reply Quote 0
                      • D
                        derrapf @derrapf last edited by

                        @derrapf
                        Oje. Sieh nicht so toll aus.
                        Also das erste was mir auffällt ist, dass die Weboberfläche im Vergleich zu früher total langsam und unresponsive ist.
                        Die Adapter werden alle als installiert angezeigt:
                        Dann werden, soweit ich das sehe alle meine Adapter als installiert angezeigt:
                        020b3ba3-b68c-4e5d-951e-f9f675f35a15-grafik.png
                        Die Instanzen sind aber alle weg:
                        c5e05fb0-a1e0-45c6-a650-4ba67ea57fb8-grafik.png
                        Das Drücken auf den Play Button bring keine Änderung.
                        fb90b2e4-06c6-4b0e-ba60-2b1c845d279b-grafik.png
                        Muss ich ev. das Update nochmal laufen lassen?
                        Ansonsten ist das Log voll mit Fehlern
                        f7b3952b-8c46-472d-a140-507019d064b2-grafik.png

                        Ich glaub ich fang nochmal von vorne an...
                        Und ihr meint echt das mit dem "Rezept" wäre ein guter Weg...?

                        Gruss Ralf

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

                          @derrapf sagte in PINE Rock64 bootet nicht mehr:

                          Die Instanzen sind aber alle weg:

                          nein! sie sind herausgefiltert

                          @derrapf sagte in PINE Rock64 bootet nicht mehr:

                          Und ihr meint echt das mit dem "Rezept" wäre ein guter Weg...?

                          ggf. ist selbst das Rezept schon ranzig.

                          Viele Fehlermeldungen sind bereits in anderen Threads gemeldet und sollten längst behoben sein.

                          Was bringt
                          iobroker update -i

                          D 2 Replies Last reply Reply Quote 0
                          • D
                            derrapf @Homoran last edited by

                            @homoran
                            OK.
                            Und wie krieg ich die wieder reingefiltert? Ich wüsste nicht, dass ich eine Filterbedingung angegeben hätte. Das Eingabefeld ist ja auch leer. Und auf den Play-Button kann ich drücken wie ich will. Wo gibts denn noch eine Filtermöglichkeit? Ich kenn die neue Oberfläche nicht...
                            Gruss Ralf

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

                              @derrapf sagte in PINE Rock64 bootet nicht mehr:

                              Wo gibts denn noch eine Filtermöglichkeit? Ich kenn die neue Oberfläche nicht...

                              auch das war bereits irgendwo schon mal Thema.

                              (ich hab noch was editeiert!

                              D 1 Reply Last reply Reply Quote 0
                              • D
                                derrapf @Homoran last edited by

                                @homoran sagte in PINE Rock64 bootet nicht mehr:

                                Was bringt
                                iobroker update -i

                                Da kommt recht viel

                                pi@rock64:/opt/iobroker$ iobroker update -i
                                Used repository: stable
                                hash changed or no sources cached => force download of new sources
                                update done
                                Adapter    "admin"         : 5.1.23   , installed 5.1.23
                                Adapter    "alexa2"        : 3.9.3    , installed 3.9.3
                                Adapter    "backitup"      : 2.1.13   , installed 2.1.13
                                Adapter    "cloud"         : 4.1.0    , installed 4.1.0
                                Adapter    "daswetter"     : 3.0.7    , installed 3.0.7
                                Adapter    "discovery"     : 2.7.0    , installed 2.7.0
                                Adapter    "dwd"           : 2.7.7    , installed 2.7.7
                                Adapter    "flot"          : 1.10.6   , installed 1.10.6
                                Adapter    "fritzbox"      : 0.2.1    , installed 0.2.1
                                Adapter    "fritzdect"     : 2.1.15   , installed 2.1.15
                                Adapter    "fullybrowser"  : 2.0.8    , installed 2.0.8
                                Adapter    "history"       : 1.9.13   , installed 1.9.13
                                Adapter    "hm-rega"       : 3.0.29   , installed 3.0.29
                                Adapter    "hm-rpc"        : 1.14.43  , installed 1.14.43
                                Adapter    "ical"          : 1.11.2   , installed 1.11.2
                                Adapter    "icons-addictive-flavour-png": 0.1.0   , installed 0.1.0
                                Adapter    "icons-icons8"  : 0.0.1    , installed 0.0.1
                                Adapter    "icons-material-png": 0.1.0   , installed 0.1.1
                                Adapter    "icons-material-svg": 0.1.0   , installed 0.1.1
                                Adapter    "icons-mfd-svg" : 1.0.2    , installed 1.0.2
                                Adapter    "icons-open-icon-library-png": 0.1.2   , installed 0.1.2
                                Adapter    "icons-ultimate-png": 1.0.1   , installed 1.0.1
                                Adapter    "info"          : 1.9.8    , installed 1.9.8
                                Adapter    "iot"           : 1.8.22   , installed 1.8.22
                                Adapter    "javascript"    : 5.2.8    , installed 5.2.8
                                Controller "js-controller" : 3.3.15   , installed 3.3.15
                                Adapter    "luftdaten"     : 1.0.3    , installed 1.0.3
                                Adapter    "material"      : 1.0.4    , installed 0.13.9 [Updateable]
                                Adapter    "mobile"        : 1.0.1    , installed 1.0.1
                                Adapter    "mqtt-client"   : 1.4.0    , installed 1.4.0
                                Adapter    "net-tools"     : 0.1.5    , installed 0.1.5
                                Adapter    "octoprint"     : 1.1.1    , installed 1.1.1
                                Adapter    "owntracks"     : 1.0.0    , installed 1.0.0
                                Adapter    "parser"        : 1.0.7    , installed 1.0.7
                                Adapter    "ping"          : 1.5.0    , installed 1.5.0
                                Adapter    "places"        : 1.0.0    , installed 1.0.0
                                Adapter    "pushover"      : 2.0.5    , installed 2.0.5
                                Adapter    "rickshaw"      : 1.0.0    , installed 1.0.0
                                Adapter    "samsung"       : 0.2.9    , installed 0.2.9
                                Adapter    "sayit"         : 1.12.3   , installed 1.12.3
                                Adapter    "scenes"        : 2.3.6    , installed 2.3.6
                                Adapter    "shelly"        : 4.0.7    , installed 4.0.7
                                Adapter    "simple-api"    : 2.6.1    , installed 2.6.1
                                Adapter    "socketio"      : 3.1.4    , installed 3.1.4
                                Adapter    "synology"      : 1.0.0    , installed 1.0.0
                                Adapter    "telegram"      : 1.10.0   , installed 1.10.0
                                Adapter    "text2command"  : 2.1.1    , installed 2.1.1
                                Adapter    "tr-064"        : 4.2.14   , installed 4.2.14
                                Adapter    "tvspielfilm"   : 1.0.4    , installed 1.0.4
                                Adapter    "vis"           : 1.4.3    , installed 1.4.3
                                Adapter    "vis-bars"      : 0.1.4    , installed 0.1.4
                                Adapter    "vis-canvas-gauges": 0.1.5   , installed 0.1.5
                                Adapter    "vis-colorpicker": 1.2.0   , installed 1.2.0
                                Adapter    "vis-fancyswitch": 1.1.0   , installed 1.1.0
                                Adapter    "vis-google-fonts": 0.1.0   , installed 0.1.0
                                Adapter    "vis-history"   : 1.0.0    , installed 1.0.0
                                Adapter    "vis-hqwidgets" : 1.1.7    , installed 1.1.7
                                Adapter    "vis-inventwo"  : 3.0.11   , installed 3.0.11
                                Adapter    "vis-jqui-mfd"  : 1.0.12   , installed 1.0.12
                                Adapter    "vis-justgage"  : 1.0.2    , installed 1.0.2
                                Adapter    "vis-keyboard"  : 0.0.2    , installed 0.0.2
                                Adapter    "vis-lcars"     : 1.0.4    , installed 1.0.4
                                Adapter    "vis-map"       : 1.0.4    , installed 1.0.4
                                Adapter    "vis-material-advanced": 1.7.0   , installed 1.7.0
                                Adapter    "vis-metro"     : 1.1.2    , installed 1.1.2
                                Adapter    "vis-players"   : 0.1.6    , installed 0.1.6
                                Adapter    "vis-plumb"     : 1.0.2    , installed 1.0.2
                                Adapter    "vis-rgraph"    : 0.0.2    , installed 0.0.2
                                Adapter    "vis-timeandweather": 1.1.7   , installed 1.1.7
                                Adapter    "vw-connect"    : 0.0.39   , installed 0.0.39
                                Adapter    "web"           : 3.4.7    , installed 3.4.7
                                
                                

                                Gruss Ralf

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

                                  @derrapf sagte in PINE Rock64 bootet nicht mehr:

                                  Da kommt recht viel

                                  Die hast du alle -installiert?

                                  Admin ist ok!
                                  und js-controller auch (hatten wir ja schon eben)
                                  bis auf material scheint alles drauf und aktuell zu sein

                                  Mach mal einen forced refresh des Browsers (STRG-F5)
                                  und wenn das nicht hilft bitte ersteinmal

                                  iobroker list instances
                                  
                                  1 Reply Last reply Reply Quote 0
                                  • D
                                    derrapf @Homoran last edited by

                                    @homoran sagte in PINE Rock64 bootet nicht mehr:

                                    auch das war bereits irgendwo schon mal Thema.

                                    Ja genau. hier. Gab's aber keine Lösung.
                                    Gruss Ralf

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

                                      @derrapf sagte in PINE Rock64 bootet nicht mehr:

                                      Gab's aber keine Lösung.

                                      doch - "richtiges Neuladen", was immer das bedeutet

                                      D 1 Reply Last reply Reply Quote 0
                                      • D
                                        derrapf @Homoran last edited by

                                        @homoran
                                        CTRL F5 hab ich mal gemacht. Dann kommt zuerst dass die Seite nicht gefunden wird. Dann das riesige IOBroker Zeichen, dann kommt jetzt so was:
                                        37920865-abf5-48b3-ac82-de821559a624-grafik.png

                                        Kann es sein dass der IOBroker nur ewig langsam ist?
                                        Vorhin, also ich auf die Instanzen Seite zurück bin waren nämlich eine handvoll nicht laufende Instanzen angezeigt, und als ich den Start-Knopf einer Instanz gedrückt hatte war die Seite wieder leer und wurde ewig nicht refreshed.
                                        Jetzt sieht sie seit mehreren Minuten aus wie oben.
                                        Die Kiste scheint aber auch relativ ausgelastet zu sein
                                        e2d1c690-b5f5-4204-b93d-8b07bf179271-grafik.png
                                        Gruss Ralf

                                        Homoran D 2 Replies Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @derrapf last edited by

                                          @derrapf sagte in PINE Rock64 bootet nicht mehr:

                                          Kann es sein dass der IOBroker nur ewig langsam ist?

                                          bei einer load >4 ist das langsame Verhalten nachvollziehbar
                                          sieh mal unter htop nach, da sollte auch der Verursacher benannt werden (nicht nur "node")

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            derrapf @derrapf last edited by

                                            @derrapf Jetzt!
                                            Nach Minuten!
                                            Sieht es so aus:
                                            d8b0a7dc-6e8f-4843-9675-41aa4fe2d9eb-grafik.png
                                            Muesste der jscontroller nicht laufen?
                                            Wenn ich auf seinen Werkzeug Button gehe kommt:
                                            f3fd9913-2a27-48cb-89bf-e6499a51a3aa-grafik.png

                                            Vis geht leider auch nicht; da kommt das die Seite nicht gefunden wird.
                                            Ich glaube fast das Update ist nicht sauber durchgelaufen.
                                            Gruss Ralf

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            478
                                            Online

                                            31.8k
                                            Users

                                            80.0k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            170
                                            8995
                                            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