FS#919 - lvm error message while starting
Attached to Project:
Arch Linux
Opened by Tobias Powalowski (tpowa) - Wednesday, 19 May 2004, 10:46 GMT
Last edited by Judd Vinet (judd) - Wednesday, 19 May 2004, 23:46 GMT
Opened by Tobias Powalowski (tpowa) - Wednesday, 19 May 2004, 10:46 GMT
Last edited by Judd Vinet (judd) - Wednesday, 19 May 2004, 23:46 GMT
|
Details
rc.sysinit lvm2 error
line 38 segmentation fault rerunning it as root after boot works this part is affected elif [ -d /etc/lvm -a -x /sbin/lvm ]; then /bin/mount -n -t proc none /proc stat_busy "Activating LVM2 groups" /sbin/lvm vgchange --ignorelockingfailure -a y stat_done umount /proc fi |
This task depends upon
elif [ -d /etc/lvm -a -x /sbin/lvm ]; then
/bin/mount -n -t proc none /proc
stat_busy "Activating LVM2 groups"
/sbin/lvm vgchange --ignorelockingfailure -a y
stat_done
umount /proc
fi
don't know why