[GH-ISSUE #538] problem starting netbird daemon on Raspberry Pi OS 11 (Debian 11 bullseye) #820

Open
opened 2026-08-05 00:40:03 -04:00 by saavagebueno · 0 comments
Owner

Originally created by @kocour on GitHub (Nov 3, 2022).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/538

Hello, I have problem with running Netbird on Raspberry Pi OS 11 (Debian 11 bullseye). I can see this error in /var/log/netbird/client.log:

time="2022-11-03T12:52:47+01:00" level=info msg="starting Netbird service" file="service_controller.go:23"
time="2022-11-03T12:52:47+01:00" level=info msg="started daemon server: /var/run/netbird.sock" file="service_controller.go:63"
time="2022-11-03T12:52:47+01:00" level=debug msg="conecting to the Management service api.wiretrustee.com:443" file="connect.go:82"
time="2022-11-03T12:52:47+01:00" level=debug msg="connected to the Management service api.wiretrustee.com:443" file="connect.go:87"
time="2022-11-03T12:52:48+01:00" level=debug msg="connected to Signal Service: signal2.wiretrustee.com:443" file="grpc.go:78"
time="2022-11-03T12:52:48+01:00" level=info msg="using userspace WireGuard" file="iface_linux.go:27"
time="2022-11-03T12:52:48+01:00" level=error msg="failed creating tunnel interface wt0: [no such device]" file="engine.go:233"
time="2022-11-03T12:52:48+01:00" level=error msg="error while starting Netbird Connection Engine: no such device" file="connect.go:149"

I've tried reinstalling package, reregister client (it is displayed in web console as Status: offline), but nothing helped out... Any idea what to do about it?

Originally created by @kocour on GitHub (Nov 3, 2022). Original GitHub issue: https://github.com/netbirdio/netbird/issues/538 Hello, I have problem with running Netbird on Raspberry Pi OS 11 (Debian 11 bullseye). I can see this error in `/var/log/netbird/client.log`: ``` time="2022-11-03T12:52:47+01:00" level=info msg="starting Netbird service" file="service_controller.go:23" time="2022-11-03T12:52:47+01:00" level=info msg="started daemon server: /var/run/netbird.sock" file="service_controller.go:63" time="2022-11-03T12:52:47+01:00" level=debug msg="conecting to the Management service api.wiretrustee.com:443" file="connect.go:82" time="2022-11-03T12:52:47+01:00" level=debug msg="connected to the Management service api.wiretrustee.com:443" file="connect.go:87" time="2022-11-03T12:52:48+01:00" level=debug msg="connected to Signal Service: signal2.wiretrustee.com:443" file="grpc.go:78" time="2022-11-03T12:52:48+01:00" level=info msg="using userspace WireGuard" file="iface_linux.go:27" time="2022-11-03T12:52:48+01:00" level=error msg="failed creating tunnel interface wt0: [no such device]" file="engine.go:233" time="2022-11-03T12:52:48+01:00" level=error msg="error while starting Netbird Connection Engine: no such device" file="connect.go:149" ``` I've tried reinstalling package, reregister client (it is displayed in web console as Status: offline), but nothing helped out... Any idea what to do about it?
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#820