From 4aa959044a0be975684731c212ba417f2beb3250 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sun, 10 Jan 2021 03:05:26 +0100 Subject: [PATCH] [enh] Add advice about network issues with lxd --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d7344c0..c431894 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Please report issues on the following repository: * [4. Testing the web interface](#4-testing-the-web-interface) * [Advanced: using snapshots](#advanced-using-snapshots) * [Alternative: Only Virtualbox](#alternative-using-only-virtualbox) + * [Troubleshooting](#troubleshooting) - [Remote Development Environment](#remote-development-environment) * [1. Setup your VPS and install YunoHost](#1-setup-your-vps-and-install-yunohost) @@ -225,6 +226,13 @@ this repository. This is a known working setup used by some developers. Please see the ["virtualbox" branch](https://github.com/YunoHost/ynh-dev/tree/virtualbox#develop-on-your-local-machine) for more. +## Troubleshooting +If you experiment network issues with your lxd during rebuild container steps. Probably your container are not able to get a local IP with DHCP. + +It could be due to bridge conflict (for example if you have lxc installed too) or dnsmasq port already used. + +This [ticket](https://github.com/YunoHost/issues/issues/1664) could help. + # Remote Development Environment Here is the development flow: