Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Frage zu Linux

    NEWS

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

    • ioBroker goes Matter ... Matter Adapter in Stable

    • Monatsrückblick - April 2025

    Frage zu Linux

    This topic has been deleted. Only users with topic management privileges can see it.
    • H
      Has3nb3inMH last edited by

      Hallo zusammen,

      ich habe einen Container in Proxmox für die Influx und Grafana. In dem Container läuft Ubuntu. Die Festplatte ist nun voll und Ubuntu kann keine Befehle mehr ausführen. Die Containergröße in Proxmox habe ich vergrößert. Jetzt muss ich die Partion in Ubuntu erweitern. Das geht aber nicht weil die Festplatte voll ist. Auch das löschen der Datenbankinhalte über den io.Broker kann nicht ausgeführt werden. Ich fühle mich grade wie ausgesperrt und befürchte das ich alles neu aufsetzen muss.

      Hat jemand noch eine Idee?

      Beste Grüße
      Daniel

      liv-in-sky crunchip 2 Replies Last reply Reply Quote 0
      • liv-in-sky
        liv-in-sky @Has3nb3inMH last edited by

        @has3nb3inmh

        kontrolliere mal das /var/log verzeichnis - wie groß sind syslog und deamon.log

        H 1 Reply Last reply Reply Quote 0
        • H
          Has3nb3inMH @liv-in-sky last edited by

          @liv-in-sky
          -rw-r----- 1 syslog adm 125825024 Sep 21 16:44 syslog
          -rw-r----- 1 syslog adm 673447104 Sep 20 00:01 syslog.1
          -rw-r----- 1 syslog adm 23984151 Sep 19 00:01 syslog.2.gz
          -rw-r----- 1 syslog adm 26164339 Sep 18 00:01 syslog.3.gz
          -rw-r----- 1 syslog adm 26114382 Sep 17 00:00 syslog.4.gz
          -rw-r----- 1 syslog adm 25148450 Sep 16 00:02 syslog.5.gz
          -rw-r----- 1 syslog adm 15915467 Sep 15 00:02 syslog.6.gz
          -rw-r----- 1 syslog adm 16399939 Sep 14 00:00 syslog.7.gz

          liv-in-sky 2 Replies Last reply Reply Quote 0
          • liv-in-sky
            liv-in-sky @Has3nb3inMH last edited by

            @has3nb3inmh erstmal alle löschen, bei denen hinter syslog noch was steht

            nur syslog selbst lassen

            H 2 Replies Last reply Reply Quote 0
            • liv-in-sky
              liv-in-sky @Has3nb3inMH last edited by

              @has3nb3inmh

              anschliessend mal posten:

              df -h
              
              1 Reply Last reply Reply Quote 0
              • H
                Has3nb3inMH @liv-in-sky last edited by

                @liv-in-sky Danke. Ich bin jetzt an dem Punkt wo ich gern die Partition erweitern möchte aber zu blöd bin.

                root@Datenbanken:/# df -h
                Filesystem                        Size  Used Avail Use% Mounted on
                /dev/mapper/pve-vm--100--disk--0   30G   28G  582M  98% /
                none                              492K  4.0K  488K   1% /dev
                udev                              3.7G     0  3.7G   0% /dev/tty
                tmpfs                             3.7G     0  3.7G   0% /dev/shm
                tmpfs                             755M   75M  681M  10% /run
                tmpfs                             5.0M     0  5.0M   0% /run/lock
                tmpfs                             3.7G     0  3.7G   0% /sys/fs/cgroup
                root@Datenbanken:/#
                
                

                Ich muss doch "/dev/mapper/pve-vm--100--disk--0" erweitern oder?

                liv-in-sky 2 Replies Last reply Reply Quote 0
                • liv-in-sky
                  liv-in-sky @Has3nb3inMH last edited by

                  @has3nb3inmh

                  sorry - da bin ich blank - habe das noch nie gemacht

                  evtl weiß @crunchip wie das geht oder weiß jmd, der es schon gemacht hat

                  1 Reply Last reply Reply Quote 0
                  • liv-in-sky
                    liv-in-sky @Has3nb3inMH last edited by

                    @has3nb3inmh

                    aber trotzdem mußt du dir dein syslog ansehen- da wird etwas zuviel geloggt - bzw. zu viele meldungen erzeugt

                    zusätzlich: installier dir mal ncdu

                    apt install ncdu
                    

                    damit findest du alle größeren dateien und kannst mal nachsehen, was da noch soviel platz braucht - da stimmt etwas nicht

                    der befehl ist dann:

                    ncdu /
                    
                    H 2 Replies Last reply Reply Quote 0
                    • H
                      Has3nb3inMH @liv-in-sky last edited by

                      @liv-in-sky

                          4.0 KiB [          ] /dev
                      e   4.0 KiB [          ] /boot
                      e   4.0 KiB [          ] /media
                      e   4.0 KiB [          ] /mnt
                      e   4.0 KiB [          ] /opt
                      e   4.0 KiB [          ] /srv
                          4.0 KiB [          ] /lib64
                      .   4.0 KiB [          ] /proc
                      !  16.0 KiB [          ] /lost+found
                         32.0 KiB [          ] /tmp
                         44.0 KiB [          ] /root
                         64.0 KiB [          ] /home
                          4.7 MiB [          ] /etc
                          8.7 MiB [          ] /sbin
                         13.0 MiB [          ] /bin
                         46.1 MiB [          ] /lib
                         74.1 MiB [          ] /run
                        906.2 MiB [          ] /usr
                         26.3 GiB [##########] /var
                      
                      
                      liv-in-sky 1 Reply Last reply Reply Quote 0
                      • liv-in-sky
                        liv-in-sky @Has3nb3inMH last edited by liv-in-sky

                        @has3nb3inmh gehe mit cursor auf var und suche die großen dateien - das ist monströs

                        evtl ist da eine datenbank drin - die wuchert

                        H 1 Reply Last reply Reply Quote 0
                        • H
                          Has3nb3inMH @liv-in-sky last edited by

                          @liv-in-sky

                               18.5 GiB [##########] /_internal
                              
                                  3.9 GiB [##        ] /Energie
                              
                                179.3 MiB [          ] /iobroker
                              
                                 79.8 MiB [          ] /iobroker-test
                              
                              `
                          1 Reply Last reply Reply Quote 0
                          • H
                            Has3nb3inMH @liv-in-sky last edited by

                            @liv-in-sky

                            _internal sagt mir nichts

                            liv-in-sky 1 Reply Last reply Reply Quote 0
                            • liv-in-sky
                              liv-in-sky @Has3nb3inMH last edited by

                              @has3nb3inmh mir auch nicht - gehe tiefer rein - was kommen dafür dateien

                              H 1 Reply Last reply Reply Quote 0
                              • H
                                Has3nb3inMH @liv-in-sky last edited by

                                @liv-in-sky

                                
                                  129.0 MiB [##########]  000000137-000000004.tsm
                                   76.3 MiB [#####     ]  000000170-000000003.tsm
                                   74.3 MiB [#####     ]  000000392-000000002.tsm
                                   74.3 MiB [#####     ]  000000383-000000002.tsm
                                   74.3 MiB [#####     ]  000000298-000000002.tsm
                                   74.3 MiB [#####     ]  000000196-000000002.tsm
                                   74.3 MiB [#####     ]  000000246-000000002.tsm
                                   74.3 MiB [#####     ]  000000366-000000002.tsm
                                   74.3 MiB [#####     ]  000000307-000000002.tsm
                                   74.3 MiB [#####     ]  000000237-000000002.tsm
                                   74.3 MiB [#####     ]  000000212-000000002.tsm
                                   74.3 MiB [#####     ]  000000263-000000002.tsm
                                   74.3 MiB [#####     ]  000000340-000000002.tsm
                                   74.3 MiB [#####     ]  000000349-000000002.tsm
                                   74.3 MiB [#####     ]  000000357-000000002.tsm
                                   74.3 MiB [#####     ]  000000315-000000002.tsm
                                   74.3 MiB [#####     ]  000000179-000000002.tsm
                                   74.3 MiB [#####     ]  000000187-000000002.tsm
                                   74.0 MiB [#####     ]  000000332-000000002.tsm
                                   74.0 MiB [#####     ]  000000229-000000002.tsm
                                   73.8 MiB [#####     ]  000000670-000000001.tsm
                                   73.7 MiB [#####     ]  000000400-000000002.tsm
                                   73.7 MiB [#####     ]  000000323-000000002.tsm
                                   73.7 MiB [#####     ]  000000374-000000002.tsm
                                   73.4 MiB [#####     ]  000000204-000000002.tsm
                                   72.8 MiB [#####     ]  000000272-000000002.tsm
                                   72.8 MiB [#####     ]  000000220-000000002.tsm
                                   72.8 MiB [#####     ]  000000255-000000002.tsm
                                   72.8 MiB [#####     ]  000000281-000000002.tsm
                                   72.8 MiB [#####     ]  000000289-000000002.tsm
                                   56.9 MiB [####      ]  000000465-000000001.tsm
                                   56.9 MiB [####      ]  000000459-000000001.tsm
                                   56.9 MiB [####      ]  000000411-000000001.tsm
                                   44.6 MiB [###       ]  000000405-000000001.tsm
                                   42.6 MiB [###       ]  000000471-000000001.tsm
                                   42.1 MiB [###       ]  000000667-000000001.tsm
                                   42.1 MiB [###       ]  000000665-000000001.tsm
                                   42.1 MiB [###       ]  000000662-000000001.tsm
                                   42.1 MiB [###       ]  000000658-000000001.tsm
                                   42.1 MiB [###       ]  000000654-000000001.tsm
                                   42.1 MiB [###       ]  000000652-000000001.tsm
                                   42.1 MiB [###       ]  000000648-000000001.tsm
                                   42.1 MiB [###       ]  000000646-000000001.tsm
                                   42.1 MiB [###       ]  000000642-000000001.tsm
                                   42.1 MiB [###       ]  000000640-000000001.tsm
                                   42.1 MiB [###       ]  000000638-000000001.tsm
                                   42.1 MiB [###       ]  000000636-000000001.tsm
                                   42.1 MiB [###       ]  000000632-000000001.tsm
                                   42.1 MiB [###       ]  000000630-000000001.tsm
                                   42.1 MiB [###       ]  000000628-000000001.tsm
                                   42.1 MiB [###       ]  000000626-000000001.tsm
                                   42.1 MiB [###       ]  000000624-000000001.tsm
                                
                                

                                geiles tool

                                liv-in-sky 1 Reply Last reply Reply Quote 0
                                • liv-in-sky
                                  liv-in-sky @Has3nb3inMH last edited by

                                  @has3nb3inmh

                                  scheint influx zu sein

                                  https://forum.iobroker.net/post/755303

                                  H 1 Reply Last reply Reply Quote 0
                                  • H
                                    Has3nb3inMH @liv-in-sky last edited by

                                    @liv-in-sky

                                    ja ist influx. habe die _internal schon deaktiviert. jetzt muss ich nur noch leeren. danke für die hilfe

                                    Thomas Braun liv-in-sky 2 Replies Last reply Reply Quote 1
                                    • Thomas Braun
                                      Thomas Braun Most Active @Has3nb3inMH last edited by

                                      @has3nb3inmh

                                      https://docs.influxdata.com/influxdb/v1.8/concepts/glossary/#retention-policy-rp

                                      1 Reply Last reply Reply Quote 0
                                      • crunchip
                                        crunchip Forum Testing Most Active @Has3nb3inMH last edited by

                                        @has3nb3inmh sagte in Frage zu Linux:

                                        Die Containergröße in Proxmox habe ich vergrößert. Jetzt muss ich die Partion in Ubuntu erweitern

                                        du schreibst Container, da muss nicht extra was erweitert werden, bei einer VM muss man das Dateisystem erweitern

                                        1 Reply Last reply Reply Quote 0
                                        • crunchip
                                          crunchip Forum Testing Most Active last edited by crunchip

                                          @has3nb3inmh wenn du eine VM vergrößern möchtest
                                          https://beyond.lol/disk-einer-vm-vergroessern-in-proxmox/

                                          H 1 Reply Last reply Reply Quote 0
                                          • H
                                            Has3nb3inMH @crunchip last edited by

                                            @crunchip
                                            Moin, danke für den Link. Hat nach dem runterfahren auch geklappt. Warum das vorher nicht ging, keine Ahnung. Jetzt würde ich sie gern wieder verkleinern 😂😂

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            773
                                            Online

                                            31.7k
                                            Users

                                            79.8k
                                            Topics

                                            1.3m
                                            Posts

                                            4
                                            27
                                            977
                                            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