Thanks. That worked.
I used [path-to-container]/run/shm because I got "Permission Denied"
when using /dev/shm, which after booting is symlinked to /run/shm.
-Randall
On 09/17/2013 01:33 AM, Andreas Laut wrote:
Hi.
For lxc.mount.entry you have to write down the path from sight of your
host
Rob,
I'm using your template on an Ubuntu 12.04 stock LXC install. I've run into
a problem trying to use shared memory with Python's multiprocessing library.
It relies on /dev/shm using tmpfs. I tried mounting it with an entry:
lxc.mount.entry = tmpfs /dev/shm tmpfs defaults 0 0
and variati