Skip to content
  • Home
  • Aktuell
  • Tags
  • 0 Ungelesen 0
  • Kategorien
  • Unreplied
  • Beliebt
  • 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

  • Standard: (Kein Skin)
  • Kein Skin
Einklappen
ioBroker Logo

Community Forum

  1. ioBroker Community Home
  2. Deutsch
  3. Off Topic
  4. InfluxDB
  5. (gelöst) influxdb mir unbekannte Probleme

NEWS

  • UPDATE 31.10.: Amazon Alexa - ioBroker Skill läuft aus ?
    apollon77A
    apollon77
    48
    3
    8.3k

  • Monatsrückblick – September 2025
    BluefoxB
    Bluefox
    13
    1
    1.9k

  • Neues Video "KI im Smart Home" - ioBroker plus n8n
    BluefoxB
    Bluefox
    15
    1
    2.3k

(gelöst) influxdb mir unbekannte Probleme

Geplant Angeheftet Gesperrt Verschoben InfluxDB
80 Beiträge 3 Kommentatoren 6.9k Aufrufe 4 Watching
  • Älteste zuerst
  • Neuste zuerst
  • Meiste Stimmen
Antworten
  • In einem neuen Thema antworten
Anmelden zum Antworten
Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
  • Thomas BraunT Thomas Braun

    @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

    sollte ich die auch löschen, oder dann lieber nicht?

    Die solltest du löschen.
    Was ist denn da jetzt Phase bei dir?

    ls -lAh /etc/apt/sources.list.d/
    
    W Offline
    W Offline
    woupi
    schrieb am zuletzt editiert von
    #60

    @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

    @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

    sollte ich die auch löschen, oder dann lieber nicht?

    Die solltest du löschen.
    Was ist denn da jetzt Phase bei dir?

    ls -lAh /etc/apt/sources.list.d/
    

    Ich habe das von der Seite https://www.influxdata.com/blog/linux-package-signing-key-rotation/, jetzt nochmal gemacht:

    wget -q https://repos.influxdata.com/influxdata-archive_compat.key
    bernhard@influxdb:~$ gpg --with-fingerprint --show-keys ./influxdata-archive_compat.key
    gpg: directory '/home/bernhard/.gnupg' created
    gpg: keybox '/home/bernhard/.gnupg/pubring.kbx' created
    pub   rsa4096 2023-01-18 [SC] [expires: 2026-01-17]
          9D53 9D90 D332 8DC7 D6C8  D3B9 D8FF 8E1F 7DF8 B07E
    uid                      InfluxData Package Signing Key <support@influxdata.com>
    
    bernhard@influxdb:~$ cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
    bernhard@influxdb:~$ echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
    deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
    bernhard@influxdb:~$ sudo rm -f /etc/apt/trusted.gpg.d/influxdb.gpg
    bernhard@influxdb:~$ ls -lAh /etc/apt/sources.list.d/                                                                                                          total 8.0K
    -rw-r--r-- 1 root root   0 Feb 19 15:05 grafana.list
    -rw-r--r-- 1 root root 117 Feb 19 16:21 influxdata.list
    -rw-r--r-- 1 root root  98 Feb 19 16:10 influxdb.list
    
    

    Da bin ich jetzt.

    NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

    Thomas BraunT 1 Antwort Letzte Antwort
    0
    • W woupi

      @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

      @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

      sollte ich die auch löschen, oder dann lieber nicht?

      Die solltest du löschen.
      Was ist denn da jetzt Phase bei dir?

      ls -lAh /etc/apt/sources.list.d/
      

      Ich habe das von der Seite https://www.influxdata.com/blog/linux-package-signing-key-rotation/, jetzt nochmal gemacht:

      wget -q https://repos.influxdata.com/influxdata-archive_compat.key
      bernhard@influxdb:~$ gpg --with-fingerprint --show-keys ./influxdata-archive_compat.key
      gpg: directory '/home/bernhard/.gnupg' created
      gpg: keybox '/home/bernhard/.gnupg/pubring.kbx' created
      pub   rsa4096 2023-01-18 [SC] [expires: 2026-01-17]
            9D53 9D90 D332 8DC7 D6C8  D3B9 D8FF 8E1F 7DF8 B07E
      uid                      InfluxData Package Signing Key <support@influxdata.com>
      
      bernhard@influxdb:~$ cat influxdata-archive_compat.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg > /dev/null
      bernhard@influxdb:~$ echo 'deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main' | sudo tee /etc/apt/sources.list.d/influxdata.list
      deb [signed-by=/etc/apt/trusted.gpg.d/influxdata-archive_compat.gpg] https://repos.influxdata.com/debian stable main
      bernhard@influxdb:~$ sudo rm -f /etc/apt/trusted.gpg.d/influxdb.gpg
      bernhard@influxdb:~$ ls -lAh /etc/apt/sources.list.d/                                                                                                          total 8.0K
      -rw-r--r-- 1 root root   0 Feb 19 15:05 grafana.list
      -rw-r--r-- 1 root root 117 Feb 19 16:21 influxdata.list
      -rw-r--r-- 1 root root  98 Feb 19 16:10 influxdb.list
      
      

      Da bin ich jetzt.

      Thomas BraunT Online
      Thomas BraunT Online
      Thomas Braun
      Most Active
      schrieb am zuletzt editiert von
      #61

      @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

      influxdb.list

      sudo rm /etc/apt/sources.list.d/influxdb.list
      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

      W 1 Antwort Letzte Antwort
      0
      • Thomas BraunT Thomas Braun

        @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

        influxdb.list

        sudo rm /etc/apt/sources.list.d/influxdb.list
        sudo apt update
        
        W Offline
        W Offline
        woupi
        schrieb am zuletzt editiert von
        #62

        @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

        sudo apt update

        Das wars, hoffe ich

        sudo apt update
        Hit:1 https://repos.influxdata.com/debian stable InRelease
        Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
        Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
        Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
        Reading package lists... Done
        Building dependency tree... Done
        Reading state information... Done
        2 packages can be upgraded. Run 'apt list --upgradable' to see them.
        
        

        NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

        Thomas BraunT 1 Antwort Letzte Antwort
        0
        • W woupi

          @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

          sudo apt update

          Das wars, hoffe ich

          sudo apt update
          Hit:1 https://repos.influxdata.com/debian stable InRelease
          Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
          Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
          Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
          Reading package lists... Done
          Building dependency tree... Done
          Reading state information... Done
          2 packages can be upgraded. Run 'apt list --upgradable' to see them.
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          schrieb am zuletzt editiert von
          #63

          @woupi

          Das Grafana-Repo fehlt.

          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

          W 1 Antwort Letzte Antwort
          0
          • Thomas BraunT Thomas Braun

            @woupi

            Das Grafana-Repo fehlt.

            W Offline
            W Offline
            woupi
            schrieb am zuletzt editiert von woupi
            #64

            @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

            @woupi

            Das Grafana-Repo fehlt.

             sudo apt update                                                                                                                        
            Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
            Hit:2 https://repos.influxdata.com/debian stable InRelease
            Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
            Get:4 https://apt.grafana.com stable InRelease [5984 B]
            Hit:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease
            Get:6 https://apt.grafana.com stable/main amd64 Packages [108 kB]
            Fetched 114 kB in 0s (230 kB/s)
            Reading package lists... Done
            Building dependency tree... Done
            Reading state information... Done
            3 packages can be upgraded. Run 'apt list --upgradable' to see them.
            
            

            Jetzt, sollte es aber passen, hoffen lasse ich jetzt mal weg

            NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

            Thomas BraunT 2 Antworten Letzte Antwort
            0
            • W woupi

              @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

              @woupi

              Das Grafana-Repo fehlt.

               sudo apt update                                                                                                                        
              Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
              Hit:2 https://repos.influxdata.com/debian stable InRelease
              Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
              Get:4 https://apt.grafana.com stable InRelease [5984 B]
              Hit:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease
              Get:6 https://apt.grafana.com stable/main amd64 Packages [108 kB]
              Fetched 114 kB in 0s (230 kB/s)
              Reading package lists... Done
              Building dependency tree... Done
              Reading state information... Done
              3 packages can be upgraded. Run 'apt list --upgradable' to see them.
              
              

              Jetzt, sollte es aber passen, hoffen lasse ich jetzt mal weg

              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              schrieb am zuletzt editiert von
              #65

              @woupi

              Da fehlte eben eine Zeile. Immer VOLLSTÄNDIG aus der Konsole kopieren, inkl. der Eingabezeile und der abschließenden neuen Eingabezeile.

              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 Antwort Letzte Antwort
              0
              • W woupi

                @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

                @woupi

                Das Grafana-Repo fehlt.

                 sudo apt update                                                                                                                        
                Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
                Hit:2 https://repos.influxdata.com/debian stable InRelease
                Hit:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                Get:4 https://apt.grafana.com stable InRelease [5984 B]
                Hit:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease
                Get:6 https://apt.grafana.com stable/main amd64 Packages [108 kB]
                Fetched 114 kB in 0s (230 kB/s)
                Reading package lists... Done
                Building dependency tree... Done
                Reading state information... Done
                3 packages can be upgraded. Run 'apt list --upgradable' to see them.
                
                

                Jetzt, sollte es aber passen, hoffen lasse ich jetzt mal weg

                Thomas BraunT Online
                Thomas BraunT Online
                Thomas Braun
                Most Active
                schrieb am zuletzt editiert von
                #66

                @woupi

                date && date -u 
                cat /etc/timezone
                sudo apt full-upgrade
                

                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

                W 1 Antwort Letzte Antwort
                0
                • Thomas BraunT Thomas Braun

                  @woupi

                  date && date -u 
                  cat /etc/timezone
                  sudo apt full-upgrade
                  
                  W Offline
                  W Offline
                  woupi
                  schrieb am zuletzt editiert von
                  #67

                  @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

                  @woupi

                  date && date -u 
                  cat /etc/timezone
                  sudo apt full-upgrade
                  
                  date && date -u
                  Sun Feb 19 16:39:49 UTC 2023
                  Sun Feb 19 16:39:49 UTC 2023
                  bernhard@influxdb:~$ cat /etc/timezone
                  Etc/UTC
                  bernhard@influxdb:~$ sudo apt full-upgrade
                  Reading package lists... Done
                  Building dependency tree... Done
                  Reading state information... Done
                  Calculating upgrade... Done
                  The following packages have been kept back:
                    python3-software-properties software-properties-common
                  The following packages will be upgraded:
                    grafana
                  1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
                  Need to get 89.3 MB of archives.
                  After this operation, 258 kB of additional disk space will be used.
                  Do you want to continue? [Y/n] y
                  Get:1 https://apt.grafana.com stable/main amd64 grafana amd64 9.3.6 [89.3 MB]
                  Fetched 89.3 MB in 8s (10.8 MB/s)
                  (Reading database ... 30024 files and directories currently installed.)
                  Preparing to unpack .../grafana_9.3.6_amd64.deb ...
                  Unpacking grafana (9.3.6) over (9.3.2) ...
                  Setting up grafana (9.3.6) ...
                  Restarting grafana-server service... OK
                  bernhard@influxdb:~$
                  
                  

                  NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

                  Thomas BraunT 2 Antworten Letzte Antwort
                  0
                  • W woupi

                    @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

                    @woupi

                    date && date -u 
                    cat /etc/timezone
                    sudo apt full-upgrade
                    
                    date && date -u
                    Sun Feb 19 16:39:49 UTC 2023
                    Sun Feb 19 16:39:49 UTC 2023
                    bernhard@influxdb:~$ cat /etc/timezone
                    Etc/UTC
                    bernhard@influxdb:~$ sudo apt full-upgrade
                    Reading package lists... Done
                    Building dependency tree... Done
                    Reading state information... Done
                    Calculating upgrade... Done
                    The following packages have been kept back:
                      python3-software-properties software-properties-common
                    The following packages will be upgraded:
                      grafana
                    1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
                    Need to get 89.3 MB of archives.
                    After this operation, 258 kB of additional disk space will be used.
                    Do you want to continue? [Y/n] y
                    Get:1 https://apt.grafana.com stable/main amd64 grafana amd64 9.3.6 [89.3 MB]
                    Fetched 89.3 MB in 8s (10.8 MB/s)
                    (Reading database ... 30024 files and directories currently installed.)
                    Preparing to unpack .../grafana_9.3.6_amd64.deb ...
                    Unpacking grafana (9.3.6) over (9.3.2) ...
                    Setting up grafana (9.3.6) ...
                    Restarting grafana-server service... OK
                    bernhard@influxdb:~$
                    
                    
                    Thomas BraunT Online
                    Thomas BraunT Online
                    Thomas Braun
                    Most Active
                    schrieb am zuletzt editiert von
                    #68

                    @woupi Zeitzone setzen, das ist wichtig und keine Kosmetik.

                    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

                    W 1 Antwort Letzte Antwort
                    0
                    • W woupi

                      @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

                      @woupi

                      date && date -u 
                      cat /etc/timezone
                      sudo apt full-upgrade
                      
                      date && date -u
                      Sun Feb 19 16:39:49 UTC 2023
                      Sun Feb 19 16:39:49 UTC 2023
                      bernhard@influxdb:~$ cat /etc/timezone
                      Etc/UTC
                      bernhard@influxdb:~$ sudo apt full-upgrade
                      Reading package lists... Done
                      Building dependency tree... Done
                      Reading state information... Done
                      Calculating upgrade... Done
                      The following packages have been kept back:
                        python3-software-properties software-properties-common
                      The following packages will be upgraded:
                        grafana
                      1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
                      Need to get 89.3 MB of archives.
                      After this operation, 258 kB of additional disk space will be used.
                      Do you want to continue? [Y/n] y
                      Get:1 https://apt.grafana.com stable/main amd64 grafana amd64 9.3.6 [89.3 MB]
                      Fetched 89.3 MB in 8s (10.8 MB/s)
                      (Reading database ... 30024 files and directories currently installed.)
                      Preparing to unpack .../grafana_9.3.6_amd64.deb ...
                      Unpacking grafana (9.3.6) over (9.3.2) ...
                      Setting up grafana (9.3.6) ...
                      Restarting grafana-server service... OK
                      bernhard@influxdb:~$
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      schrieb am zuletzt editiert von
                      #69

                      @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

                      python3-software-properties software-properties-common

                      Und was klemmt da?

                      apt install --dry-run python3-software-properties software-properties-common
                      

                      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

                      W 1 Antwort Letzte Antwort
                      0
                      • Thomas BraunT Thomas Braun

                        @woupi Zeitzone setzen, das ist wichtig und keine Kosmetik.

                        W Offline
                        W Offline
                        woupi
                        schrieb am zuletzt editiert von
                        #70

                        @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

                        @woupi Zeitzone setzen, das ist wichtig und keine Kosmetik.

                        Jetzt habe ich erstmal das gemacht

                        bernhard@influxdb:~$ sudo timedatectl set-timezone Europe/Berlin
                        bernhard@influxdb:~$ timedatectl
                                       Local time: Sun 2023-02-19 17:47:43 CET
                                   Universal time: Sun 2023-02-19 16:47:43 UTC
                                         RTC time: n/a
                                        Time zone: Europe/Berlin (CET, +0100)
                        System clock synchronized: yes
                                      NTP service: inactive
                                  RTC in local TZ: no
                        bernhard@influxdb:~$
                        
                        

                        NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

                        1 Antwort Letzte Antwort
                        0
                        • Thomas BraunT Thomas Braun

                          @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

                          python3-software-properties software-properties-common

                          Und was klemmt da?

                          apt install --dry-run python3-software-properties software-properties-common
                          
                          W Offline
                          W Offline
                          woupi
                          schrieb am zuletzt editiert von
                          #71

                          @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

                          apt install --dry-run python3-software-properties software-properties-common

                          bernhard@influxdb:~$ sudo apt install --dry-run python3-software-properties software-properties-common
                          Reading package lists... Done
                          Building dependency tree... Done
                          Reading state information... Done
                          The following packages will be upgraded:
                            python3-software-properties software-properties-common
                          2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                          Inst software-properties-common [0.99.22.3] (0.99.22.5 Ubuntu:22.04/jammy-updates [all]) []
                          Inst python3-software-properties [0.99.22.3] (0.99.22.5 Ubuntu:22.04/jammy-updates [all])
                          Conf software-properties-common (0.99.22.5 Ubuntu:22.04/jammy-updates [all])
                          Conf python3-software-properties (0.99.22.5 Ubuntu:22.04/jammy-updates [all])
                          bernhard@influxdb:~$
                          
                          

                          und jetzt das

                          NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

                          W 1 Antwort Letzte Antwort
                          0
                          • W woupi

                            @thomas-braun sagte in (gelöst) influxdb mir unbekannte Probleme:

                            apt install --dry-run python3-software-properties software-properties-common

                            bernhard@influxdb:~$ sudo apt install --dry-run python3-software-properties software-properties-common
                            Reading package lists... Done
                            Building dependency tree... Done
                            Reading state information... Done
                            The following packages will be upgraded:
                              python3-software-properties software-properties-common
                            2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                            Inst software-properties-common [0.99.22.3] (0.99.22.5 Ubuntu:22.04/jammy-updates [all]) []
                            Inst python3-software-properties [0.99.22.3] (0.99.22.5 Ubuntu:22.04/jammy-updates [all])
                            Conf software-properties-common (0.99.22.5 Ubuntu:22.04/jammy-updates [all])
                            Conf python3-software-properties (0.99.22.5 Ubuntu:22.04/jammy-updates [all])
                            bernhard@influxdb:~$
                            
                            

                            und jetzt das

                            W Offline
                            W Offline
                            woupi
                            schrieb am zuletzt editiert von
                            #72

                            Sieht das gut aus?

                            NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

                            Thomas BraunT 1 Antwort Letzte Antwort
                            0
                            • W woupi

                              Sieht das gut aus?

                              Thomas BraunT Online
                              Thomas BraunT Online
                              Thomas Braun
                              Most Active
                              schrieb am zuletzt editiert von
                              #73

                              @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

                              Sieht das gut aus?

                              Von sudo hatte ich zwar nichts geschrieben, aber sei's drum...

                              sudo apt update
                              sudo apt full-upgrade
                              

                              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

                              W 1 Antwort Letzte Antwort
                              0
                              • Thomas BraunT Thomas Braun

                                @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

                                Sieht das gut aus?

                                Von sudo hatte ich zwar nichts geschrieben, aber sei's drum...

                                sudo apt update
                                sudo apt full-upgrade
                                
                                W Offline
                                W Offline
                                woupi
                                schrieb am zuletzt editiert von
                                #74

                                @thomas-braun

                                Ich bin davon ausgegangen, dass da immer sudo vor muss, sorry. Offensichtlich aber wohl nicht.
                                Gibt es irgendwo eine Erklärung dafür, wann sudo und wann nicht davor muss?
                                Aber egal, ich werde mich dran halten und ggf mal danach suchen, kommt mit auf die Liste.

                                sudo apt update
                                Hit:1 https://repos.influxdata.com/debian stable InRelease
                                Hit:2 https://apt.grafana.com stable InRelease
                                Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
                                Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                                Hit:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease
                                Reading package lists... Done
                                Building dependency tree... Done
                                Reading state information... Done
                                2 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                bernhard@influxdb:~$ sudo apt full-upgrade
                                Reading package lists... Done
                                Building dependency tree... Done
                                Reading state information... Done
                                Calculating upgrade... Done
                                The following packages have been kept back:
                                  python3-software-properties software-properties-common
                                0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
                                bernhard@influxdb:~$
                                
                                

                                NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

                                Thomas BraunT 1 Antwort Letzte Antwort
                                0
                                • W woupi

                                  @thomas-braun

                                  Ich bin davon ausgegangen, dass da immer sudo vor muss, sorry. Offensichtlich aber wohl nicht.
                                  Gibt es irgendwo eine Erklärung dafür, wann sudo und wann nicht davor muss?
                                  Aber egal, ich werde mich dran halten und ggf mal danach suchen, kommt mit auf die Liste.

                                  sudo apt update
                                  Hit:1 https://repos.influxdata.com/debian stable InRelease
                                  Hit:2 https://apt.grafana.com stable InRelease
                                  Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease
                                  Hit:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                                  Hit:5 http://archive.ubuntu.com/ubuntu jammy-security InRelease
                                  Reading package lists... Done
                                  Building dependency tree... Done
                                  Reading state information... Done
                                  2 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                  bernhard@influxdb:~$ sudo apt full-upgrade
                                  Reading package lists... Done
                                  Building dependency tree... Done
                                  Reading state information... Done
                                  Calculating upgrade... Done
                                  The following packages have been kept back:
                                    python3-software-properties software-properties-common
                                  0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
                                  bernhard@influxdb:~$
                                  
                                  
                                  Thomas BraunT Online
                                  Thomas BraunT Online
                                  Thomas Braun
                                  Most Active
                                  schrieb am zuletzt editiert von
                                  #75

                                  @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

                                  Gibt es irgendwo eine Erklärung dafür, wann sudo und wann nicht davor muss?

                                  sudo kommt nur dann vor Standardbefehle, wenn die mit root-Rechten ausgeführt werden sollen. Zum nur herumschauen braucht man das aber nicht mit schweren Waffen machen.

                                  Irgendwas klemmt da noch.

                                  sudo apt update
                                  sudo apt install python3-software-properties software-properties-common
                                  

                                  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

                                  W 2 Antworten Letzte Antwort
                                  0
                                  • Thomas BraunT Thomas Braun

                                    @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

                                    Gibt es irgendwo eine Erklärung dafür, wann sudo und wann nicht davor muss?

                                    sudo kommt nur dann vor Standardbefehle, wenn die mit root-Rechten ausgeführt werden sollen. Zum nur herumschauen braucht man das aber nicht mit schweren Waffen machen.

                                    Irgendwas klemmt da noch.

                                    sudo apt update
                                    sudo apt install python3-software-properties software-properties-common
                                    
                                    W Offline
                                    W Offline
                                    woupi
                                    schrieb am zuletzt editiert von
                                    #76

                                    @thomas-braun

                                    bernhard@influxdb:~$ sudo apt update
                                    Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
                                    Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                                    Hit:3 https://repos.influxdata.com/debian stable InRelease
                                    Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
                                    Hit:5 https://apt.grafana.com stable InRelease
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    2 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                    bernhard@influxdb:~$ sudo apt install python3-software-properties software-properties-common
                                    Reading package lists... Done
                                    Building dependency tree... Done
                                    Reading state information... Done
                                    The following packages will be upgraded:
                                      python3-software-properties software-properties-common
                                    2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                    Need to get 42.9 kB of archives.
                                    After this operation, 0 B of additional disk space will be used.
                                    Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.5 [14.1 kB]
                                    Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.5 [28.8 kB]
                                    Fetched 42.9 kB in 0s (219 kB/s)
                                    (Reading database ... 30033 files and directories currently installed.)
                                    Preparing to unpack .../software-properties-common_0.99.22.5_all.deb ...
                                    Unpacking software-properties-common (0.99.22.5) over (0.99.22.3) ...
                                    Preparing to unpack .../python3-software-properties_0.99.22.5_all.deb ...
                                    Unpacking python3-software-properties (0.99.22.5) over (0.99.22.3) ...
                                    Setting up python3-software-properties (0.99.22.5) ...
                                    Setting up software-properties-common (0.99.22.5) ...
                                    Processing triggers for man-db (2.10.2-1) ...
                                    Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
                                    bernhard@influxdb:~$
                                    
                                    
                                    

                                    NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

                                    W 1 Antwort Letzte Antwort
                                    0
                                    • W woupi

                                      @thomas-braun

                                      bernhard@influxdb:~$ sudo apt update
                                      Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
                                      Hit:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
                                      Hit:3 https://repos.influxdata.com/debian stable InRelease
                                      Hit:4 http://archive.ubuntu.com/ubuntu jammy-security InRelease
                                      Hit:5 https://apt.grafana.com stable InRelease
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      2 packages can be upgraded. Run 'apt list --upgradable' to see them.
                                      bernhard@influxdb:~$ sudo apt install python3-software-properties software-properties-common
                                      Reading package lists... Done
                                      Building dependency tree... Done
                                      Reading state information... Done
                                      The following packages will be upgraded:
                                        python3-software-properties software-properties-common
                                      2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
                                      Need to get 42.9 kB of archives.
                                      After this operation, 0 B of additional disk space will be used.
                                      Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.5 [14.1 kB]
                                      Get:2 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.5 [28.8 kB]
                                      Fetched 42.9 kB in 0s (219 kB/s)
                                      (Reading database ... 30033 files and directories currently installed.)
                                      Preparing to unpack .../software-properties-common_0.99.22.5_all.deb ...
                                      Unpacking software-properties-common (0.99.22.5) over (0.99.22.3) ...
                                      Preparing to unpack .../python3-software-properties_0.99.22.5_all.deb ...
                                      Unpacking python3-software-properties (0.99.22.5) over (0.99.22.3) ...
                                      Setting up python3-software-properties (0.99.22.5) ...
                                      Setting up software-properties-common (0.99.22.5) ...
                                      Processing triggers for man-db (2.10.2-1) ...
                                      Processing triggers for dbus (1.12.20-2ubuntu4.1) ...
                                      bernhard@influxdb:~$
                                      
                                      
                                      
                                      W Offline
                                      W Offline
                                      woupi
                                      schrieb am zuletzt editiert von
                                      #77

                                      Ich hoffe, dass jetzt alles gut ist, vielen vielen Dank auf jeden Fall für deine Geduld und deine Hilfe.
                                      Ohne deine Hilfe hätte ich das nicht hinbekommen.

                                      VG
                                      Sascha

                                      NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

                                      1 Antwort Letzte Antwort
                                      0
                                      • Thomas BraunT Thomas Braun

                                        @woupi sagte in (gelöst) influxdb mir unbekannte Probleme:

                                        Gibt es irgendwo eine Erklärung dafür, wann sudo und wann nicht davor muss?

                                        sudo kommt nur dann vor Standardbefehle, wenn die mit root-Rechten ausgeführt werden sollen. Zum nur herumschauen braucht man das aber nicht mit schweren Waffen machen.

                                        Irgendwas klemmt da noch.

                                        sudo apt update
                                        sudo apt install python3-software-properties software-properties-common
                                        
                                        W Offline
                                        W Offline
                                        woupi
                                        schrieb am zuletzt editiert von
                                        #78

                                        @thomas-braun
                                        Guten Morgen,

                                        ich habe gerade festgestellt, dass der lxc statt 46G jetzt nur noch 2,83G hat.
                                        Ich habe keine Ahnung, was dass gestern damit zu tun hatte, aber ganz offensichtlich hat es geholfen.

                                        Ich muss mich nochmal ganz Herzlich bei dir bedanken.
                                        Vielen Dank und einen schönen Tag.
                                        VG
                                        Sascha

                                        NUC10i3, Proxmox, VM Ubuntu iobroker, lxc ubuntu influxdb, grafana, lxc ubuntu SAE, lxc ubuntu MotionEye, WP Panasonic Jeisha 5kW mit Heishamon, Shelly 2.5 und 2pm Rolladensteuerung, OpenWB Wallbox

                                        E 1 Antwort Letzte Antwort
                                        0
                                        • W woupi

                                          @thomas-braun
                                          Guten Morgen,

                                          ich habe gerade festgestellt, dass der lxc statt 46G jetzt nur noch 2,83G hat.
                                          Ich habe keine Ahnung, was dass gestern damit zu tun hatte, aber ganz offensichtlich hat es geholfen.

                                          Ich muss mich nochmal ganz Herzlich bei dir bedanken.
                                          Vielen Dank und einen schönen Tag.
                                          VG
                                          Sascha

                                          E Offline
                                          E Offline
                                          Einstein67
                                          schrieb am zuletzt editiert von
                                          #79

                                          @woupi said in (gelöst) influxdb mir unbekannte Probleme:

                                          jetzt nur noch 2,83G hat.

                                          Wow Super, und Daten sind auch noch vorhanden?

                                          ... ich kenne übrigens eine Möglichkeit um Proxmox-Container wieder zu verkleinern!

                                          W 1 Antwort Letzte Antwort
                                          0
                                          Antworten
                                          • In einem neuen Thema antworten
                                          Anmelden zum Antworten
                                          • Älteste zuerst
                                          • Neuste zuerst
                                          • Meiste Stimmen


                                          Support us

                                          ioBroker
                                          Community Adapters
                                          Donate

                                          754

                                          Online

                                          32.4k

                                          Benutzer

                                          81.4k

                                          Themen

                                          1.3m

                                          Beiträge
                                          Community
                                          Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                                          ioBroker Community 2014-2025
                                          logo
                                          • Anmelden

                                          • Du hast noch kein Konto? Registrieren

                                          • Anmelden oder registrieren, um zu suchen
                                          • Erster Beitrag
                                            Letzter Beitrag
                                          0
                                          • Home
                                          • Aktuell
                                          • Tags
                                          • Ungelesen 0
                                          • Kategorien
                                          • Unreplied
                                          • Beliebt
                                          • GitHub
                                          • Docu
                                          • Hilfe