On Sat, May 17, 2014 at 02:49:07PM +0200, Julien Cristau wrote: > Hi, > > the latest version of libxshmfence failed during tests because trying to > create a file in /dev/shm failed with ENOENT. Is it possible that the > sid chroots on fano and fils are missing /dev/shm, or that it's a > dangling symlink?
Since the /run transition, in the chroot case /dev/shm should be a symlink to /run/shm. It is like that on GNU/Linux. On GNU/kFreeBSD the scripts are correctly creating the symlink, but given /dev is a devfs filesystem, it is lost when exiting the chroot. -- Aurelien Jarno GPG: 4096R/1DDD8C9B [email protected] http://www.aurel32.net -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]
