Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. apt full-upgrade Error

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    apt full-upgrade Error

    This topic has been deleted. Only users with topic management privileges can see it.
    • Negalein
      Negalein Global Moderator @Thomas Braun last edited by

      @thomas-braun sagte in apt full-upgrade Error:

      sudo du -a / | sort -n -r | head -n 20

      nega@ubuntu:~$ sudo du -a / | sort -n -r | head -n 20
      [sudo] password for nega:
      sort: write failed: /tmp/sortRETx9S: No space left on device
      
      Thomas Braun 1 Reply Last reply Reply Quote 0
      • crunchip
        crunchip Forum Testing Most Active @Negalein last edited by crunchip

        @negalein sagte in apt full-upgrade Error:

        sudo apt autoremove

        um mal die überflüssigen Pakete zu entfernen

        libfwupdplugin1 libxmlb1 linux-headers-5.4.0-139 linux-headers-5.4.0-139-generic linux-image-5.4.0-139-generic linux-modules-5.4.0-139-generic linux-modules-extra-5.4.0-139-generic
        

        @Negalein hast du die gelöscht?

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

          @negalein

          Oh, jetzt wird es wirklich eng, wenn so kleines Zeug nicht mehr geschrieben werden kann.
          Vermutlich der apt cache voll.

          sudo apt clean
          
          Negalein 1 Reply Last reply Reply Quote 0
          • Negalein
            Negalein Global Moderator @Thomas Braun last edited by

            @thomas-braun sagte in apt full-upgrade Error:

            sudo apt clean

            das lief ohne Error.

            Aber dann noch immer

            sort: write failed: /tmp/sortlztpTO: No space left on device
            
            Thomas Braun 1 Reply Last reply Reply Quote 0
            • Thomas Braun
              Thomas Braun Most Active @Negalein last edited by

              @negalein

              df -h
              
              1 Reply Last reply Reply Quote 0
              • Negalein
                Negalein Global Moderator @crunchip last edited by

                @crunchip sagte in apt full-upgrade Error:

                sudo apt autoremove

                nega@ubuntu:~$ sudo apt autoremove
                Reading package lists... Done
                Building dependency tree
                Reading state information... Done
                The following packages will be REMOVED:
                  linux-headers-5.4.0-139 linux-headers-5.4.0-139-generic linux-image-5.4.0-139-generic
                  linux-modules-5.4.0-139-generic linux-modules-extra-5.4.0-139-generic
                0 upgraded, 0 newly installed, 5 to remove and 96 not upgraded.
                After this operation, 380 MB disk space will be freed.
                Do you want to continue? [Y/n] Y
                (Reading database ... 188197 files and directories currently installed.)
                Removing linux-headers-5.4.0-139-generic (5.4.0-139.156) ...
                Removing linux-headers-5.4.0-139 (5.4.0-139.156) ...
                Removing linux-modules-extra-5.4.0-139-generic (5.4.0-139.156) ...
                Removing linux-image-5.4.0-139-generic (5.4.0-139.156) ...
                /etc/kernel/postrm.d/initramfs-tools:
                update-initramfs: Deleting /boot/initrd.img-5.4.0-139-generic
                /etc/kernel/postrm.d/zz-update-grub:
                Sourcing file `/etc/default/grub'
                Sourcing file `/etc/default/grub.d/init-select.cfg'
                Generating grub configuration file ...
                Found linux image: /boot/vmlinuz-5.4.0-146-generic
                Found initrd image: /boot/initrd.img-5.4.0-146-generic
                Found linux image: /boot/vmlinuz-5.4.0-144-generic
                Found initrd image: /boot/initrd.img-5.4.0-144-generic
                Found linux image: /boot/vmlinuz-5.4.0-137-generic
                Found initrd image: /boot/initrd.img-5.4.0-137-generic
                done
                Removing linux-modules-5.4.0-139-generic (5.4.0-139.156) ...
                nega@ubuntu:~$
                

                @thomas-braun sagte in apt full-upgrade Error:

                df -h

                nega@ubuntu:~$ df -h
                Filesystem                         Size  Used Avail Use% Mounted on
                udev                               947M     0  947M   0% /dev
                tmpfs                              199M 1016K  198M   1% /run
                /dev/mapper/ubuntu--vg-ubuntu--lv  8.8G  8.0G  362M  96% /
                tmpfs                              992M     0  992M   0% /dev/shm
                tmpfs                              5.0M     0  5.0M   0% /run/lock
                tmpfs                              992M     0  992M   0% /sys/fs/cgroup
                /dev/loop1                          56M   56M     0 100% /snap/core18/2714
                /dev/sda2                          974M  306M  601M  34% /boot
                /dev/loop0                          56M   56M     0 100% /snap/core18/2721
                /dev/loop2                          64M   64M     0 100% /snap/core20/1828
                /dev/loop3                          64M   64M     0 100% /snap/core20/1852
                /dev/loop4                          92M   92M     0 100% /snap/lxd/23991
                /dev/loop5                          92M   92M     0 100% /snap/lxd/24061
                /dev/loop7                          50M   50M     0 100% /snap/snapd/18596
                /dev/loop6                          50M   50M     0 100% /snap/snapd/18357
                tmpfs                              199M     0  199M   0% /run/user/1000
                nega@ubuntu:~$
                
                crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
                • crunchip
                  crunchip Forum Testing Most Active @Negalein last edited by

                  @negalein sagte in apt full-upgrade Error:

                  362M

                  nun bisserl Platz😁

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

                    @negalein

                    Im npm cache liegt auch gerne viel herum.

                    sudo -H -u iobroker npm cache clear --force
                    
                    crunchip 1 Reply Last reply Reply Quote 0
                    • crunchip
                      crunchip Forum Testing Most Active @Thomas Braun last edited by crunchip

                      @thomas-braun wenns ne iobroker VM ist/wäre

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

                        @crunchip

                        Stimmt. Hatte ich jetzt angenommen.

                        Und ohne den ganzen Desktopkrempel wäre da auch mehr Platz...

                        crunchip Negalein 2 Replies Last reply Reply Quote 0
                        • Negalein
                          Negalein Global Moderator @crunchip last edited by

                          @crunchip sagte in apt full-upgrade Error:

                          nun bisserl Platz

                          ja, ein bisserl 😁
                          dafür spinnen jetzt ein paar Switche und lassen sich nicht einbinden. 😞

                          @thomas-braun sagte in apt full-upgrade Error:

                          sudo -H -u iobroker npm cache clear --force

                          nega@ubuntu:~$ sudo -H -u nega npm cache clear --force
                          sudo: npm: command not found
                          
                          1 Reply Last reply Reply Quote 0
                          • crunchip
                            crunchip Forum Testing Most Active @Thomas Braun last edited by

                            @thomas-braun sieht mit eher nach nem unifi controller aus

                            Negalein 1 Reply Last reply Reply Quote 0
                            • Negalein
                              Negalein Global Moderator @Thomas Braun last edited by

                              @thomas-braun sagte in apt full-upgrade Error:

                              Und ohne den ganzen Desktopkrempel wäre da auch mehr Platz...

                              ok, das ist schon ewig her. Damals hab ich nicht darauf geachtet.
                              Wie bringt man den Desktop wieder weg?

                              1 Reply Last reply Reply Quote 0
                              • Negalein
                                Negalein Global Moderator @crunchip last edited by

                                @crunchip sagte in apt full-upgrade Error:

                                sieht mit eher nach nem unifi controller aus

                                Jep, ist er

                                Thomas Braun crunchip 2 Replies Last reply Reply Quote 0
                                • Thomas Braun
                                  Thomas Braun Most Active @Negalein last edited by

                                  Und der Unifi-Controller ist 8GB schwer?
                                  Keine Ahnung was der alles benötigt und anschleppt.

                                  crunchip Negalein Dr. Bakterius 3 Replies Last reply Reply Quote 0
                                  • crunchip
                                    crunchip Forum Testing Most Active @Negalein last edited by

                                    @negalein wenn du nicht zurecht kommst, könntest ja auch ein backup vom Controller machen, VM neu aufsetzen und backup wieder einspielen

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

                                      @thomas-braun sagte in apt full-upgrade Error:

                                      Und der Unifi-Controller ist 8GB schwer?

                                      hatte den mal im LXC laufen, aber 8GB reichen eigentlich locker

                                      1 Reply Last reply Reply Quote 0
                                      • Negalein
                                        Negalein Global Moderator @crunchip last edited by

                                        @crunchip sagte in apt full-upgrade Error:

                                        könntest ja auch ein backup vom Controller machen, VM neu aufsetzen und backup wieder einspielen

                                        ja, das ist der letzte Ausweg.

                                        Sobald die Switche wieder laufen, versuch ich https://indibit.de/ubuntu-partition-vergroessern/

                                        1 Reply Last reply Reply Quote 0
                                        • Negalein
                                          Negalein Global Moderator @Thomas Braun last edited by

                                          @thomas-braun

                                          ist das richtig mit init 3, oder wird hier nur umgeschaltet und der Desktop nicht deinstalliert?

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

                                            @negalein

                                            Da wird nur der Zustand geändert, die Software bleibt dennoch auf dem System.

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

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            1.0k
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            6
                                            71
                                            2454
                                            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