mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
[enh] Note about between libvirtd and lxc-net
This commit is contained in:
parent
be9dac2cf2
commit
45be4c7b3d
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ $ sudo mount /sys/fs/cgroup
|
||||||
$ lxc-checkconfig
|
$ lxc-checkconfig
|
||||||
$ echo "veth" | sudo tee -a /etc/modules
|
$ echo "veth" | sudo tee -a /etc/modules
|
||||||
```
|
```
|
||||||
|
If you have install libvirtd, you need to stop it and kill dnsmasq libvirtd process, to avoid conflict with dhcp. If you don't ynh-dev start will fail because the lxc container won't be able to get an ip.
|
||||||
|
|
||||||
On **Debian Buster**, I had to re-patch the driver.rb of vagrant-lxc plugin with [this version](https://raw.githubusercontent.com/fgrehm/vagrant-lxc/2a5510b34cc59cd3cb8f2dcedc3073852d841101/lib/vagrant-lxc/driver.rb) (especially the `roofs_path` function). I also had to install `apparmor` then `systemctl restart apparmor` for `lxc-start` to work.
|
On **Debian Buster**, I had to re-patch the driver.rb of vagrant-lxc plugin with [this version](https://raw.githubusercontent.com/fgrehm/vagrant-lxc/2a5510b34cc59cd3cb8f2dcedc3073852d841101/lib/vagrant-lxc/driver.rb) (especially the `roofs_path` function). I also had to install `apparmor` then `systemctl restart apparmor` for `lxc-start` to work.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue