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 Update starten Adapter nicht mehr

NEWS

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

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

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

Nach Update starten Adapter nicht mehr

Geplant Angeheftet Gesperrt Verschoben ioBroker Allgemein
120 Beiträge 9 Kommentatoren 9.4k Aufrufe 6 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.
  • T tobiasp

    @homoran

    i@raspberrypi:/opt/iobroker $ iobroker upgrade --debug
    
    This upgrade of "discovery" will introduce the following changes:
    ==========================================================================
    -> 3.0.5:
    Fix potential crash cases reported by Sentry
    
    -> 3.0.4:
    Disable configuration settings for this adapter
    ==========================================================================
    
    Would you like to upgrade discovery from @3.0.3 to @3.0.5 now? [(y)es, (n)o]: y
    Update discovery from @3.0.3 to @3.0.5
    NPM version: 8.11.0
    Installing iobroker.discovery@3.0.5... (System call)
    npm ERR! code ENOTEMPTY
    npm ERR! syscall rename
    npm ERR! path /opt/iobroker/node_modules/abort-controller
    npm ERR! dest /opt/iobroker/node_modules/.abort-controller-x3pdLVqa
    npm ERR! errno -39
    npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/abort-controller' -> '/opt/iobroker/node_modules/.abort-controller-x3pdLVqa'
    
    npm ERR! A complete log of this run can be found in:
    npm ERR!     /home/iobroker/.npm/_logs/2022-07-21T12_47_36_083Z-debug-0.log
    host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217
    pi@raspberrypi:/opt/iobroker $ 
    
    
    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    schrieb am zuletzt editiert von Thomas Braun
    #25

    @tobiasp sagte in Nach Update starten Adapter nicht mehr:

    /opt/iobroker/node_modules/.abort-controller-x3pdLVqa

    sudo rm /opt/iobroker/node_modules/.abort-controller-x3pdLVqa
    

    Das dann für evtl. weitere Verzeichnisse analog machen. Also die Verzeichnisse mit den kryptischen Endungen löschen.

    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

    T 1 Antwort Letzte Antwort
    0
    • Thomas BraunT Thomas Braun

      @tobiasp sagte in Nach Update starten Adapter nicht mehr:

      /opt/iobroker/node_modules/.abort-controller-x3pdLVqa

      sudo rm /opt/iobroker/node_modules/.abort-controller-x3pdLVqa
      

      Das dann für evtl. weitere Verzeichnisse analog machen. Also die Verzeichnisse mit den kryptischen Endungen löschen.

      T Offline
      T Offline
      tobiasp
      schrieb am zuletzt editiert von
      #26

      @thomas-braun @tobiasp
      Da mussst du miir bitte helfen was du da genau meinst.

      pi@raspberrypi:~ $ sudo rm /opt/iobroker/node_modules/.abort-controller-x3pdLVqa
      rm: das Entfernen von '/opt/iobroker/node_modules/.abort-controller-x3pdLVqa' ist nicht möglich: Ist ein Verzeichnis
      pi@raspberrypi:~ $
      Thomas BraunT 1 Antwort Letzte Antwort
      0
      • T tobiasp

        @thomas-braun @tobiasp
        Da mussst du miir bitte helfen was du da genau meinst.

        pi@raspberrypi:~ $ sudo rm /opt/iobroker/node_modules/.abort-controller-x3pdLVqa
        rm: das Entfernen von '/opt/iobroker/node_modules/.abort-controller-x3pdLVqa' ist nicht möglich: Ist ein Verzeichnis
        pi@raspberrypi:~ $
        Thomas BraunT Online
        Thomas BraunT Online
        Thomas Braun
        Most Active
        schrieb am zuletzt editiert von
        #27

        @tobiasp

        Sorry, mein Fehler.

        sudo rm -rf /opt/iobroker/node_modules/.abort-controller-x3pdLVqa
        

        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
        • T Offline
          T Offline
          tobiasp
          schrieb am zuletzt editiert von
          #28

          @thomas-braun Bringt immer noch FEhler

          @raspberrypi:~ $ iobroker upgrade --debug
          
          This upgrade of "discovery" will introduce the following changes:
          ==========================================================================
          -> 3.0.5:
          Fix potential crash cases reported by Sentry
          
          -> 3.0.4:
          Disable configuration settings for this adapter
          ==========================================================================
          
          Would you like to upgrade discovery from @3.0.3 to @3.0.5 now? [(y)es, (n)o]: y
          Update discovery from @3.0.3 to @3.0.5
          NPM version: 8.11.0
          Installing iobroker.discovery@3.0.5... (System call)
          npm ERR! code ENOTEMPTY
          npm ERR! syscall rename
          npm ERR! path /opt/iobroker/node_modules/accepts
          npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7
          npm ERR! errno -39
          npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7'
          
          npm ERR! A complete log of this run can be found in:
          npm ERR!     /home/iobroker/.npm/_logs/2022-07-21T13_21_25_599Z-debug-0.log
          host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217
          pi@raspberrypi:~ $ 
          
          Thomas BraunT HomoranH 2 Antworten Letzte Antwort
          -1
          • T tobiasp

            @thomas-braun Bringt immer noch FEhler

            @raspberrypi:~ $ iobroker upgrade --debug
            
            This upgrade of "discovery" will introduce the following changes:
            ==========================================================================
            -> 3.0.5:
            Fix potential crash cases reported by Sentry
            
            -> 3.0.4:
            Disable configuration settings for this adapter
            ==========================================================================
            
            Would you like to upgrade discovery from @3.0.3 to @3.0.5 now? [(y)es, (n)o]: y
            Update discovery from @3.0.3 to @3.0.5
            NPM version: 8.11.0
            Installing iobroker.discovery@3.0.5... (System call)
            npm ERR! code ENOTEMPTY
            npm ERR! syscall rename
            npm ERR! path /opt/iobroker/node_modules/accepts
            npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7
            npm ERR! errno -39
            npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7'
            
            npm ERR! A complete log of this run can be found in:
            npm ERR!     /home/iobroker/.npm/_logs/2022-07-21T13_21_25_599Z-debug-0.log
            host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217
            pi@raspberrypi:~ $ 
            
            Thomas BraunT Online
            Thomas BraunT Online
            Thomas Braun
            Most Active
            schrieb am zuletzt editiert von
            #29

            @tobiasp

            Das dann für evtl. weitere Verzeichnisse analog machen. Also die Verzeichnisse mit den kryptischen Endungen löschen.

            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
            • T tobiasp

              @thomas-braun Bringt immer noch FEhler

              @raspberrypi:~ $ iobroker upgrade --debug
              
              This upgrade of "discovery" will introduce the following changes:
              ==========================================================================
              -> 3.0.5:
              Fix potential crash cases reported by Sentry
              
              -> 3.0.4:
              Disable configuration settings for this adapter
              ==========================================================================
              
              Would you like to upgrade discovery from @3.0.3 to @3.0.5 now? [(y)es, (n)o]: y
              Update discovery from @3.0.3 to @3.0.5
              NPM version: 8.11.0
              Installing iobroker.discovery@3.0.5... (System call)
              npm ERR! code ENOTEMPTY
              npm ERR! syscall rename
              npm ERR! path /opt/iobroker/node_modules/accepts
              npm ERR! dest /opt/iobroker/node_modules/.accepts-rBwU1CL7
              npm ERR! errno -39
              npm ERR! ENOTEMPTY: directory not empty, rename '/opt/iobroker/node_modules/accepts' -> '/opt/iobroker/node_modules/.accepts-rBwU1CL7'
              
              npm ERR! A complete log of this run can be found in:
              npm ERR!     /home/iobroker/.npm/_logs/2022-07-21T13_21_25_599Z-debug-0.log
              host.raspberrypi Cannot install iobroker.discovery@3.0.5: 217
              pi@raspberrypi:~ $ 
              
              HomoranH Nicht stören
              HomoranH Nicht stören
              Homoran
              Global Moderator Administrators
              schrieb am zuletzt editiert von
              #30

              @tobiasp sagte in Nach Update starten Adapter nicht mehr:

              @thomas-braun Bringt immer noch FEhler

              @thomas-braun sagte in Nach Update starten Adapter nicht mehr:

              Das dann für evtl. weitere Verzeichnisse analog machen. Also die Verzeichnisse mit den kryptischen Endungen löschen.

              kein Support per PN! - Fragen im Forum stellen -
              Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
              Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
              der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

              T 1 Antwort Letzte Antwort
              0
              • HomoranH Homoran

                @tobiasp sagte in Nach Update starten Adapter nicht mehr:

                @thomas-braun Bringt immer noch FEhler

                @thomas-braun sagte in Nach Update starten Adapter nicht mehr:

                Das dann für evtl. weitere Verzeichnisse analog machen. Also die Verzeichnisse mit den kryptischen Endungen löschen.

                T Offline
                T Offline
                tobiasp
                schrieb am zuletzt editiert von
                #31

                @homoran Ok das dauert dann etwas länger das sind ja ewig viele

                Thomas BraunT 1 Antwort Letzte Antwort
                0
                • T tobiasp

                  @homoran Ok das dauert dann etwas länger das sind ja ewig viele

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

                  @tobiasp sagte in Nach Update starten Adapter nicht mehr:

                  das sind ja ewig viele

                  Das hängt von der jeweiligen Installation ab, wie viele da sind. Kann von Null bis mehrere Dutzend alles mögliche sein.

                  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

                  T 1 Antwort Letzte Antwort
                  0
                  • Thomas BraunT Thomas Braun

                    @tobiasp sagte in Nach Update starten Adapter nicht mehr:

                    das sind ja ewig viele

                    Das hängt von der jeweiligen Installation ab, wie viele da sind. Kann von Null bis mehrere Dutzend alles mögliche sein.

                    T Offline
                    T Offline
                    tobiasp
                    schrieb am zuletzt editiert von
                    #33

                    @thomas-braun
                    aber herausfinden geht nur wenn man immer wieder startet und dann die DAtei löscht

                    T 1 Antwort Letzte Antwort
                    0
                    • T tobiasp

                      @thomas-braun
                      aber herausfinden geht nur wenn man immer wieder startet und dann die DAtei löscht

                      T Offline
                      T Offline
                      tobiasp
                      schrieb am zuletzt editiert von
                      #34

                      @tobiasp
                      Und die Adapter starten deswegen nicht oder? Was sind dann das für FEhlermedungen noch ?

                      host.raspberrypi
                      	2022-07-21 16:13:54.442	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.vis-icontwo@0.87.0: 217
                      host.raspberrypi
                      	2022-07-21 16:13:21.059	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-open-icon-library-png@0.1.2: 217
                      host.raspberrypi
                      	2022-07-21 16:09:08.447	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.javascript@5.7.0: 217
                      host.raspberrypi
                      	2022-07-21 16:08:46.762	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.terminal@0.2.6: 217
                      host.raspberrypi
                      	2022-07-21 16:06:03.259	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-svg@0.1.0: 217
                      host.raspberrypi
                      	2022-07-21 16:05:39.038	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-icons8@0.0.1: 217
                      host.raspberrypi
                      	2022-07-21 16:05:18.094	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-fatcow-hosting@0.1.0: 217
                      web.0
                      	2022-07-21 16:05:14.557	error	Initialization of integrated socket.io failed. Please reinstall the web adapter.
                      host.raspberrypi
                      	2022-07-21 16:04:57.310	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-mfd-svg@1.1.0: 217
                      host.raspberrypi
                      	2022-07-21 16:04:22.238	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.fritzbox@0.2.1: 217
                      host.raspberrypi
                      	2022-07-21 16:03:56.612	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.daswetter@3.1.2: 217
                      host.raspberrypi
                      	2022-07-21 16:03:32.868	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.flot@1.11.0: 217
                      host.raspberrypi
                      	2022-07-21 16:03:07.498	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.devices@1.0.12: 217
                      host.raspberrypi
                      	2022-07-21 16:02:45.696	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-png@0.1.0: 217
                      host.raspberrypi
                      	2022-07-21 16:02:25.479	error	iobroker npm-install: host.raspberrypi Cannot install schmupu/ioBroker.pollenflug#4ae37990c9c6bcf9ae5db5bfa0c9fba70b005e7f: 217
                      host.raspberrypi
                      	2022-07-21 16:02:02.520	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-ultimate-png@1.0.1: 217
                      
                      HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                      0
                      • T tobiasp

                        @tobiasp
                        Und die Adapter starten deswegen nicht oder? Was sind dann das für FEhlermedungen noch ?

                        host.raspberrypi
                        	2022-07-21 16:13:54.442	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.vis-icontwo@0.87.0: 217
                        host.raspberrypi
                        	2022-07-21 16:13:21.059	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-open-icon-library-png@0.1.2: 217
                        host.raspberrypi
                        	2022-07-21 16:09:08.447	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.javascript@5.7.0: 217
                        host.raspberrypi
                        	2022-07-21 16:08:46.762	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.terminal@0.2.6: 217
                        host.raspberrypi
                        	2022-07-21 16:06:03.259	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-svg@0.1.0: 217
                        host.raspberrypi
                        	2022-07-21 16:05:39.038	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-icons8@0.0.1: 217
                        host.raspberrypi
                        	2022-07-21 16:05:18.094	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-fatcow-hosting@0.1.0: 217
                        web.0
                        	2022-07-21 16:05:14.557	error	Initialization of integrated socket.io failed. Please reinstall the web adapter.
                        host.raspberrypi
                        	2022-07-21 16:04:57.310	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-mfd-svg@1.1.0: 217
                        host.raspberrypi
                        	2022-07-21 16:04:22.238	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.fritzbox@0.2.1: 217
                        host.raspberrypi
                        	2022-07-21 16:03:56.612	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.daswetter@3.1.2: 217
                        host.raspberrypi
                        	2022-07-21 16:03:32.868	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.flot@1.11.0: 217
                        host.raspberrypi
                        	2022-07-21 16:03:07.498	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.devices@1.0.12: 217
                        host.raspberrypi
                        	2022-07-21 16:02:45.696	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-png@0.1.0: 217
                        host.raspberrypi
                        	2022-07-21 16:02:25.479	error	iobroker npm-install: host.raspberrypi Cannot install schmupu/ioBroker.pollenflug#4ae37990c9c6bcf9ae5db5bfa0c9fba70b005e7f: 217
                        host.raspberrypi
                        	2022-07-21 16:02:02.520	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-ultimate-png@1.0.1: 217
                        
                        HomoranH Nicht stören
                        HomoranH Nicht stören
                        Homoran
                        Global Moderator Administrators
                        schrieb am zuletzt editiert von
                        #35

                        Du liest aber doch schon was da steht?

                        @tobiasp sagte in Nach Update starten Adapter nicht mehr:

                        Initialization of integrated socket.io failed. Please reinstall the web adapter.

                        kein Support per PN! - Fragen im Forum stellen -
                        Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                        Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                        der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                        1 Antwort Letzte Antwort
                        0
                        • T tobiasp

                          @tobiasp
                          Und die Adapter starten deswegen nicht oder? Was sind dann das für FEhlermedungen noch ?

                          host.raspberrypi
                          	2022-07-21 16:13:54.442	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.vis-icontwo@0.87.0: 217
                          host.raspberrypi
                          	2022-07-21 16:13:21.059	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-open-icon-library-png@0.1.2: 217
                          host.raspberrypi
                          	2022-07-21 16:09:08.447	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.javascript@5.7.0: 217
                          host.raspberrypi
                          	2022-07-21 16:08:46.762	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.terminal@0.2.6: 217
                          host.raspberrypi
                          	2022-07-21 16:06:03.259	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-svg@0.1.0: 217
                          host.raspberrypi
                          	2022-07-21 16:05:39.038	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-icons8@0.0.1: 217
                          host.raspberrypi
                          	2022-07-21 16:05:18.094	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-fatcow-hosting@0.1.0: 217
                          web.0
                          	2022-07-21 16:05:14.557	error	Initialization of integrated socket.io failed. Please reinstall the web adapter.
                          host.raspberrypi
                          	2022-07-21 16:04:57.310	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-mfd-svg@1.1.0: 217
                          host.raspberrypi
                          	2022-07-21 16:04:22.238	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.fritzbox@0.2.1: 217
                          host.raspberrypi
                          	2022-07-21 16:03:56.612	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.daswetter@3.1.2: 217
                          host.raspberrypi
                          	2022-07-21 16:03:32.868	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.flot@1.11.0: 217
                          host.raspberrypi
                          	2022-07-21 16:03:07.498	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.devices@1.0.12: 217
                          host.raspberrypi
                          	2022-07-21 16:02:45.696	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-material-png@0.1.0: 217
                          host.raspberrypi
                          	2022-07-21 16:02:25.479	error	iobroker npm-install: host.raspberrypi Cannot install schmupu/ioBroker.pollenflug#4ae37990c9c6bcf9ae5db5bfa0c9fba70b005e7f: 217
                          host.raspberrypi
                          	2022-07-21 16:02:02.520	error	iobroker npm-install: host.raspberrypi Cannot install iobroker.icons-ultimate-png@1.0.1: 217
                          
                          Thomas BraunT Online
                          Thomas BraunT Online
                          Thomas Braun
                          Most Active
                          schrieb am zuletzt editiert von
                          #36

                          @tobiasp sagte in Nach Update starten Adapter nicht mehr:

                          pollenflug

                          Ist z. B. eine github-Version. Warum? Unnötig:

                          pollenflug
                          github:	1.0.6
                          latest:	1.0.6 for 26 months
                          stable:	1.0.6 for 26 months
                          

                          Die anderen Dinge findest du heraus, indem du die einzeln mit --debug-Option installierst. Dann gibt es mehr Infos. Sind aber bei dir schon recht viele Adapter. Sind die alle in alten Versionen installiert und harren eines Updates?

                          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

                          T 1 Antwort Letzte Antwort
                          0
                          • Thomas BraunT Thomas Braun

                            @tobiasp sagte in Nach Update starten Adapter nicht mehr:

                            pollenflug

                            Ist z. B. eine github-Version. Warum? Unnötig:

                            pollenflug
                            github:	1.0.6
                            latest:	1.0.6 for 26 months
                            stable:	1.0.6 for 26 months
                            

                            Die anderen Dinge findest du heraus, indem du die einzeln mit --debug-Option installierst. Dann gibt es mehr Infos. Sind aber bei dir schon recht viele Adapter. Sind die alle in alten Versionen installiert und harren eines Updates?

                            T Offline
                            T Offline
                            tobiasp
                            schrieb am zuletzt editiert von
                            #37

                            @thomas-braun
                            Wo sehe ich denn das ich habe immer in Iobroker die Updates gemacht! Mache ich was falsch oder wie kann ich imemr die richtige Verison installieren?

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • T tobiasp

                              @thomas-braun
                              Wo sehe ich denn das ich habe immer in Iobroker die Updates gemacht! Mache ich was falsch oder wie kann ich imemr die richtige Verison installieren?

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

                              @tobiasp sagte in Nach Update starten Adapter nicht mehr:

                              Mache ich was falsch oder wie kann ich imemr die richtige Verison installieren?

                              Ich weiß nicht was du machst. Die Reihenfolge bei Installationen ist: Zuerst aus Stable, dann aus Beta (wenn der Adapter noch nicht stabil verfügbar ist) und erst wenn der gar nicht irgendwie anders aufzutreiben ist, DANN erst verwendet man die räudige 'Katze' für den Adapter. Man muss sich dann aber bewusst sein, das der Code in allen möglichen Zuständen sein kann.

                              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
                              • T Offline
                                T Offline
                                tobiasp
                                schrieb am zuletzt editiert von
                                #39

                                @thomas-braun

                                Grüßt euch, so ich habe ein altes Backup gefunden und isntalliert und es läuft sowet eigentlicht alles mit Node 14 aber kurze Frage zur Antort aus
                                npm ls | grep -E 'github|ERR'

                                Was muss ich hier machen ? DAnkeschön sorry für meine fragen

                                i@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR'
                                +-- ecovacs-deebot@0.6.1 (github:mrbungle64/ecovacs-deebot.js#f6ad821a3e5ea82104be702fd63d2d3db4e1ca7d)
                                +-- eiscp@0.0.1 (github:tillbaks/node-eiscp#cefa9b53c822cdab823eaae8173b69ab357c8de7)
                                +-- iobroker.ryd@0.3.3 (github:NemoN/ioBroker.ryd#839d73a9eee3da7ba3d292c8b03b8f98cb2ea329)
                                | +-- samsungtv@0.0.0 (git+https://git@github.com/luca-saggese/samsungtv.git#7fc20107455414e2afb94022682e0787e8635550)
                                +-- iobroker.sourceanalytix@0.4.12-1 (github:DrozmotiX/ioBroker.sourceanalytix#362346b297c0a21c717ec20bd8d16331bca3b22d)
                                |   +-- github-url-from-git@1.5.0
                                |   +-- new-github-release-url@1.0.0
                                +-- new-github-issue-url@1.0.0
                                npm ERR! extraneous: @types/request@2.48.7 /opt/iobroker/node_modules/@types/request
                                npm ERR! extraneous: acorn@8.8.0 /opt/iobroker/node_modules/acorn
                                npm ERR! extraneous: acorn-walk@8.2.0 /opt/iobroker/node_modules/acorn-walk
                                npm ERR! extraneous: express-fileupload@0.4.1 /opt/iobroker/node_modules/express-fileupload
                                npm ERR! extraneous: jsonata@1.8.4 /opt/iobroker/node_modules/jsonata
                                npm ERR! extraneous: node-ssdp@3.3.0 /opt/iobroker/node_modules/node-ssdp
                                npm ERR! extraneous: passport@0.4.0 /opt/iobroker/node_modules/passport
                                npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                                npm ERR! extraneous: serialport@6.2.2 /opt/iobroker/node_modules/serialport
                                npm ERR! extraneous: typescript@4.3.5 /opt/iobroker/node_modules/typescript
                                npm ERR! extraneous: virtual-tsc@0.6.1 /opt/iobroker/node_modules/virtual-tsc
                                npm ERR! extraneous: vm2@3.9.3 /opt/iobroker/node_modules/vm2
                                npm ERR! extraneous: gulp-replace /opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-replace
                                npm ERR! error in /opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-replace: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-replace/package.json'
                                npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.1
                                T 1 Antwort Letzte Antwort
                                0
                                • T tobiasp

                                  @thomas-braun

                                  Grüßt euch, so ich habe ein altes Backup gefunden und isntalliert und es läuft sowet eigentlicht alles mit Node 14 aber kurze Frage zur Antort aus
                                  npm ls | grep -E 'github|ERR'

                                  Was muss ich hier machen ? DAnkeschön sorry für meine fragen

                                  i@raspberrypi:/opt/iobroker $ npm ls | grep -E 'github|ERR'
                                  +-- ecovacs-deebot@0.6.1 (github:mrbungle64/ecovacs-deebot.js#f6ad821a3e5ea82104be702fd63d2d3db4e1ca7d)
                                  +-- eiscp@0.0.1 (github:tillbaks/node-eiscp#cefa9b53c822cdab823eaae8173b69ab357c8de7)
                                  +-- iobroker.ryd@0.3.3 (github:NemoN/ioBroker.ryd#839d73a9eee3da7ba3d292c8b03b8f98cb2ea329)
                                  | +-- samsungtv@0.0.0 (git+https://git@github.com/luca-saggese/samsungtv.git#7fc20107455414e2afb94022682e0787e8635550)
                                  +-- iobroker.sourceanalytix@0.4.12-1 (github:DrozmotiX/ioBroker.sourceanalytix#362346b297c0a21c717ec20bd8d16331bca3b22d)
                                  |   +-- github-url-from-git@1.5.0
                                  |   +-- new-github-release-url@1.0.0
                                  +-- new-github-issue-url@1.0.0
                                  npm ERR! extraneous: @types/request@2.48.7 /opt/iobroker/node_modules/@types/request
                                  npm ERR! extraneous: acorn@8.8.0 /opt/iobroker/node_modules/acorn
                                  npm ERR! extraneous: acorn-walk@8.2.0 /opt/iobroker/node_modules/acorn-walk
                                  npm ERR! extraneous: express-fileupload@0.4.1 /opt/iobroker/node_modules/express-fileupload
                                  npm ERR! extraneous: jsonata@1.8.4 /opt/iobroker/node_modules/jsonata
                                  npm ERR! extraneous: node-ssdp@3.3.0 /opt/iobroker/node_modules/node-ssdp
                                  npm ERR! extraneous: passport@0.4.0 /opt/iobroker/node_modules/passport
                                  npm ERR! extraneous: picocolors@1.0.0 /opt/iobroker/node_modules/picocolors
                                  npm ERR! extraneous: serialport@6.2.2 /opt/iobroker/node_modules/serialport
                                  npm ERR! extraneous: typescript@4.3.5 /opt/iobroker/node_modules/typescript
                                  npm ERR! extraneous: virtual-tsc@0.6.1 /opt/iobroker/node_modules/virtual-tsc
                                  npm ERR! extraneous: vm2@3.9.3 /opt/iobroker/node_modules/vm2
                                  npm ERR! extraneous: gulp-replace /opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-replace
                                  npm ERR! error in /opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-replace: ENOENT: no such file or directory, open '/opt/iobroker/node_modules/iobroker.javascript/node_modules/gulp-replace/package.json'
                                  npm ERR! peer dep missing: buffer@>=6.0.3, required by crc@4.1.1
                                  T Offline
                                  T Offline
                                  tobiasp
                                  schrieb am zuletzt editiert von
                                  #40

                                  @tobiasp
                                  Ich glaub ich schreib ggf. die Antwort selkbst rein das sind die Adapter die ich aus Github onstalliert habe ?
                                  Muss man die selbst dann aktualiseiren

                                  HomoranH Thomas BraunT 2 Antworten Letzte Antwort
                                  0
                                  • T tobiasp

                                    @tobiasp
                                    Ich glaub ich schreib ggf. die Antwort selkbst rein das sind die Adapter die ich aus Github onstalliert habe ?
                                    Muss man die selbst dann aktualiseiren

                                    HomoranH Nicht stören
                                    HomoranH Nicht stören
                                    Homoran
                                    Global Moderator Administrators
                                    schrieb am zuletzt editiert von
                                    #41

                                    @tobiasp sagte in Nach Update starten Adapter nicht mehr:

                                    @tobiasp
                                    Ich glaub ich schreib ggf. die Antwort selkbst rein das sind die Adapter die ich aus Github onstalliert habe ?
                                    Muss man die selbst dann aktualiseiren

                                    erst einmal versuchen über ein Repo drüberzuinstallieren. zumindest sourceanalytics müsste im beta sein

                                    kein Support per PN! - Fragen im Forum stellen -
                                    Benutzt das Voting rechts unten im Beitrag wenn er euch geholfen hat.
                                    Das Forum freut sich über eine Spende. Benutzt dazu den Spendenbutton oben rechts. Danke!
                                    der Installationsfixer: curl -fsL https://iobroker.net/fix.sh | bash -

                                    1 Antwort Letzte Antwort
                                    0
                                    • T tobiasp

                                      @tobiasp
                                      Ich glaub ich schreib ggf. die Antwort selkbst rein das sind die Adapter die ich aus Github onstalliert habe ?
                                      Muss man die selbst dann aktualiseiren

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

                                      @tobiasp

                                      Die würde ich, da wo es geht aus einem der Repos installieren, nicht aus github. Zumindest den sourceanalytix gibt es 'ordentlich' aus dem Beta-Zweig.
                                      Den anderen Kram kenn ich nicht.

                                      Deinstallieren, upgrade auf nodejs16/npm8, wieder 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

                                      1 Antwort Letzte Antwort
                                      0
                                      • T Offline
                                        T Offline
                                        tobiasp
                                        schrieb am zuletzt editiert von
                                        #43

                                        @thomas-braun
                                        ok hört dsich gut an.
                                        Wie deinstalliere ich dann das Zeug am schnellsten

                                        Thomas BraunT 1 Antwort Letzte Antwort
                                        0
                                        • T tobiasp

                                          @thomas-braun
                                          ok hört dsich gut an.
                                          Wie deinstalliere ich dann das Zeug am schnellsten

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

                                          @tobiasp

                                          iobroker upgrade ecovacs-deebot@1.4.5
                                          iobroker upgrade sourceanalytix@0.2.6
                                          

                                          setzt zumindest die beiden schon mal auf eine Version aus dem Beta-Repo.
                                          An der Versionsnummer siehst du auch, dass der github ecovacs-deebot 'steinalt' ist. Auch deswegen ist es keine gute Idee die Adapter 'über die Katze' zu installieren. Scheinbar hat mal irgendwer den Unsinn verzapft, das sei der normale Weg einer Installation.

                                          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

                                          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

                                          582

                                          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