[Bug 628400] Re: [regression] boot degraded question never posed

2010-09-13 Thread Surbhi Palande
@Colin,  Thanks! I have updated the patch with the suggestions. I hope
this looks fine now.

** Attachment added: updated-initramfs-tools.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/628400/+attachment/1577016/+files/debdiff.628400

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/initramfs-tools

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-13 Thread Colin Watson
It does indeed, thanks.  Uploading.

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-13 Thread Colin Watson
initramfs-tools (0.98.1ubuntu2) maverick; urgency=low

  * scripts/functions: Adding plymouth hide-splash to see the initramfs prompt
messages on VT. (LP: #628400)

 -- Surbhi Palande surbhi.pala...@canonical.com  Mon, 13 Sep 2010
10:24:22 +0100

** Changed in: initramfs-tools (Ubuntu Maverick)
   Status: In Progress = Fix Released

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-10 Thread Surbhi Palande
Attaching a tested patch. Do considering merging this for Maverick.

** Attachment added: initramfs-tools.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/mdadm/+bug/628400/+attachment/1564950/+files/debdiff.628400

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-10 Thread Colin Watson
I think you need a '|| true' after this since it will return 1 if
plymouthd isn't running.  Also, plymouth isn't necessarily in the
initramfs at all, so to avoid an error message I'd suggest guarding this
with 'if command -v plymouth /dev/null 21'.

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-10 Thread Steve Langasek
** Package changed: mdadm (Ubuntu Maverick) = initramfs-tools (Ubuntu
Maverick)

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-09 Thread Surbhi Palande
** Branch linked: lp:~csurbhi/ubuntu/maverick/initramfs-tools/initramfs-
tools.fix-628400

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-08 Thread Surbhi Palande
With FRAMEBUFFER=y in intramfs.conf, you can see the expected messages
on a serial console but not on the VT.  This bug seems to be caused by
the chvt 1 in initramfs/scritps/function::try_failure_hooks().
Replacing this with plymouth hide-splash, gets the message on the VT.

** Changed in: mdadm (Ubuntu Maverick)
   Status: Triaged = In Progress

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-07 Thread Steve Langasek
If anything, I think this is probably a bug in initramfs-tools, a new
Debian version of which was merged into maverick for the first time in a
long while.  Note that plymouth still isn't included in the initramfs by
default, so shouldn't be hiding anything; though it is possible that
grub itself may be hiding it, I think it's at least as likely that the
initramfs-tools hooks no longer work as expected.

So I would suggest testing by downgrading initramfs-tools and
regenerating the initramfs to see if it's reproducible, and if it still
is, then we're probably looking at an interaction between current grub2
behavior and initramfs-tools.

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-03 Thread Colin Watson
Unlikely to be plymouth given that plymouth has hardly changed since
lucid.

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-03 Thread Robbie Williamson
There has been only one change from lucid to maverick plymouth:
  plymouth (0.8.2-2ubuntu3) maverick; urgency=low
   * src/plugins/splash/ubuntu-text/plugin.c: Change Ubuntu version to 10.10
  (LP: #588633).
   -- Colin Watson cjwat...@ubuntu.com  Fri, 25 Jun 2010 15:56:04 +0100

** Changed in: mdadm (Ubuntu Maverick)
 Assignee: (unassigned) = Surbhi Palande (csurbhi)

** Changed in: mdadm (Ubuntu Maverick)
   Status: New = Triaged

** Changed in: plymouth (Ubuntu Maverick)
   Status: New = Invalid

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-03 Thread Surbhi Palande
mdadm in maverick is a very old version, which was last updated in Dec 2010. So 
if it worked in Lucid, then on the surface of it, the regression seems unlikely 
to be in mdadm. Here is the last debian/chanagelog entry 

mdadm (2.6.7.1-1ubuntu15) lucid; urgency=low

  * Rename debian/mdadm.vol_id.udev to debian/mdadm.mdadm-blkid.udev so that
the rules file ends up with a more reasonable name following changes in
debhelper 7.4.2, and adjust the initramfs hook to match (LP: #493772).
  * Build-depend on debhelper 7.4.2.

 -- Colin Watson cjwat...@ubuntu.com  Sat, 12 Dec 2009 14:36:53 +


-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-02 Thread Thierry Carrez
@Dustin: are you sure this is a regression from Lucid ?

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-02 Thread Thierry Carrez
** Tags added: server-mrs

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-02 Thread Thierry Carrez
** Tags added: server-mro
** Tags removed: server-mrs

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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


Re: [Bug 628400] Re: [regression] boot degraded question never posed

2010-09-02 Thread Dustin Kirkland
Positive.  I have tested this in Lucid frequently.

Actually, Mathiaz says that he tested this at Alpha3 and saw the
question posed.  If that's the case, this is a regression since
Alpha3.  That should be easier to bisect...

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-01 Thread Dustin Kirkland
Marking against mdadm and plymouth -- not sure where the regression is
or where the fix belongs.

Milestoning this against GA, targeting at Maverick.

** Tags added: regression-potential

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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 628400] Re: [regression] boot degraded question never posed

2010-09-01 Thread Ubuntu QA Website
** Tags added: iso-testing

-- 
[regression] boot degraded question never posed
https://bugs.launchpad.net/bugs/628400
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