From: Christopher Fowler (cfowler_at_outpostsentinel.com)
Date: Wed 23 Apr 2003 - 17:36:13 BST
I'm using vserver to provide a RH7.2 development environmnet on my
RH7.3 machine. But, my build uses loop block devices to create fs
images. Is there a way to allow this functionality?
dd if=/dev/zero of=fs bs=1k count=13092
13092+0 records in
13092+0 records out
sudo losetup /dev/loop3 fs
memlock: Operation not permitted
Couldn't lock into memory, exiting.
make[5]: *** [fs] Error 1
Thanks,
Chris