On Sun, 25 Feb 2018 01:19:04 -0800 tom lukeywood <[email protected]> wrote:
> I have tried to compile dragora 3 according to these instructions (i > am on an x86_64 machine): https://pastebin.com/LK2qSP7c The steps are fine. > however i have repeatedly run into problems when running line 21: > qi -o /usr/src/qi/recipes/core.order | qi -b -j2 -i - > > when running the command i eventually receive this message: > Could not create //dev/shm: File exists In some distributions /dev/shm is a symlink to /run/shm, so when the 'enter-chroot' bind the /dev file system, probably /dev/shm appears, then 'data/hierarchyfs' fails when it tries to create the directory for /dev/shm. The recent commit must work now for this case.
