I suggest a workaround for the moment, using aufs as the overlay to see if this helps.
Modify the chroot config and set the union-type to aufs: union-type=aufs you may see an error like: "aufs au_xino_create:778:mount[3600]: xino doesn't support /tmp/.aufs.xino(btrfs)" this is caused by the fact that btrfs cannot store aufs xino files. aufs tries to store these files alongside the rw layer. If that fails, it tries to store them in /tmp/.aufs.xino, however, if this is btrfs it will fail. So the workaround for that is to mount /tmp as something other than btrfs, e.g. tmpfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1532145 Title: Kernel Panic wrt btrfs while sbuild/schroot To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1532145/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
