- 20 Posts
- 30 Comments
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] my var directory on debian 13.1 has only 500 MiB free space and I cannot update flatpak anymore. How do I solve this?1·7 days agoI installed baobab 48.0.2 with
sudo apt
.should I install ncdu 2.9.1 with
uniget install ncdu
? the apt version is older than that
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] my var directory on debian 13.1 has only 500 MiB free space and I cannot update flatpak anymore. How do I solve this?1·7 days agodu -hsc /var
sudo du -hsc /var returns:
10G /var
,10G total
du -hsc /var returns:
du: cannot read directory '/var/lost+found': Permission denied
,du: cannot read directory '/var/spool/cron/crontabs': Permission denied
…25 more lines like this
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] my var directory on debian 13.1 has only 500 MiB free space and I cannot update flatpak anymore. How do I solve this?1·7 days agoUninstall all the flatpak packages that are installed as system wide packages and install them as user packages
would you eli5 how to do this?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] is the command locate too old for debian 13 xfce?2·8 days agosudo updatedb
thanks!
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] ffmpeg from apt or flatpak, do I need both? debian 13.01·27 days agoholy crap you’re fast
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] on debian 13 xfce, what appearance style do I need so the title bar doubles its width?1·1 month agoI’m on xfce and didn’t find that option. All I see is assistive technologies, keyboard and mouse. Is that for gnome?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] on debian 13 xfce, what appearance style do I need so the title bar doubles its width?2·1 month agoxfce, and thanks! it worked!
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] on debian 13 xfce, what appearance style do I need so the title bar doubles its width?1·1 month agoI don’t get it then. I installed debian 13 with xfce and now I’m using gnome??
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] how come yt-dlp on a terminal returns bash: yt-dlp: command not found even though I installed it with wget? debian 132·1 month agothank you. I did what you suggested
arsus5478@lemmy.mlOPto Linux@lemmy.ml•how come some function keys don't work anymore on debian 13 xfce?2·1 month agoxfce on an clevo notebook
arsus5478@lemmy.mlOPto Linux@lemmy.ml•what do I need to know before I shrink a LUKS partition to enlarge the boot partition?11·2 months agostill don’t follow: should I shrink instead of resize?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•what do I need to know before I shrink a LUKS partition to enlarge the boot partition?4·2 months agodebian 13 needs more boot space, my boot partition is too small to complete the upgrade
arsus5478@lemmy.mlOPto Linux@lemmy.ml•what do I need to know before I shrink a LUKS partition to enlarge the boot partition?11·2 months agoplease eli5
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] is this not enough boot space on debian 13?1·2 months agois gparted better than KDE partition manager? or gnome’s?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] is this not enough boot space on debian 13?1·2 months agoor offline partition shrinking, moving after a data backup if you have personal files you care about
what you are saying is: copy all your data to another drive, expand the boot partition shrinking the main storage drive and then copying back?
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] while upgrading from debian 12.11 to 13.0 errors were encountered while processing: plymouth, plymouth-label and initramfs-tools, how do I solve this?1·2 months agojust to avoid misunderstandings, I assume the final >french accent lemmy wont show< in your code is lemmy code and you forgot to type the >french accent lemmy wont show< at the beginning of the command, right? because the one without the >french accent lemmy wont show< returns
-bash: update-initramfs: command not found
incidentally, another member suggested I run
sudo dpkg-reconfigure initramfs-tools
it returns:
update-initramfs: deferring update (trigger activated) Processing triggers for initramfs-tools (0.148.3) ... update-initramfs: Generating /boot/initrd.img-6.12.41+deb13-amd64 zstd: error 70 : Write error : cannot write block : No space left on device E: mkinitramfs failure cpio 141 E: mkinitramfs failure zstd -q -9 -T0 70 update-initramfs: failed for /boot/initrd.img-6.12.41+deb13-amd64 with 1. dpkg: error processing package initramfs-tools (--configure): installed initramfs-tools package post-installation script subprocess returned error exit status 1 Errors were encountered while processing: initramfs-tools
but this is something I don’t understand. I deleted 6 old kernels already. There are only 3 left.
After checking KDE Partition Manager for /boot and /boot/efi both have free space left:
/boot size: 488 MiB /boot used: 396.26 MiB /boot/efi size: 512 MiB /boot/efi used: 10.52 MiB
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] what did I do to debian 13.0? I can only access the backup install1·2 months agosorry, typed that wrong, debian 12.11
arsus5478@lemmy.mlOPto Linux@lemmy.ml•[SOLVED] what did I do to debian 13.0? I can only access the backup install1·2 months agoI listed all installed kernels:
dpkg -l | grep linux-image | awk ‘{print$2}’
then removed several old kernels:
sudo apt remove --purge linux-image-XXX
then updated grub:
sudo update-grub2
thanks. I read that command somewhere but thought I had to edit it to name specifically my username.