[Bug 406180] Re: nautilus crashed with SIGSEGV in g_simple_async_result_complete()

2012-03-07 Thread Miguel Ángel Ferrer
I was moving files to other directories. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/406180 Title: nautilus crashed with SIGSEGV in g_simple_async_result_complete() To manage notifications about

[Bug 456777] Re: Ubuntu 9.10 fails to assign uuid for root partition during boot

2010-06-18 Thread Miguel Ángel Ferrer
The udevd creates the symlinks at /dev/disk/by-uuid when it encounters blkid at $PATH I found the bug is from initramfs-tools (0.92j) at end of /usr/share/initramfs-tools/hooks/udev it does: copy_exec /sbin/blkid /lib/modules and it should do: copy_exec /sbin/blkid /sbin Once it's corrected reme

[Bug 311927] Re: /disk/by-uuid/ does not exist

2010-06-18 Thread Miguel Ángel Ferrer
If at BusyBox not exists /dev/disk/by-uuid neither by-label, and only exists by-id and by-path, the udevd can't load blkid. I found the bug is from initramfs-tools (0.92j) at end of /usr/share/initramfs-tools/hooks/udev it does: [code]copy_exec /sbin/blkid /lib/modules[/code] and it should do: [co