Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Einsteigerfragen
    4. Installation
    5. nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB

    NEWS

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    nach Umzug Raps -> NUCi3 Debian ECONNREFUSED bei influxDB

    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      fraso @Thomas Braun last edited by

      @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 Braun 1 Reply Last reply Reply Quote 0
      • Thomas Braun
        Thomas Braun Most Active @fraso last edited by

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

        Komisch...

        sudo apt update && apt policy nodejs
        
        F 1 Reply Last reply Reply Quote 0
        • F
          fraso @Thomas Braun last edited by

          @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 Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @fraso last edited by

            @fraso

            apt policy nodejs
            

            Und wie sieht die influxdb.list nun aus?

            cat /etc/apt/sources.list.d/influxdb.list
            
            F 1 Reply Last reply Reply Quote 0
            • F
              fraso @Thomas Braun last edited by

              @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 Reply Quote 0
              • F
                fraso @fraso last edited by 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 Braun 1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @fraso last edited by Thomas Braun

                  @fraso

                  wget -qO- https://repos.influxdata.com/influxdb.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdb.gpg
                  
                  F 1 Reply Last reply Reply Quote 0
                  • F
                    fraso @Thomas Braun last edited by

                    @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 Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @fraso last edited by

                      @fraso
                      Das ist der key.

                      sudo apt update
                      
                      F 2 Replies Last reply Reply Quote 0
                      • F
                        fraso @Thomas Braun last edited by

                        @thomas-braun

                        dann sollte ich den hier nicht öffentlich reinstellen?

                        Thomas Braun 1 Reply Last reply Reply Quote 0
                        • Thomas Braun
                          Thomas Braun Most Active @fraso last edited by

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

                          1 Reply Last reply Reply Quote 0
                          • F
                            fraso @Thomas Braun last edited by

                            @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 Braun 1 Reply Last reply Reply Quote 0
                            • Thomas Braun
                              Thomas Braun Most Active @fraso last edited by

                              @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 1 Reply Last reply Reply Quote 0
                              • F
                                fraso @Thomas Braun last edited by

                                @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 Braun 1 Reply Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @fraso last edited by

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

                                  Ja, passt soweit. Jetzt halt noch influxdb drauf:

                                  sudo apt install influxdb
                                  

                                  Grafana wird nicht gebraucht?

                                  F 1 Reply Last reply Reply Quote 0
                                  • F
                                    fraso @Thomas Braun last edited by fraso

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

                                    sudo apt install influxdb

                                    das sieht besser aus 🙂

                                    Aber Adapter noch gelb. Verbindungstest Button ergibt noch immer: Error: connect ECONNREFUSED 127.0.0.1:8086

                                    KORREKTUR: nach "iobroker restart" Connection OK.

                                    e6iob@NUCioBroker:~$ sudo apt install influxdb
                                    Paketlisten werden gelesen… Fertig
                                    Abhängigkeitsbaum wird aufgebaut… Fertig
                                    Statusinformationen werden eingelesen… Fertig
                                    Die folgenden Pakete wurden automatisch installiert und werden nicht mehr benötigt:
                                      gyp javascript-common libc-ares2 libjs-highlight.js libjs-inherits
                                      libjs-is-typedarray libjs-psl libjs-typedarray-to-buffer libssl-dev
                                      libuv1-dev
                                    Verwenden Sie »sudo apt autoremove«, um sie zu entfernen.
                                    Die folgenden NEUEN Pakete werden installiert:
                                      influxdb
                                    0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
                                    Es müssen 54,4 MB an Archiven heruntergeladen werden.
                                    Nach dieser Operation werden 153 MB Plattenplatz zusätzlich benutzt.
                                    Holen:1 https://repos.influxdata.com/debian bullseye/stable amd64 influxdb amd64 1.8.10-1 [54,4 MB]
                                    Es wurden 54,4 MB in 1 s geholt (51,2 MB/s).
                                    Vormals nicht ausgewähltes Paket influxdb wird gewählt.
                                    (Lese Datenbank ... 62759 Dateien und Verzeichnisse sind derzeit installiert.)
                                    Vorbereitung zum Entpacken von .../influxdb_1.8.10-1_amd64.deb ...
                                    Entpacken von influxdb (1.8.10-1) ...
                                    influxdb (1.8.10-1) wird eingerichtet ...
                                    Created symlink /etc/systemd/system/influxd.service → /lib/systemd/system/influxdb.service.
                                    Created symlink /etc/systemd/system/multi-user.target.wants/influxdb.service → /lib/systemd/system/influxdb.service.
                                    Trigger für man-db (2.9.4-2) werden verarbeitet ...
                                    
                                    Thomas Braun 1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @fraso last edited by

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

                                      Bei der Konfiguaration von influxdb kann ich dir nicht helfen.
                                      Aber schmeiß den Kram noch raus:

                                      sudo apt autoremove
                                      

                                      Nach dem ganzen Hin und Her vielleicht den Rechner auch mal komplett durchstarten:

                                      iobroker stop
                                      sudo reboot
                                      
                                      F 1 Reply Last reply Reply Quote 0
                                      • F
                                        fraso @Thomas Braun last edited by

                                        @thomas-braun

                                        KORREKTUR:

                                        nach "iobroker restart" Connection OK.

                                        Thomas Braun 1 Reply Last reply Reply Quote 0
                                        • Thomas Braun
                                          Thomas Braun Most Active @fraso last edited by

                                          @fraso

                                          Okay, ich würde aber den autoremove noch durchführen. Das sind auch noch Überbleibsel der dfsg-nodejs-Version.

                                          F 1 Reply Last reply Reply Quote 0
                                          • F
                                            fraso @Thomas Braun last edited by fraso

                                            @thomas-braun

                                            erledigt. Danke. Jetzt kümmere ich mich mal um meinen grünen Alexa Adapter - aber die Geräte werden nicht aktualsiert (false)

                                            ist es Korrekt das ich nur als PRO Nutzer IoT brauche und die Instanz cloud nicht mehr benötigt wird?

                                            Thomas Braun 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            793
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            3
                                            60
                                            2087
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo