[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2022-04-29 Thread Adam Collard
** Changed in: maas Status: Expired => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cannot start lxd-bridge.service when MAAS is managing DNS To manage notifications

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2021-07-24 Thread Launchpad Bug Tracker
[Expired for MAAS because there has been no activity for 60 days.] ** Changed in: maas Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cannot start

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2021-05-25 Thread Björn Tillenius
I think we need to solve this somehow. I'm thinking that we could re-use the 'allow_dns' flag on subnets. If it's False, we shouldn't listen on an address in that subnet. I think it should be safe, since AFAIK, allow_dns is only used to determine whether the address should be returned in the DHCP

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2021-05-18 Thread Alberto Donato
Could you please confirm if commands provided by Adam in #10 work for you? ** Changed in: maas Status: Triaged => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cann

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2021-01-11 Thread Christian Ehrhardt 
** Changed in: bind9 (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cannot start lxd-bridge.service when MAAS is managing DNS To manage no

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2020-07-14 Thread Adam Collard
Can you `lxc network set lxdbr0 dns.mode=none` adjusting for the name of your bridge. This will tell LXD to not manage DNS on the bridge, as per https://github.com/lxc/lxd/blob/master/doc/networks.md. Note you might also want to disable DHCP: `lxc network set lxdbr0 ipv4.dhcp=false` and `lxc netw

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2020-07-14 Thread Alexander Balderson
subbing to field high, the workaround for a new snapped install MaaS seems to be to install Maas into a container, but existing installs upgrading to Focal will run into this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. h

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2020-06-01 Thread Alexander Balderson
This workaround doesnt seem to work for snapped maas applying the fix to /var/snap/maas/current/bind/named.conf.options. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cannot start lxd

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2019-09-20 Thread Blake Rouse
** Changed in: maas Status: New => Triaged ** Changed in: maas Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cannot start lxd-bridge.service wh

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2019-04-26 Thread Jason Hobbs
MAAS is installing bind9 and configuring it for its own purposes - it provides other config for bind, and it's perfectly reasonable to expect maas to configure it to only listen on interfaces MAAS wants to provide DNS services on. ** Changed in: maas Status: Invalid => New ** Tags added: c

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2019-03-27 Thread Zhanglei Mao
to add floating ip too as: listen-on { 185.168.3.1; 185.168.3.5; }; -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cannot start lxd-bridge.service when MAAS is managing DNS To manage

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2019-03-27 Thread Zhanglei Mao
It seems not works on my side ( 18.04 ARM64). I have to add the listening IP explicitly. ubuntu@infra1:/etc/bind$ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.2 LTS" ubuntu@infra1:/etc/bind$ uname -a Linux infra1 4.15.0-4

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2019-03-13 Thread David A. Desrosiers
Correction to my last comment (listen-on, not listen): listen-on { !10.224.138.0/24; }; -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cannot start lxd-bridge.service when MAAS is man

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2019-03-13 Thread David A. Desrosiers
Adding these two lines (specifically the second line) to /etc/bind/named.conf.options and restarting bind, should solve this for you: listen-on-v6 { none; }; listen { !10.224.138.0/24; }; -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2019-03-13 Thread Jason Hobbs
** Tags added: cdo-qa foundations-engine -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cannot start lxd-bridge.service when MAAS is managing DNS To manage notifications about this bu

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2016-07-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: bind9 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1594317 Title: Cann

[Bug 1594317] Re: Cannot start lxd-bridge.service when MAAS is managing DNS

2016-06-20 Thread Mike Pontillo
This is actually a bug in the bind9 package, from what I understand. I think LaMont is already giving it some thought. ** Also affects: bind Importance: Undecided Status: New ** No longer affects: bind ** Also affects: bind9 (Ubuntu) Importance: Undecided Status: New ** Chan