Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. InfluxDB
    5. (gelöst) influxdb mir unbekannte Probleme

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    (gelöst) influxdb mir unbekannte Probleme

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

      @woupi

      date && date -u 
      cat /etc/timezone
      sudo apt full-upgrade
      
      W 1 Reply Last reply Reply Quote 0
      • W
        woupi @Thomas Braun last edited by

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

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

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

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

              @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:~$
              
              
              1 Reply Last reply Reply Quote 0
              • W
                woupi @Thomas Braun last edited by

                @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 1 Reply Last reply Reply Quote 0
                • W
                  woupi @woupi last edited by

                  Sieht das gut aus?

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

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

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

                        @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 2 Replies Last reply Reply Quote 0
                        • W
                          woupi @Thomas Braun last edited by

                          @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 1 Reply Last reply Reply Quote 0
                          • W
                            woupi @woupi last edited by

                            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

                            1 Reply Last reply Reply Quote 0
                            • W
                              woupi @Thomas Braun last edited by

                              @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 1 Reply Last reply Reply Quote 0
                              • E
                                Einstein67 @woupi last edited by

                                @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 Reply Last reply Reply Quote 0
                                • W
                                  woupi @Einstein67 last edited by

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

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

                                  jetzt nur noch 2,83G hat.

                                  Wow Super, und Daten sind auch noch vorhanden?

                                  Offensichtlich ja, ich vermisse zu mindestens nichts.

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

                                  Ok, imo passt ja alles, aber eventuell komme ich da nochmal drauf zurück,
                                  oder meinst Du die von mir auf 100G wieder rückgängig machen?
                                  Das wäre ja eventuell Sinnvoll und dadurch auch jetzt interessant.

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

                                  Support us

                                  ioBroker
                                  Community Adapters
                                  Donate

                                  621
                                  Online

                                  31.7k
                                  Users

                                  79.7k
                                  Topics

                                  1.3m
                                  Posts

                                  3
                                  80
                                  3023
                                  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