On 04/29/2012 06:05 PM, Dale wrote:
> What version are you on when this happened? Also, what version did you > go back to? I ask because I have not masked any version here. I may > need to do that since I have all but /boot and / on LVM now. I'm now running lvm2-2.02.95-r1 on both ~amd64 machines and all is well. The secret, as Neil reminded us, is to change /etc/lvm/lvm.conf to read: locking_dir = "/run/lock/lvm" This works because /run (recently, anyway) is created/mounted on tmpfs before lvm starts, and that gives lvm somewhere to write its lock file when it starts. The default setting is /dev/.lvm, but /dev may not exist when lvm needs to start, depending on how your machine is set up, I think/guess. This applies only to ~ versions, BTW, not stable.

