[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-07-08 Thread Mirzet Kadic
*** This bug is a duplicate of bug 1654600 *** https://bugs.launchpad.net/bugs/1654600 @louis do you have a link to the other bug you are working on? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-04-25 Thread Herbert
*** This bug is a duplicate of bug 1654600 *** https://bugs.launchpad.net/bugs/1654600 Up +100 -- 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/1661611

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-03-21 Thread baas
*** This bug is a duplicate of bug 1654600 *** https://bugs.launchpad.net/bugs/1654600 @Louis Bouchard (louis-bouchard) do you have a link to the other bug? I'm interested to follow the status off this bug. -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-03-02 Thread Louis Bouchard
*** This bug is a duplicate of bug 1654600 *** https://bugs.launchpad.net/bugs/1654600 This is a duplicate of another bug I'm working on and is caused by a systemd ordering issue. ** This bug has been marked a duplicate of bug 1654600 unattended-upgrade-shutdown hangs when /var is a

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-03-01 Thread SergeiFranco
I can confirm this bug also happens machines without LVM volumes. -- 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/1661611 Title: apt/unattended-upgrades stalls

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-03-01 Thread kay
It doesn't relate to "/usr/share/unattended-upgrades/unattended-upgrade- shutdown" file at all. When you "fix" it - it just fails because of the invalid python syntax. And shutdown just works. The real problem is systemd dependencies. Here is the log of the shutdown process: Unattended upgrades

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-02-22 Thread SergeiFranco
Regarding presence of "Unattended-Upgrade::InstallOnShutdown" in /etc/apt/apt.conf.d/20auto-upgrades and /etc/apt/apt.conf.d /50unattended-upgrades: It does not exist in /etc/apt/apt.conf.d/20auto-upgrades and it is commented out in /etc/apt/apt.conf.d/50unattended-upgrades , Eg:

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-02-12 Thread Jogarem
hm no. sometimes it works sometimes not.. :( -- 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/1661611 Title: apt/unattended-upgrades stalls shutdown Status in

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-02-10 Thread Jogarem
Well ok that was my first thought,too (boolean) so my first tests were misleading then. I tested a little bit more and find something maybe more useful. When using Ubuntu 16.04.2 fresh installed and I set in /etc/apt/apt.conf.d/50unattended-upgrades: Unattended-Upgrade::InstallOnShutdown "true";

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-02-07 Thread Brian Murray
Actually, the False part is setting the default value for the key if it doesn't exit. -- 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/1661611 Title:

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-02-07 Thread Brian Murray
apt_pkg.config.find_b() returns a boolean not a string. "find_b(key[, default=False]) → bool Return the boolean value stored at key, or the value given by the bool object default if the requested option is not set." >From apt.alioth.debian.org/python-apt-

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-02-07 Thread Brian Murray
Could you provide the configuration line "Unattended- Upgrade::InstallOnShutdown" from /etc/apt/apt.conf.d/20auto-upgrades and 50unattended-upgrades? Thanks in advance! ** Changed in: unattended-upgrades (Ubuntu) Status: Triaged => Incomplete -- You received this bug notification

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-02-07 Thread Brian Murray
** Changed in: unattended-upgrades (Ubuntu) Importance: Undecided => High ** Changed in: unattended-upgrades (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-02-04 Thread Mirzet Kadic
I'am effected by the same bug and here is a analysis made by someone else: http://askubuntu.com/questions/878630/apt-unattended-upgrades-stalls-shutdown The suggested patch works well. I hope it won't take too long to merge it. ** Tags added: xenial -- You received this bug notification

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-02-04 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: unattended-upgrades (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu.

[Touch-packages] [Bug 1661611] Re: apt/unattended-upgrades stalls shutdown

2017-02-03 Thread Jogarem
Solution: - fix /usr/share/unattended-upgrades/unattended-upgrades-shutdown to expect "false" instead of "False" patching /usr/share/unattended-upgrades/unattended-upgrade-shutdown: --- /tmp/unattended-upgrade-shutdown2017-02-03 14:53:03.238103238 +0100 +++