[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2013-12-02 Thread inuyasha
** Changed in: gnome-disk-utility (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/571038 Title: palimpsest crash with

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-12-30 Thread Jan Cejka
Solution if you want to fix it permanently yourself without patching udisks - see Bug #1093901 comment #3 - worked for me. - Problem was nested extended partition - Easy check that you are affected - sudo fdisk -l /dev/sda (if problematic disk is /dev/sda) returns first row omitting empty

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-11-15 Thread Bug Watch Updater
** Changed in: gnome-disk-utility Status: Confirmed = Expired -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/571038 Title: palimpsest crash with

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-10-04 Thread Bug Watch Updater
** Changed in: udisks Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/571038 Title: palimpsest crash with

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-07-01 Thread Mikhail Titov
Bartolomiej, sure, you can send me one:-) Though a wheatgrass shot is preferred. In case someone has no skills to apply a patch, here is the link to ppa for oneiric https://launchpad.net/~mtitov/+archive/udisks -- You received this bug notification because you are a member of Ubuntu Desktop

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-06-30 Thread Bartlomiej Skwira
This was also affecting me, but with the help of Mikhail (thank You bro! can I send U a beer? ;) - comment #46 - my drives are mounting properly. Unfortunately I also had a problem with partition table (disk utility showed a huge - kazillion TB - empty partition with at the end of disk, GParted

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-06-03 Thread Andrei Dziahel
I'm affected this issue too, but patched udisks worked for me. Can we have this patch in ubuntu-proposed at least? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/571038

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-30 Thread Mikhail Titov
I just realized that I cannot fully test by using palimpsest as I do have broken partition table myself. However /lib/udev/udisks-part-id does report incorrectly partition type for scsi_debug device. Thus I think I reproduced it correctly. Here is how. 1. Create msdos partition table 2. Use

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-30 Thread Mikhail Titov
oops. Disregard previous post as I can't delete it. part-id does report UDISKS_PARTITION_TYPE=0x83 and not 0x05 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/571038

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-30 Thread Mikhail Titov
The following should be step 2.5 (i.e. between 2. and 3.) dd if=/dev/sdb1 of=/dev/sdb1 seek=446 skip=462 count=16 bs=1 dd if=/dev/zero of=/dev/sdb1 seek=462 count=16 bs=1 Explanation: It turned out that though sfdisk recognized an attempt to write 0-sized partition, it still writes correct

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-30 Thread Mikhail Titov
Here is the screenshot from my terminal showing part-id results on scsi_debug device before and after my patch. Look at UDISKS_PARTITION_TYPE . Before it was reported as 0x05 and after I installed patched version back, it became 0x83 as it is supposed to be. From what I remember (it was 0.5 year

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-29 Thread Bug Watch Updater
Launchpad has imported 18 comments from the remote bug at https://bugs.freedesktop.org/show_bug.cgi?id=39603. If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-28 Thread Martin Pitt
** Description changed: Binary package hint: gnome-disk-utility gnome-disk-utility 2.30.1-1 - palimpsest + palimpsest ** libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100) Aborted + + Good stack trace from a duplicate: +

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-28 Thread Martin Pitt
** Also affects: udisks via https://bugs.freedesktop.org/show_bug.cgi?id=39603 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-28 Thread Martin Pitt
Mikhail, thanks a lot for your help here! I have tried for an hour to replicate such a nested partition layout, but haven't succeeded so far. The easiest and safest is to do sudo modprobe scsi_debug and use the new virtual 8 MB device for this. I used sfdisk and fdisk trying to recreate such a

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-28 Thread Bug Watch Updater
** Changed in: gnome-disk-utility Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/571038 Title: palimpsest crash with

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-11 Thread elvis_ef
Anyway, thanks for Your effort Mikhail, Ill ty to do my best, to get my system working, or just reinstall it - clean 11.10, without upgrading from 11.04.. will see what the future brings.. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-07 Thread elvis_ef
Now to make sure I have Your patched version in the system installed, apt-get shows me to upgrade udisks - so it is good, cause there is no hold now. Ok.. firstly I thought this problem was only in GnomeShell, which I used recently, but now I know this affects all the system and the problem is

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-07 Thread elvis_ef
I'm talking about Configuration Editor (GConf): http://imageshack.us/f/40/screenshotat20120307174.png/ (screenshot). Are you sure you've installed built and patched udisks? - Yes. Are you running 11.10 with 1.0.4-1 version of udisks? - That's right. Are you able to start palimpsest? - Yes and

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-07 Thread Mikhail Titov
@elvis_ef I suspect you are having a different issue. Is this relevant http://ubuntuforums.org/showthread.php?t=1721377 ? My patch is only for this bug when unpatched palimpsest crashes as described by original poster. It can't help if you are having problems with udisks-daemon. P.S. Generally

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-07 Thread elvis_ef
hmm.. It seems You're right.. that's another problem.. I try to follow the topic You suggested.. Anyway, it's still a problem with udisks.. Wondering, if there is a possibility to completely remove udisks package from the system, not affecting the whole desktop... Then I would install it again

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-06 Thread elvis_ef
Hmm.. weird... I did everything as You wrote Mikhail, but it still doesn't work.. When I run apt-get upgrade, I get info line as following: The following packages have been kept back: udisks I think this isa good info, cause Ive installed source version, but.. why it doesn't work... In the

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-06 Thread Mikhail Titov
@elvis_ef I have no idea what configuration editor you are talking about. Are you sure you've installed built and patched udisks? Were there any rejects? Are you running 11.10 with 1.0.4-1 version of udisks? Are you able to start palimpsest? Try various combinations. With/out usb device

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-05 Thread elvis_ef
Hi. I have a similar problem. But with no overlapping and no bad numbering... Even gparted shows the whole hard drive in a good condition, with all partitions on it, without any spaces etc.. But my disk-utility (palimpsest) doesn't work and shows me this error: **

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-05 Thread Mikhail Titov
Once again. It is a fault of neither palimpsest nor libgdu but udisks! Just get a source package for udisks, apply my patch attached here, build, and install it. That is it. It is not the matter of overlapping or wrong numbering, it is an empty record which a) should not be there in a first

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-05 Thread elvis_ef
Ok, I got it Mikhail, thank You for the info. I've downloaded the same version of udisks as I have in my ubuntu (it's: 1.0.41). Then I unpacked the source code and applied with Your patch. Everything was ok.. Configure - ok. Make - ok. Even make check said everything is ok. But make install -

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-05 Thread Mikhail Titov
I'm not sure how you are building the software. Usually you just apt-src it, patch it, and build using corresponding tools for packages. Try not to use vanilla source. Make sure you have all dependencies installed using apt-get build-dep udisks. Consider

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-05 Thread helmut frahs
Ok - I understand, this is a problem with the paragon software. But is there a way to fix my system for me as a basic linux user? I don't know how to patch it etc. unless I have a step-by-step guide. So please let me know how to fix this or where I can find the how-to. Thanks - Helmut Ubuntu

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-05 Thread elvis_ef
@Mikhail, to be honest, I've just removed the ommiting.. text :) All I did was removing the partition created with Paragon software, and creating it again using gparted. Now it looks fine, and I think this is ok. But still having problem with udisks, autmounting.. ehh... Basically I just

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-05 Thread Mikhail Titov
I've uploaded a package to ppa but I don't know how long it would take and if it is okay it was unsigned. Here is a step-by-step instruction for 11.10. Make sure you are in sudoers list (https://help.ubuntu.com/community/Sudoers) sudo apt-get install apt-src apt-src install udisks cd

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-04 Thread helmut frahs
@ Mikhail Titov I'm having the same issue with an Ubuntu 10.10 installation. I did use the Paragon software to do the partitioning. I'm using a Samsung SSD as boot device. sudo fdisk -l reports the following: Platte /dev/sda: 128.0 GByte, 128035676160 Byte 255 Köpfe, 63 Sektoren/Spur, 15566

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2012-03-04 Thread Mikhail Titov
Glad to hear that my guess was correct. I personally applied patch I posted here against udisk source package and rebuilt it. It works for me in 11.10 and I bet it won't be fixed as it is a bug with Paragon's software. You can also try to fix partition table as Paul R. Potts (?) explained above.

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-09-04 Thread Ross Patterson
I did a reinstall and it started working again. The odd thing is that I *did* run into this bug when booted from the same CD I did the install from. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-08-17 Thread Paul R. Potts
Hello, Just created an account here so I could comment. I just started seeing this bug. Don't know if it will still help, but the output of sudo sfdisk -d Warning: extended partition does not start at a cylinder boundary. DOS and Linux will interpret the contents differently. # partition table

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-08-17 Thread Paul R. Potts
OK, managed to fix it following this advice: http://leisurehours.wordpress.com/2010/03/15/partition-table-entries- are-not-in-disk-order-problem/ That required some repair on the GRUB command line, set root and all that, then got my system to boot into Ubuntu and had to do both update- grub and

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-08-17 Thread Mikhail Titov
I feel like the original issue is likely caused by Paragon software that creates so called empty partitions. All looks like fdisk can remove those (I didn't know). It would be nice if you tried fdisk -l first as fdisk reports empty partitions. P.S. Empty partition means that extended boot record

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-07-28 Thread Mikhail Titov
It would be nice if ubuntu could release patched package first as crashing update-notifier pissed me off completely. ** Patch added: udisks needs to be patched to close this bug

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-07-28 Thread Mikhail Titov
Just to confirm that this patch solved an issue for me. I got source with apt-get, patched it, and installed it. palimpsest starts just fine. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-07-28 Thread Brian Murray
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/571038 Title: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed:

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-07-27 Thread Mikhail Titov
I conclude that there is a problem (?) with udev that lacks support for nested partition http://www.ata-atapi.com/hiwtab.html#T4 and probably only linked extended partitions are properly supported. That explains that weirdness I saw in my ebr, i.e. no link to another ebr. -- You received this

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-07-27 Thread Mikhail Titov
Here is the link on bug I submitted with udisks https://bugs.freedesktop.org/show_bug.cgi?id=39603 ** Bug watch added: freedesktop.org Bugzilla #39603 http://bugs.freedesktop.org/show_bug.cgi?id=39603 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-07-26 Thread Mikhail Titov
sfdisk shows correct information. However when I look into EBR it doesn't make any sense to me. $ dd if=/dev/sda2 count=1 of=ebr $ hexdump ebr 000 * 1c0 feff 5705 fec8 003e a2ea 052f 1d0 *

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-07-25 Thread Mikhail Titov
Here is how it develops from looking from eclipse. Don't have time to investigate more for now, but I hope it can be useful. ** Attachment added: Debugging session in Eclipse+CDT, showing endless recursion while working on sda5

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-07-25 Thread Mikhail Titov
Regarding #13, I feel like this is the root of the evil. In my case it also reports type 0x05 for my root linux partition on /dev/sda5 . This in turn is interpreted incorrectly by find_extended_partition() in gdu- pool.c that thinks it is an extended partition and goes into infinite recursion. --

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-06-01 Thread Ross Patterson
One more data point, I've confirmed that this problem occurrs on the same machine when booting from the natty 11.04 cd both i386 and amd64, while it never happens with the same external drive on another machine running natty. -- You received this bug notification because you are a member of

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-05-26 Thread Adam Niedling
I followed Somogyi Ádám's solution and it did work. However I had to reinstall grub(!) and I'm having all sorts of strange error messages: sudo gparted Error informing the kernel about modifications to partition /dev/sda2 -- Device or resource busy. This means Linux won't know about any changes

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-05-23 Thread ddr
GRUB re installation (caused by something else) solved the problem. Everything, especially automount and palimpsest, works fine now. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu.

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-05-23 Thread Ross Patterson
Regarding #22, sudo grub-install /dev/sda did not fix my problem, still seeing it. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/571038 Title: palimpsest crash with

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-05-23 Thread Ross Patterson
Regarding #21, I just did fixparts repair on one of the disks I have and I'm still getting the palimpsest error and it still won't auto mount. Also remember that I at least can automount the same disk on a different ubuntu natty system just fine. So it seems likely that there is some sort of

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-05-22 Thread Somogyi Ádám
Hi, I was getting this same error, since I've installed natty. Automounting was not working with partitions, CDROMs and USB keys. My partition table looked OK to me, only fdisk complained something about an empty partition being omitted. I've tried fixparts from the gptfdisk utilities, and it

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-05-13 Thread Brian Smith
Mike Bell wrote: Update: Fixed my partitions and I'm no longer getting an error running palimpsest. I would be interested know how the partitions were fixed. toolman59 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-05-10 Thread Ross Patterson
This affects only one of my two Ubuntu Natty systems. The same removable drive automounts on one but not the other. With no removable drive, the broken one gives the following: $ /usr/lib/gvfs/gvfs-gdu-volume-monitor ** libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed:

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-04-19 Thread Gary M
** Tags added: natty -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in Ubuntu. https://bugs.launchpad.net/bugs/571038 Title: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed:

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-04-19 Thread Adam Niedling
I think the problem here is that the partitions are not in the same order as they are physically located on the disk. This is also causing the parted bug (bug #103794). It would be much better if gparted could fix this problem instead of just showing unallocated disk space. I guess there is no

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-04-17 Thread Adam Niedling
I'm having the same problem with Natty-beta. When I start either palimpsest, update-notifier or gdu-notification-daemon I'm getting the same error message: krychek@hostname:~$ /usr/lib/gnome-disk-utility/gdu-notification-daemon ** libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed:

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2011-04-17 Thread Adam Niedling
After some investigation I don't see any problem with my partition table. Or maybe it's a problem that the partition are not in the correct order? fdisk -l omitting empty partition (5) Disk /dev/sda: 300.1 GB, 300090728448 bytes 255 heads, 63 sectors/track, 36483 cylinders Units = cylinders of

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2010-12-14 Thread Gary M
** Tags added: maverick -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu. https://bugs.launchpad.net/bugs/571038 Title: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2010-12-06 Thread François Gez
** Changed in: gnome-disk-utility (Ubuntu) Status: Triaged = Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-disk-utility in ubuntu. https://bugs.launchpad.net/bugs/571038 Title: palimpsest crash with

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2010-12-06 Thread François Gez
Same error here. My fdik -l and gparted are working fine. However I get: zebu...@ordrealphabetix:/etc$ sudo palimpsest ** libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100) Aborted Nothing is showing up on my system's disk mounter applet apart of the bootable (root)

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2010-09-16 Thread Bug Watch Updater
** Changed in: gnome-disk-utility Status: Unknown = New ** Changed in: gnome-disk-utility Importance: Unknown = Medium -- palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100) https://bugs.launchpad.net/bugs/571038 You received this bug

[Bug 571038] Re: palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100)

2010-09-07 Thread Pedro Villavicencio
** Summary changed: - palimpsest + palimpsest crash with libgdu:ERROR:gdu-pool.c:2369:device_recurse: assertion failed: (depth 100) ** Changed in: gnome-disk-utility (Ubuntu) Importance: Undecided = Medium ** Changed in: gnome-disk-utility (Ubuntu) Status: Confirmed = Triaged **