On 22/09/15 10:53, Tomasz Buchert wrote: > [...] > > Am I doing something wrong?
The problem is that "debci setup" creates a schroot that defaults to the use of aufs filesystem for overlaying. Aufs is not available in Debian anymore, so this breaks: $ sudo schroot --begin-session --chroot debci-unstable-amd64 E: 10mount: mount: unknown filesystem type 'aufs' E: debci-unstable-amd64-da117f74-4bad-47e7-8298-94cab3af7633: Chroot setup failed: stage=setup-start To actually fix it, change your schroot config (probably /etc/schroot/chroot.d/debci-unstable-amd64) to say: union-type=overlay instead of "union-type=aufs". After that it works. This bug is more likely caused by schroot, but I leave it open since the default description on-line fails. Cheers, Tomasz
signature.asc
Description: PGP signature

