Package: unattended-upgrades
Version: 2.8

After upgrading to bookworm/testing, my unattended-upgrade cron job started giving output like this:

tar: .remove-on-upgrade /etc/xdg/okular.categories: Not found in archive
tar: Exiting with failure status due to previous errors

I downgraded okular and ran `unattended-upgrade --debug` to get the context for those messages (ignore the `locale-en_US` bit, it's just a wrapper to make the log messages more searchable):

$ sudo apt install /var/cache/apt/archives/okular_4%3a21.08.0-1_amd64.deb /var/cache/apt/archives/libokular5core9_4%3a21.08.0-1_amd64.deb
...
$ locale-en_US sudo unattended-upgrade --debug
...
Get:1 https://deb.debian.org/debian testing/main amd64 okular amd64 4:21.08.1-1+b1 [6160 kB]



Get:2 https://deb.debian.org/debian testing/main amd64 libokular5core9 amd64 4:21.08.1-1+b1 [340 kB]



Fetched 6500 kB in 0s (0 B/s)




fetch.run() result: 0




<apt_pkg.AcquireItem object:Status: 2 Complete: 1 Local: 0 IsTrusted: 1 FileSize: 6159644 DestFile:'/var/cache/apt/archives/okular_4%3a21.08.1-1+b1_amd64.deb' DescURI: 'https://deb.debian.org/debian/pool/main/o/okular/okular_21.08.1-1%2bb1_amd64.deb' ID:1 ErrorText: ''> check_conffile_prompt(/var/cache/apt/archives/okular_4%3a21.08.1-1+b1_amd64.deb)




found pkg: okular




tar: .remove-on-upgrade /etc/xdg/okular.categories: Not found in archive




tar: Exiting with failure status due to previous errors




conffile remove-on-upgrade /etc/xdg/okular.categories in missing on the system



<apt_pkg.AcquireItem object:Status: 2 Complete: 1 Local: 0 IsTrusted: 1 FileSize: 339872 DestFile:'/var/cache/apt/archives/libokular5core9_4%3a21.08.1-1+b1_amd64.deb' DescURI: 'https://deb.debian.org/debian/pool/main/o/okular/libokular5core9_21.08.1-1%2bb1_amd64.deb' ID:2 ErrorText: ''> check_conffile_prompt(/var/cache/apt/archives/libokular5core9_4%3a21.08.1-1+b1_amd64.deb)




found pkg: libokular5core9




No conffiles in deb /var/cache/apt/archives/libokular5core9_4%3a21.08.1-1+b1_amd64.deb (There is no member named 'conffiles')
...

Reply via email to