@Brian Murray
I still can reproduce this issue with 0.90ubuntu0.6
$ apt-cache policy unattended-upgrades
unattended-upgrades:
Installed: 0.90ubuntu0.6
Candidate: 0.90ubuntu0.6
Please check full log as attached.
Here are reproduction steps:
1. sudo /usr/bin/unattended-upgrade
2. Run the following script.
#!/bin/sh
loop=1
count=0
while [ $loop -gt 0 ]
do
count=`expr $count + 1`
echo "loop...$count"
if [ `grep -r -e "status half-installed linux-headers-4.4.0-78"
/var/log/dpkg.log | wc -l` -ge 1 ]; then
aplay /usr/share/sounds/alsa/Front_Right.wav
sudo reboot
fi
sleep 1
done
** Attachment added: "dpkg.log, term.log, history,log, syslog,
unattended-upgrades.log"
https://bugs.launchpad.net/oem-priority/+bug/1690980/+attachment/4881783/+files/log_0523.tar.gz
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1690980
Title:
No pop-up window to warn users that system should not reboot or
shutdown while installing security updates
Status in OEM Priority Project:
In Progress
Status in OEM Priority Project xenial series:
New
Status in unattended-upgrades package in Ubuntu:
Incomplete
Bug description:
Title: No pop-up window to warn users that system should not reboot or
shutdown while installing security updates
Summary:
No pop-up window to warn users that system should not reboot or shutdown
while installing security updates
Steps:
1. trigger unattended-upgrades
2. reboot or shutdown system while installing packages
Expected results: There is a pop-up window to warn users that system
should not reboot or shutdown
Actual results: There is no pop-up window to warn users
Additional information:
$ apt-cache policy unattended-upgrades
unattended-upgrades:
Installed: 0.90
Candidate: 0.90ubuntu0.5
$ lsb_release -rd
Description: Ubuntu 16.04 LTS
To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1690980/+subscriptions
--
Mailing list: https://launchpad.net/~touch-packages
Post to : [email protected]
Unsubscribe : https://launchpad.net/~touch-packages
More help : https://help.launchpad.net/ListHelp