Announcement

Collapse
No announcement yet.

How to change trash size

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to change trash size

    Hello,
    I would like to change the size of my trash.
    I've looked here and in google.
    I find only answers where I have to change the settings of Dolphin.
    But where are the settings of Dolphin please?

    #2
    The size of the Trash Icon is restriced based on the height of the Panel; it can only be so big depending on the height of the Panel. The simplest way to increase the Trash Icon size is just to resize the height of the Panel.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Thank you very much Snowhog.
      I don't care about the size of the Trash Icon.
      I care about the size left in my computer.
      There is 19 GB free in my dustbin and I have no more room in my home.
      I would like to have a smaller trash and a bigger home.
      Last edited by nicrnicr; Mar 27, 2022, 12:58 PM.

      Comment


        #4
        Okay. Space issues. To get a clearer picture of what you have going on, open a konsole and type: df -hT --exclude-type=tmpfs --exclude-type=devtmpfs

        Copy and paste the output here so we can see how space on your system is faring.
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #5
          Code:
          auie@Latitude-E5530:~$ df -hT --exclude-type=tmpfs --exclude-type=devtmpfs
          Dateisystem Typ Größe Benutzt Verf. Verw% Eingehängt auf
          /dev/sda5 ext4 215G 204G 51M 100% /
          /dev/loop2 squashfs 163M 163M 0 100% /snap/gnome-3-28-1804/145
          /dev/loop5 squashfs 66M 66M 0 100% /snap/gtk-common-themes/1519
          /dev/loop0 squashfs 250M 250M 0 100% /snap/bisq-desktop/280
          /dev/loop6 squashfs 94M 94M 0 100% /snap/youtube-dl/4630
          /dev/loop4 squashfs 249M 249M 0 100% /snap/gnome-3-38-2004/99
          /dev/loop1 squashfs 161M 161M 0 100% /snap/midori/451
          /dev/loop3 squashfs 248M 248M 0 100% /snap/gnome-3-38-2004/87
          /dev/loop7 squashfs 62M 62M 0 100% /snap/core20/1361
          /dev/loop13 squashfs 128K 128K 0 100% /snap/bare/5
          /dev/loop10 squashfs 626M 626M 0 100% /snap/libreoffice/247
          /dev/loop8 squashfs 153M 153M 0 100% /snap/skype/203
          /dev/loop17 squashfs 617M 617M 0 100% /snap/libreoffice/242
          /dev/loop25 squashfs 135M 135M 0 100% /snap/chromium/1944
          /dev/loop9 squashfs 165M 165M 0 100% /snap/gnome-3-28-1804/161
          /dev/loop19 squashfs 93M 93M 0 100% /snap/youtube-dl/4572
          /dev/loop15 squashfs 153M 153M 0 100% /snap/skype/206
          /dev/loop23 squashfs 66M 66M 0 100% /snap/gtk-common-themes/1515
          /dev/loop14 squashfs 111M 111M 0 100% /snap/core/12821
          /dev/loop22 squashfs 62M 62M 0 100% /snap/core20/1376
          /dev/loop16 squashfs 56M 56M 0 100% /snap/core18/2284
          /dev/loop18 squashfs 111M 111M 0 100% /snap/core/12725
          /dev/loop11 squashfs 251M 251M 0 100% /snap/zoom-client/170
          /dev/loop20 squashfs 161M 161M 0 100% /snap/midori/550
          /dev/loop12 squashfs 56M 56M 0 100% /snap/core18/2344
          /dev/loop21 squashfs 250M 250M 0 100% /snap/zoom-client/168
          //share.in.bksys.at/shared cifs 3,6T 748G 2,9T 21% /s
          //share.in.bksys.at/Nicolas Private cifs 200G 684M 200G 1% /mnt/nicolas
          /dev/loop26 squashfs 135M 135M 0 100% /snap/chromium/1945
          auie@Latitude-E5530:~$

          Comment


            #6
            Damn! No wonder you are having issues. Of the 215G on /dev/sda5, 100% has been allocated as 'used'. That's not good.

            Let's determine how many kernels you have installed. In the konsole type: dpkg --list | awk '/linux-image/ {print \$2}'

            Copy and paste the output.

            Let's also see what's going on with downloaded packages. In the konsole type: ls -l /var/cache/apt/archives; sudo ls -l /var/cache/apt/archives/partial
            You'll be prompted for your password on the second part.

            Copy and paste the output.
            Using Kubuntu Linux since March 23, 2007
            "It is a capital mistake to theorize before one has data." - Sherlock Holmes

            Comment


              #7
              Thank you very much Snowhog :-)

              Code:
              auie@Latitude-E5530:~$ dpkg --list | awk '/linux-image/ {print \$2}'
              awk: 1: unexpected character '\'
              auie@Latitude-E5530:~$ dpkg --list | awk '/linux-image/ {print /$2}'
              awk: line 1: runaway regular expression /$2} ...
              auie@Latitude-E5530:~$
              Code:
              auie@Latitude-E5530:~$ ls -l /var/cache/apt/archives; sudo ls -l /var/cache/apt/archives/partial
              insgesamt 292140
              -rw-r--r-- 1 root root   630892 Nov  3  2018 amavisd-new_1%3a2.11.0-1ubuntu1.1_all.deb
              -rw-r--r-- 1 root root   127640 Jän 18 13:43 clamav_0.103.5+dfsg-0ubuntu0.18.04.1_amd64.deb
              -rw-r--r-- 1 root root    78492 Jän 18 13:43 clamav-base_0.103.5+dfsg-0ubuntu0.18.04.1_all.deb                                                                                              
              -rw-r--r-- 1 root root    67500 Jän 18 13:43 clamav-freshclam_0.103.5+dfsg-0ubuntu0.18.04.1_amd64.deb                                                                                       
              -rw-r--r-- 1 root root   112896 Nov  2  2017 libberkeleydb-perl_0.55-1build4_amd64.deb                                                                                                      
              -rw-r--r-- 1 root root   900920 Jän 18 13:43 libclamav9_0.103.5+dfsg-0ubuntu0.18.04.1_amd64.deb                                                                                             
              -rw-r--r-- 1 root root    29692 Nov 18  2015 libconvert-binhex-perl_1.125-1_all.deb                                                                                                         
              -rw-r--r-- 1 root root    19742 Okt 29  2012 libconvert-tnef-perl_0.18-1_all.deb
              -rw-r--r-- 1 root root    90320 Nov  5  2017 libconvert-uulib-perl_1%3a1.5~dfsg-1_amd64.deb
              -rw-r--r-- 1 root root    24684 Feb  5  2018 libcrypt-openssl-bignum-perl_0.09-1build1_amd64.deb
              -rw-r--r-- 1 root root    21664 Feb  6  2018 libcrypt-openssl-rsa-perl_0.28-5build2_amd64.deb
              -rw-r--r-- 1 root root    12072 Jul 27  2011 libdigest-hmac-perl_1.03+dfsg-1_all.deb
              -rw-r--r-- 1 root root    20546 Mai  6  2015 libio-multiplex-perl_1.16-1_all.deb
              -rw-r--r-- 1 root root    13838 Jun  7  2015 libio-socket-inet6-perl_2.72-2_all.deb
              -rw-r--r-- 1 root root    60574 Aug  8  2016 libio-stringy-perl_2.111-2_all.deb
              -rw-r--r-- 1 root root 11420604 Dez 26  2017 libllvm3.9_1%3a3.9.1-19ubuntu1_amd64.deb
              -rw-r--r-- 1 root root   118388 Nov  1  2017 libmail-dkim-perl_0.44-1_all.deb
              -rw-r--r-- 1 root root   191916 Nov  1  2017 libmime-tools-perl_5.509-1_all.deb
              -rw-r--r-- 1 root root    15292 Mai 11  2010 libnet-cidr-lite-perl_0.21-1_all.deb
              -rw-r--r-- 1 root root    13068 Aug 13  2016 libnet-cidr-perl_0.18-1_all.deb
              -rw-r--r-- 1 root root   335130 Aug  1  2017 libnet-dns-perl_1.10-2_all.deb
              -rw-r--r-- 1 root root    31546 Dez 15  2012 libnet-ip-perl_1.26-1_all.deb
              -rw-r--r-- 1 root root    16724 Jul 26  2017 libnet-libidn-perl_0.12.ds-2build4_amd64.deb
              -rw-r--r-- 1 root root    25888 Jul 27  2017 libnet-patricia-perl_1.22-1build4_amd64.deb
              -rw-r--r-- 1 root root   165412 Feb 15  2018 libnet-server-perl_2.009-1_all.deb
              -rw-r--r-- 1 root root   234516 Mär  5 10:59 libreoffice_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  1668500 Feb  3 13:39 libreoffice-base_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  1667896 Mär  5 10:59 libreoffice-base_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  1004536 Feb  3 13:39 libreoffice-base-core_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  1005540 Mär  5 10:59 libreoffice-base-core_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   733748 Feb  3 13:40 libreoffice-base-drivers_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   733744 Mär  5 10:59 libreoffice-base-drivers_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  7493108 Feb  3 13:40 libreoffice-calc_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  7493136 Mär  5 10:59 libreoffice-calc_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root 23658380 Feb  3 13:39 libreoffice-common_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_all.deb
              -rw-r--r-- 1 root root 23663792 Mär  5 10:59 libreoffice-common_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_all.deb
              -rw-r--r-- 1 root root 40402152 Feb  3 13:39 libreoffice-core_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root 40401328 Mär  5 10:59 libreoffice-core_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  3728616 Feb  3 13:39 libreoffice-draw_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  3733500 Mär  5 10:59 libreoffice-draw_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   287252 Feb  3 13:39 libreoffice-gnome_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   287364 Mär  5 10:59 libreoffice-gnome_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   627012 Feb  3 13:39 libreoffice-gtk3_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   628348 Mär  5 10:59 libreoffice-gtk3_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  3481696 Feb  3 13:40 libreoffice-help-common_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_all.deb
              -rw-r--r-- 1 root root  3401880 Feb  3 13:40 libreoffice-help-de_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_all.deb
              -rw-r--r-- 1 root root  1464696 Feb  3 13:38 libreoffice-impress_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  1465224 Mär  5 10:59 libreoffice-impress_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   845560 Feb  3 13:39 libreoffice-java-common_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_all.deb
              -rw-r--r-- 1 root root  1053476 Feb  3 13:39 libreoffice-l10n-de_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_all.deb
              -rw-r--r-- 1 root root   740920 Mär  5 10:59 libreoffice-math_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  9589640 Feb  3 13:38 libreoffice-writer_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  9599404 Mär  5 10:59 libreoffice-writer_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root    23046 Jul 26  2017 libsocket6-perl_0.27-1build2_amd64.deb
              -rw-r--r-- 1 root root    57010 Dez  4  2016 libtfm1_0.13-4_amd64.deb
              -rw-r--r-- 1 root root    21354 Jul 27  2017 libunix-syslog-perl_1.1-2build9_amd64.deb
              -rw-r--r-- 1 root root   509540 Mär  5 10:59 libuno-cppuhelpergcc3-3_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   395040 Feb  3 13:39 libuno-sal3_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r----- 1 root root        0 Apr 25  2018 lock
              drwx------ 2 _apt root     4096 Mär 26 12:49 partial
              -rw-r--r-- 1 root root    82232 Jän 11  2018 pax_1%3a20171021-2_amd64.deb
              -rw-r--r-- 1 root root  1147220 Aug 17  2021 postfix_3.3.0-1ubuntu0.4_amd64.deb
              -rw-r--r-- 1 root root   355276 Mär  5 10:59 python3-uno_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   428324 Feb  3 13:39 uno-libs-private_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   428788 Mär  5 10:59 uno-libs-private_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  1295044 Feb  3 13:38 ure_1%3a7.3.0~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root  1297884 Mär  5 10:59 ure_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root   298516 Mär  5 10:59 ure-java_1%3a7.3.1~rc3-0ubuntu0.18.04.1~lo1_amd64.deb
              -rw-r--r-- 1 root root 86975784 Jän 22 13:17 vivaldi-stable_5.0.2497.48-1_amd64.deb
              [sudo] Passwort für auie:  
              insgesamt 0
              -rw-r--r-- 1 root root 0 Apr 25  2018 git_1%3a2.17.1-1ubuntu0.8_amd64.deb.FAILED
              -rw-r--r-- 1 root root 0 Apr 25  2018 git-man_1%3a2.17.1-1ubuntu0.8_all.deb.FAILED
              auie@Latitude-E5530:~$

              Comment


                #8
                My bad on the first command; a typo. Type: dpkg --list | awk '/linux-image/ {print $2}'
                Using Kubuntu Linux since March 23, 2007
                "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                Comment


                  #9
                  Code:
                  auie@Latitude-E5530:~$ dpkg --list | awk '/linux-image/ {print $2}'
                  linux-image-4.15.0-135-generic
                  linux-image-4.15.0-136-generic
                  linux-image-4.15.0-137-generic
                  linux-image-4.15.0-139-generic
                  linux-image-4.15.0-140-generic
                  linux-image-4.15.0-142-generic
                  linux-image-4.15.0-143-generic
                  linux-image-4.15.0-144-generic
                  linux-image-4.15.0-147-generic
                  linux-image-4.15.0-151-generic
                  linux-image-4.15.0-153-generic
                  linux-image-4.15.0-154-generic
                  linux-image-4.15.0-156-generic
                  linux-image-4.15.0-158-generic
                  linux-image-4.15.0-159-generic
                  linux-image-4.15.0-161-generic
                  linux-image-4.15.0-162-generic
                  linux-image-4.15.0-163-generic
                  linux-image-4.15.0-166-generic
                  linux-image-4.15.0-167-generic
                  linux-image-4.15.0-169-generic
                  linux-image-4.15.0-171-generic
                  linux-image-4.15.0-173-generic
                  linux-image-4.15.0-20-generic
                  linux-image-4.15.0-22-generic
                  linux-image-4.15.0-23-generic
                  linux-image-4.15.0-24-generic
                  linux-image-4.15.0-29-generic
                  linux-image-4.15.0-30-generic
                  linux-image-4.15.0-32-generic
                  linux-image-4.15.0-33-generic
                  linux-image-4.15.0-34-generic
                  linux-image-4.15.0-36-generic
                  linux-image-4.15.0-39-generic
                  linux-image-4.15.0-42-generic
                  linux-image-4.15.0-43-generic
                  linux-image-4.15.0-44-generic
                  linux-image-4.15.0-45-generic
                  linux-image-4.15.0-46-generic
                  linux-image-4.15.0-47-generic
                  linux-image-4.15.0-50-generic
                  linux-image-4.15.0-51-generic
                  linux-image-4.15.0-52-generic
                  linux-image-4.15.0-54-generic
                  linux-image-4.15.0-55-generic
                  linux-image-generic
                  auie@Latitude-E5530:~$

                  Comment


                    #10
                    Thank you.

                    Okay. Two things going on here. First, you have a LOT of downloaded packages. Second, you have a LOT of installed kernels. Both are consuming massive amounts of space on your system. Time for some housecleaning.

                    Let's deal with the downloaded packages. In the konsole type: sudo apt-get autoclean && sudo apt-get autoremove

                    man apt-get

                    autoclean (and the auto-clean alias since 1.1) Like clean, autoclean clears out the local repository of retrieved package files. The difference is that it only removes package files that can no longer be downloaded, and are largely useless. This allows a cache to be maintained over a long period without it growing out of control.

                    autoremove (and the auto-remove alias since 1.1) autoremove is used to remove packages that were automatically installed to satisfy dependencies for other packages and are now no longer needed.
                    Once done, let's look at space usage again. Type: df -hT --exclude-type=tmpfs --exclude-type=devtmpfs
                    Using Kubuntu Linux since March 23, 2007
                    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                    Comment


                      #11
                      Thank you very much Snowhog :-)

                      I did
                      Code:
                      sudo apt autoremove
                      two days ago.

                      Code:
                      auie@Latitude-E5530:~$ sudo apt-get autoclean && sudo apt-get autoremove
                      [sudo] Passwort für auie:  
                      Paketlisten werden gelesen... Fertig
                      Abhängigkeitsbaum wird aufgebaut.        
                      Statusinformationen werden eingelesen.... Fertig
                      Del libreoffice-help-common 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [3.482 kB]
                      Del uno-libs-private 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [428 kB]
                      Del libreoffice-java-common 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [846 kB]
                      Del libreoffice-base-drivers 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [734 kB]
                      Del libreoffice-help-de 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [3.402 kB]
                      Del libreoffice-calc 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [7.493 kB]
                      Del libreoffice-draw 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [3.729 kB]
                      Del libreoffice-common 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [23,7 MB]
                      Del libreoffice-gnome 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [287 kB]
                      Del vivaldi-stable 5.0.2497.48-1 [87,0 MB]
                      Del libuno-sal3 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [395 kB]
                      Del libreoffice-impress 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [1.465 kB]
                      Del libreoffice-core 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [40,4 MB]
                      Del libreoffice-gtk3 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [627 kB]
                      Del libreoffice-writer 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [9.590 kB]
                      Del libreoffice-base-core 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [1.005 kB]
                      Del libreoffice-base 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [1.668 kB]
                      Del libreoffice-l10n-de 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [1.053 kB]
                      Del ure 1:7.3.0~rc3-0ubuntu0.18.04.1~lo1 [1.295 kB]
                      Del git-man 1:2.17.1-1ubuntu0.8 [0 B]
                      Del git 1:2.17.1-1ubuntu0.8 [0 B]
                      Paketlisten werden gelesen... Fertig
                      Abhängigkeitsbaum wird aufgebaut.        
                      Statusinformationen werden eingelesen.... Fertig
                      0 aktualisiert, 0 neu installiert, 0 zu entfernen und 59 nicht aktualisiert.
                      1 nicht vollständig installiert oder entfernt.
                      Nach dieser Operation werden 0 B Plattenplatz zusätzlich benutzt.
                      amavisd-new (1:2.11.0-1ubuntu1.1) wird eingerichtet ...
                      Creating/updating amavis user account...
                      Job for amavis.service failed because the control process exited with error code.
                      See "systemctl status amavis.service" and "journalctl -xe" for details.
                      invoke-rc.d: initscript amavis, action "start" failed.
                      ● amavis.service - LSB: Starts amavisd-new mailfilter
                        Loaded: loaded (/etc/init.d/amavis; generated)
                        Active: failed (Result: exit-code) since Sun 2022-03-27 22:04:50 CEST; 8ms ago
                          Docs: man:systemd-sysv-generator(8)
                       Process: 26452 ExecStart=/etc/init.d/amavis start (code=exited, status=1/FAILURE)
                      
                      Mär 27 22:04:49 Latitude-E5530 amavis[26452]: Starting amavisd: head: cannot open '/etc/mailname' for reading: No such file or directory
                      Mär 27 22:04:50 Latitude-E5530 amavis[26452]:   The value of variable $myhostname is "Latitude-E5530", but should have been
                      Mär 27 22:04:50 Latitude-E5530 amavis[26452]:   a fully qualified domain name; perhaps uname(3) did not provide such.
                      Mär 27 22:04:50 Latitude-E5530 amavis[26452]:   You must explicitly assign a FQDN of this host to variable $myhostname
                      Mär 27 22:04:50 Latitude-E5530 amavis[26452]:   in /etc/amavis/conf.d/05-node_id, or fix what uname(3) provides as a host's
                      Mär 27 22:04:50 Latitude-E5530 amavis[26452]:   network name!
                      Mär 27 22:04:50 Latitude-E5530 amavis[26452]: (failed).
                      Mär 27 22:04:50 Latitude-E5530 systemd[1]: amavis.service: Control process exited, code=exited status=1
                      Mär 27 22:04:50 Latitude-E5530 systemd[1]: amavis.service: Failed with result 'exit-code'.
                      Mär 27 22:04:50 Latitude-E5530 systemd[1]: Failed to start LSB: Starts amavisd-new mailfilter.
                      dpkg: Fehler beim Bearbeiten des Paketes amavisd-new (--configure):
                      »installiertes amavisd-new-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück
                      Fehler traten auf beim Bearbeiten von:
                      amavisd-new
                      E: Sub-process /usr/bin/dpkg returned an error code (1)
                      auie@Latitude-E5530:~$
                      Code:
                      auie@Latitude-E5530:~$ df -hT --exclude-type=tmpfs --exclude-type=devtmpfs                       
                      Dateisystem                         Typ      Größe Benutzt Verf. Verw% Eingehängt auf
                      /dev/sda5                           ext4      215G    204G  194M  100% /
                      /dev/loop2                          squashfs  163M    163M     0  100% /snap/gnome-3-28-1804/145
                      /dev/loop5                          squashfs   66M     66M     0  100% /snap/gtk-common-themes/1519
                      /dev/loop0                          squashfs  250M    250M     0  100% /snap/bisq-desktop/280
                      /dev/loop6                          squashfs   94M     94M     0  100% /snap/youtube-dl/4630
                      /dev/loop4                          squashfs  249M    249M     0  100% /snap/gnome-3-38-2004/99
                      /dev/loop1                          squashfs  161M    161M     0  100% /snap/midori/451
                      /dev/loop3                          squashfs  248M    248M     0  100% /snap/gnome-3-38-2004/87
                      /dev/loop7                          squashfs   62M     62M     0  100% /snap/core20/1361
                      /dev/loop13                         squashfs  128K    128K     0  100% /snap/bare/5
                      /dev/loop10                         squashfs  626M    626M     0  100% /snap/libreoffice/247
                      /dev/loop8                          squashfs  153M    153M     0  100% /snap/skype/203
                      /dev/loop17                         squashfs  617M    617M     0  100% /snap/libreoffice/242
                      /dev/loop25                         squashfs  135M    135M     0  100% /snap/chromium/1944
                      /dev/loop9                          squashfs  165M    165M     0  100% /snap/gnome-3-28-1804/161
                      /dev/loop19                         squashfs   93M     93M     0  100% /snap/youtube-dl/4572
                      /dev/loop15                         squashfs  153M    153M     0  100% /snap/skype/206
                      /dev/loop23                         squashfs   66M     66M     0  100% /snap/gtk-common-themes/1515
                      /dev/loop14                         squashfs  111M    111M     0  100% /snap/core/12821
                      /dev/loop22                         squashfs   62M     62M     0  100% /snap/core20/1376
                      /dev/loop16                         squashfs   56M     56M     0  100% /snap/core18/2284
                      /dev/loop18                         squashfs  111M    111M     0  100% /snap/core/12725
                      /dev/loop11                         squashfs  251M    251M     0  100% /snap/zoom-client/170
                      /dev/loop20                         squashfs  161M    161M     0  100% /snap/midori/550
                      /dev/loop12                         squashfs   56M     56M     0  100% /snap/core18/2344
                      /dev/loop21                         squashfs  250M    250M     0  100% /snap/zoom-client/168
                      //share.in.bksys.at/shared          cifs      3,6T    748G  2,9T   21% /s
                      //share.in.bksys.at/Nicolas Private cifs      200G    684M  200G    1% /mnt/nicolas
                      /dev/loop26                         squashfs  135M    135M     0  100% /snap/chromium/1945
                      auie@Latitude-E5530:~$

                      Comment


                        #12
                        I have to ask: You've posted this Topic in 20.04, but the listing of installed kernels on your system (4.15.0-*) indicate your running either 16.04 or 18.04, both of which are EOL (End of Life), unless you have ESM. "ESM is available through an Ubuntu Advantage for Infrastructure subscription for physical servers, virtual machines, containers and desktops, and is free for personal use."

                        If you are running on either of these releases, we (KFN) really can't help. That said, we can help you with cleaning up the old kernels. You really only need the most recent and one prior (as a 'safety boat'). Any kernels older than that can, and should, be removed. Installed kernels and their modules take up a lot of space.

                        The 'safest way' to purge older installed kernels is to mark them for Purging in Muon Package Manager. Do you have Muon Package Manager installed?
                        Using Kubuntu Linux since March 23, 2007
                        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

                        Comment


                          #13
                          Dear Snowhog,

                          I am very sorry. I have been "struggling" to install Kubuntu 20.04 on a laptop.
                          I intend to replace soon those Kubuntu 16.04 and 18.04 with two Kubuntu 20.04.
                          This is why I was cleaning those old Kubuntu before the aforementionned installations. Therefore I kept on thinking 20.04 but indeed I would like to transfer free space from the trash of Kubuntu 18.04 to the full space outside this trash. So this topic has been put to a wrong place.

                          Yes, I have the Muon Package Manager.

                          Comment


                            #14
                            Are we talking about Kubuntu 20.04 Focal? This is the 20.04 forum section, after all.

                            You should have at the very least a 5.4 kernel. not 4.15, which is quite old - from 18.04. Which is End of Life in Kubuntu.
                            Even an upgrade from 18.04 LTS to 20.04 LTS would have installed 5.4, or newer.

                            I am going to assume you are actually running Bionic 18.04?
                            lsb_release -a, if you are unsure

                            Originally posted by nicrnicr View Post
                            Code:
                            auie@Latitude-E5530:~$ dpkg --list | awk '/linux-image/ {print $2}'
                            linux-image-4.15.0-135-generic
                            linux-image-4.15.0-136-generic
                            linux-image-4.15.0-137-generic
                            linux-image-4.15.0-139-generic
                            linux-image-4.15.0-140-generic
                            linux-image-4.15.0-142-generic
                            linux-image-4.15.0-143-generic
                            linux-image-4.15.0-144-generic
                            linux-image-4.15.0-147-generic
                            linux-image-4.15.0-151-generic
                            linux-image-4.15.0-153-generic
                            linux-image-4.15.0-154-generic
                            linux-image-4.15.0-156-generic
                            linux-image-4.15.0-158-generic
                            linux-image-4.15.0-159-generic
                            linux-image-4.15.0-161-generic
                            linux-image-4.15.0-162-generic
                            linux-image-4.15.0-163-generic
                            linux-image-4.15.0-166-generic
                            linux-image-4.15.0-167-generic
                            linux-image-4.15.0-169-generic
                            linux-image-4.15.0-171-generic
                            linux-image-4.15.0-173-generic
                            linux-image-4.15.0-20-generic
                            linux-image-4.15.0-22-generic
                            linux-image-4.15.0-23-generic
                            linux-image-4.15.0-24-generic
                            linux-image-4.15.0-29-generic
                            linux-image-4.15.0-30-generic
                            linux-image-4.15.0-32-generic
                            linux-image-4.15.0-33-generic
                            linux-image-4.15.0-34-generic
                            linux-image-4.15.0-36-generic
                            linux-image-4.15.0-39-generic
                            linux-image-4.15.0-42-generic
                            linux-image-4.15.0-43-generic
                            linux-image-4.15.0-44-generic
                            linux-image-4.15.0-45-generic
                            linux-image-4.15.0-46-generic
                            linux-image-4.15.0-47-generic
                            linux-image-4.15.0-50-generic
                            linux-image-4.15.0-51-generic
                            linux-image-4.15.0-52-generic
                            linux-image-4.15.0-54-generic
                            linux-image-4.15.0-55-generic
                            linux-image-generic
                            auie@Latitude-E5530:~$

                            That many kernels will eat some space for sure
                            Normally, running an occasional sudo apt autoremove is useful to remove extra kernels, leavoing behind the last three iirc.
                            The last time I recqll seeing this process broken in *buntu was in ---- 18.04. So I am guessing whatever bug there was, never got fixed by Ubuntu.

                            There are tools and scripts that may be useful, as manually removing all of those will be tedious.
                            You could use Muon or Synaptic to mark and remove all but the newest 2 or 3 kernels, and do an autoremove afterwards to also remove other misc packages related to them, if any.

                            You might also try the command purge-old-kernels, which I have used in the past (very distant past), and seems to still be around.

                            You may have to install the package byobu, which provides the utility - sudo apt install byobu
                            then
                            sudo purge-old-kernels --keep 3

                            Comment


                              #15
                              Originally posted by nicrnicr View Post
                              I would like to transfer free space from the trash of Kubuntu 18.04 to the full space outside this trash. .
                              It doesn't work that way, the trash is not a specific drive or partition. You can limit how much space it holds before it is full, but it is shared so there is no free space to transfer back.


                              To change the size the trash is allowed to hold, see these images below (for 20.04, Dolphin version 19.12.3 or similar) :
                              Attached Files
                              Last edited by claydoh; Mar 27, 2022, 03:10 PM.

                              Comment

                              Working...
                              X