Добрый день! Может кто что подскажет:
Имеется хост на Ubuntu 18.04, на нем использую LXD и хочу, чтобы устройство hci0 было доступно внутри контейнера. Все мои попытки привели к тому, что само устройство внутри контейнера есть, но вот служба bluetoothd его не видит при запуске.
Что я сделал:
-создал контейнер
-добавил два параметра в конфигурацию контейнера:
1. security.nesting: "true"
2. security.privileged: "true"
-также пытался пробросить само устройство:
blue:
productid: "8087"
type: usb
vendorid: 0a2b
что вижу внутри контейнера:
#ls -la /sys/class/bluetooth/hci0
lrwxrwxrwx 1 root root 0 Apr 12 15:36 /sys/class/bluetooth/hci0 -> ../../devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14:1.0/bluetooth/hci0
service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
bluetoothd[3129]: Adapter handling initialization failed
systemd[1]: bluetooth.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: bluetooth.service: Failed with result 'exit-code'.
systemd[1]: Starting Bluetooth service...
bluetoothd[11817]: Bluetooth daemon 5.48
systemd[1]: Started Bluetooth service.
bluetoothd[11817]: Failed to access management interface
bluetoothd[11817]: Adapter handling initialization failed
systemd[1]: bluetooth.service: Main process exited, code=exited, status=1/FAILURE
systemd[1]: bluetooth.service: Failed with result 'exit-code'.
#hciconfig hci0
Can't open HCI socket.: Address family not supported by protocol
Если есть у кого мысли по этому поводу, поделитесь, будьте добры!
Заранее благодарен!