FerryAr / lhroot

Linux Chroot Installer & Bootscript Magisk Module.
GNU General Public License v3.0
190 stars 20 forks source link

Arch Linux ARM: pacman -Su fails with "could not determine cachedir mount point /var/cache/pacman/pkg" #36

Closed RealEthanPlayzDev closed 10 months ago

RealEthanPlayzDev commented 11 months ago
error: could not determine cachedir mount point /var/cache/pacman/pkg
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.

Android 13 Magisk v26.3 (Zygisk enabled) Termux as terminal emulator (su) And before you ask, yes I do have free disk space (there's at least 50 GB of free space)

/var/cache/pacman/pkg does exist as a directory

FerryAr commented 10 months ago

could not determine cachedir mount point /var/cache/pacman/pkg

Comment CheckSpace on /etc/pacman.conf

RealEthanPlayzDev commented 10 months ago

@FerryAr That fixed it, thanks!