Comment 10 for bug 1799695

Revision history for this message
Claudio Ruta (cruta) wrote :

following the output required:
root@UBUNTIPL:~# lsb_release -rd
Description: Ubuntu 18.04.1 LTS
Release: 18.04

root@UBUNTIPL:~# apt-cache policy netplan.io
netplan.io:
  Installed: 0.36.3
  Candidate: 0.36.3
  Version table:
 *** 0.36.3 500
        500 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main s390x Packages
        100 /var/lib/dpkg/status
     0.36.1 500
        500 http://us.ports.ubuntu.com/ubuntu-ports bionic/main s390x Packages

root@UBUNTIPL:~# apt-cache policy systemd
systemd:
  Installed: 237-3ubuntu10.3
  Candidate: 237-3ubuntu10.9
  Version table:
     237-3ubuntu10.9 500
        500 http://us.ports.ubuntu.com/ubuntu-ports bionic-updates/main s390x Packages
        500 http://ports.ubuntu.com/ubuntu-ports bionic-security/main s390x Packages
 *** 237-3ubuntu10.3 100
        100 /var/lib/dpkg/status
     237-3ubuntu10 500
        500 http://us.ports.ubuntu.com/ubuntu-ports bionic/main s390x Packages

root@UBUNTIPL:~# ls -al /etc/netplan/
total 24
drwxr-xr-x 2 root root 4096 Nov 27 05:01 .
drwxr-xr-x 132 root root 12288 Oct 24 06:08 ..
-rw-r--r-- 1 root root 346 Oct 24 07:22 01-netcfg.yaml
-rw-r--r-- 1 root root 104 Oct 24 05:57 01-network-manager-all.yaml

root@UBUNTIPL:~# netplan --debug apply
** (generate:4189): DEBUG: 11:01:55.195: Processing input file //etc/netplan/01-netcfg.yaml..
** (generate:4189): DEBUG: 11:01:55.196: starting new processing pass
** (generate:4189): DEBUG: 11:01:55.196: Processing input file //etc/netplan/01-network-manager-all.yaml..
** (generate:4189): DEBUG: 11:01:55.196: starting new processing pass
** (generate:4189): DEBUG: 11:01:55.196: enc2e02: setting default backend to 2
** (generate:4189): DEBUG: 11:01:55.196: Generating output files..
** (generate:4189): DEBUG: 11:01:55.196: networkd: definition enc2e02 is not for us (backend 2)
DEBUG:no netplan generated networkd configuration exists
DEBUG:netplan generated NM configuration exists, restarting NM
DEBUG:device lo operstate is unknown, not replugging
DEBUG:netplan triggering .link rules for lo
DEBUG:device enc2e02 operstate is up, not replugging
DEBUG:netplan triggering .link rules for enc2e02

root@UBUNTIPL:~# ls -al /run/systemd/network
ls: cannot access '/run/systemd/network': No such file or directory

Thanks