Arch Linux

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

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
Task Type Bug Report
Category System
Status Closed
Assigned To Judd Vinet (judd)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

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

Closed by  Judd Vinet (judd)
Wednesday, 19 May 2004, 23:47 GMT
Reason for closing:  Duplicate
Comment by Tobias Powalowski (tpowa) - Wednesday, 19 May 2004, 12:09 GMT
hm after calling as root the error disappears and now it runs fine:

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
Comment by Judd Vinet (judd) - Wednesday, 19 May 2004, 23:47 GMT
This should be fixed with the latest initscripts (0.6-9)

Loading...