Comment 2 for bug 1765939

Revision history for this message
Steve Langasek (vorlon) wrote : Re: package shim-signed 1.34.1+13-0ubuntu2 failed to install/upgrade: Unterprozess installed shim-signed package post-installation script gab den Fehler-Ausgangsstatus 1 zurück

The error in your log is:

mv: Aufruf von stat für '/var/lib/shim-signed/dkms-list.new' nicht möglich: Datei oder Verzeichnis nicht gefunden

The update-secureboot-policy script unconditionally calls a function "update_dkms_list" when invoked, which creates this file. It then calls 'mv /var/lib/shim-signed/dkms-list.new /var/lib/shim-signed/dkms-list' only at the end of processing, exactly once.

Is there something about your system that would explain why a file created at the beginning of this command's run is missing by the end of the command's run? Other users are not seeing this problem.