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

      Dann halt das Image für einen USB-Stick. Steht ja auch dran.

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

        @thomas-braun wenn ich es anklicke kommt dass:
        641edd5b-6ab1-4d8d-8f3c-1d6aa2ebd51e-image.png

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

          @rohdpohl was für Images?

          Ich hab vor iobroker auch nix mit Linux am Hut gehabt. Das kommt beim Spielen!

          • Betriebssystem auf Installationsmedium bringen (ist bei Windows nicht anders)
          • Installatonsmedium an NUC stecken und booten (ist bei Windows nicht anders)
          • geführte Installation abarbeiten (ist bei Windows nicht anders)
          • Installationsmedium entfernen und neu starten (ist bei Windows nicht anders)
          • ioBroker incl. aktuell empfohlene Node-Version mit Einzeiler per Konsole installieren

          feddisch!

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

            @rohdpohl

            Versuch es damit:

            https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.0.0-amd64-netinst.iso

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

              @rohdpohl cd image ist auch für usb

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

                @homoran ok ich muss nochmal frage? ist das jetzt die Linux Version die ich über Etcher auf den Stick bringe?

                Thomas Braun 1 Reply Last reply Reply Quote 0
                • 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
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            699
                                            Online

                                            31.7k
                                            Users

                                            79.7k
                                            Topics

                                            1.3m
                                            Posts

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