Search results

  1. S

    Unexpected behaviour, USB device apperars in all LXC machines

    Thank you for the clarification Bob. I would appreciatte if anyone could test a Zwave USB or similar device using the test command I describe above, inside and ouside of the LXC virtual machine.
  2. S

    Unexpected behaviour, USB device apperars in all LXC machines

    Thank you Richard! I have routed the USB to the LXC container using "lxc.cgroup.devices.allow" in the "lxc_id.conf" file. Then I have restarted the LXC machine and tested the USB device using "test -w /dev/ttyAM0 && echo success || echo failure" command on the LXC console and also in the...
  3. S

    Unexpected behaviour, USB device apperars in all LXC machines

    Hello, I am trying to redirect an USB Zwave stick to one of the LXC machines, but to my surprise as soon as I plug the USB device it is available through "lsusb" in all the LXC machines, even I do not need to restart all of them. If I run the "lsusb" command in each machine, I get the same...