Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
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
|
Detailsrc.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