You are not logged in.
After yesterday system update "mount -a" causes segfault. I found a following error in my /var/log/everything.log
May 14 20:32:01 localhost kernel: [ 11.955285] mount[2391]: segfault at 0 ip b77070d3 sp bfdc055c error 4 in libc-2.13.so[b7691000+15f000]
my fstab is (if it matters):
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
devpts /dev/pts devpts defaults 0 0
shm /dev/shm tmpfs nodev,nosuid 0 0tmpfs /tmp tmpfs defaults,noatime,size=3000M
#/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
#/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
#/dev/fd0 /media/fl auto user,noauto 0 0UUID=2e6b9833-cd33-421e-b6a3-484b6acca306 swap swap defaults 0 0
UUID=3147192a-5eb7-4466-8e94-0ee0d67d7f79 / reiserfs defaults 0 1UUID="1288327609AEC646" /mnt/sda1 ntfs defaults,noauto 0 0
UUID="EA44-5DAC" /mnt/sda2 vfat defaults,uid=antek,utf8,noauto 0 0
UUID="aad59d0f-3703-4116-bff2-00615404cf80" /boot ext2 defaults,noauto 0 0
UUID="59706fb4-3417-4dfb-bcfb-0a0f77a1eecd" /mnt/system2 reiserfs
UUID="1c48b0e1-95c5-463d-808a-191744f3d6d3" /mnt/sda9 reiserfs defaults 0 1
UUID="8cdde98b-33a5-4d33-b272-9dac929b3328" /mnt/sda10 reiserfs defaults 0 1
But I can mount any of the listed partition with 'mount /dev/something', also tmpfs and devpts... only 'mount -a' fails.
Last edited by senjin (2011-05-14 17:28:52)
Offline
util-linux-2.19.1-2 from testing has that problem fixed. care to test it?
Last edited by wonder (2011-05-14 17:04:49)
Give what you have. To someone, it may be better than you dare to think.
Offline
Ok, trying now... works, thank you!
Last edited by senjin (2011-05-14 17:28:19)
Offline