From e1ff67b6eb0c2ad2cb127ee1db1809fcacd1fef3 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 3 Apr 2015 10:59:27 +0200 Subject: reproducible: debbindiff needs /dev/shm access, see https://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing --- etc/schroot/default/fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/schroot/default/fstab') diff --git a/etc/schroot/default/fstab b/etc/schroot/default/fstab index 082a0b64..a7940712 100644 --- a/etc/schroot/default/fstab +++ b/etc/schroot/default/fstab @@ -20,5 +20,5 @@ # killing services on the host. #/run /run none rw,bind 0 0 #/run/lock /run/lock none rw,bind 0 0 -#/dev/shm /dev/shm none rw,bind 0 0 +/dev/shm /dev/shm none rw,bind 0 0 #/run/shm /run/shm none rw,bind 0 0 -- cgit v1.2.3-70-g09d2