Replies: 2 comments
-
|
I believe that this may have been caused by my organisation's standard Ubuntu build having IPv6 disabled. I will confirm when I next have access to the machine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Turns out that IPv6 was disabled via GRUB. Removing this allowed the ot-daemon to run. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I am following the instructions to build a Thread network with nRF 52840 DKs.
I have successfully compiled the OT daemon and compiled and flashed the RCP Joiner. I did not follow the nrfjprog instructions and have used nrfutil instead, which has looked like the following:
When I get to starting the OT daemon I encounter the error below which indicates that SOCK_CLOEXEC at netif.cpp#L2235 is not supported.
To Reproduce
For openthread I am on c11e0f4.
For ot-nrf528xx I am on 2e414b2229ca24f1900eb59aa187bf1c101ce6c7.
OS is Ubuntu 24.04.2 LTS, kernel 6.8.0-60-generic.
Expected behavior
I expected the OT daemon to successfully connect.
Console/log output
strace output
Beta Was this translation helpful? Give feedback.
All reactions