How does the client run inside the lxd container

My debian system runs in an lxd/lxc container

```
sudo apt install kmod
lsmod | grep vhci
-------------
vhci_hcd 57344 0
usbip_core 40960 1 vhci_hcd
-------------
sudo apt install libgtk2.0-0
wget https://www.virtualhere.com/sites/default/files/usbclient/vhuit64
sudo cp vhuit64 /usr/bin/vhuit64
sudo chmod +x /usr/bin/vhuit64
sudo -E vhuit64
```

But when I tried to connect, something went wrong

```
2023-07-08 18:36:03 ERROR :Open error 13 while attaching device to the virtual host controller
2023-07-08 18:36:03 ERROR :Error attaching remote device 6 to vhci_hcd virtual port 0
```

 

#2

Error 13 is a permission denied error. So there is some permission problem. But i dont know the details of lxc containers sorry so you probably just have to set everything to all permissions and it will probably work.