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. Installation
  5. nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB

NEWS

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

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

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

nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB

Scheduled Pinned Locked Moved Installation
60 Posts 3 Posters 4.6k Views 2 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

    @fraso

    Ja, schmeiß den ganzen node-* Kram raus.
    Hab oben noch etwas ergänzt. Nimm die Befehle jetzt mal so.

    F Offline
    F Offline
    fraso
    wrote on last edited by
    #26

    @thomas-braun

    gemacht. Millionen Zeilen "Hinweise"... noch mal den Stand prüfen? Wie?

    Thomas BraunT 1 Reply Last reply
    0
    • F fraso

      @thomas-braun

      gemacht. Millionen Zeilen "Hinweise"... noch mal den Stand prüfen? Wie?

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

      @fraso

      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

      F 1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @fraso

        which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        
        F Offline
        F Offline
        fraso
        wrote on last edited by
        #28

        @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

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

        e6iob@NUCioBroker:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
        /usr/bin/node
        /usr/bin/npm
        
        
        Thomas BraunT 1 Reply Last reply
        0
        • F fraso

          @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

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

          e6iob@NUCioBroker:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          /usr/bin/node
          /usr/bin/npm
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #29

          @fraso

          sudo ln -s /usr/bin/node /usr/bin/nodejs
          which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
          apt policy influxdb
          

          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

          F 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @fraso

            sudo ln -s /usr/bin/node /usr/bin/nodejs
            which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
            apt policy influxdb
            
            F Offline
            F Offline
            fraso
            wrote on last edited by fraso
            #30

            @thomas-braun

            Ich hab nicht viel Ahnung. Sieht aber viel besser aus. Fehlt nur noch die influxDB installation ... denke ich.

            e6iob@NUCioBroker:~$ sudo ln -s /usr/bin/node /usr/bin/nodejs
            which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
            apt policy influxdb
            /usr/bin/nodejs
            /usr/bin/node
            /usr/bin/npm
            v14.18.3
            v14.18.3
            6.14.15
            e6iob
            /home/e6iob
            influxdb:
              Installiert:           (keine)
              Installationskandidat: 1.6.7~rc0-1+b5
              Versionstabelle:
                 1.6.7~rc0-1+b5 500
                    500 http://deb.debian.org/debian bullseye/main amd64 Packages
            e6iob@NUCioBroker:~$ 
            
            
            Thomas BraunT 1 Reply Last reply
            0
            • F fraso

              @thomas-braun

              Ich hab nicht viel Ahnung. Sieht aber viel besser aus. Fehlt nur noch die influxDB installation ... denke ich.

              e6iob@NUCioBroker:~$ sudo ln -s /usr/bin/node /usr/bin/nodejs
              which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
              apt policy influxdb
              /usr/bin/nodejs
              /usr/bin/node
              /usr/bin/npm
              v14.18.3
              v14.18.3
              6.14.15
              e6iob
              /home/e6iob
              influxdb:
                Installiert:           (keine)
                Installationskandidat: 1.6.7~rc0-1+b5
                Versionstabelle:
                   1.6.7~rc0-1+b5 500
                      500 http://deb.debian.org/debian bullseye/main amd64 Packages
              e6iob@NUCioBroker:~$ 
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #31

              @fraso
              Da ist irgendwas noch krumm...

              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

              F 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @fraso
                Da ist irgendwas noch krumm...

                which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                
                F Offline
                F Offline
                fraso
                wrote on last edited by
                #32

                @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

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

                e6iob@NUCioBroker:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                /usr/bin/nodejs
                /usr/bin/node
                /usr/bin/npm
                v14.18.3
                v14.18.3
                6.14.15
                e6iob
                /home/e6iob
                e6iob@NUCioBroker:~$ 
                
                
                Thomas BraunT 1 Reply Last reply
                0
                • F fraso

                  @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

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

                  e6iob@NUCioBroker:~$ which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                  /usr/bin/nodejs
                  /usr/bin/node
                  /usr/bin/npm
                  v14.18.3
                  v14.18.3
                  6.14.15
                  e6iob
                  /home/e6iob
                  e6iob@NUCioBroker:~$ 
                  
                  
                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #33

                  @fraso sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

                  Komisch...

                  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

                  F 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @fraso sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

                    Komisch...

                    sudo apt update && apt policy nodejs
                    
                    F Offline
                    F Offline
                    fraso
                    wrote on last edited by
                    #34

                    @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

                    sudo apt update && apt policy nodejs

                    e6iob@NUCioBroker:~$ sudo apt update && apt policy nodejs
                    OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                    OK:2 http://deb.debian.org/debian bullseye InRelease                      
                    OK:3 http://deb.debian.org/debian bullseye-updates InRelease              
                    Holen:4 https://repos.influxdata.com/debian bullseye InRelease [4.739 B]  
                    OK:5 https://deb.nodesource.com/node_14.x bullseye InRelease              
                    Fehl:4 https://repos.influxdata.com/debian bullseye InRelease
                      Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 684A14CF2582E0C5
                    Paketlisten werden gelesen… Fertig
                    W: GPG-Fehler: https://repos.influxdata.com/debian bullseye InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 684A14CF2582E0C5
                    E: Das Depot »https://repos.influxdata.com/debian bullseye InRelease« ist nicht signiert.
                    N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                    N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                    e6iob@NUCioBroker:~$ 
                    
                    
                    Thomas BraunT 1 Reply Last reply
                    0
                    • F fraso

                      @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

                      sudo apt update && apt policy nodejs

                      e6iob@NUCioBroker:~$ sudo apt update && apt policy nodejs
                      OK:1 http://security.debian.org/debian-security bullseye-security InRelease
                      OK:2 http://deb.debian.org/debian bullseye InRelease                      
                      OK:3 http://deb.debian.org/debian bullseye-updates InRelease              
                      Holen:4 https://repos.influxdata.com/debian bullseye InRelease [4.739 B]  
                      OK:5 https://deb.nodesource.com/node_14.x bullseye InRelease              
                      Fehl:4 https://repos.influxdata.com/debian bullseye InRelease
                        Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 684A14CF2582E0C5
                      Paketlisten werden gelesen… Fertig
                      W: GPG-Fehler: https://repos.influxdata.com/debian bullseye InRelease: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 684A14CF2582E0C5
                      E: Das Depot »https://repos.influxdata.com/debian bullseye InRelease« ist nicht signiert.
                      N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
                      N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
                      e6iob@NUCioBroker:~$ 
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #35

                      @fraso

                      apt policy nodejs
                      

                      Und wie sieht die influxdb.list nun aus?

                      cat /etc/apt/sources.list.d/influxdb.list
                      

                      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

                      F 1 Reply Last reply
                      0
                      • Thomas BraunT Thomas Braun

                        @fraso

                        apt policy nodejs
                        

                        Und wie sieht die influxdb.list nun aus?

                        cat /etc/apt/sources.list.d/influxdb.list
                        
                        F Offline
                        F Offline
                        fraso
                        wrote on last edited by
                        #36

                        @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

                        cat /etc/apt/sources.list.d/influxdb.list

                        e6iob@NUCioBroker:~$ apt policy nodejs
                        nodejs:
                          Installiert:           14.18.3-deb-1nodesource1
                          Installationskandidat: 14.18.3-deb-1nodesource1
                          Versionstabelle:
                         *** 14.18.3-deb-1nodesource1 500
                                500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                                100 /var/lib/dpkg/status
                             12.22.5~dfsg-2~11u1 500
                                500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                        e6iob@NUCioBroker:~$ cat /etc/apt/sources.list.d/influxdb.list
                        deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] https://repos.influxdata.com/debian bullseye stable
                        e6iob@NUCioBroker:~$ 
                        
                        
                        F 1 Reply Last reply
                        0
                        • F fraso

                          @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

                          cat /etc/apt/sources.list.d/influxdb.list

                          e6iob@NUCioBroker:~$ apt policy nodejs
                          nodejs:
                            Installiert:           14.18.3-deb-1nodesource1
                            Installationskandidat: 14.18.3-deb-1nodesource1
                            Versionstabelle:
                           *** 14.18.3-deb-1nodesource1 500
                                  500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                                  100 /var/lib/dpkg/status
                               12.22.5~dfsg-2~11u1 500
                                  500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                  500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                          e6iob@NUCioBroker:~$ cat /etc/apt/sources.list.d/influxdb.list
                          deb [signed-by=/etc/apt/trusted.gpg.d/influxdb.gpg] https://repos.influxdata.com/debian bullseye stable
                          e6iob@NUCioBroker:~$ 
                          
                          
                          F Offline
                          F Offline
                          fraso
                          wrote on last edited by fraso
                          #37

                          @fraso

                          e6iob@NUCioBroker:~$ apt-key list
                          Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                          /etc/apt/trusted.gpg
                          --------------------
                          pub   rsa4096 2015-09-28 [SC]
                                05CE 1508 5FC0 9D18 E99E  FB22 684A 14CF 2582 E0C5
                          uid        [ unbekannt ] InfluxDB Packaging Service <support@influxdb.com>
                          sub   rsa4096 2015-09-28 [E]
                          
                          
                          Thomas BraunT 1 Reply Last reply
                          0
                          • F fraso

                            @fraso

                            e6iob@NUCioBroker:~$ apt-key list
                            Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
                            /etc/apt/trusted.gpg
                            --------------------
                            pub   rsa4096 2015-09-28 [SC]
                                  05CE 1508 5FC0 9D18 E99E  FB22 684A 14CF 2582 E0C5
                            uid        [ unbekannt ] InfluxDB Packaging Service <support@influxdb.com>
                            sub   rsa4096 2015-09-28 [E]
                            
                            
                            Thomas BraunT Online
                            Thomas BraunT Online
                            Thomas Braun
                            Most Active
                            wrote on last edited by Thomas Braun
                            #38

                            @fraso

                            wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg
                            

                            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

                            F 1 Reply Last reply
                            0
                            • Thomas BraunT Thomas Braun

                              @fraso

                              wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg
                              
                              F Offline
                              F Offline
                              fraso
                              wrote on last edited by
                              #39

                              @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

                              wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg

                              Ach herrje.... was das ?

                              e6iob@NUCiowget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpgfluxdb.gpg
                              V	??ù?o?s??摌??GSS?`?)i?$0?<ڷ??<fǭ%B9??L??h?<?ҕ?V?n???z??%c;?\??O
                                                                                                     ?	|?>U?f?9?|??&:??A??t????	y#C+BP5@3?P???#}????כ???:%7z?VY?I^???p]MCq???`WvH????fuF?3?
                                      6??D?2sFW??7D6c!F"???$?J???>3Q???~ʡ???w0?T?,t?A?P?ΰ?????%/n?^??ŷ??m?6?T?J+?ʷ?a.????7E??!??$q?jZ9??+1????????
                              ?G?~N0y??"????|??˚??H??0?B?.n5?? ?O?#O7
                                                                     ??|?A-~*??xc09??_?n???F???.?:?(?B`f
                              9Ry??B???????g?O?cr??*;??ykx?!9?v?_5<?%D????C٩p[?v?+?Z?Cu????b????B?v
                                                                                                   ??C?3?u?T?֨?_p.*h??l??h?y??1InfluxDB Packaging Service <support@influxdb.com>?7
                              !V	?
                                       	
                              	
                                     ?
                              	hJ?%????q?kDIٷ?????}?d?~[?}?????I??(ElV=?H?P?B??h???>a?c?8??]???i?%X???ޡj}?:6J5???'??t????2??G?{F?ʿgv????e???\6?i
                              ^?1?f?j>?*?]?d??hgw-?p???H?A?޵?{?4;????l?????m????23?)??m?????'#\p‹?X?6?X?w???????{$Ԓ??@f5?y?}?oI#z??3???!.?
                              0(?l??a=?g'??}??U-?z???7?(̫??W?mƂ6??C?6?r??q?a??C????0?A??5p?<?bk?.?F?++?????????@?a?b??d}?/0??\zF?W'??nd5?M=UR
                              ???'?@|9?.,?9??9W?֘???tHhD?ߛEPYB????&?T85?b?[O+????"W??^_???j?Է
                              '	{]???
                              ??ew???Nt??)U??;j?oO?qYP^y\?.?eRZ??FD??'?@??ݎ??.aL8E?BD??<o?{=?????%:D? V????˻??o>؃G#<?O??G9????}?g$??J???9dοl
                              e?5?Ȑ?l?2???V)?r?꿓m?O?uݮ???h\cW?ԪP?ht%?l6l????M?&?Zg~x??%f???E?p' ??Qm?7??Ҕ+?F?b?2?-{M,?w???J?S,?9q鸛эR????@?????w????æ??Vm?V???_??b?%[?;?p?^?
                              ??????e?q?8M??Ge`^?|?h	gS?????ˢ0?䖶????߾???lD?Kl??~???p???U?t??J?Q??F)3?-B???:?	9V??"??*???Z??#?%???L???~???v?V???
                              	V	?
                              
                              	hJ?%?????Z?I??????Wg??n?W?	̚??i?-bg?U?d?T????߲?ֻ??z?=)?ƈ??#?F?2_t??Y}.?b?7?G?L???a?׊6?M??M?k?ѱ?S??2??dj???r?rnIw?,CvT?Lw?S?
                                                                                        ?^?9?E??t?~???W@???%?c?0C????R
                                           ?}_???Zɘ?mh?ml?ٓt8F?0*?)צ}[?
                              ???䒁B??7th"ԙ??[?3???H9Nq?/%O????й0???k?^?<?@? q^_?s????)?s?ky??4V?J|]?5i???F?u???z?y?z\Z?H?
                                               ?O?[????h-F5??]p3a?"?i?J?,X??T?DI6?Y???&????X?4?Z?v?7[+6?B2!????SR??`???-?[?k ۼ4?l?tV?@+n?[??`?=%C???{nCL?n??.?X?9?o???I-Ku?
                                                                                                ?k?7L?7???J?㎧??$??e6iob@NUCioBroker:~$ 
                              
                              
                              Thomas BraunT 1 Reply Last reply
                              0
                              • F fraso

                                @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

                                wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg

                                Ach herrje.... was das ?

                                e6iob@NUCiowget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpgfluxdb.gpg
                                V	??ù?o?s??摌??GSS?`?)i?$0?<ڷ??<fǭ%B9??L??h?<?ҕ?V?n???z??%c;?\??O
                                                                                                       ?	|?>U?f?9?|??&:??A??t????	y#C+BP5@3?P???#}????כ???:%7z?VY?I^???p]MCq???`WvH????fuF?3?
                                        6??D?2sFW??7D6c!F"???$?J???>3Q???~ʡ???w0?T?,t?A?P?ΰ?????%/n?^??ŷ??m?6?T?J+?ʷ?a.????7E??!??$q?jZ9??+1????????
                                ?G?~N0y??"????|??˚??H??0?B?.n5?? ?O?#O7
                                                                       ??|?A-~*??xc09??_?n???F???.?:?(?B`f
                                9Ry??B???????g?O?cr??*;??ykx?!9?v?_5<?%D????C٩p[?v?+?Z?Cu????b????B?v
                                                                                                     ??C?3?u?T?֨?_p.*h??l??h?y??1InfluxDB Packaging Service <support@influxdb.com>?7
                                !V	?
                                         	
                                	
                                       ?
                                	hJ?%????q?kDIٷ?????}?d?~[?}?????I??(ElV=?H?P?B??h???>a?c?8??]???i?%X???ޡj}?:6J5???'??t????2??G?{F?ʿgv????e???\6?i
                                ^?1?f?j>?*?]?d??hgw-?p???H?A?޵?{?4;????l?????m????23?)??m?????'#\p‹?X?6?X?w???????{$Ԓ??@f5?y?}?oI#z??3???!.?
                                0(?l??a=?g'??}??U-?z???7?(̫??W?mƂ6??C?6?r??q?a??C????0?A??5p?<?bk?.?F?++?????????@?a?b??d}?/0??\zF?W'??nd5?M=UR
                                ???'?@|9?.,?9??9W?֘???tHhD?ߛEPYB????&?T85?b?[O+????"W??^_???j?Է
                                '	{]???
                                ??ew???Nt??)U??;j?oO?qYP^y\?.?eRZ??FD??'?@??ݎ??.aL8E?BD??<o?{=?????%:D? V????˻??o>؃G#<?O??G9????}?g$??J???9dοl
                                e?5?Ȑ?l?2???V)?r?꿓m?O?uݮ???h\cW?ԪP?ht%?l6l????M?&?Zg~x??%f???E?p' ??Qm?7??Ҕ+?F?b?2?-{M,?w???J?S,?9q鸛эR????@?????w????æ??Vm?V???_??b?%[?;?p?^?
                                ??????e?q?8M??Ge`^?|?h	gS?????ˢ0?䖶????߾???lD?Kl??~???p???U?t??J?Q??F)3?-B???:?	9V??"??*???Z??#?%???L???~???v?V???
                                	V	?
                                
                                	hJ?%?????Z?I??????Wg??n?W?	̚??i?-bg?U?d?T????߲?ֻ??z?=)?ƈ??#?F?2_t??Y}.?b?7?G?L???a?׊6?M??M?k?ѱ?S??2??dj???r?rnIw?,CvT?Lw?S?
                                                                                          ?^?9?E??t?~???W@???%?c?0C????R
                                             ?}_???Zɘ?mh?ml?ٓt8F?0*?)צ}[?
                                ???䒁B??7th"ԙ??[?3???H9Nq?/%O????й0???k?^?<?@? q^_?s????)?s?ky??4V?J|]?5i???F?u???z?y?z\Z?H?
                                                 ?O?[????h-F5??]p3a?"?i?J?,X??T?DI6?Y???&????X?4?Z?v?7[+6?B2!????SR??`???-?[?k ۼ4?l?tV?@+n?[??`?=%C???{nCL?n??.?X?9?o???I-Ku?
                                                                                                  ?k?7L?7???J?㎧??$??e6iob@NUCioBroker:~$ 
                                
                                
                                Thomas BraunT Online
                                Thomas BraunT Online
                                Thomas Braun
                                Most Active
                                wrote on last edited by
                                #40

                                @fraso
                                Das ist der key.

                                sudo apt update
                                

                                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

                                F 2 Replies Last reply
                                0
                                • Thomas BraunT Thomas Braun

                                  @fraso
                                  Das ist der key.

                                  sudo apt update
                                  
                                  F Offline
                                  F Offline
                                  fraso
                                  wrote on last edited by
                                  #41

                                  @thomas-braun

                                  dann sollte ich den hier nicht öffentlich reinstellen?

                                  Thomas BraunT 1 Reply Last reply
                                  0
                                  • F fraso

                                    @thomas-braun

                                    dann sollte ich den hier nicht öffentlich reinstellen?

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

                                    @fraso
                                    Nein, das ist der ohnehin öffentliche influxdb.key
                                    Alles okay.

                                    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

                                      @fraso
                                      Das ist der key.

                                      sudo apt update
                                      
                                      F Offline
                                      F Offline
                                      fraso
                                      wrote on last edited by
                                      #43

                                      @thomas-braun

                                      e6iob@NUCioBroker:~$ sudo apt update
                                      OK:1 http://deb.debian.org/debian bullseye InRelease
                                      OK:2 http://deb.debian.org/debian bullseye-updates InRelease              
                                      OK:3 http://security.debian.org/debian-security bullseye-security InRelease
                                      Holen:4 https://repos.influxdata.com/debian bullseye InRelease [4.739 B]  
                                      OK:5 https://deb.nodesource.com/node_14.x bullseye InRelease              
                                      Holen:6 https://repos.influxdata.com/debian bullseye/stable amd64 Packages [1.265 B]
                                      Es wurden 6.004 B in 0 s geholt (14,8 kB/s).
                                      Paketlisten werden gelesen… Fertig
                                      Abhängigkeitsbaum wird aufgebaut… Fertig
                                      Statusinformationen werden eingelesen… Fertig
                                      Alle Pakete sind aktuell.
                                      
                                      Thomas BraunT 1 Reply Last reply
                                      0
                                      • F fraso

                                        @thomas-braun

                                        e6iob@NUCioBroker:~$ sudo apt update
                                        OK:1 http://deb.debian.org/debian bullseye InRelease
                                        OK:2 http://deb.debian.org/debian bullseye-updates InRelease              
                                        OK:3 http://security.debian.org/debian-security bullseye-security InRelease
                                        Holen:4 https://repos.influxdata.com/debian bullseye InRelease [4.739 B]  
                                        OK:5 https://deb.nodesource.com/node_14.x bullseye InRelease              
                                        Holen:6 https://repos.influxdata.com/debian bullseye/stable amd64 Packages [1.265 B]
                                        Es wurden 6.004 B in 0 s geholt (14,8 kB/s).
                                        Paketlisten werden gelesen… Fertig
                                        Abhängigkeitsbaum wird aufgebaut… Fertig
                                        Statusinformationen werden eingelesen… Fertig
                                        Alle Pakete sind aktuell.
                                        
                                        Thomas BraunT Online
                                        Thomas BraunT Online
                                        Thomas Braun
                                        Most Active
                                        wrote on last edited by
                                        #44

                                        @fraso

                                        apt policy influxdb
                                        

                                        Und nochmal

                                        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

                                        F 1 Reply Last reply
                                        0
                                        • Thomas BraunT Thomas Braun

                                          @fraso

                                          apt policy influxdb
                                          

                                          Und nochmal

                                          which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                          
                                          F Offline
                                          F Offline
                                          fraso
                                          wrote on last edited by
                                          #45

                                          @thomas-braun sagte in nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB:

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

                                          e6iob@NUCioBroker:~$ sudo apt policy influxdb
                                          influxdb:
                                            Installiert:           (keine)
                                            Installationskandidat: 1.8.10-1
                                            Versionstabelle:
                                               1.8.10-1 500
                                                  500 https://repos.influxdata.com/debian bullseye/stable amd64 Packages
                                               1.6.7~rc0-1+b5 500
                                                  500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                          e6iob@NUCioBroker:~$ sudo which nodejs node npm && nodejs -v && node -v && npm -v && whoami && pwd && sudo apt update &> /dev/null && sudo apt update && apt policy nodejs
                                          /usr/bin/nodejs
                                          /usr/bin/node
                                          /usr/bin/npm
                                          v14.18.3
                                          v14.18.3
                                          6.14.15
                                          e6iob
                                          /home/e6iob
                                          OK:1 http://deb.debian.org/debian bullseye InRelease
                                          OK:2 http://security.debian.org/debian-security bullseye-security InRelease
                                          OK:3 http://deb.debian.org/debian bullseye-updates InRelease              
                                          OK:4 https://repos.influxdata.com/debian bullseye InRelease               
                                          OK:5 https://deb.nodesource.com/node_14.x bullseye InRelease              
                                          Paketlisten werden gelesen… Fertig                   
                                          Abhängigkeitsbaum wird aufgebaut… Fertig
                                          Statusinformationen werden eingelesen… Fertig
                                          Alle Pakete sind aktuell.
                                          nodejs:
                                            Installiert:           14.18.3-deb-1nodesource1
                                            Installationskandidat: 14.18.3-deb-1nodesource1
                                            Versionstabelle:
                                           *** 14.18.3-deb-1nodesource1 500
                                                  500 https://deb.nodesource.com/node_14.x bullseye/main amd64 Packages
                                                  100 /var/lib/dpkg/status
                                               12.22.5~dfsg-2~11u1 500
                                                  500 http://deb.debian.org/debian bullseye/main amd64 Packages
                                                  500 http://security.debian.org/debian-security bullseye-security/main amd64 Packages
                                          
                                          
                                          Thomas BraunT 1 Reply Last reply
                                          0

                                          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                          With your input, this post could be even better 💗

                                          Register Login
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          219

                                          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