apt dist-upgrade stuck - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: PinePhone (https://forum.pine64.org/forumdisplay.php?fid=120) +--- Forum: PinePhone Software (https://forum.pine64.org/forumdisplay.php?fid=121) +---- Forum: Mobian on PinePhone (https://forum.pine64.org/forumdisplay.php?fid=139) +---- Thread: apt dist-upgrade stuck (/showthread.php?tid=10892) |
apt dist-upgrade stuck - Concrete_panda - 07-29-2020 Hey guys, it is already the second time that I experience this. I want to update with Code: sudo apt update && sudo apt dist-upgrade and the process gets stuck when setting up util_linux. I don't get any error message, thus nothing happens any more. What could that be? Best, Thomas RE: apt dist-upgrade stuck - wibble - 07-29-2020 /var/lib/dpkg/info/util-linux.postinst was hanging for some reason. I shut the phone down as I didn't have time to dig further when I ran into it. I just powered up and reran 'sudo dpkg --configure -a' to check the details and it completed without hanging. RE: apt dist-upgrade stuck - stux - 07-30-2020 (07-29-2020, 06:05 PM)wibble Wrote: /var/lib/dpkg/info/util-linux.postinst was hanging for some reason. I shut the phone down as I didn't have time to dig further when I ran into it. I just powered up and reran 'sudo dpkg --configure -a' to check the details and it completed without hanging. That worked, thanks. RE: apt dist-upgrade stuck - antiX-Dave - 08-05-2020 Had this problem again and the reboot trick did not work. Seems to be hanging with the command Code: deb-systemd-invoke restart 'fstrim.timer' manually running that command and / or stopping / starting does not help. Figured the service would restart with a reboot, so modified the package and commented out that line in the postinst script which seems to have worked. However it also stalled at other services that rely on fstrim.timer I suppose. |