[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 this bug go to:
https://bugs.launchpad.net/nautilus/+bug/406180/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
[code]copy_exec /sbin/blkid /sbin[/code]
Once it's corrected remember to:
[code]update-initramfs -u[/code]

Good luck
__
M.Á.Ferrer

-- 
/disk/by-uuid/ does not exist
https://bugs.launchpad.net/bugs/311927
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 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 remember to:
update-initramfs -u

Good luck
__
M.Á.Ferrer

-- 
Ubuntu 9.10 fails to assign uuid for root partition during boot
https://bugs.launchpad.net/bugs/456777
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