alle paar Jahre passiert es (mir), dass apt einmal hängenbleibt ohne, dass ich wüsste wieso und nun ist es wieder einmal so weit.
Auslöser war diesmal ein harmloses Update eines stretch mit vielen Paketen aus den backports
Code: Alles auswählen
# apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
patch
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 112 kB of archives.
After this operation, 1024 B disk space will be freed.
Do you want to continue? [Y/n]
Get:1 http://ftp.at.debian.org/debian stretch-proposed-updates/main amd64 patch amd64 2.7.5-1+deb9u1 [112 kB]
Fetched 112 kB in 0s (154 kB/s)
(Reading database ... 333857 files and directories currently installed.)
Preparing to unpack .../patch_2.7.5-1+deb9u1_amd64.deb ...
Unpacking patch (2.7.5-1+deb9u1) over (2.7.5-1+b2) ...
Setting up patch (2.7.5-1+deb9u1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Progress: [ 83%] [####################################.........]
Code: Alles auswählen
# ps aux
…
root 3938 0.0 0.1 90572 49632 pts/0 S+ 12:51 0:00 apt upgrade
…
Gibt es eine elegantere Lösung als das Killen von apt?
lg smutbert