[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: debbindiff needs /dev/shm access, see https://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing

Holger Levsen holger at moszumanska.debian.org
Fri Apr 3 09:02:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit e1ff67b6eb0c2ad2cb127ee1db1809fcacd1fef3
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Apr 3 10:59:27 2015 +0200

    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(-)

diff --git a/etc/schroot/default/fstab b/etc/schroot/default/fstab
index 082a0b6..a794071 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list