[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2012-12-14 Thread Phillip Susi
Nevermind, after looking at the cfdisk code it seems that it needs a major rewrite to handle out of order partitions. ** Changed in: util-linux (Ubuntu) Status: In Progress => Triaged ** Changed in: util-linux (Ubuntu) Assignee: Phillip Susi (psusi) => (unassigned) -- You received

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2012-12-14 Thread Phillip Susi
Triaged > Confirmed. I'm actually working on removing the offending code though, so marking as in progress. ** Changed in: util-linux (Ubuntu) Importance: Undecided => Medium ** Changed in: util-linux (Ubuntu) Status: Triaged => In Progress ** Changed in: util-linux (Ubuntu) Ass

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2012-12-14 Thread Ian Jackson
Phillip Susi writes ("[Bug 107023] Re: cfdisk complains about auto-resize generated setup"): > This is easy to reproduce by simply creating two logical partitions out > of order. This is an error in cfdisk not parted. > > ** Changed in: parted (Ubuntu) >Stat

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2012-12-14 Thread Phillip Susi
This is easy to reproduce by simply creating two logical partitions out of order. This is an error in cfdisk not parted. ** Changed in: parted (Ubuntu) Status: Triaged => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2012-01-06 Thread Phillip Susi
So (c)fdisk complains that the partitions are not in order? I'd say that's their bug; there's nothing wrong with them not being in natural order. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/107023

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2009-07-05 Thread Tim Webster
In my case using gparted to resize a partition within the extended partition caused the problem. dpkg -p gparted | grep Version Version: 0.4.5-2 I suggest: fixed it up with booting from a live-cd and using a usb-key. sfdisk -d /dev/hda>hda.out where hda.out is in on my usb key. then sfdisk /de

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2009-02-24 Thread Luke Plant
Still present in hardy/jaunty -- I recently installed Hardy on my box, which contained an existing Jaunty installation. (Bug #333584 #https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/333584 stopped me installing Intrepid, so I had to install Hardy). After I had done, the partition table co

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2008-12-21 Thread Colin Watson
Contains detailed (albeit inconclusive) diagnosis by a developer. Do not close. ** Changed in: parted (Ubuntu) Status: Invalid => Triaged ** Changed in: util-linux (Ubuntu) Status: Invalid => Triaged -- cfdisk complains about auto-resize generated setup https://bugs.launchpad.net/

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2008-10-19 Thread Adam Niedling
Feisty is not supported anymore. ** Changed in: parted (Ubuntu) Status: New => Invalid ** Changed in: util-linux (Ubuntu) Status: New => Invalid -- cfdisk complains about auto-resize generated setup https://bugs.launchpad.net/bugs/107023 You received this bug notification because

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2007-08-30 Thread Brian Murray
** Tags added: iso-testing -- cfdisk complains about auto-resize generated setup https://bugs.launchpad.net/bugs/107023 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2007-04-16 Thread Colin Watson
This is the sanity check in cfdisk that's being tripped: for (i = 0; i < num_parts && p_info[i].last_sector < first; i++); if (i < num_parts && p_info[i].id != FREE_SPACE) { if (last < p_info[i].first_sector) *errmsg = _("logical partitions not in disk order");

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2007-04-16 Thread Colin Watson
Partitions not being in disk order seems like an intrinsic property of resizing a big partition near the start and adding multiple partitions in the middle, unless you think it's a good idea to renumber existing partitions. I'm therefore not concerned about the fdisk error. I'm not sure what the c

[Bug 107023] Re: cfdisk complains about auto-resize generated setup

2007-04-16 Thread Ian Jackson
** Attachment added: "typescript" http://librarian.launchpad.net/7336737/typescript -- cfdisk complains about auto-resize generated setup https://bugs.launchpad.net/bugs/107023 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --