The problem is still not solved.
I could fix the problem with the following change to the code.
In file /usr/bin/unattended-upgrade at line 814 I changed
subject = _("unattended-upgrades result for '%s': '%s'") % (
host(), res)
into
tmp = _("unattended-upgrades result for '%s': '%s'")
subject = tmp % (host(), res)
The error message then disappear.
Note that the same problem
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1527106
Title:
Fatal exception failure of unattended-upgrade
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unattended-upgrades/+bug/1527106/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs