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]:     ip        Retrieve 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
    ip        Retrieve 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

Reply via email to