Weiter zum Inhalt
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • GitHub
  • Docu
  • Hilfe
Skins
  • Hell
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dunkel
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. ioBroker Allgemein
  4. Nach Shutdown vom Raspberry ioBroker weg

NEWS

  • Neuer ioBroker-Blog online: Monatsrückblick März/April 2026
    BluefoxB
    Bluefox
    8
    1
    1.7k

  • Verwendung von KI bitte immer deutlich kennzeichnen
    HomoranH
    Homoran
    10
    1
    680

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    1.2k

Nach Shutdown vom Raspberry ioBroker weg

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
rebootproblem
61 Beiträge 4 Kommentatoren 2.9k Aufrufe 3 Beobachtet
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • jmeister79J jmeister79

    @Thomas-Braun

    pi@iobrokerpi:~ $ apt policy acl
    acl:
      Installed: 2.2.53-4
      Candidate: 2.2.53-4
      Version table:
     *** 2.2.53-4 500
            500 http://raspbian.raspberrypi.org/raspbian buster/main armhf Packages
            100 /var/lib/dpkg/status
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von
    #36

    @jmeister79

    sudo mount -o remount,acl /
    

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

      das es ro ist ist doch schon falsch. ausserdem scannt er nach reboot das dateisystm nciht obwohl ich ihn durch
      fsck.repair=yes
      dazu zwinge.

      Das Dateisystem ist ja auch nicht defekt. Deswegen ist das auch rw gemounted und wird auch nicht einem fsck beim mounten unterzogen.

      jmeister79J Offline
      jmeister79J Offline
      jmeister79
      schrieb am zuletzt editiert von
      #37

      @Thomas-Braun

      Dann bezieht sich das hier auf die Boot Partition?

      [    3.225925] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
      [    3.236272] devtmpfs: mounted
      
      
      GlasfaserG Thomas BraunT 2 Antworten Letzte Antwort
      0
      • jmeister79J jmeister79

        @Thomas-Braun

        Dann bezieht sich das hier auf die Boot Partition?

        [    3.225925] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
        [    3.236272] devtmpfs: mounted
        
        
        GlasfaserG Offline
        GlasfaserG Offline
        Glasfaser
        schrieb am zuletzt editiert von
        #38

        @jmeister79
        zeige mal die Ausgabe von :

        cd /opt/iobroker
        npm ls iobroker.js-controller
        

        Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

        jmeister79J 1 Antwort Letzte Antwort
        0
        • GlasfaserG Glasfaser

          @jmeister79
          zeige mal die Ausgabe von :

          cd /opt/iobroker
          npm ls iobroker.js-controller
          
          jmeister79J Offline
          jmeister79J Offline
          jmeister79
          schrieb am zuletzt editiert von
          #39

          @Glasfaser said in Nach Shutdown vom Raspberry ioBroker weg:

          cd /opt/iobroker
          npm ls iobroker.js-controller

          pi@iobrokerpi:/opt/iobroker $ npm ls iobroker.js-controller
          npm ERR! code MODULE_NOT_FOUND
          npm ERR! Cannot find module 'from2'
          npm ERR! Require stack:
          npm ERR! - /usr/lib/node_modules/npm/node_modules/mississippi/index.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/ls.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/locales/en.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/index.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/pacote/lib/with-tarball-stream.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/pacote/extract.js
          npm ERR! - /usr/lib/node_modules/npm/node_modules/pacote/index.js
          npm ERR! - /usr/lib/node_modules/npm/lib/fetch-package-metadata.js
          npm ERR! - /usr/lib/node_modules/npm/lib/install/deps.js
          npm ERR! - /usr/lib/node_modules/npm/lib/install/mutate-into-logical-tree.js
          npm ERR! - /usr/lib/node_modules/npm/lib/ls.js
          npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
          npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_03_34_872Z-debug.log
          pi@iobrokerpi:/opt/iobroker $
          
          
          GlasfaserG 1 Antwort Letzte Antwort
          0
          • jmeister79J jmeister79

            @Glasfaser said in Nach Shutdown vom Raspberry ioBroker weg:

            cd /opt/iobroker
            npm ls iobroker.js-controller

            pi@iobrokerpi:/opt/iobroker $ npm ls iobroker.js-controller
            npm ERR! code MODULE_NOT_FOUND
            npm ERR! Cannot find module 'from2'
            npm ERR! Require stack:
            npm ERR! - /usr/lib/node_modules/npm/node_modules/mississippi/index.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/ls.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/locales/en.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/index.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/pacote/lib/with-tarball-stream.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/pacote/extract.js
            npm ERR! - /usr/lib/node_modules/npm/node_modules/pacote/index.js
            npm ERR! - /usr/lib/node_modules/npm/lib/fetch-package-metadata.js
            npm ERR! - /usr/lib/node_modules/npm/lib/install/deps.js
            npm ERR! - /usr/lib/node_modules/npm/lib/install/mutate-into-logical-tree.js
            npm ERR! - /usr/lib/node_modules/npm/lib/ls.js
            npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
            npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_03_34_872Z-debug.log
            pi@iobrokerpi:/opt/iobroker $
            
            
            GlasfaserG Offline
            GlasfaserG Offline
            Glasfaser
            schrieb am zuletzt editiert von
            #40

            @jmeister79

            Wenn @Thomas-Braun nichts anderes dazu sagt ... würde ich sagen du hast dein
            js-controller abgeschossen bzw. dein System .

            Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

            Thomas BraunT 1 Antwort Letzte Antwort
            0
            • jmeister79J jmeister79

              @Thomas-Braun

              Dann bezieht sich das hier auf die Boot Partition?

              [    3.225925] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
              [    3.236272] devtmpfs: mounted
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #41

              @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

              @Thomas-Braun

              Dann bezieht sich das hier auf die Boot Partition?

              [    3.225925] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
              [    3.236272] devtmpfs: mounted
              
              

              Das ist normal. Wird temporär ro gemounted. Dann aber kurz drauf richtig gemounted. So sieht das bei mir aus:

              pi@raspberrypi:~ $ dmesg | egrep 'VFS|EXT4'
              [    0.881703] VFS: Disk quotas dquot_6.6.0
              [    0.881830] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
              [    1.349389] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
              [    1.349481] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
              [    3.066700] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              jmeister79J 1 Antwort Letzte Antwort
              1
              • Thomas BraunT Thomas Braun

                @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

                @Thomas-Braun

                Dann bezieht sich das hier auf die Boot Partition?

                [    3.225925] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
                [    3.236272] devtmpfs: mounted
                
                

                Das ist normal. Wird temporär ro gemounted. Dann aber kurz drauf richtig gemounted. So sieht das bei mir aus:

                pi@raspberrypi:~ $ dmesg | egrep 'VFS|EXT4'
                [    0.881703] VFS: Disk quotas dquot_6.6.0
                [    0.881830] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
                [    1.349389] EXT4-fs (mmcblk0p7): mounted filesystem with ordered data mode. Opts: (null)
                [    1.349481] VFS: Mounted root (ext4 filesystem) readonly on device 179:7.
                [    3.066700] EXT4-fs (mmcblk0p7): re-mounted. Opts: (null)
                
                jmeister79J Offline
                jmeister79J Offline
                jmeister79
                schrieb am zuletzt editiert von
                #42

                @Thomas-Braun danke für die erklärung

                1 Antwort Letzte Antwort
                0
                • GlasfaserG Glasfaser

                  @jmeister79

                  Wenn @Thomas-Braun nichts anderes dazu sagt ... würde ich sagen du hast dein
                  js-controller abgeschossen bzw. dein System .

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  schrieb am zuletzt editiert von
                  #43

                  @Glasfaser sagte in Nach Shutdown vom Raspberry ioBroker weg:

                  @jmeister79

                  Wenn @Thomas-Braun nichts anderes dazu sagt ... würde ich sagen du hast dein
                  js-controller abgeschossen bzw. dein System .

                  Würde ich auch sagen. Denn hier kommt:

                  pi@raspberrypi:/opt/iobroker $ npm ls iobroker.js-controller
                  iobroker.inst@2.0.3 /opt/iobroker
                  └── iobroker.js-controller@3.1.6
                  

                  Ich würde vielleicht mal versuchen den iobroker nochmal zu drüber zu installieren.

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  jmeister79J 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @Glasfaser sagte in Nach Shutdown vom Raspberry ioBroker weg:

                    @jmeister79

                    Wenn @Thomas-Braun nichts anderes dazu sagt ... würde ich sagen du hast dein
                    js-controller abgeschossen bzw. dein System .

                    Würde ich auch sagen. Denn hier kommt:

                    pi@raspberrypi:/opt/iobroker $ npm ls iobroker.js-controller
                    iobroker.inst@2.0.3 /opt/iobroker
                    └── iobroker.js-controller@3.1.6
                    

                    Ich würde vielleicht mal versuchen den iobroker nochmal zu drüber zu installieren.

                    jmeister79J Offline
                    jmeister79J Offline
                    jmeister79
                    schrieb am zuletzt editiert von
                    #44

                    @Thomas-Braun mit upgrade self?

                    prinzipiell kann ich die karte neu einspielen.

                    Wie kann das passiert sein?

                    hab extra shutdown gemacht heute morgen :-(

                    Thomas BraunT 1 Antwort Letzte Antwort
                    0
                    • jmeister79J jmeister79

                      @Thomas-Braun mit upgrade self?

                      prinzipiell kann ich die karte neu einspielen.

                      Wie kann das passiert sein?

                      hab extra shutdown gemacht heute morgen :-(

                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #45

                      @jmeister79

                      cd /opt/iobroker
                      sudo -H -u iobroker npm install iobroker.js-controller
                      

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      jmeister79J 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @jmeister79

                        cd /opt/iobroker
                        sudo -H -u iobroker npm install iobroker.js-controller
                        
                        jmeister79J Offline
                        jmeister79J Offline
                        jmeister79
                        schrieb am zuletzt editiert von
                        #46

                        @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

                        cd /opt/iobroker
                        sudo -H -u iobroker npm install iobroker.js-controller

                        das wird wohl nix...

                        pi@iobrokerpi:/opt/iobroker $ cd /opt/iobroker
                        pi@iobrokerpi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                        npm ERR! code MODULE_NOT_FOUND
                        npm ERR! Cannot find module 'lockfile'
                        npm ERR! Require stack:
                        npm ERR! - /usr/lib/node_modules/npm/lib/utils/locker.js
                        npm ERR! - /usr/lib/node_modules/npm/lib/install.js
                        npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
                        npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
                        
                        npm ERR! A complete log of this run can be found in:
                        npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_18_58_968Z-debug.log
                        
                        
                        GlasfaserG Thomas BraunT 2 Antworten Letzte Antwort
                        0
                        • jmeister79J jmeister79

                          @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

                          cd /opt/iobroker
                          sudo -H -u iobroker npm install iobroker.js-controller

                          das wird wohl nix...

                          pi@iobrokerpi:/opt/iobroker $ cd /opt/iobroker
                          pi@iobrokerpi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                          npm ERR! code MODULE_NOT_FOUND
                          npm ERR! Cannot find module 'lockfile'
                          npm ERR! Require stack:
                          npm ERR! - /usr/lib/node_modules/npm/lib/utils/locker.js
                          npm ERR! - /usr/lib/node_modules/npm/lib/install.js
                          npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
                          npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
                          
                          npm ERR! A complete log of this run can be found in:
                          npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_18_58_968Z-debug.log
                          
                          
                          GlasfaserG Offline
                          GlasfaserG Offline
                          Glasfaser
                          schrieb am zuletzt editiert von
                          #47

                          @jmeister79

                          und bei ..

                          cd /opt/iobroker
                          npm install iobroker.js-controller@3.1.6 --production
                          

                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                          1 Antwort Letzte Antwort
                          0
                          • jmeister79J jmeister79

                            @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

                            cd /opt/iobroker
                            sudo -H -u iobroker npm install iobroker.js-controller

                            das wird wohl nix...

                            pi@iobrokerpi:/opt/iobroker $ cd /opt/iobroker
                            pi@iobrokerpi:/opt/iobroker $ sudo -H -u iobroker npm install iobroker.js-controller
                            npm ERR! code MODULE_NOT_FOUND
                            npm ERR! Cannot find module 'lockfile'
                            npm ERR! Require stack:
                            npm ERR! - /usr/lib/node_modules/npm/lib/utils/locker.js
                            npm ERR! - /usr/lib/node_modules/npm/lib/install.js
                            npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
                            npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
                            
                            npm ERR! A complete log of this run can be found in:
                            npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_18_58_968Z-debug.log
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            schrieb am zuletzt editiert von
                            #48

                            @jmeister79

                            Keine Ahnung wo die komischen Module herkommen.

                            npm cache clear --force
                            

                            Linux-Werkzeugkasten:
                            https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                            NodeJS Fixer Skript:
                            https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                            iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                            jmeister79J 1 Antwort Letzte Antwort
                            0
                            • Thomas BraunT Thomas Braun

                              @jmeister79

                              Keine Ahnung wo die komischen Module herkommen.

                              npm cache clear --force
                              
                              jmeister79J Offline
                              jmeister79J Offline
                              jmeister79
                              schrieb am zuletzt editiert von
                              #49

                              @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

                              npm cache clear --force

                              immer das selbe
                              ich ü erschreib das image und mach n restore.

                              verdammt. Aber unendlich vielen dank für Eure Mühe!.

                              Fazit ist nun, dass das NPM irgendwas defekt hat?

                              ich war davon ausgegangen dass n shutdown das verhindert.

                              Nils

                              Thomas BraunT GlasfaserG 2 Antworten Letzte Antwort
                              0
                              • jmeister79J jmeister79

                                @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

                                npm cache clear --force

                                immer das selbe
                                ich ü erschreib das image und mach n restore.

                                verdammt. Aber unendlich vielen dank für Eure Mühe!.

                                Fazit ist nun, dass das NPM irgendwas defekt hat?

                                ich war davon ausgegangen dass n shutdown das verhindert.

                                Nils

                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                schrieb am zuletzt editiert von Thomas Braun
                                #50

                                @jmeister79
                                Sauber ist ein

                                iobroker stop
                                sudo shutdown
                                

                                Und dann auch noch 2 Minuten warten, der shutdown braucht auch etwas Zeit (wenn man den nicht forciert). Denn der ist sheduled:

                                sudo shutdown
                                Shutdown scheduled for Sat 2020-09-26 16:29:47 CEST, use 'shutdown -c' to cancel.
                                

                                Linux-Werkzeugkasten:
                                https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                NodeJS Fixer Skript:
                                https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                1 Antwort Letzte Antwort
                                0
                                • jmeister79J jmeister79

                                  @Thomas-Braun said in Nach Shutdown vom Raspberry ioBroker weg:

                                  npm cache clear --force

                                  immer das selbe
                                  ich ü erschreib das image und mach n restore.

                                  verdammt. Aber unendlich vielen dank für Eure Mühe!.

                                  Fazit ist nun, dass das NPM irgendwas defekt hat?

                                  ich war davon ausgegangen dass n shutdown das verhindert.

                                  Nils

                                  GlasfaserG Offline
                                  GlasfaserG Offline
                                  Glasfaser
                                  schrieb am zuletzt editiert von
                                  #51

                                  @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

                                  immer das selbe

                                  Auch mit dem anderen Befehl ???

                                  @Glasfaser sagte in Nach Shutdown vom Raspberry ioBroker weg:
                                  @jmeister79

                                  und bei ..

                                  cd /opt/iobroker
                                  npm install iobroker.js-controller@3.1.6 --production
                                  

                                  Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                  jmeister79J 2 Antworten Letzte Antwort
                                  0
                                  • GlasfaserG Glasfaser

                                    @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

                                    immer das selbe

                                    Auch mit dem anderen Befehl ???

                                    @Glasfaser sagte in Nach Shutdown vom Raspberry ioBroker weg:
                                    @jmeister79

                                    und bei ..

                                    cd /opt/iobroker
                                    npm install iobroker.js-controller@3.1.6 --production
                                    
                                    jmeister79J Offline
                                    jmeister79J Offline
                                    jmeister79
                                    schrieb am zuletzt editiert von
                                    #52

                                    @Glasfaser ja

                                    1 Antwort Letzte Antwort
                                    0
                                    • GlasfaserG Glasfaser

                                      @jmeister79 sagte in Nach Shutdown vom Raspberry ioBroker weg:

                                      immer das selbe

                                      Auch mit dem anderen Befehl ???

                                      @Glasfaser sagte in Nach Shutdown vom Raspberry ioBroker weg:
                                      @jmeister79

                                      und bei ..

                                      cd /opt/iobroker
                                      npm install iobroker.js-controller@3.1.6 --production
                                      
                                      jmeister79J Offline
                                      jmeister79J Offline
                                      jmeister79
                                      schrieb am zuletzt editiert von
                                      #53

                                      @Glasfaser

                                      pi@iobrokerpi:/opt/iobroker $ cd /opt/iobroker
                                      pi@iobrokerpi:/opt/iobroker $ npm install iobroker.js-controller@3.1.6 --production
                                      npm ERR! code MODULE_NOT_FOUND
                                      npm ERR! Cannot find module 'lockfile'
                                      npm ERR! Require stack:
                                      npm ERR! - /usr/lib/node_modules/npm/lib/utils/locker.js
                                      npm ERR! - /usr/lib/node_modules/npm/lib/install.js
                                      npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
                                      npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_45_717Z-debug.log
                                      pi@iobrokerpi:/opt/iobroker $ npm cache clear --force
                                      npm WARN using --force I sure hope you know what you are doing.
                                      npm ERR! code MODULE_NOT_FOUND
                                      npm ERR! Cannot find module 'from2'
                                      npm ERR! Require stack:
                                      npm ERR! - /usr/lib/node_modules/npm/node_modules/mississippi/index.js
                                      npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js
                                      npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/ls.js
                                      npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/locales/en.js
                                      npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/index.js
                                      npm ERR! - /usr/lib/node_modules/npm/lib/cache.js
                                      npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
                                      npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
                                      
                                      npm ERR! A complete log of this run can be found in:
                                      npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_58_482Z-debug.log
                                      
                                      
                                      Thomas BraunT GlasfaserG 2 Antworten Letzte Antwort
                                      0
                                      • jmeister79J jmeister79

                                        @Glasfaser

                                        pi@iobrokerpi:/opt/iobroker $ cd /opt/iobroker
                                        pi@iobrokerpi:/opt/iobroker $ npm install iobroker.js-controller@3.1.6 --production
                                        npm ERR! code MODULE_NOT_FOUND
                                        npm ERR! Cannot find module 'lockfile'
                                        npm ERR! Require stack:
                                        npm ERR! - /usr/lib/node_modules/npm/lib/utils/locker.js
                                        npm ERR! - /usr/lib/node_modules/npm/lib/install.js
                                        npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
                                        npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
                                        
                                        npm ERR! A complete log of this run can be found in:
                                        npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_45_717Z-debug.log
                                        pi@iobrokerpi:/opt/iobroker $ npm cache clear --force
                                        npm WARN using --force I sure hope you know what you are doing.
                                        npm ERR! code MODULE_NOT_FOUND
                                        npm ERR! Cannot find module 'from2'
                                        npm ERR! Require stack:
                                        npm ERR! - /usr/lib/node_modules/npm/node_modules/mississippi/index.js
                                        npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js
                                        npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/ls.js
                                        npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/locales/en.js
                                        npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/index.js
                                        npm ERR! - /usr/lib/node_modules/npm/lib/cache.js
                                        npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
                                        npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
                                        
                                        npm ERR! A complete log of this run can be found in:
                                        npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_58_482Z-debug.log
                                        
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        schrieb am zuletzt editiert von
                                        #54

                                        @jmeister79
                                        Moment... Installier mal nodejs neu.

                                        sudo apt install nodejs --reinstall
                                        

                                        Linux-Werkzeugkasten:
                                        https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                                        NodeJS Fixer Skript:
                                        https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                                        iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                                        jmeister79J 1 Antwort Letzte Antwort
                                        0
                                        • jmeister79J jmeister79

                                          @Glasfaser

                                          pi@iobrokerpi:/opt/iobroker $ cd /opt/iobroker
                                          pi@iobrokerpi:/opt/iobroker $ npm install iobroker.js-controller@3.1.6 --production
                                          npm ERR! code MODULE_NOT_FOUND
                                          npm ERR! Cannot find module 'lockfile'
                                          npm ERR! Require stack:
                                          npm ERR! - /usr/lib/node_modules/npm/lib/utils/locker.js
                                          npm ERR! - /usr/lib/node_modules/npm/lib/install.js
                                          npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
                                          npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
                                          
                                          npm ERR! A complete log of this run can be found in:
                                          npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_45_717Z-debug.log
                                          pi@iobrokerpi:/opt/iobroker $ npm cache clear --force
                                          npm WARN using --force I sure hope you know what you are doing.
                                          npm ERR! code MODULE_NOT_FOUND
                                          npm ERR! Cannot find module 'from2'
                                          npm ERR! Require stack:
                                          npm ERR! - /usr/lib/node_modules/npm/node_modules/mississippi/index.js
                                          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js
                                          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/ls.js
                                          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/locales/en.js
                                          npm ERR! - /usr/lib/node_modules/npm/node_modules/cacache/index.js
                                          npm ERR! - /usr/lib/node_modules/npm/lib/cache.js
                                          npm ERR! - /usr/lib/node_modules/npm/lib/npm.js
                                          npm ERR! - /usr/lib/node_modules/npm/bin/npm-cli.js
                                          
                                          npm ERR! A complete log of this run can be found in:
                                          npm ERR!     /home/iobroker/.npm/_logs/2020-09-26T14_24_58_482Z-debug.log
                                          
                                          
                                          GlasfaserG Offline
                                          GlasfaserG Offline
                                          Glasfaser
                                          schrieb am zuletzt editiert von
                                          #55

                                          @Thomas-Braun
                                          Wegen diesem Hinweis bestimmt :

                                          npm ERR! Cannot find module 'from2'

                                          Synology 918+ 16GB - ioBroker in Docker v9 , VISO auf Trekstor Primebook C13 13,3" , Hikvision Domkameras mit Surveillance Station .. CCU RaspberryMatic in Synology VM .. Zigbee CC2538+CC2592 .. Sonoff .. KNX .. Modbus ..

                                          Thomas BraunT 1 Antwort Letzte Antwort
                                          0

                                          Hey! Du scheinst an dieser Unterhaltung interessiert zu sein, hast aber noch kein Konto.

                                          Hast du es satt, bei jedem Besuch durch die gleichen Beiträge zu scrollen? Wenn du dich für ein Konto anmeldest, kommst du immer genau dorthin zurück, wo du zuvor warst, und kannst dich über neue Antworten benachrichtigen lassen (entweder per E-Mail oder Push-Benachrichtigung). Du kannst auch Lesezeichen speichern und Beiträge positiv bewerten, um anderen Community-Mitgliedern deine Wertschätzung zu zeigen.

                                          Mit deinem Input könnte dieser Beitrag noch besser werden 💗

                                          Registrieren Anmelden
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

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

                                          480

                                          Online

                                          32.9k

                                          Benutzer

                                          83.0k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe