Open baylf2000 opened 3 months ago
Thanks for the report @baylf2000. I'm trying to track down what is causing this error.
Could you give us some more details on your setup? Are you using an AMD64 computer, or aarch64 like a Raspberry Pi? Did you install any custom kernel or updated iptables to any other version?
Please give use the output of these two commands:
ip6tables --version
uname -a
@jpm-canonical Install is x86 Ubuntu Desktop 24.04 100% vanilla fresh install.
Output of commands as requested:
root@L-PC:~# ip6tables --version
ip6tables v1.8.10 (nf_tables)
root@L-PC:~# uname -a
Linux L-PC 6.8.0-39-generic #39-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 21:49:14 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Hope that helps.
I tried replicating your setup in a VM running Ubuntu 24.04 Desktop. It's exactly the same kernel and iptables version as you have. So far no luck hitting the same error. Are you using the snap from the beta
or edge
channel?
For a sanity check, could you run sudo snap get openthread-border-router
and make sure infra-if
is set to the correct interface name. In other words the same interface name ip addr
lists for it.
Another thing we could do to debug this is to check the output of snappy-debug
while the error occurs. So install and run snappy-debug in one terminal, while starting openthread-border-router
in another.
The systemd journal would give more detail, so you can do this in another terminal:
journalctl -a -f --since "$(date -Iseconds)" | grep "openthread"
Please upload the logs to https://pastebin.ubuntu.com/ or attach here.
After following the directions at https://github.com/canonical/openthread-border-router-snap on Ubuntu 24.04, attempting to start using the command
sudo snap start openthread-border-router
results in the following error: