[Bug 1220165] Re: Error informing the kernel about modificatons

2014-01-12 Thread Spetsnaz
I still see the issue when trying to install Ubuntu 13.10: Kernel oopses about XFS while I don't even have an XFS-partition.. ** Attachment added: dmesg https://bugs.launchpad.net/ubuntu/+source/parted/+bug/1220165/+attachment/3947120/+files/dmesg -- You received this bug notification

[Bug 1220165] Re: Error informing the kernel about modificatons

2014-01-12 Thread Phillip Susi
That error is benign and unrelated to this bug, which was about getting an error informing the kernel of the new partition table. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-16 Thread Lars Noodén
I haven't seen it either with the 2013-10-15 Alternate PPC image, though it is a bug that shows intermittently. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the

Re: [Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-16 Thread Colin Watson
The bug we found was deterministic for any given current/desired pair of partition layouts. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the kernel about

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-15 Thread Andy Whitcroft
Confirming that with the 20131015 images this issue is no longer reproducible for me on my test bed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the kernel about

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-15 Thread Joseph Salisbury
** Tags removed: kernel-key -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the kernel about modificatons To manage notifications about this bug go to:

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Erick Brunzell
I'm not marking that new bug as a duplicate. I've added a lot of info there, that's all I can do, I'll have to leave the rest to the actual devs. But it's absolutely fair to say that this is a critical bug without a doubt. -- You received this bug notification because you are a member of Ubuntu

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Colin Watson
Reassigning down to partman-base, though that may not be exactly the right target; there are logs in this bug from d-i, not just ubiquity, so it's a common installer problem. ** Package changed: ubiquity (Ubuntu) = partman-base (Ubuntu) ** Changed in: partman-base (Ubuntu) Importance: High =

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Elfy
attached /proc/swaps ** Attachment added: swaps https://bugs.launchpad.net/ubuntu/+source/partman-base/+bug/1220165/+attachment/3877525/+files/swaps -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Elfy
attached /proc/mounts ** Attachment added: mounts https://bugs.launchpad.net/ubuntu/+source/partman-base/+bug/1220165/+attachment/3877524/+files/mounts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Colin Watson
One question worth exploring here is why the kernel filesystem drivers appear to be getting involved during os-prober; we should be using grub- mount which wouldn't touch any of that code. It's quite possible for this to be relevant due to various races. -- You received this bug notification

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Colin Watson
Aha. I managed to reproduce this in qemu after a triple install: Ubuntu amd64, Ubuntu amd64 side-by-side, Ubuntu amd64 erase disk. grub-mount may be a red herring since I'm not sure I see that here. Investigating. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Colin Watson
Looks like a race between parted and a udev rule. We've fixed this type of thing before and parted already has code to attempt to work around them; probably just needs a bit more. ** Package changed: partman-base (Ubuntu) = parted (Ubuntu) ** Changed in: parted (Ubuntu) Status: Confirmed

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Phillip Susi
This is very strange. The partition has to not exist, or be successfully removed in order to try to add it, and then if adding it fails, you get this error. That means someone else is also trying to add the partition at the same time, and there shouldn't be any udev rules *adding* partitions.

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Colin Watson
I think the immediately-prior removes may be producing change events. It's a little hard to tell because trying to instrument it to any extent (e.g. udevadm monitor) causes the race to go away. What I'm currently trying is a patch that retries adds in much the same way that we retry removes; if

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Colin Watson
I was wrong; Phillip identified this correctly as being due to a bug in avoid-disturbing-partitions.patch in the case where some of the partitions in the new layout start at the same position as partitions of the same number in the old layout but extend over parts of the disk previously occupied

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Erick Brunzell
@ Colin, this is off-topic so apologies in advance, but if this requires a rebuild of 'ubiquity' could you possibly have someone look at the unrelated bug #1194898 ? It's not critical like this bug but I'm sure we'll get a lot of complaints over that. Thanks for all you do to make Ubuntu great.

Re: [Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Colin Watson
Fixing this bug does not require a rebuild of ubiquity. I'll see if we can have a look at 1194898, thanks for the heads-up - but it's getting pretty difficult to find time for non-critical fixes at this point. -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Phill Whiteside
Pretty much confirming the suspicion of it not being Ubiquity to blame, using alternate install (server install system). On a completely removed and recreated LVM, no problem. When I asked for 'side by side, it told me that vda was still mounted. Just following the unmount prompt allows me to

Re: [Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Colin Watson
On Mon, Oct 14, 2013 at 09:10:46PM -, Phill Whiteside wrote: Pretty much confirming the suspicion of it not being Ubiquity to blame, using alternate install (server install system). On a completely removed and recreated LVM, no problem. When I asked for 'side by side, it told me that vda

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Colin Watson
** Changed in: parted (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the kernel about modificatons To manage

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Phill Whiteside
correction. Having re-read your comment. I've not filed a bug, just made a comment on the test cases it applied to. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Phill Whiteside
@ Colin, as this bug is a 'grey' bug for alternate install. I'm just about to kick off the desktop install. As the installer does insist on re-downloading a load of via the internet instead of using what is on the actual ISO; it takes over an hour for me to do a test. My only option is to

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Phill Whiteside
@ colin, 1st time I've seen it.. I'm an alternate / server person... But this is a major issue http://imagebin.org/273686 I've updated the bug. I can not really progress with my testing when faced with that. Yet another bug reported back in the 'alpha' cycle that got ignored 2013-06-26 ::I'll

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/saucy-proposed/parted -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the kernel about modificatons To manage notifications about this bug

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-14 Thread Launchpad Bug Tracker
This bug was fixed in the package parted - 2.3-16ubuntu1 --- parted (2.3-16ubuntu1) saucy; urgency=low [ Phillip Susi ] * debian/patches/avoid-disturbing-partitions.patch: remove all old partitions (that are not unchanged) first, then add new ones. This avoids an EBUSY

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-13 Thread Lars Noodén
I also got this error outside of the installation process. On a finished system, I ran gparted and got the same error -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-13 Thread Erick Brunzell
I filed a new duplicate bug #1239515 run by launching ubiquity from the terminal with the command ubiquity -d and I included UUID info from prior to trying the installation as well as after the failure while ubiquity was still frozen. -- You received this bug notification because you are a

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-12 Thread Steve Langasek
This error message means that one of the partitions on the disk is in use, so the kernel is refusing to update its internal partition map because this would clobber the in-use filesystems. This is not a kernel bug, it looks like an installer bug. Please reproduce this error, and attach the

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-12 Thread Steve Langasek
** No longer affects: linux-ppc (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the kernel about modificatons To manage notifications about this bug go to:

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-12 Thread Lars Noodén
This happened even with the Alternate install image. ** Attachment added: /proc/mounts from installation https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1220165/+attachment/3876000/+files/mounts -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-12 Thread Lars Noodén
** Attachment added: /proc/swaps from installation https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1220165/+attachment/3876001/+files/swaps ** Changed in: ubiquity (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-12 Thread Steve Langasek
Ok, no partitions from /dev/sda are mounted, and syslog doesn't show anything else referencing it (such as via LVM). So this may actually be a bug in the kernel, since /dev/sda3 is shown in syslog as having been mounted once, and perhaps there's a reference that fails to be released. But I also

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-12 Thread Erick Brunzell
I think partman is puking all over itself, possibly trying to reuse or resize existing partitions instead of creating new partitions ;^) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title:

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-12 Thread Erick Brunzell
I fell on my face performing this: https://wiki.ubuntu.com/DebuggingUbiquity#Deeper_debugging_of_partman I think I didn't quite know how to restart rsyslog :^( I'm tired now but maybe I'll try just using ubiquity -d tomorrow. Look, I'm no dev by any means, but I believe this bug is tagged

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-12 Thread Lars Noodén
** Attachment added: syslog from installer https://bugs.launchpad.net/ubuntu/+source/linux-ppc/+bug/1220165/+attachment/3875803/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-12 Thread Lars Noodén
The error pops up from time to time on at least two architectures. Here is partman from PPC. #24 above also recommended getting the log installer but there is no such log that I can find. syslog will follow in the next comment. ** Attachment added: partman from installation

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-11 Thread Lars Noodén
Being an intermittent bug, it just popped up again: Linux lubuntu 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux ** Attachment added: installation syslog

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-11 Thread Lars Noodén
Again this is with the Lubuntu Desktop amd64+mac image from 2013-10-10 ** Attachment added: installation dmesg https://bugs.launchpad.net/ubuntu/+source/linux-ppc/+bug/1220165/+attachment/3874761/+files/dmesg -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-11 Thread Phill Whiteside
Hi, could you have a read through https://wiki.ubuntu.com/DebuggingUbiquity and see if you make the bug reproducable. Regards, Phill. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title:

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-11 Thread Erick Brunzell
@ Phil, while I'm sure there are other ways of reproducing this look at comment #15. I can reliably reproduce this in a *buntu dual boot time and time again. I'm suspicious of ubiquity-partman but that's just a guess. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-11 Thread Phill Whiteside
@ Erick, please do so using the instructions from #24. The 'conversation' between a bug being reported by lots of people and the questions so far asked are lamentable. There is a bug, the devs need more information. Our head of QA suggested the link in #24; which from I can read should have been

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-11 Thread Erick Brunzell
I'll see what I can do, but this bugs UbiquityPartman log shows: /lib/partman/commit.d/30parted: paragraph: Error informing the kernel about modifications to partition /dev/sda3 -- Device or resource busy. This means Linux won't know about any changes you made to /dev/sda3 until you reboot --

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-08 Thread Tim Gardner
** Package changed: linux (Ubuntu) = linux-ppc (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the kernel about modificatons To manage notifications about

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-08 Thread Joseph Salisbury
** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: New = Confirmed ** Changed in: linux (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-08 Thread Andy Whitcroft
It should be noted that we are whining about /dev/sda3: parted_server: OUT: Error informing the kernel about modifications to partition /dev/sda3 -- Device or resource busy. This means Linux won't know about any changes you made to /dev/sda3 until you reboot -- so you shouldn't mount it or use

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-08 Thread Andy Whitcroft
It should be noted that sda3 is the only partition we seem to successfully mount during probing, and that its neibour sda4 which shares a boundary with it is also potentially active as swap: Sep 3 09:48:46 lubuntu kernel: [ 314.598101] EXT4-fs (sda3): mounted filesystem with ordered data mode.

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-08 Thread Brad Figg
I was seeing this issue on a macbook air. I just tried the daily image from today and it installed just fine without this error. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-02 Thread Joseph Salisbury
Does anyone affected by this bug know which daily iso this started happen in? ** Package changed: ubiquity (Ubuntu) = linux (Ubuntu) ** Tags added: kernel-key -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-10-02 Thread Lars Noodén
Aren't the tests for iso.qa.ubuntu.com kept on file somehow so that can be looked up? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the kernel about modificatons To

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-09-29 Thread Lars Noodén
** Attachment added: syslog from installation attempt https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1220165/+attachment/3848611/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1220165] Re: Error informing the kernel about modificatons

2013-09-26 Thread Brian Murray
** Summary changed: - Error reading xfs partitions + Error informing the kernel about modificatons -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1220165 Title: Error informing the kernel about