<SNIP> > >> - I had the same error playing with LXC containers and it was resolved by >> linking/mounting tmpfs in the appropriate place. Unfortunately I don't >> remember precise steps, but it was possible to find them back then ;-) >> >> > Yeah, a LXC based system will potentially give you some trouble, so either > linking /dev/shm to /run/shm or changing the mount point might fix it, i.e. > > sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm > > <SNIP>
I just checked on my Ubuntu 12.10 based box which I booted by accident and /run/shm is a link to /dev/shm: mabshoff@buildbox:~$ mount | grep shm none on /run/shm type tmpfs (rw,nosuid,nodev) mabshoff@buildbox:~$ ls -ald /dev/shm lrwxrwxrwx 1 root root 8 Apr 18 09:34 /dev/shm -> /run/shm So chances are that setting that link will fix the problem for you. Cheers, Michael -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en. For more options, visit https://groups.google.com/groups/opt_out.