Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. Hilfe aus Karlsruhe und Umgebung

    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

    Hilfe aus Karlsruhe und Umgebung

    This topic has been deleted. Only users with topic management privileges can see it.
    • liv-in-sky
      liv-in-sky @Thomas Braun last edited by

      @thomas-braun

      habe cache clear im home und opt+iobroker verzeichnis ausgeführt - liefen durch ohne fehler

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

        @thomas-braun sagte in Hilfe aus Karlsruhe und Umgebung:

        Ist der Cache leer?

        wenn ich mich richtig erinnere muss ja der Cahce vom user iobroker geleert werden
        in etwa
        sudo -H -u iobroker npm cache clesn

        (ohne Gewähr)

        1 Reply Last reply Reply Quote 0
        • liv-in-sky
          liv-in-sky @Homoran last edited by

          @homoran

          ja - da keine sd drin ist - habe das gehäuse nicht geöffnet

          hatte ich mir auch schon überlegt, das ganze neu zu machen - aber eigentlich läuft das ganze sehr stabil - bis auf die beiden themen

          Homoran 1 Reply Last reply Reply Quote 0
          • Homoran
            Homoran Global Moderator Administrators @liv-in-sky last edited by

            @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

            aber eigentlich läuft das ganze sehr stabil

            aber bis auf die Zeit (und bei evtl. vorhandenem eMMC) passiert ja nix

            liv-in-sky 1 Reply Last reply Reply Quote 0
            • liv-in-sky
              liv-in-sky @Homoran last edited by

              @homoran es geht um die einstellungen - ssh user, .... und das emmc wieder zu installieren ..... wer weiß, ob das teil dann noch richtig in dem heimnetz funktioniert

              ich habe keine einzige fehlermeldung oder warnung im log, syslog sieht gut aus, dmesg hat kein thema

              es geht nur um die beiden fehler beim installieren und deinstallieren von adaptern - das auch letztlich funktioniert

              Homoran 1 Reply Last reply Reply Quote 0
              • Homoran
                Homoran Global Moderator Administrators @liv-in-sky last edited by Homoran

                @liv-in-sky
                ok!
                Dann weiter

                Hast du den npm cache vom user iobroker geleert?

                1 Reply Last reply Reply Quote 0
                • liv-in-sky
                  liv-in-sky last edited by

                  @homoran

                  wußte nicht, dass der sowas hat

                  also cache clear im /home/iobroker ausführen ?

                  Homoran 1 Reply Last reply Reply Quote 0
                  • Homoran
                    Homoran Global Moderator Administrators @liv-in-sky last edited by Homoran

                    @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                    also cache clear im /home/iobroker ausführen ?

                    nee, hatte eben schonmal einen Versuch zur Diskussion gestellt

                    @homoran sagte in Hilfe aus Karlsruhe und Umgebung:

                    wenn ich mich richtig erinnere muss ja der Cahce vom user iobroker geleert werden
                    in etwa
                    sudo -H -u iobroker npm cache clesn
                    (ohne Gewähr)

                    weiss es aber nicht hundertprozentig

                    Wechsel ins Installatinonsverzeichnis ist wahrscheinlich nicht falsch

                    @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                    wußte nicht, dass der sowas hat

                    wer denn sonst?
                    Die Installationen und Updates fürht ja der user iobroker aus

                    liv-in-sky 1 Reply Last reply Reply Quote 0
                    • liv-in-sky
                      liv-in-sky @Homoran last edited by liv-in-sky

                      @homoran sagte in Hilfe aus Karlsruhe und Umgebung:

                      sudo -H -u iobroker npm cache clesn

                      cache clesn - glaube nicht, dass das funktioniert - gibt es auch nicht in der beschreibung unter commands (weder cache clean noch cache clear

                      Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                      • Homoran
                        Homoran Global Moderator Administrators @liv-in-sky last edited by

                        @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                        glaube nicht, dass das funktioniert

                        dicke Finger am Tablett! 😡
                        clean wäre korrekt (clear soll auch gehen - hab ich noch nie geprüft)

                        @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                        gibt es auch nicht in der beschreibung unter commands

                        bei npm?
                        der befehl läuft ja auch als cache.....

                        liv-in-sky 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @liv-in-sky last edited by

                          @liv-in-sky

                          sudo -u iobroker -H npm cache clean --force
                          
                          1 Reply Last reply Reply Quote 1
                          • liv-in-sky
                            liv-in-sky @Homoran last edited by

                            @homoran

                            jetz habe ich es kapiert - ist gemacht - leider kein erfolg

                            Homoran 1 Reply Last reply Reply Quote 0
                            • Homoran
                              Homoran Global Moderator Administrators @liv-in-sky last edited by

                              @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                              leider kein erfolg

                              was machst du auch 🙂

                              Mir gehen jetzt die Ideen aus

                              liv-in-sky 1 Reply Last reply Reply Quote 0
                              • liv-in-sky
                                liv-in-sky @Homoran last edited by

                                @homoran

                                ja - bin im moment auch ideen los - weiß zu wenig über das node

                                der fehler sagt zwar:

                                ‘X’ X(Boolean) ^In file included from /home/iobroker/.cache/node-gyp/14.18.3/include/node/node.h:67, from ../../nan/nan.h:53, from 
                                

                                sollte aber gelöscht sein

                                
                                
                                root@ioBroker-Rock64:/home/iobroker# npm cache verify
                                Cache verified and compressed (~/.npm/_cacache):
                                Content verified: 0 (0 bytes)
                                Index entries: 0
                                Finished in 0.133s
                                
                                
                                Thomas Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @liv-in-sky last edited by

                                  @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                                  npm cache verify

                                  Mach das mal für den iobroker mit. Als root rasselt der Befehl auch in das /home / ~ des roots...

                                  sudo -u iobroker -H npm cache verify
                                  
                                  liv-in-sky 2 Replies Last reply Reply Quote 0
                                  • liv-in-sky
                                    liv-in-sky @Thomas Braun last edited by

                                    @thomas-braun

                                    geht leider nicht

                                    root@ioBroker-Rock64:~# sudo -u iobroker -H npm cache verify
                                    Error: EACCES: permission denied, scandir '/root'
                                    root@ioBroker-Rock64:~#  npm cache verify
                                    Cache verified and compressed (~/.npm/_cacache):
                                    Content verified: 0 (0 bytes)
                                    Index entries: 0
                                    Finished in 0.134s
                                    root@ioBroker-Rock64:~#
                                    
                                    Homoran 1 Reply Last reply Reply Quote 0
                                    • Homoran
                                      Homoran Global Moderator Administrators @liv-in-sky last edited by

                                      @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                                      root@ioBroker-Rock64:~# sudo -u iobroker -H npm cache verify Error: EACCES: permission denied, scandir '/root'

                                      sorry, aber
                                      @Thomas-Braun
                                      kommt mir bekannt vor 🙂

                                      1 Reply Last reply Reply Quote 1
                                      • liv-in-sky
                                        liv-in-sky @Thomas Braun last edited by

                                        @thomas-braun

                                        also neue situation - nur noch dieser fehler - eine idee dazu ?

                                        NPM version: 6.14.15
                                        npm install iobroker.iot@1.8.25 --loglevel error --prefix "/opt/iobroker" (System call)
                                        sharp: Installation error: Use with glibc 2.28 requires manual installation of libvips >= 8.10.6
                                        ../src/common.cc:24:10: fatal error: vips/vips8: No such file or directory
                                         #include <vips/vips8>
                                                  ^~~~~~~~~~~~
                                        compilation terminated.
                                        make: *** [sharp.target.mk:137: Release/obj.target/sharp/src/common.o] Error 1
                                        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:400:28)
                                        gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:282:12)
                                        gyp ERR! System Linux 4.17.0-rc6-rk3328
                                        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/sharp
                                        gyp ERR! node -v v14.18.3
                                        gyp ERR! node-gyp -v v5.1.0
                                        gyp ERR! not ok
                                        
                                        
                                        Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @liv-in-sky last edited by

                                          @liv-in-sky sagte in Hilfe aus Karlsruhe und Umgebung:

                                          sharp: Installation error: Use with glibc 2.28 requires manual installation of libvips >= 8.10.6

                                          da gab es schonmal was - muss suchen

                                          liv-in-sky Homoran 2 Replies Last reply Reply Quote 0
                                          • liv-in-sky
                                            liv-in-sky @Homoran last edited by

                                            @homoran

                                            kann das zu yakha gehören ?

                                            Homoran 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

                                            447
                                            Online

                                            31.8k
                                            Users

                                            79.9k
                                            Topics

                                            1.3m
                                            Posts

                                            11
                                            166
                                            11699
                                            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