Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. InfluxDB
    5. Problem mit Influxdb

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Problem mit Influxdb

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

      @rohdpohl
      Ja.

      R 1 Reply Last reply Reply Quote 0
      • R
        Rohdpohl @Thomas Braun last edited by

        @thomas-braun said in Problem mit Influxdb:

        @rohdpohl
        Ja.

        ok muss ich vorher noch alles löschen oder geht das über die Installation?

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

          @rohdpohl

          Der Installer führt eine Partitionierung durch. Musst nix machen.

          R 1 Reply Last reply Reply Quote 0
          • R
            Rohdpohl @Thomas Braun last edited by Rohdpohl

            @thomas-braun als Partition die gesamte Festplatte? hab ich mal so gemacht...

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

              @rohdpohl sagte in Problem mit Influxdb:

              als Partition die gesamte Festplatte?

              Das musst du wissen, was du mit dem Platz anstellen willst. Wenn da nichts mehr daneben gesetzt werden soll würde ich das aber auf die ganze Platte kippen.

              1 Reply Last reply Reply Quote 0
              • R
                Rohdpohl last edited by

                ok System ist drauf, ssh funktioniert. wie gehts weiter? ich frage hier, damit ich nicht wieder auf den falschen weg gelange...

                1 Reply Last reply Reply Quote 0
                • R
                  Rohdpohl last edited by Rohdpohl

                  fängt ja gut an

                  ronny@debian:~$ apt-get update && apt-get upgrade
                  Paketlisten werden gelesen… Fertig
                  E: Sperrdatei /var/lib/apt/lists/lock konnte nicht geöffnet werden. - open (13:                                                                                                                                                              Keine Berechtigung)
                  E: Das Verzeichnis /var/lib/apt/lists/ kann nicht gesperrt werden.
                  W: Problem beim Entfernen (unlink) der Datei /var/cache/apt/pkgcache.bin - Remov                                                                                                                                                             eCaches (13: Keine Berechtigung)
                  W: Problem beim Entfernen (unlink) der Datei /var/cache/apt/srcpkgcache.bin - Re                                                                                                                                                             moveCaches (13: Keine Berechtigung)
                  ronny@debian:~$ sudo apt-get update && apt-get upgrade
                  [sudo] Passwort für ronny:
                  OK:1 http://security.debian.org/debian-security bookworm-security InRelease
                  OK:2 http://deb.debian.org/debian bookworm InRelease
                  OK:3 http://deb.debian.org/debian bookworm-updates InRelease
                  Paketlisten werden gelesen… Fertig
                  E: Sperrdatei /var/lib/dpkg/lock-frontend konnte nicht geöffnet werden. - open (                                                                                                                                                             13: Keine Berechtigung)
                  E: Erlangen der Sperre für die Dpkg-Oberfläche (/var/lib/dpkg/lock-frontend) nic                                                                                                                                                             ht möglich; sind Sie root?
                  ronny@debian:~$
                  
                  
                  ronny@debian:~$ sudo apt-get update && apt-get upgrade
                  OK:1 http://security.debian.org/debian-security bookworm-security InRelease
                  OK:2 http://deb.debian.org/debian bookworm InRelease
                  OK:3 http://deb.debian.org/debian bookworm-updates InRelease
                  Paketlisten werden gelesen… Fertig
                  E: Sperrdatei /var/lib/dpkg/lock-frontend konnte nicht geöffnet werden. - open (13: Keine Berechtigung)
                  E: Erlangen der Sperre für die Dpkg-Oberfläche (/var/lib/dpkg/lock-frontend) nicht möglich; sind Sie root?
                  ronny@debian:~$
                  
                  
                  mickym 1 Reply Last reply Reply Quote 0
                  • mickym
                    mickym Most Active @Rohdpohl last edited by

                    @rohdpohl Die apt Befehle immer mit sudo

                    sudo apt update 
                    
                    sudo apt upgrade
                    

                    das get brauchst nimmer.

                    R 1 Reply Last reply Reply Quote 0
                    • R
                      Rohdpohl @mickym last edited by

                      @mickym ok hat geklappt
                      brauche ich soetwas?:

                      apt-get install curl
                      apt-get install gnupg2
                      curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
                      apt-get install nodejs
                      npm install -g npm

                      DJMarc75 mickym Homoran 3 Replies Last reply Reply Quote 0
                      • DJMarc75
                        DJMarc75 @Rohdpohl last edited by

                        @rohdpohl sagte in Problem mit Influxdb:

                        brauche ich soetwas?:
                        apt-get install curl
                        apt-get install gnupg2
                        curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
                        apt-get install nodejs
                        npm install -g npm

                        woher nimmst Du denn diese Befehle um Gottes Willen ?

                        R 1 Reply Last reply Reply Quote 0
                        • mickym
                          mickym Most Active @Rohdpohl last edited by

                          @rohdpohl Nein bzw. das passiert während der Installation von anderen Dingen. Wenn Du den iobroker nun installierst, der installiert der Nodejs und NPM selbst drauf - da musst Du Dich drum kümmern.

                          1 Reply Last reply Reply Quote 0
                          • R
                            Rohdpohl @DJMarc75 last edited by

                            @djmarc75 aus der Anleitung von https://www.schimmer-media.de/

                            brauche ich noch irgendwelche Befehle vor Iobroker

                            mickym DJMarc75 2 Replies Last reply Reply Quote 0
                            • mickym
                              mickym Most Active @Rohdpohl last edited by

                              @rohdpohl curl brauchst Du -

                              gib einfach ein

                              sudo apt install curl
                              

                              dann wenn Du iobroker installierst:

                              curl -sLf https://iobroker.net/install.sh | bash -
                              
                              1 Reply Last reply Reply Quote 0
                              • DJMarc75
                                DJMarc75 @Rohdpohl last edited by

                                @rohdpohl sagte in Problem mit Influxdb:

                                aus der Anleitung von https://www.schimmer-media.de/

                                hat man Dir vorhin nicht davon abgeraten und zu anderen, aktuellen Anleitungen geraten ?

                                1 Reply Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @Rohdpohl last edited by Homoran

                                  @rohdpohl sagte in Problem mit Influxdb:

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

                                  neeeeiiinnn!

                                  @rohdpohl sagte in Problem mit Influxdb:

                                  aus der Anleitung von https://www.schimmer-media.de/

                                  warum haben wir dich vorhin davor gewarnt?

                                  total schräg, total veraltet, total falsch!

                                  es gibt eine offizielle Docu von uns.
                                  Link in der Titelzeile.

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    Rohdpohl last edited by

                                    ich wollte diese befehle nicht nutzen´, sie standen als Beispiel ob soetwas oder ähnliche noch gemacht werden muss.

                                    1 Reply Last reply Reply Quote 0
                                    • R
                                      Rohdpohl last edited by

                                      so, iobroker läuft, backups geladen (iobroker; Javascript)...
                                      wie mache ich jetzt weiter?

                                      Homoran mickym 2 Replies Last reply Reply Quote 0
                                      • Homoran
                                        Homoran Global Moderator Administrators @Rohdpohl last edited by

                                        @rohdpohl sagte in Problem mit Influxdb:

                                        wie mache ich jetzt weiter?

                                        womit?

                                        1 Reply Last reply Reply Quote 0
                                        • mickym
                                          mickym Most Active @Rohdpohl last edited by mickym

                                          @rohdpohl Nun ich denke Du willst influx als nächstes installieren.

                                          Du importierst die Schlüssel, wie im Thread von @Thomas-Braun beschrieben
                                          https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                                          Ich würde die Schlüssel importieren, wie Thomas beschrieben hat und dann mit

                                          sudo apt install influxdb2
                                          

                                          Influx installieren.

                                          R 1 Reply Last reply Reply Quote 0
                                          • R
                                            Rohdpohl @mickym last edited by

                                            @mickym said in Problem mit Influxdb:

                                            @rohdpohl Nun ich denke Du willst influx als nächstes installieren.

                                            Du importierst die Schlüssel, wie im Thread von @Thomas-Braun beschrieben
                                            https://forum.iobroker.net/topic/59231/phantastische-repositories-und-wo-sie-zu-finden-sind

                                            Ich würde die Schlüssel importieren, wie Thomas beschrieben hat und dann mit

                                            sudo apt install influxdb2
                                            

                                            Influx installieren.

                                            check, wie ging es jetzt weiter?

                                            DJMarc75 mickym Homoran 3 Replies Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.2k
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            94
                                            3943
                                            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