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
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
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