Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Zigbee Adapter stürzt ständig ab

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    17
    1
    589

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    17
    1
    5.5k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.4k

Zigbee Adapter stürzt ständig ab

Scheduled Pinned Locked Moved Einsteigerfragen
61 Posts 4 Posters 6.2k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Thomas BraunT Thomas Braun

    @klaris sagte in Zigbee Adapter stürzt ständig ab:

    99 packages can be upgraded.

    Damit fängst du jetzt zuerst an.
    Per

    sudo nano /etc/apt/sources.list.d/nodesource.list
    

    auf node14 stellen. Die 12 einfach durch eine 14 ersetzen, Datei speichern.

    iobroker stop
    sudo apt update
    sudo apt full-upgrade
    sudo reboot
    

    Und deconz darf nicht gleichzeitig laufen, falls das noch aktiv ist.

    systemctl status deconz deconz-gui
    

    prüfen.

    K Offline
    K Offline
    klaris
    wrote on last edited by
    #25

    @thomas-braun said in Zigbee Adapter stürzt ständig ab:

    sudo nano /etc/apt/sources.list.d/nodesource.list

    sudo nano /etc/apt/sources.list.d/nodesource.list ist das ein special programm? kenne ich nicht ...

    Thomas BraunT 1 Reply Last reply
    0
    • K klaris

      @thomas-braun said in Zigbee Adapter stürzt ständig ab:

      sudo nano /etc/apt/sources.list.d/nodesource.list

      sudo nano /etc/apt/sources.list.d/nodesource.list ist das ein special programm? kenne ich nicht ...

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      wrote on last edited by Thomas Braun
      #26

      @klaris

      Das ist ein Editor. Damit kann man in config-Dateien Einstellungen ändern.

      Speichern geht mit Strg-X, das Schreiben der Datei dann nochmal bestätigen.

      Alternativ:

      curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash
      

      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 Reply Last reply
      0
      • K Offline
        K Offline
        klaris
        wrote on last edited by
        #27

        @thomas-braun said in Zigbee Adapter stürzt ständig ab:

        curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash

        das versetehe ich :+1:

        $ pi@raspberrypi:~ $ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash
        
        ## Installing the NodeSource Node.js 14.x repo...
        
        
        ## Populating apt-get cache...
        
        + apt-get update
        Get:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
        Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
        Hit:3 https://deb.nodesource.com/node_12.x bullseye InRelease
        Get:4 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
        Fetched 17.8 kB in 1s (12.0 kB/s)
        Reading package lists... Done
        N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
        N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
        N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
        N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
        N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/     sudo apt-get update && sudo apt-get install yarnt.d/yarn.list/dl.yarnpkg.co
        
        Thomas BraunT 1 Reply Last reply
        0
        • K klaris

          @thomas-braun said in Zigbee Adapter stürzt ständig ab:

          curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash

          das versetehe ich :+1:

          $ pi@raspberrypi:~ $ curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash
          
          ## Installing the NodeSource Node.js 14.x repo...
          
          
          ## Populating apt-get cache...
          
          + apt-get update
          Get:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease [15.0 kB]
          Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
          Hit:3 https://deb.nodesource.com/node_12.x bullseye InRelease
          Get:4 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
          Fetched 17.8 kB in 1s (12.0 kB/s)
          Reading package lists... Done
          N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
          N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
          N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
          N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
          N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/     sudo apt-get update && sudo apt-get install yarnt.d/yarn.list/dl.yarnpkg.co
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #28

          @klaris sagte in Zigbee Adapter stürzt ständig ab:

          nodesource.list.save.

          Die Versuche die Datei zu speichern kannst du löschen:

          sudo rm /etc/apt/sources.list.de/nodesource.list.save.*
          

          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 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @klaris sagte in Zigbee Adapter stürzt ständig ab:

            99 packages can be upgraded.

            Damit fängst du jetzt zuerst an.
            Per

            sudo nano /etc/apt/sources.list.d/nodesource.list
            

            auf node14 stellen. Die 12 einfach durch eine 14 ersetzen, Datei speichern.

            iobroker stop
            sudo apt update
            sudo apt full-upgrade
            sudo reboot
            

            Und deconz darf nicht gleichzeitig laufen, falls das noch aktiv ist.

            systemctl status deconz deconz-gui
            

            prüfen.

            K Offline
            K Offline
            klaris
            wrote on last edited by Homoran
            #29

            @thomas-braun

            pi@raspberrypi:~ $ systemctl status deconz deconz-gui
            Unit deconz.service could not be found.
            Unit deconz-gui.service could not be found.
            

            alles nach anweisung durchgeführt system neu gestartet....:+1:

            Thomas BraunT 2 Replies Last reply
            0
            • K klaris

              @thomas-braun

              pi@raspberrypi:~ $ systemctl status deconz deconz-gui
              Unit deconz.service could not be found.
              Unit deconz-gui.service could not be found.
              

              alles nach anweisung durchgeführt system neu gestartet....:+1:

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #30

              @klaris

              Gut, dann spukt der Kram da auch nicht mehr rum.

              Upgrades und Reboot durch?

              sudo apt update
              

              sagt nun?

              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 Reply Last reply
              0
              • K klaris

                @thomas-braun

                pi@raspberrypi:~ $ systemctl status deconz deconz-gui
                Unit deconz.service could not be found.
                Unit deconz-gui.service could not be found.
                

                alles nach anweisung durchgeführt system neu gestartet....:+1:

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                wrote on last edited by
                #31

                @klaris

                Nochmal

                uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                

                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

                K 1 Reply Last reply
                0
                • Thomas BraunT Thomas Braun

                  @klaris

                  Nochmal

                  uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  
                  K Offline
                  K Offline
                  klaris
                  wrote on last edited by Homoran
                  #32

                  @thomas-braun

                  pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v &&                                                                                                                                                                                                                                              npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && ap                                                                                                                                                                                                                                             t policy nodejs
                  armv7l
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  v14.19.3
                  v14.19.3
                  6.14.17
                  pi
                  /home/pi
                  Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                  Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                  Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                  Get:4 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
                  Fetched 2,873 B in 3s (981 B/s)
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  All packages are up to date.
                  N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  nodejs:
                    Installed: 14.19.3-deb-1nodesource1
                    Candidate: 14.19.3-deb-1nodesource1
                    Version table:
                   *** 14.19.3-deb-1nodesource1 500
                          500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                          100 /var/lib/dpkg/status
                       12.22.5~dfsg-2~11u1 500
                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                  N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                  
                  
                  Thomas BraunT 1 Reply Last reply
                  0
                  • K klaris

                    @thomas-braun

                    pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v &&                                                                                                                                                                                                                                              npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && ap                                                                                                                                                                                                                                             t policy nodejs
                    armv7l
                    /usr/bin/nodejs
                    /usr/bin/node
                    /usr/bin/npm
                    v14.19.3
                    v14.19.3
                    6.14.17
                    pi
                    /home/pi
                    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                    Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                    Get:4 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
                    Fetched 2,873 B in 3s (981 B/s)
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    All packages are up to date.
                    N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                    N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                    N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                    N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                    N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                    nodejs:
                      Installed: 14.19.3-deb-1nodesource1
                      Candidate: 14.19.3-deb-1nodesource1
                      Version table:
                     *** 14.19.3-deb-1nodesource1 500
                            500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                            100 /var/lib/dpkg/status
                         12.22.5~dfsg-2~11u1 500
                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                    N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                    N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                    N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                    N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                    N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    wrote on last edited by
                    #33

                    @klaris

                    sudo rm /etc/apt/sources.list.d/nodesource.list.save.*
                    

                    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

                    K 1 Reply Last reply
                    0
                    • Thomas BraunT Thomas Braun

                      @klaris

                      sudo rm /etc/apt/sources.list.d/nodesource.list.save.*
                      
                      K Offline
                      K Offline
                      klaris
                      wrote on last edited by Homoran
                      #34

                      @thomas-braun muss ich diese zeile auch eingeben ?

                      sudo rm /etc/apt/sources.list.d/nodesource.list.save.*
                      -bash: pi@raspberrypi:~: command not found
                      -bash: armv7l: command not found
                      Welcome to Node.js v14.19.3.
                      Type ".help" for more information.
                      
                      
                      Thomas BraunT 1 Reply Last reply
                      0
                      • K klaris

                        @thomas-braun muss ich diese zeile auch eingeben ?

                        sudo rm /etc/apt/sources.list.d/nodesource.list.save.*
                        -bash: pi@raspberrypi:~: command not found
                        -bash: armv7l: command not found
                        Welcome to Node.js v14.19.3.
                        Type ".help" for more information.
                        
                        
                        Thomas BraunT Online
                        Thomas BraunT Online
                        Thomas Braun
                        Most Active
                        wrote on last edited by Thomas Braun
                        #35

                        @klaris

                        Ja. Das beseitigt diese 'Ignoring...'-Meldungen.

                        [Edit:] Du kleisterst da irgendwas wild in die Konsole. Schau genauer was du da reinknallst.

                        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

                        K 1 Reply Last reply
                        0
                        • Thomas BraunT Thomas Braun

                          @klaris

                          Ja. Das beseitigt diese 'Ignoring...'-Meldungen.

                          [Edit:] Du kleisterst da irgendwas wild in die Konsole. Schau genauer was du da reinknallst.

                          K Offline
                          K Offline
                          klaris
                          wrote on last edited by klaris
                          #36

                          @thomas-braun said in Zigbee Adapter stürzt ständig ab:

                          @klaris

                          Ja. Das beseitigt diese 'Ignoring...'-Meldungen.

                          sieht schon mal alles super aus !!!! ich tippe auch nix mehr in die konsole rein:blush: ich mache ein backup und gut ist !!! ich beobachte es mal über nacht ...
                          hofentlich läuft der zigbee adapter ohne absturze ..soll ich den zigbee adapter updaten auf 1.7.5?
                          Noch mal ein grosses DANKE im voraus....

                          Thomas BraunT 2 Replies Last reply
                          0
                          • K klaris

                            @thomas-braun said in Zigbee Adapter stürzt ständig ab:

                            @klaris

                            Ja. Das beseitigt diese 'Ignoring...'-Meldungen.

                            sieht schon mal alles super aus !!!! ich tippe auch nix mehr in die konsole rein:blush: ich mache ein backup und gut ist !!! ich beobachte es mal über nacht ...
                            hofentlich läuft der zigbee adapter ohne absturze ..soll ich den zigbee adapter updaten auf 1.7.5?
                            Noch mal ein grosses DANKE im voraus....

                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by
                            #37

                            @klaris sagte in Zigbee Adapter stürzt ständig ab:

                            soll ich den zigbee adapter updaten auf 1.7.5?

                            iobroker update -u
                            iobroker upgrade all
                            

                            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 Reply Last reply
                            0
                            • K klaris

                              @thomas-braun said in Zigbee Adapter stürzt ständig ab:

                              @klaris

                              Ja. Das beseitigt diese 'Ignoring...'-Meldungen.

                              sieht schon mal alles super aus !!!! ich tippe auch nix mehr in die konsole rein:blush: ich mache ein backup und gut ist !!! ich beobachte es mal über nacht ...
                              hofentlich läuft der zigbee adapter ohne absturze ..soll ich den zigbee adapter updaten auf 1.7.5?
                              Noch mal ein grosses DANKE im voraus....

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              wrote on last edited by
                              #38

                              @klaris

                              Ist das jetzt suaber?

                              uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                              

                              Tip am Rande:
                              Wenn die ersten ```alleine in einer eigenen Zeile stehen wird da auch ein schöner Code Block draus.

                              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

                              K 1 Reply Last reply
                              0
                              • Thomas BraunT Thomas Braun

                                @klaris

                                Ist das jetzt suaber?

                                uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                

                                Tip am Rande:
                                Wenn die ersten ```alleine in einer eigenen Zeile stehen wird da auch ein schöner Code Block draus.

                                K Offline
                                K Offline
                                klaris
                                wrote on last edited by klaris
                                #39

                                @thomas-braun sagte in Zigbee Adapter stürzt ständig ab:

                                uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                                pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v &&                                                                                                                                                                                                                                              npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && ap                                                                                                                                                                                                                                             t policy nodejs
                                armv7l
                                /usr/bin/nodejs
                                /usr/bin/node
                                /usr/bin/npm
                                v14.19.3
                                v14.19.3
                                6.14.17
                                pi
                                /home/pi
                                Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                Get:3 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
                                Hit:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                                Fetched 2,873 B in 4s (693 B/s)
                                Reading package lists... Done
                                Building dependency tree... Done
                                Reading state information... Done
                                All packages are up to date.
                                N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                nodejs:
                                  Installed: 14.19.3-deb-1nodesource1
                                  Candidate: 14.19.3-deb-1nodesource1
                                  Version table:
                                 *** 14.19.3-deb-1nodesource1 500
                                        500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                                        100 /var/lib/dpkg/status
                                     12.22.5~dfsg-2~11u1 500
                                        500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                
                                
                                Thomas BraunT 1 Reply Last reply
                                0
                                • K klaris

                                  @thomas-braun sagte in Zigbee Adapter stürzt ständig ab:

                                  uname -m && which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs

                                  pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v &&                                                                                                                                                                                                                                              npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && ap                                                                                                                                                                                                                                             t policy nodejs
                                  armv7l
                                  /usr/bin/nodejs
                                  /usr/bin/node
                                  /usr/bin/npm
                                  v14.19.3
                                  v14.19.3
                                  6.14.17
                                  pi
                                  /home/pi
                                  Hit:1 http://archive.raspberrypi.org/debian bullseye InRelease
                                  Hit:2 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                  Get:3 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
                                  Hit:4 https://deb.nodesource.com/node_14.x bullseye InRelease
                                  Fetched 2,873 B in 4s (693 B/s)
                                  Reading package lists... Done
                                  Building dependency tree... Done
                                  Reading state information... Done
                                  All packages are up to date.
                                  N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  nodejs:
                                    Installed: 14.19.3-deb-1nodesource1
                                    Candidate: 14.19.3-deb-1nodesource1
                                    Version table:
                                   *** 14.19.3-deb-1nodesource1 500
                                          500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                                          100 /var/lib/dpkg/status
                                       12.22.5~dfsg-2~11u1 500
                                          500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                  N: Ignoring file 'nodesource.list.save.1' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  N: Ignoring file 'nodesource.list.save.5' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  N: Ignoring file 'nodesource.list.save.4' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  N: Ignoring file 'nodesource.list.save.2' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  N: Ignoring file 'nodesource.list.save.3' in directory '/etc/apt/sources.list.d/' as it has an invalid filename extension
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  wrote on last edited by
                                  #40

                                  @klaris

                                  Der Fragmente sind ja immer noch da...

                                  sudo rm /etc/apt/sources.list.d/nodesource.list.sav*
                                  

                                  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

                                  K 1 Reply Last reply
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @klaris

                                    Der Fragmente sind ja immer noch da...

                                    sudo rm /etc/apt/sources.list.d/nodesource.list.sav*
                                    
                                    K Offline
                                    K Offline
                                    klaris
                                    wrote on last edited by
                                    #41

                                    @thomas-braun :+1: :+1: :+1: :+1:

                                    pi@raspberrypi:~ $ sudo rm /etc/apt/sources.list.d/nodesource.list.sav*
                                    pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v &&                                                                                                                                                                                                                                              npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && ap                                                                                                                                                                                                                                             t policy nodejs
                                    armv7l
                                    /usr/bin/nodejs
                                    /usr/bin/node
                                    /usr/bin/npm
                                    v14.19.3
                                    v14.19.3
                                    6.14.17
                                    pi
                                    /home/pi
                                    Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                    Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                    Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                                    Get:4 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
                                    Fetched 2,873 B in 3s (942 B/s)
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    All packages are up to date.
                                    nodejs:
                                      Installed: 14.19.3-deb-1nodesource1
                                      Candidate: 14.19.3-deb-1nodesource1
                                      Version table:
                                     *** 14.19.3-deb-1nodesource1 500
                                            500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                                            100 /var/lib/dpkg/status
                                         12.22.5~dfsg-2~11u1 500
                                            500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                    
                                    
                                    Thomas BraunT 1 Reply Last reply
                                    0
                                    • K klaris

                                      @thomas-braun :+1: :+1: :+1: :+1:

                                      pi@raspberrypi:~ $ sudo rm /etc/apt/sources.list.d/nodesource.list.sav*
                                      pi@raspberrypi:~ $ uname -m && which nodejs node npm && nodejs -v && node -v &&                                                                                                                                                                                                                                              npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && ap                                                                                                                                                                                                                                             t policy nodejs
                                      armv7l
                                      /usr/bin/nodejs
                                      /usr/bin/node
                                      /usr/bin/npm
                                      v14.19.3
                                      v14.19.3
                                      6.14.17
                                      pi
                                      /home/pi
                                      Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease
                                      Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease
                                      Hit:3 https://deb.nodesource.com/node_14.x bullseye InRelease
                                      Get:4 https://phoscon.de/apt/deconz bullseye InRelease [2,873 B]
                                      Fetched 2,873 B in 3s (942 B/s)
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      All packages are up to date.
                                      nodejs:
                                        Installed: 14.19.3-deb-1nodesource1
                                        Candidate: 14.19.3-deb-1nodesource1
                                        Version table:
                                       *** 14.19.3-deb-1nodesource1 500
                                              500 https://deb.nodesource.com/node_14.x bullseye/main armhf Packages
                                              100 /var/lib/dpkg/status
                                           12.22.5~dfsg-2~11u1 500
                                              500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
                                      
                                      
                                      Thomas BraunT Online
                                      Thomas BraunT Online
                                      Thomas Braun
                                      Most Active
                                      wrote on last edited by
                                      #42

                                      @klaris

                                      iobroker update -i
                                      

                                      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

                                      K 1 Reply Last reply
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @klaris

                                        iobroker update -i
                                        
                                        K Offline
                                        K Offline
                                        klaris
                                        wrote on last edited by
                                        #43

                                        @thomas-braun

                                        Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
                                        
                                        

                                        komisch ist nur wenn ich im iobroker unter adapter gehe steht :
                                        Verfügbare Version:1.7.5 Installierte Version:1.6.18 obwohl ich ja 1.7.5 instaliert habe ...aber läuft ... das ist wichtig

                                        Thomas BraunT 1 Reply Last reply
                                        0
                                        • K klaris

                                          @thomas-braun

                                          Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
                                          
                                          

                                          komisch ist nur wenn ich im iobroker unter adapter gehe steht :
                                          Verfügbare Version:1.7.5 Installierte Version:1.6.18 obwohl ich ja 1.7.5 instaliert habe ...aber läuft ... das ist wichtig

                                          Thomas BraunT Online
                                          Thomas BraunT Online
                                          Thomas Braun
                                          Most Active
                                          wrote on last edited by
                                          #44

                                          @klaris

                                          Nix kürzen...

                                          Zum dritten Mal:

                                          iobroker update -i
                                          

                                          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

                                          K 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          719

                                          Online

                                          32.7k

                                          Users

                                          82.6k

                                          Topics

                                          1.3m

                                          Posts
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Home
                                          • Recent
                                          • Tags
                                          • Unread 0
                                          • Categories
                                          • Unreplied
                                          • Popular
                                          • GitHub
                                          • Docu
                                          • Hilfe