Omni fails to start on Flatcar Linux [fdae:41e4:649b:9303::1]:8091: bind: cannot assign requested address #1679
Replies: 3 comments 2 replies
-
|
Most probably the real error is above in the log, look for Wireguard/SideroLink errors - my guess it fails to start it. Please never assign such addresses on the host. |
Beta Was this translation helpful? Give feedback.
-
|
Exact config, I just removed certificates to test on Debian, and it works but not in Flatcar. There are no other errors in logs. I see this on Debian. 6: siderolink: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1280 qdisc fq_codel state UNKNOWN group default qlen 500
link/none
inet6 fdae:41e4:649b:9303::1/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::839e:a177:19a9:3a30/64 scope link stable-privacy
valid_lft forever preferred_lft forever |
Beta Was this translation helpful? Give feedback.
-
|
FIXED: For some reason flatcar creates this Fix: files:
- path: /etc/systemd/network/10-siderolink.network
mode: 0644
contents:
inline: |
[Match]
Name=siderolink
[Link]
Unmanaged=yesThanks for your time. Is the docs open source? I would like to update it with many fixes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am deploying Omni on Flatcar Container Linux with Docker Compose but It fails to start:
Error:
Config - variables get replaced for me:
I am using default compose.yaml & above omni.env. If I run this command in the VM then restart the container, it works.
sudo ip -6 addr add fdae:41e4:649b:9303::1/64 dev eth0My question do I need to create a subnet for
fdae:41e4:649b:9303::/64on my router?How to fix?
Beta Was this translation helpful? Give feedback.
All reactions