To reproduce:

Add the x-swat ppa:
    sudo apt-add-repository ppa:ubuntu-x-swat/q-lts-backport
    sudo apt-get update

Install the following packages:
    sudo apt-get install linux-image-generic-lts-quantal 
linux-headers-generic-lts-quantal libglib2.0-dev intltool keyutils 
libkeyutils-dev libpam0g-dev libnss3-dev libtool acl xfsprogs btrfs-tools

Build the ecryptfs tests:
    bzr branch lp:ecryptfs
    cd ecryptfs
    autoreconf -ivf
    intltoolize -c -f
    ./configure --enable-tests --disable-pywrap
    make

Run the tests:
    sudo mkdir /mnt/upper
    sudo mkdir /mnt/lower
    sudo mkdir /mnt/image
    sudo tests/run_tests.sh -K -c destructive -b 1000000 -D /mnt/image -l 
/mnt/lower -u /mnt/upper -f btrfs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1007159

Title:
  ecryptfs test on btrfs failing on "no space left on device"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1007159/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to