pbkwee / distrorejuve

Bash script to help upgrade older distros to newer versions, and crossgrade from 32 to 64 bits
Apache License 2.0
22 stars 8 forks source link

atop becomes upset at crossgrade due to arch specific files #11

Open chrissamuel opened 1 year ago

chrissamuel commented 1 year ago

Hi there,

Whilst watching the script crossgrade my Debian 11 Bullseye VM I noticed these errors:

Setting up atop (2.6.0-2) ...
File /var/log/atop/atop_20230702_oldformat_oldformat created with atop compiled for other CPU architecture
dpkg: error processing package atop (--configure):
 installed atop package post-installation script subprocess returned error exit status 3

In the end to stop these continual errors I had to move /var/log/atop out of the way and then create it as an empty directory.

Hope this helps & thanks for this script!

All the best, Chris