Hi,
I’m new lxc and was wondering if it’s possible at all to pass either the wlan0
interface (wireless usb dongle) to the container or the actual usb device
associated with wlan0. For the latter case, I’ve done the following:
In my container config file:
lxc.cgroup.devices.allow = c 189:* rwm
I'm assuming you are on 0.25. There is a permission issue for
bind-mounts which I've fixed in git now and will be in 0.26 (to be
released by Tuesday).
In the mean time, the following should fix it for you:
chmod +x /var/lib/lxd/devices/psql
https://github.com/lxc/lxd/commit/babe4a2782098d75a8c0a
Ok, made some progress, but running into permission errors now:
lxduser@qumind:~$ lxc profile show share
name: share
config: {}
devices:
share:
path: /share
readonly: "true"
source: /share
type: disk
With profiles default,share enabled the container does not start.
With only def