failed creating interface wt0: [no such device] #71

Closed
opened 2025-11-20 05:05:48 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @zeflo on GitHub (Oct 7, 2021).

Hi, i tried to setup wiretrustee on an raspberry pi and an raspberry pi 3 model b+. I created a new raspbian sd card and then tried the setup as described in [1]. But after the initial login it can't start. The log[2] shows the following:

time="2021-10-07T17:20:12+01:00" level=error msg="failed reading config /etc/wiretrustee/config.json open /etc/wiretrustee/config.json: no such file or directory"
time="2021-10-07T17:20:29+01:00" level=info msg="generating new config /etc/wiretrustee/config.json"
time="2021-10-07T17:20:31+01:00" level=info msg="peer has been successfully registered on Management Service"
time="2021-10-07T17:21:02+01:00" level=debug msg="connecting to management server api.wiretrustee.com:33073"
time="2021-10-07T17:21:05+01:00" level=debug msg="connected to management server api.wiretrustee.com:33073"
time="2021-10-07T17:21:05+01:00" level=info msg="peer logged in to Management Service api.wiretrustee.com:33073"
time="2021-10-07T17:21:05+01:00" level=error msg="failed creating interface wt0: [no such device]"
time="2021-10-07T17:21:05+01:00" level=error msg="error while starting Wiretrustee Connection Engine: no such device"

Any ideas what the problem is?

[1] https://app.wiretrustee.com/add-peer
[2] /var/log/wiretrustee/client.log

Originally created by @zeflo on GitHub (Oct 7, 2021). Hi, i tried to setup wiretrustee on an raspberry pi and an raspberry pi 3 model b+. I created a new raspbian sd card and then tried the setup as described in [1]. But after the initial login it can't start. The log[2] shows the following: ``` time="2021-10-07T17:20:12+01:00" level=error msg="failed reading config /etc/wiretrustee/config.json open /etc/wiretrustee/config.json: no such file or directory" time="2021-10-07T17:20:29+01:00" level=info msg="generating new config /etc/wiretrustee/config.json" time="2021-10-07T17:20:31+01:00" level=info msg="peer has been successfully registered on Management Service" time="2021-10-07T17:21:02+01:00" level=debug msg="connecting to management server api.wiretrustee.com:33073" time="2021-10-07T17:21:05+01:00" level=debug msg="connected to management server api.wiretrustee.com:33073" time="2021-10-07T17:21:05+01:00" level=info msg="peer logged in to Management Service api.wiretrustee.com:33073" time="2021-10-07T17:21:05+01:00" level=error msg="failed creating interface wt0: [no such device]" time="2021-10-07T17:21:05+01:00" level=error msg="error while starting Wiretrustee Connection Engine: no such device" ``` Any ideas what the problem is? [1] https://app.wiretrustee.com/add-peer [2] /var/log/wiretrustee/client.log
Author
Owner

@braginini commented on GitHub (Oct 8, 2021):

Hey @zeflo
Could you please try running:
which wg

And then:
sudo apt-cache policy wireguard

What is the output?
It might be that your OS version doesn't have Wireguard module installed.

What version of Raspbian are you using?

@braginini commented on GitHub (Oct 8, 2021): Hey @zeflo Could you please try running: `which wg` And then: `sudo apt-cache policy wireguard` What is the output? It might be that your OS version doesn't have Wireguard module installed. What version of Raspbian are you using?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#71