Hey,
ich hab in einem LXC iobroker laufen. Heute hab ich mir zur Erweiterung einen Zigbee USB Stick gekauft. Genauer den hier SONOFF Zigbee Gateway
Angesteckt und an meinen LXC durchgereicht. Beim Starten hat er ein Problem "Starting zigbee-herdsman problem : "Error Resource temporarily unavailable Cannot lock port" " Wird der Stick irgendwo anders noch verwendet? Ich hab schon einiges gesucht, komm aber nicht wirklich weiter mit meinem Problem.
Die Ausgabe von
Scheint doch in Ordnung zu sein? Der Stick wird erkannt als ttyUSB0. Jemand eine Idee, wo genau mein Fehler liegt?
Danke schonmal für eure Hilfe.
ich hab in einem LXC iobroker laufen. Heute hab ich mir zur Erweiterung einen Zigbee USB Stick gekauft. Genauer den hier SONOFF Zigbee Gateway
Angesteckt und an meinen LXC durchgereicht. Beim Starten hat er ein Problem "Starting zigbee-herdsman problem : "Error Resource temporarily unavailable Cannot lock port" " Wird der Stick irgendwo anders noch verwendet? Ich hab schon einiges gesucht, komm aber nicht wirklich weiter mit meinem Problem.
Die Ausgabe von
Code:
ls -l /dev
total 0
crw------- 1 root tty 136, 0 Oct 25 23:00 console
lrwxrwxrwx 1 root root 11 Oct 25 23:00 core -> /proc/kcore
lrwxrwxrwx 1 root root 13 Oct 25 23:00 fd -> /proc/self/fd
crw-rw-rw- 1 root root 1, 7 Oct 25 23:00 full
drwxr-xr-x 2 root root 0 Oct 25 23:00 hugepages
lrwxrwxrwx 1 root root 12 Oct 25 23:00 initctl -> /run/initctl
lrwxrwxrwx 1 root root 28 Oct 25 23:00 log -> /run/systemd/journal/dev-log
drwxr-xr-x 2 root root 100 Oct 25 23:00 lxc
drwxrwxrwt 2 root root 40 Oct 25 23:00 mqueue
drwxr-xr-x 2 root root 60 Oct 25 19:28 net
crw-rw-rw- 1 root root 1, 3 Oct 25 23:00 null
crw-rw-rw- 1 root root 5, 2 Oct 25 23:10 ptmx
drwxr-xr-x 2 root root 0 Oct 25 23:00 pts
crw-rw-rw- 1 root root 1, 8 Oct 25 23:00 random
drwxrwxrwt 2 root root 40 Oct 25 23:00 shm
lrwxrwxrwx 1 root root 15 Oct 25 23:00 stderr -> /proc/self/fd/2
lrwxrwxrwx 1 root root 15 Oct 25 23:00 stdin -> /proc/self/fd/0
lrwxrwxrwx 1 root root 15 Oct 25 23:00 stdout -> /proc/self/fd/1
crw-rw-rw- 1 root root 5, 0 Oct 25 23:00 tty
lrwxrwxrwx 1 root root 8 Oct 25 23:00 tty1 -> lxc/tty1
lrwxrwxrwx 1 root root 8 Oct 25 23:00 tty2 -> lxc/tty2
crw-rw-rw- 1 root root 188, 0 Oct 25 23:03 ttyUSB0
crw-rw-rw- 1 root root 1, 9 Oct 25 23:00 urandom
crw-rw-rw- 1 root root 1, 5 Oct 25 23:00 zero
Danke schonmal für eure Hilfe.