[Bug 191514] Re: Kernel upgrades may leave system unbootable when its hibernated during the upgrade

2010-10-02 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid/unattended-upgrades

-- 
Kernel upgrades may leave system unbootable when its hibernated during the 
upgrade
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable when its hibernated during the upgrade

2009-12-26 Thread Kari Aliranta
A good point in a comment earlier:

"A small warning dialog like "Warning: the package manager is working right 
now, it is strongly recommended to wait for it to finish." and the user's 
options could be like "proceed anyways / wait and proceed / cancel".
Of course this could also be a text-based dialog if you're going to call 
poweroff, reboot or pm-whatsoever from shell."

Unattended upgrades is often the update method of choice on the
computers of numerous non-computer-savvy desktop users - the more
informed friends/relatives turn it on to keep the security up-to-date
without user interaction, which may not be possible because the user
doesn't know the superuser password required for the upgrade.

In this case, a clear warning for the user would be useful, in order to
prevent the confused user from forcibly shutting down the computer (by
pulling the plug, for example). The easiest way to do this would
probably be a LOCALIZED uppercase message in the stdout. Something like
"ATTENTION! THE COMPUTER IS PERFORMING AUTOMATIC SECURITY UPDATES, AND
WILL SHUT DOWN AUTOMATICALLY AFTER HAVING FINISHED. PLEASE DON'T TURN
THE COMPUTER OFF MANUALLY!"

(For a possible more GUIly way of printing the message, see a deferred
Karmic spec:
https://wiki.ubuntu.com/FoundationsTeam/Specs/KarmicUpdatesOnShutdown )

-- 
Kernel upgrades may leave system unbootable when its hibernated during the 
upgrade
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable when its hibernated during the upgrade

2009-07-10 Thread Launchpad Bug Tracker
This bug was fixed in the package unattended-upgrades - 0.51ubuntu1

---
unattended-upgrades (0.51ubuntu1) karmic; urgency=low

  * unattended-upgrade-shutdown:
- deal with syslog not avaiable (LP: #396263)
  * pm/sleep.d/10_unatteded-upgrades-hibernate:
- add script to ensure that installing is finished when
  hibernating (LP: #191514)

 -- Michael VogtFri, 10 Jul 2009 10:20:47
+0200

** Changed in: unattended-upgrades (Ubuntu)
   Status: Confirmed => Fix Released

-- 
Kernel upgrades may leave system unbootable when its hibernated during the 
upgrade
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable when its hibernated during the upgrade

2009-07-08 Thread Michael Vogt
I commited a pm-utils hook for this now, it will be part of the next
upload.

-- 
Kernel upgrades may leave system unbootable when its hibernated during the 
upgrade
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable when its hibernated during the upgrade

2009-07-07 Thread Michael Vogt
** Summary changed:

- Kernel upgrades may leave system unbootable
+ Kernel upgrades may leave system unbootable when its hibernated during the 
upgrade

-- 
Kernel upgrades may leave system unbootable when its hibernated during the 
upgrade
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2009-07-06 Thread Nikolaus Rath
Ensuring that unattended-upgrades is finished when shutting down only
partially fixes this bug. The problem still exists when hibernating.

** Changed in: unattended-upgrades (Ubuntu)
   Status: Fix Released => Confirmed

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2009-07-06 Thread Launchpad Bug Tracker
This bug was fixed in the package unattended-upgrades - 0.50ubuntu1

---
unattended-upgrades (0.50ubuntu1) karmic; urgency=low

  * fix crash in ouput, thanks to Joerg Schuetter, closes: #535347
  * when running in --debug mode, also print debug output to stderr
  * add --dry-run option to simulate a run, but not actually install
something
  * when running with --debug, install packages instead of just
simulating the install, --dry-run is avaialble for simulation
  * check for packages on hold and do not upgrade them (closes: #511677)
  * deal better with failures in pkgname_from_deb() (LP: #305046)
  * improved the README some more (LP: #311052)
  * fix locking problem (LP: #359010)
  * Contain unattended-upgrades log in the status mail as well
(LP: #245422)
  * ensure that unattended-upgrade is finished on shutdown
(LP: #191514)

 -- Michael VogtMon, 06 Jul 2009 09:26:48
+0200

** Changed in: unattended-upgrades (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2009-07-03 Thread Michael Vogt
There is a shutdown script now that will ensure that the unattended-
upgrades run finished before the shutdown can continue.

** Changed in: unattended-upgrades (Ubuntu)
 Assignee: Brad Figg (brad-figg) => Michael Vogt (mvo)

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2009-07-03 Thread Launchpad Bug Tracker
** Branch linked: lp:unattended-upgrades

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2009-07-03 Thread Michael Vogt
This is fixed in bzr now.

** Changed in: unattended-upgrades (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2009-07-03 Thread Launchpad Bug Tracker
** Branch linked: lp:~mvo/unattended-upgrades/mvo

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2009-04-15 Thread Brad Figg
** Tags removed: ct-rev

** Changed in: unattended-upgrades (Ubuntu)
 Assignee: (unassigned) => Brad Figg (brad-figg)

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2009-04-13 Thread Nikolaus Rath
Unless I overlooked the relevant changelog entry, this is still an issue
in Jaunty, since it has neither been fixed in update-initrd nor in
unattended-upgrades.

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2009-04-13 Thread Brad Figg
This bug was reported a while ago but there hasn't been any recent
comments or updates.  Is this still an issue with the latest pre-release
of Jaunty 9.04? Refer to http://www.ubuntu.com/testing/jaunty/beta .
Please let us know.

** Tags added: ct-rev

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2008-08-28 Thread Leann Ogasawara
The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the
upcoming Intrepid Ibex 8.10 release.  As a result, the kernel team would
appreciate it if you could please test this newer 2.6.27 Ubuntu kernel.
There are one of two ways you should be able to test:

1)  If you are comfortable installing packages on your own, the linux-
image-2.6.27-* package is currently available for you to install and
test.

--or--

2)  The upcoming Alpha5 for Intrepid Ibex 8.10 will contain this newer
2.6.27 Ubuntu kernel.  Alpha5 is set to be released Thursday Sept 4.
Please watch http://www.ubuntu.com/testing for Alpha5 to be announced.
You should then be able to test via a LiveCD.

Please let us know immediately if this newer 2.6.27 kernel resolves the
bug reported here or if the issue remains.  More importantly, please
open a new bug report for each new bug/regression introduced by the
2.6.27 kernel and tag the bug report with 'linux-2.6.27'.  Also, please
specifically note if the issue does or does not appear in the 2.6.26
kernel.  Thanks again, we really appreicate your help and feedback.

** Tags added: cft-2.6.27

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2008-06-06 Thread oschwa2s
Hi!

I think that shutdown, restart and hibernate should be avoided if the 
package-manager is working anyways. 
To achieve this i recommend that the gnome (or KDE/Xfce) dialog to initiate 
those actions should check for apt's lock-file and warn the user before he can 
proceed.
A small warning dialog like "Warning: the package manager is working right now, 
it is strongly recommended to wait for it to finish." and the user's options 
could be like "proceed anyways / wait and proceed / cancel".
Of course this could also be a text-based dialog if you're going to call 
poweroff, reboot or pm-whatsoever from shell.

Cheers,
Oliver

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2008-03-21 Thread Leann Ogasawara
** Changed in: linux (Ubuntu)
Sourcepackagename: linux-source-2.6.24 => linux
   Importance: Undecided => Medium
 Assignee: (unassigned) => Ubuntu Kernel Team (ubuntu-kernel-team)
   Status: New => Triaged

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191514] Re: Kernel upgrades may leave system unbootable

2008-03-10 Thread Michael Vogt
Thanks for your bugreport.

I'm adding a linux-source task here. It seems to me like the best course
of action here is to modify the building/updating of the initramfs in a
way that the time-window were the system does not boot is minimized.
Maybe building them all first and then moving them into place once all
is done. I don't know enough about the kernel packages.

Cheers,
 Michael

** Also affects: linux-source-2.6.24 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unattended-upgrades (Ubuntu)
   Importance: Undecided => Medium
   Status: New => Confirmed

-- 
Kernel upgrades may leave system unbootable
https://bugs.launchpad.net/bugs/191514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs