--- rc.sysinit 2010-01-24 15:35:12.000000000 +0100 +++ /etc/rc.sysinit 2010-02-04 02:42:01.017619292 +0100 @@ -127,7 +127,7 @@ # Kernel 2.6.x, LVM2 groups /sbin/modprobe -q dm-mod 2>/dev/null stat_busy "Activating LVM2 groups" - /sbin/lvm vgchange --ignorelockingfailure -a y >/dev/null + /sbin/lvm vgchange --ignoremonitoring --ignorelockingfailure -a y >/dev/null if [ $? -ne 0 ]; then stat_fail else @@ -205,7 +205,7 @@ # Maybe someone has LVM on an encrypted block device if [ "$USELVM" = "yes" -o "$USELVM" = "YES" ]; then if [ -x /sbin/lvm -a -d /sys/block ]; then - /sbin/lvm vgchange --ignorelockingfailure -a y >/dev/null + /sbin/lvm vgchange --ignoremonitoring --ignorelockingfailure -a y >/dev/null fi fi fi @@ -276,6 +276,7 @@ /bin/mount -a -t $NETFS -O no_netdev stat_done +/sbin/lvm vgchange -a y >/dev/null status "Activating Swap" /sbin/swapon -a stat_busy "Configuring System Clock"