ExchangeUnion / xud-docker

Streamlined setup of xud and all dependencies via docker 🐳
https://docs.exchangeunion.com
GNU Affero General Public License v3.0
5 stars 5 forks source link

Failed to create endpoint mainnet_utils_1 on network bridge #753

Open reliveyy opened 3 years ago

reliveyy commented 3 years ago

Describe the bug My existing mainnet failed to start becuase this error:

❯ bash xud.sh
1) Simnet
2) Testnet
3) Mainnet
Please choose the network: 3
🚀 Launching mainnet environment
docker: Error response from daemon: failed to create endpoint mainnet_utils_1 on network bridge: failed to add the host (veth9527ab3) <=> sandbox (veth76689e2) pair interfaces: operation not supported.

I tried sudo but it's still the same error.

To Reproduce Not sure this case happens on other platforms.

❯ cat /etc/os-release
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://www.archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
LOGO=archlinux

Expected behavior Successfully bring up my old mainnet.

Screenshots N/A

Desktop (please complete the following information):

Additional context N/A