[Bug 1771971] Re: dns broken after upgrade to bionic

2018-07-29 Thread Launchpad Bug Tracker
[Expired for network-manager (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: network-manager (Ubuntu)
   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/1771971

Title:
  dns broken after upgrade to bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1771971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1771971] Re: dns broken after upgrade to bionic

2018-05-29 Thread Zwylicht
I purged `netplan` and `/etc/init.d/netplan` was removed. I reinstalled
`netplan.io` but `/etc/init.d/netplan` now is missing completely. The
nameserver however is now shown in `systemd-resolve --status` but still
it does not work.

```
~# cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq

no-auto-default=E8:03:9A:F1:C2:6B,

[ifupdown]
managed=false
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771971

Title:
  dns broken after upgrade to bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1771971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1771971] Re: dns broken after upgrade to bionic

2018-05-29 Thread Mathieu Trudel-Lapierre
You seem to have a bad /etc/init.d/netplan file on the system; it's not
coming from the netplan.io package. You should make sure you do not have
the 'netplan' package installed (the network plan server).

Please attach the contents of /etc/NetworkManager/NetworkManager.conf.

** Package changed: netplan.io (Ubuntu) => network-manager (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771971

Title:
  dns broken after upgrade to bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1771971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1771971] Re: dns broken after upgrade to bionic

2018-05-26 Thread Zwylicht
Once more with `--debug` enabled maybe this helps

```
# netplan --debug generate
DEBUG:command generate: running ['/lib/netplan/generate']
** (generate:3961): DEBUG: 07:16:07.718: Processing input file 
//etc/netplan/01-network-manager-all.yaml..
** (generate:3961): DEBUG: 07:16:07.718: starting new processing pass
** (generate:3961): DEBUG: 07:16:07.718: Generating output files..

# netplan --debug apply
** (generate:3964): DEBUG: 07:16:15.263: Processing input file 
//etc/netplan/01-network-manager-all.yaml..
** (generate:3964): DEBUG: 07:16:15.264: starting new processing pass
** (generate:3964): DEBUG: 07:16:15.264: Generating output files..
DEBUG:no netplan generated networkd configuration exists
DEBUG:no netplan generated NM configuration exists
DEBUG:replug eth0: unbinding :02:00.0 from /sys/bus/pci/drivers/r8169
DEBUG:replug eth0: rebinding :02:00.0 to /sys/bus/pci/drivers/r8169
DEBUG:device lo operstate is unknown, not replugging
DEBUG:netplan triggering .link rules for lo
DEBUG:device wlan0 operstate is up, not replugging
DEBUG:netplan triggering .link rules for wlan0
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771971

Title:
  dns broken after upgrade to bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1771971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1771971] Re: dns broken after upgrade to bionic

2018-05-26 Thread Zwylicht
I created a config file `/etc/netplan/01-network-manager-all.yaml` and
executed `netplan apply` but still no effect

```
$ cat /etc/netplan/01-network-manager-all.yaml 
network:
  version: 2
  renderer: NetworkManager
```

Now I noticed that neplan seems to crash:

```
# systemctl status netplan
● netplan.service - LSB: Netplan calendar service.
   Loaded: loaded (/etc/init.d/netplan; generated)
   Active: active (exited) since Sun 2018-05-27 06:49:53 CEST; 14min ago
 Docs: man:systemd-sysv-generator(8)
  Process: 1397 ExecStart=/etc/init.d/netplan start (code=exited, status=

Mai 27 06:49:53 oz netplan[1397]:   
Mai 27 06:49:53 oz netplan[1397]: help  Show this help message
Mai 27 06:49:53 oz netplan[1397]: apply Apply current netplan con
Mai 27 06:49:53 oz netplan[1397]: generate  Generate backend specific
Mai 27 06:49:53 oz netplan[1397]:   /etc/netplan/*.yaml
Mai 27 06:49:53 oz netplan[1397]: ipRetrieve IP information f
Mai 27 06:49:53 oz netplan[1397]: try   Try to apply a new netpla
Mai 27 06:49:53 oz netplan[1397]:   automatic rollback
Mai 27 06:49:53 oz netplan[1397]:...fail!
```

So I tried to execute the ExecStart command manually:

```
# /etc/init.d/netplan start
 * Starting plan appointment daemon netplan  You 
need to specify a command
usage: /usr/sbin/netplan  [-h] [--debug]  ...

Network configuration in YAML

optional arguments:
  -h, --help  show this help message and exit
  --debug Enable debug messages

Available commands:
  
help  Show this help message
apply Apply current netplan config to running system
generate  Generate backend specific configuration files from
  /etc/netplan/*.yaml
ipRetrieve IP information from the system
try   Try to apply a new netplan config to running system, with
  automatic rollback
  [fail]

```

Something wrong with that call it seems. Even more confusing: Systemd
will not do anything when given the `start` command

```
# date +%T
07:10:47
# systemctl start netplan
# systemctl status netplan
● netplan.service - LSB: Netplan calendar service.
   Loaded: loaded (/etc/init.d/netplan; generated)
   Active: active (exited) since Sun 2018-05-27 06:49:53 CEST; 21min ago

```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771971

Title:
  dns broken after upgrade to bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1771971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1771971] Re: dns broken after upgrade to bionic

2018-05-26 Thread Zwylicht
I am under the impression that there is no netplan config for
`/etc/netplan` is empty.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771971

Title:
  dns broken after upgrade to bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1771971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1771971] Re: dns broken after upgrade to bionic

2018-05-25 Thread Mathieu Trudel-Lapierre
The attached files look exactly the way they should. Could you please
also attach your netplan configuration?

If netplan specifies that the itnerface in managed by NetworkManager,
we'll need to see if Networkmanager knows to add the DNS information to
systemd-resolved.

** Changed in: netplan.io (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1771971

Title:
  dns broken after upgrade to bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1771971/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs