I have an Aeon Labs Z-wave Gen 5 (http://aeotec.com/z-wave-usb-stick) stick plugged into the host:
I have tried to make this device available in one of my LXC containers as such:
However, nothing appears on the LXC container (Arch Linux). I appear to be having this exact problem:
http://serverfault.com/questions/663433/how-to-connect-a-dev-usb-modem-in-an-lxc-container
The solution there is regarding creating the device using touch. I have done so on the host:
But no luck, the device refuses to appear within the container (after reboot as well of course).
Any ideas and/or help would be much appreciated!
Code:
crw-rw---- 1 root dialout 166, 0 Sep 20 18:53 /dev/ttyACM0
I have tried to make this device available in one of my LXC containers as such:
Code:
lxc.cgroup.devices.allow: c 166:* rwm
lxc.mount.entry = /dev/ttyACM0 dev/ttyACM0 none bind,optional
However, nothing appears on the LXC container (Arch Linux). I appear to be having this exact problem:
http://serverfault.com/questions/663433/how-to-connect-a-dev-usb-modem-in-an-lxc-container
The solution there is regarding creating the device using touch. I have done so on the host:
Code:
touch /var/lib/lxc/107/rootfs/dev/ttyACM0
But no luck, the device refuses to appear within the container (after reboot as well of course).
Any ideas and/or help would be much appreciated!