canonical / lxd

Powerful system container and virtual machine manager
https://canonical.com/lxd
GNU Affero General Public License v3.0
4.32k stars 927 forks source link

LXD snap fails to start due to networkd on first try #4631

Closed killua-eu closed 6 years ago

killua-eu commented 6 years ago

Here the promissed report for @freeekanayaka as discussed in https://github.com/lxc/lxd/issues/4548.

Required information

killua@kai02:~$ lxc info
config:
  core.https_address: 192.168.88.102:8443
  core.trust_password: true
api_extensions:
- storage_zfs_remove_snapshots
- container_host_shutdown_timeout
- container_stop_priority
- container_syscall_filtering
- auth_pki
- container_last_used_at
- etag
- patch
- usb_devices
- https_allowed_credentials
- image_compression_algorithm
- directory_manipulation
- container_cpu_time
- storage_zfs_use_refquota
- storage_lvm_mount_options
- network
- profile_usedby
- container_push
- container_exec_recording
- certificate_update
- container_exec_signal_handling
- gpu_devices
- container_image_properties
- migration_progress
- id_map
- network_firewall_filtering
- network_routes
- storage
- file_delete
- file_append
- network_dhcp_expiry
- storage_lvm_vg_rename
- storage_lvm_thinpool_rename
- network_vlan
- image_create_aliases
- container_stateless_copy
- container_only_migration
- storage_zfs_clone_copy
- unix_device_rename
- storage_lvm_use_thinpool
- storage_rsync_bwlimit
- network_vxlan_interface
- storage_btrfs_mount_options
- entity_description
- image_force_refresh
- storage_lvm_lv_resizing
- id_map_base
- file_symlinks
- container_push_target
- network_vlan_physical
- storage_images_delete
- container_edit_metadata
- container_snapshot_stateful_migration
- storage_driver_ceph
- storage_ceph_user_name
- resource_limits
- storage_volatile_initial_source
- storage_ceph_force_osd_reuse
- storage_block_filesystem_btrfs
- resources
- kernel_limits
- storage_api_volume_rename
- macaroon_authentication
- network_sriov
- console
- restrict_devlxd
- migration_pre_copy
- infiniband
- maas_network
- devlxd_events
- proxy
- network_dhcp_gateway
- file_get_symlink
- network_leases
- unix_device_hotplug
- storage_api_local_volume_handling
- operation_description
- clustering
- event_lifecycle
- storage_api_remote_volume_handling
- nvidia_runtime
- container_mount_propagation
- container_backup
- devlxd_images
- container_local_cross_pool_handling
api_status: stable
api_version: "1.0"
auth: trusted
public: false
auth_methods:
- tls
environment:
  addresses:
  - 192.168.88.102:8443
  architectures:
  - x86_64
  - i686
  certificate: |
    -----BEGIN CERTIFICATE-----
...
    -----END CERTIFICATE-----
  certificate_fingerprint: ...
  driver: lxc
  driver_version: 3.0.0
  kernel: Linux
  kernel_architecture: x86_64
  kernel_version: 4.15.0-22-generic
  server: lxd
  server_pid: 2438
  server_version: "3.1"
  storage: btrfs
  storage_version: "4.4"
  server_clustered: true
  server_name: kai02

Issue description

LXD snap fails to start due to networkd (?) problems. restarts itself after a 10 minutes timeout into a working state.

Steps to reproduce

  1. clean install a machine with ubuntu 18.04 server, do the usual updates, install convenience utils of preferrence
  2. purge lxd, install lxd snap (occurs on stable 3.1 or edge)
  3. configure with
config:
  core.https_address: 192.168.88.102:8443
  core.trust_password: mumbojumbo
cluster:
  server_name: kai02
  enabled: true
  cluster_address: ""
  cluster_certificate: ""
  cluster_password: ""
networks:
- config:
    bridge.mode: fan
  description: ""
  managed: false
  name: lxdfan0
  type: ""
storage_pools:
- config:
    source: /var/snap/lxd/common/lxd/storage-pools/local
  description: ""
  name: local
  driver: btrfs
profiles:
- config: {}
  description: ""
  devices:
    eth0:
      name: eth0
      nictype: bridged
      parent: lxdfan0
      type: nic
    root:
      path: /
      pool: local
      type: disk
  name: default
  1. get some containers with lxc launch ubuntu:18.04 c1 etc.

Information to attach

killua@kai02:~$ cat /etc/netplan/50-cloud-init.yaml 
# This file is generated from information provided by
# the datasource.  Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        enp0s31f6:
            addresses: []
            dhcp4: true
            optional: true
    version: 2

killua@kai02:~$ sudo networkctl 
IDX LINK             TYPE               OPERATIONAL SETUP     
  1 lo               loopback           carrier     unmanaged 
  2 enp0s31f6        ether              routable    configured
  4 lxdfan0          ether              routable    unmanaged 
  5 lxdfan0-mtu      ether              off         unmanaged 
  6 lxdfan0-fan      ether              degraded    unmanaged 
  8 vethTO6AI6       ether              degraded    unmanaged 
 10 vethEBGXUW       ether              degraded    unmanaged 
 12 vethO9CEB2       ether              degraded    unmanaged 
 14 veth6OUWEI       ether              degraded    unmanaged 
 16 veth0CGMRJ       ether              degraded    unmanaged 
 18 wlp1s0           wlan               off         unmanaged 

11 links listed.
killua@kai02:~$ sudo networkctl status
●        State: routable
       Address: 192.168.88.102 on enp0s31f6
                240.102.0.1 on lxdfan0
                fe80::d65d:dfff:fe1a:221a on enp0s31f6
                fe80::9034:c9ff:fe07:7e10 on lxdfan0
                fe80::ec17:33ff:fe58:3ec7 on lxdfan0-fan
                fe80::fc6a:b1ff:fee1:296b on vethTO6AI6
                fe80::fc6f:e5ff:fe7d:8d12 on vethEBGXUW
                fe80::fcce:7cff:feb5:8fdf on vethO9CEB2
                fe80::fc00:53ff:fe24:f771 on veth6OUWEI
                fe80::fc0e:68ff:fe10:2c62 on veth0CGMRJ
       Gateway: 192.168.88.1 (Routerboard.com) on enp0s31f6
           DNS: 213.46.172.37
                213.46.172.36
           NTP: 216.239.35.8
                37.187.104.44

killua@kai02:~$ lxc list --fast
^C
killua@kai02:~$ host api.snapcraft.io
api.snapcraft.io has address 91.189.92.20
api.snapcraft.io has address 91.189.92.40
api.snapcraft.io has address 91.189.92.41
api.snapcraft.io has address 91.189.92.19
killua@kai02:~$ lxc list --fast
^C

here i waited a bit for snap/lxd to catch up. the networkctl status stopped at this:

killua@kai02:~$ sudo networkctl status
Jun 07 21:45:56 kai02 systemd[1]: Stopped Service for snap application lxd.daemon.
Jun 07 21:45:56 kai02 systemd[1]: Closed Socket activation for snappy daemon.
Jun 07 21:45:56 kai02 systemd[1]: Unmounting /run/snapd/ns/lxd.mnt...
Jun 07 21:45:56 kai02 systemd[1]: Unmounted /run/snapd/ns/lxd.mnt.
Jun 07 21:45:56 kai02 systemd[1]: Unmounting /run/snapd/ns...
Jun 07 21:45:56 kai02 systemd[1]: Unmounted /run/snapd/ns.
Jun 07 21:45:56 kai02 systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/lib/snapd/snaps/lxd_7319.snap: No such file or directory
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/snap/lxd/common/lxd.pid: No such file or directory
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/snap/lxd/common/lxcfs.pid: No such file or directory
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/snap/lxd/common/lxd/database/global/snapshots/8-456158-1528327175590/meta.json: No such file or directory
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/snap/lxd/common/lxd/database/global/snapshots/8-456254-1528327520274/meta.json: No such file or directory
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/snap/lxd/common/lxd/database/global/snapshots/8-456254-1528327520274/state.bin: No such file or directory
Jun 07 21:46:22 kai02 audit[724]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=724 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[724]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=724 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[721]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4650/usr/lib/snapd/snap-confine" pid=721 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[721]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4650/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=721 comm="apparmor_parser"
Jun 07 21:46:22 kai02 kernel: audit: type=1400 audit(1528407982.224:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=724 comm="apparmor_parser"
Jun 07 21:46:22 kai02 kernel: audit: type=1400 audit(1528407982.224:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=724 comm="apparmor_parser"
Jun 07 21:46:22 kai02 kernel: audit: type=1400 audit(1528407982.224:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4650/usr/lib/snapd/snap-confine" pid=721 comm="apparmor_parser"
Jun 07 21:46:22 kai02 kernel: audit: type=1400 audit(1528407982.224:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4650/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=721 comm="apparmor_parser"
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.daemon (/var/lib/snapd/apparmor/profiles/snap.lxd.daemon line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.benchmark (/var/lib/snapd/apparmor/profiles/snap.lxd.benchmark line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.buginfo (/var/lib/snapd/apparmor/profiles/snap.lxd.buginfo line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 audit[740]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.core.hook.configure" pid=740 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[744]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.daemon" pid=744 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[741]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.benchmark" pid=741 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[742]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.buginfo" pid=742 comm="apparmor_parser"
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.check-kernel (/var/lib/snapd/apparmor/profiles/snap.lxd.check-kernel line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.lxc (/var/lib/snapd/apparmor/profiles/snap.lxd.lxc line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 audit[745]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.hook.configure" pid=745 comm="apparmor_parser"
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.lxd (/var/lib/snapd/apparmor/profiles/snap.lxd.lxd line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 audit[743]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.check-kernel" pid=743 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[746]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.lxc" pid=746 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[747]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.lxd" pid=747 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[749]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.core" pid=749 comm="apparmor_parser"
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.migrate (/var/lib/snapd/apparmor/profiles/snap.lxd.migrate line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 audit[748]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.migrate" pid=748 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[750]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.lxd" pid=750 comm="apparmor_parser"
Jun 07 21:46:22 kai02 systemd[1]: Starting Socket activation for snappy daemon.
Jun 07 21:46:22 kai02 systemd[1]: Listening on Socket activation for snappy daemon.
Jun 07 21:46:23 kai02 systemd[1]: Started Service for snap application lxd.daemon.
Jun 07 21:46:23 kai02 snapd[937]: AppArmor status: apparmor is enabled and all features are available
Jun 07 21:46:23 kai02 snapd[937]: 2018/06/07 21:46:23.062630 daemon.go:323: started snapd/2.32.9+18.04 (series 16; classic) ubuntu/18.04 (amd64) linux/4.15.0-22-generic.
Jun 07 21:46:23 kai02 systemd[1]: Starting Wait until snapd is fully seeded...
Jun 07 21:46:23 kai02 snapd[937]: 2018/06/07 21:46:23.072070 stateengine.go:101: state ensure error: Get https://api.snapcraft.io/api/v1/snaps/sections: dial tcp: lookup api.snapcraft.io on 127.0.0.53:53: server misbehaving
Jun 07 21:46:23 kai02 systemd[1]: Started Wait until snapd is fully seeded.
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Loading snap configuration

after waiting 10 minutes (getting the timeout), we continue with

Jun 07 21:56:24 kai02 lxd.daemon[938]: Error: LXD still not running after 600s timeout (Get http://unix.socket/1.0: dial unix /var/snap/lxd/common/lxd/unix.socket: connect: no such file or directory)
Jun 07 21:56:24 kai02 systemd[1]: snap.lxd.daemon.service: Main process exited, code=exited, status=1/FAILURE
Jun 07 21:56:24 kai02 systemd[1]: snap.lxd.daemon.service: Failed with result 'exit-code'.
Jun 07 21:56:24 kai02 systemd[1]: snap.lxd.daemon.service: Service hold-off time over, scheduling restart.
Jun 07 21:56:24 kai02 systemd[1]: snap.lxd.daemon.service: Scheduled restart job, restart counter is at 1.
Jun 07 21:56:24 kai02 systemd[1]: Stopped Service for snap application lxd.daemon.
Jun 07 21:56:24 kai02 systemd[1]: Started Service for snap application lxd.daemon.
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Loading snap configuration
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c5
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c4
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c3
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c2
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c1
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c5
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c4
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c3
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c2
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c1
Jun 07 21:56:31 kai02 audit[2610]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c1_</var/snap/lxd/common/lxd>" pid=2610 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.263:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c1_</var/snap/lxd/common/lxd>" pid=2610 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2617]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2617 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:31 kai02 audit[2617]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2617 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.671:31): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2617 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.671:32): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2617 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:31 kai02 audit[2938]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c2_</var/snap/lxd/common/lxd>" pid=2938 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.847:33): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c2_</var/snap/lxd/common/lxd>" pid=2938 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2963]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=2963 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2964]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2964]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2964]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.859:34): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=2963 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.859:35): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.859:36): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.859:37): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2965]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=2965 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2965]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2965 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.863:38): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=2965 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.863:39): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2965 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2962]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=2962 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2962]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=2962 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2962]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=2962 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2962]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=2962 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2961]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=2961 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2961]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=2961 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2961]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=2961 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2961]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=2961 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2967]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=2967 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[2972]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c2_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2972 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[2972]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c2_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2972 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[3202]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c3_</var/snap/lxd/common/lxd>" pid=3202 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3278]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=3278 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3279]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=3279 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3279]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=3279 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3279]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=3279 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3277]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=3277 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3277]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=3277 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3277]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=3277 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3277]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=3277 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3280]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=3280 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3280]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=3280 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3276]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=3276 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3276]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=3276 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3276]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=3276 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3276]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=3276 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3282]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=3282 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3364]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/run/systemd/unit-root/var/lib/lxcfs/" pid=3364 comm="(networkd)" flags="ro, nosuid, nodev, remount, bind"
Jun 07 21:56:32 kai02 audit[3223]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c3_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3223 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[3223]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c3_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3223 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[3530]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c4_</var/snap/lxd/common/lxd>" pid=3530 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3694]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=3694 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3695]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=3695 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3695]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=3695 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3695]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=3695 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3696]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=3696 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3696]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=3696 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3698]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=3698 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3693]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=3693 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3693]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=3693 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3693]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=3693 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3693]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=3693 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3692]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=3692 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3692]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=3692 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3692]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=3692 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3692]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=3692 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3578]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c4_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3578 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[3578]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c4_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3578 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[3818]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c2_</var/snap/lxd/common/lxd>" name="/run/systemd/unit-root/" pid=3818 comm="(networkd)" flags="ro, remount, bind"
Jun 07 21:56:32 kai02 audit[3891]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c5_</var/snap/lxd/common/lxd>" pid=3891 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4070]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=4070 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4070]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=4070 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4070]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=4070 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4069]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=4069 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4072]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=4072 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4072]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=4072 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4074]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=4074 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4068]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=4068 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4068]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=4068 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4068]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=4068 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4068]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=4068 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4066]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=4066 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4066]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=4066 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4066]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=4066 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4066]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=4066 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[3938]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c5_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3938 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:33 kai02 audit[3938]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c5_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3938 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:33 kai02 audit[4314]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c3_</var/snap/lxd/common/lxd>" name="/run/systemd/unit-root/run/" pid=4314 comm="(networkd)" flags="ro, nosuid, nodev, remount, bind"
Jun 07 21:56:33 kai02 audit[4453]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=4453 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4454]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=4454 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4454]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=4454 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4454]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=4454 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4457]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=4457 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4451]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=4451 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4451]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=4451 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4451]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=4451 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4451]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=4451 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4455]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=4455 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4455]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=4455 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4452]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=4452 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4452]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=4452 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4452]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=4452 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4452]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=4452 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4568]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c1_</var/snap/lxd/common/lxd>" pid=4568 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4568]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c1_</var/snap/lxd/common/lxd>" pid=4568 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4568]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c1_</var/snap/lxd/common/lxd>" pid=4568 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4568]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c1_</var/snap/lxd/common/lxd>" pid=4568 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4710]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c4_</var/snap/lxd/common/lxd>" name="/run/systemd/unit-root/var/lib/lxcfs/" pid=4710 comm="(networkd)" flags="ro, nosuid, nodev, remount, bind"
Jun 07 21:56:33 kai02 audit[4803]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c2_</var/snap/lxd/common/lxd>" pid=4803 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4803]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c2_</var/snap/lxd/common/lxd>" pid=4803 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4803]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c2_</var/snap/lxd/common/lxd>" pid=4803 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4803]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c2_</var/snap/lxd/common/lxd>" pid=4803 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[4963]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c5_</var/snap/lxd/common/lxd>" name="/run/systemd/unit-root/run/" pid=4963 comm="(networkd)" flags="ro, nosuid, nodev, remount, bind"
Jun 07 21:56:34 kai02 audit[5185]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c3_</var/snap/lxd/common/lxd>" pid=5185 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5185]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c3_</var/snap/lxd/common/lxd>" pid=5185 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5185]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c3_</var/snap/lxd/common/lxd>" pid=5185 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5185]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c3_</var/snap/lxd/common/lxd>" pid=5185 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5373]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c4_</var/snap/lxd/common/lxd>" pid=5373 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5373]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c4_</var/snap/lxd/common/lxd>" pid=5373 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5373]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c4_</var/snap/lxd/common/lxd>" pid=5373 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5373]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c4_</var/snap/lxd/common/lxd>" pid=5373 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:35 kai02 audit[5601]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c5_</var/snap/lxd/common/lxd>" pid=5601 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:35 kai02 audit[5601]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c5_</var/snap/lxd/common/lxd>" pid=5601 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:35 kai02 audit[5601]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c5_</var/snap/lxd/common/lxd>" pid=5601 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:35 kai02 audit[5601]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c5_</var/snap/lxd/common/lxd>" pid=5601 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none

now i get

killua@kai02:~$ lxc list
+------+---------+----------------------+------+------------+-----------+----------+
| NAME |  STATE  |         IPV4         | IPV6 |    TYPE    | SNAPSHOTS | LOCATION |
+------+---------+----------------------+------+------------+-----------+----------+
| c1   | RUNNING | 240.102.0.129 (eth0) |      | PERSISTENT | 0         | kai02    |
+------+---------+----------------------+------+------------+-----------+----------+
| c2   | RUNNING | 240.102.0.119 (eth0) |      | PERSISTENT | 0         | kai02    |
+------+---------+----------------------+------+------------+-----------+----------+
| c3   | RUNNING | 240.102.0.63 (eth0)  |      | PERSISTENT | 0         | kai02    |
+------+---------+----------------------+------+------------+-----------+----------+
| c4   | RUNNING | 240.102.0.24 (eth0)  |      | PERSISTENT | 0         | kai02    |
+------+---------+----------------------+------+------------+-----------+----------+
| c5   | RUNNING | 240.102.0.193 (eth0) |      | PERSISTENT | 0         | kai02    |
+------+---------+----------------------+------+------------+-----------+----------+

yaay. this is on a fresh machine (18.04 server install) with just lxd installed as snap. Now if I dare to want to ping c1.lxd (as I asked in https://github.com/lxc/lxd/issues/4625), I go for

killua@kai02:~$ cat /etc/netplan/50-cloud-init.yaml 
# This file is generated from information provided by
# the datasource.  Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        enp0s31f6:
            addresses: []
            dhcp4: true
            optional: true
            nameservers:
               addresses: [240.102.0.1,1.1.1.1,8.8.8.8]    # adding the lxdfan0 to nameservers
    version: 2

killua@kai02:~$ sudo netplan generate && sudo netplan apply
killua@kai02:~$ sudo networkctl
IDX LINK             TYPE               OPERATIONAL SETUP     
  1 lo               loopback           carrier     unmanaged 
  2 enp0s31f6        ether              routable    configured
  4 lxdfan0          ether              routable    unmanaged 
  5 lxdfan0-mtu      ether              off         unmanaged 
  6 lxdfan0-fan      ether              degraded    unmanaged 
  8 vethSIA5BL       ether              degraded    unmanaged 
 10 veth12QJ1S       ether              degraded    unmanaged 
 12 veth0XTC9R       ether              degraded    unmanaged 
 14 veth5FO5AJ       ether              degraded    unmanaged 
 16 veth0652SP       ether              degraded    unmanaged 
 17 wlp1s0           wlan               off         unmanaged 

11 links listed.
killua@kai02:~$ sudo networkctl status 
●        State: routable
       Address: 192.168.88.102 on enp0s31f6
                240.102.0.1 on lxdfan0
                fe80::d65d:dfff:fe1a:221a on enp0s31f6
                fe80::4c71:1eff:fe60:afec on lxdfan0
                fe80::b046:5aff:fe60:1e95 on lxdfan0-fan
                fe80::fc1b:34ff:fe0d:f152 on vethSIA5BL
                fe80::fccb:bcff:fef4:57de on veth12QJ1S
                fe80::fc69:e3ff:fec2:1c3b on veth0XTC9R
                fe80::fc65:98ff:fea8:35b7 on veth5FO5AJ
                fe80::fc5e:98ff:fe8b:5355 on veth0652SP
       Gateway: 192.168.88.1 (Routerboard.com) on enp0s31f6
           DNS: 240.102.0.1
                1.1.1.1
                8.8.8.8
                213.46.172.37
                213.46.172.36
           NTP: 216.239.35.8
                37.187.104.44

killua@kai02:~$ sudo host c1.lxd 240.102.0.1
Using domain server:
Name: 240.102.0.1
Address: 240.102.0.1#53
Aliases: 

c1.lxd has address 240.102.0.129

killua@kai02:~$ ping c2.lxd
PING c2.lxd (240.102.0.119) 56(84) bytes of data.
64 bytes from c2.lxd (240.102.0.119): icmp_seq=1 ttl=64 time=0.066 ms
64 bytes from c2.lxd (240.102.0.119): icmp_seq=2 ttl=64 time=0.063 ms

looks fine, but the ping actually waits cca. 3 seconds and then starts to ping. so there seems to be a lag in hostname resolution. this lag comes also with pinging google. you don't see it in the ping time. here some more logs:

killua@kai02:~$ journalctl | grep systemd-resolved

Jun 07 21:46:22 kai02 systemd-resolved[814]: Positive Trust Anchors:
Jun 07 21:46:22 kai02 systemd-resolved[814]: . IN DS 19036 8 2 49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
Jun 07 21:46:22 kai02 systemd-resolved[814]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jun 07 21:46:22 kai02 systemd-resolved[814]: Negative trust anchors: 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
Jun 07 21:46:22 kai02 systemd-resolved[814]: Using system hostname 'kai02'.
Jun 07 22:10:48 kai02 systemd-resolved[814]: Using degraded feature set (UDP) for DNS server 240.102.0.1.

and here from the reboot (including the reboot) for lxd snap

Jun 07 21:45:47 kai02 systemd[1]: Stopping Service for snap application lxd.daemon...
Jun 07 21:45:47 kai02 systemd[1]: Unmounting Mount unit for lxd...
Jun 07 21:45:47 kai02 systemd[1]: Unmounting Mount unit for lxd...
Jun 07 21:45:47 kai02 systemd[1]: Unmounted Mount unit for lxd.
Jun 07 21:45:47 kai02 systemd[1]: Unmounted Mount unit for lxd.
Jun 07 21:45:47 kai02 systemd[1]: Unmounted Mount unit for lxd.
Jun 07 21:45:52 kai02 lxd.daemon[12095]: error: cannot communicate with server: Get http://localhost/v2/changes?select=all: EOF
Jun 07 21:45:52 kai02 lxd.daemon[12095]: => Stop reason is: host shutdown
Jun 07 21:45:52 kai02 lxd.daemon[12095]: => Stopping LXD (with container shutdown)
Jun 07 21:45:53 kai02 kernel: lxdfan0: port 6(veth6OUWEI) entered disabled state
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 kernel: lxdfan0: port 6(veth6OUWEI) entered disabled state
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 kernel: lxdfan0: port 4(vethEBGXUW) entered disabled state
Jun 07 21:45:53 kai02 kernel: lxdfan0: port 4(vethEBGXUW) entered disabled state
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 kernel: lxdfan0: port 5(vethO9CEB2) entered disabled state
Jun 07 21:45:53 kai02 kernel: lxdfan0: port 5(vethO9CEB2) entered disabled state
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 kernel: lxdfan0: port 3(vethTO6AI6) entered disabled state
Jun 07 21:45:53 kai02 kernel: lxdfan0: port 3(vethTO6AI6) entered disabled state
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 kernel: lxdfan0: port 7(veth0CGMRJ) entered disabled state
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:53 kai02 kernel: lxdfan0: port 7(veth0CGMRJ) entered disabled state
Jun 07 21:45:53 kai02 lxd.daemon[2307]: action=R err="Failed to run: apparmor_parser -RWL /var/snap/lxd/common/lxd/security/apparmor/cache /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c4: AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c4 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c4 at line 1: Could not open 'tunables/global'" lvl=eror msg="Running apparmor" output="AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c4 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c4 at line 1: Could not open 'tunables/global'\n" t=2018-06-07T21:45:53+0000
Jun 07 21:45:53 kai02 lxd.daemon[2307]: container=c4 err="Failed to run: apparmor_parser -RWL /var/snap/lxd/common/lxd/security/apparmor/cache /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c4: AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c4 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c4 at line 1: Could not open 'tunables/global'" lvl=eror msg="Failed to destroy apparmor namespace" t=2018-06-07T21:45:53+0000
Jun 07 21:45:54 kai02 lxd.daemon[2307]: action=R err="Failed to run: apparmor_parser -RWL /var/snap/lxd/common/lxd/security/apparmor/cache /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c3: AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c3 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c3 at line 1: Could not open 'tunables/global'" lvl=eror msg="Running apparmor" output="AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c3 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c3 at line 1: Could not open 'tunables/global'\n" t=2018-06-07T21:45:54+0000
Jun 07 21:45:54 kai02 lxd.daemon[2307]: container=c3 err="Failed to run: apparmor_parser -RWL /var/snap/lxd/common/lxd/security/apparmor/cache /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c3: AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c3 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c3 at line 1: Could not open 'tunables/global'" lvl=eror msg="Failed to destroy apparmor namespace" t=2018-06-07T21:45:54+0000
Jun 07 21:45:54 kai02 lxd.daemon[2307]: action=R err="Failed to run: apparmor_parser -RWL /var/snap/lxd/common/lxd/security/apparmor/cache /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c2: AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c2 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c2 at line 1: Could not open 'tunables/global'" lvl=eror msg="Running apparmor" output="AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c2 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c2 at line 1: Could not open 'tunables/global'\n" t=2018-06-07T21:45:54+0000
Jun 07 21:45:54 kai02 lxd.daemon[2307]: container=c2 err="Failed to run: apparmor_parser -RWL /var/snap/lxd/common/lxd/security/apparmor/cache /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c2: AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c2 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c2 at line 1: Could not open 'tunables/global'" lvl=eror msg="Failed to destroy apparmor namespace" t=2018-06-07T21:45:54+0000
Jun 07 21:45:54 kai02 lxd.daemon[2307]: action=R err="Failed to run: apparmor_parser -RWL /var/snap/lxd/common/lxd/security/apparmor/cache /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c1: AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c1 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c1 at line 1: Could not open 'tunables/global'" lvl=eror msg="Running apparmor" output="AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c1 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c1 at line 1: Could not open 'tunables/global'\n" t=2018-06-07T21:45:54+0000
Jun 07 21:45:54 kai02 lxd.daemon[2307]: container=c1 err="Failed to run: apparmor_parser -RWL /var/snap/lxd/common/lxd/security/apparmor/cache /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c1: AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c1 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c1 at line 1: Could not open 'tunables/global'" lvl=eror msg="Failed to destroy apparmor namespace" t=2018-06-07T21:45:54+0000
Jun 07 21:45:54 kai02 lxd.daemon[2307]: action=R err="Failed to run: apparmor_parser -RWL /var/snap/lxd/common/lxd/security/apparmor/cache /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c5: AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c5 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c5 at line 1: Could not open 'tunables/global'" lvl=eror msg="Running apparmor" output="AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c5 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c5 at line 1: Could not open 'tunables/global'\n" t=2018-06-07T21:45:54+0000
Jun 07 21:45:54 kai02 lxd.daemon[2307]: container=c5 err="Failed to run: apparmor_parser -RWL /var/snap/lxd/common/lxd/security/apparmor/cache /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c5: AppArmor parser error for /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c5 in /var/snap/lxd/common/lxd/security/apparmor/profiles/lxd-c5 at line 1: Could not open 'tunables/global'" lvl=eror msg="Failed to destroy apparmor namespace" t=2018-06-07T21:45:54+0000
Jun 07 21:45:54 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:54 kai02 kernel: device lxdfan0-fan left promiscuous mode
Jun 07 21:45:54 kai02 kernel: lxdfan0: port 2(lxdfan0-fan) entered disabled state
Jun 07 21:45:54 kai02 kernel: device lxdfan0-mtu left promiscuous mode
Jun 07 21:45:54 kai02 kernel: lxdfan0: port 1(lxdfan0-mtu) entered disabled state
Jun 07 21:45:55 kai02 systemd-networkd[12019]: lxdfan0: Lost carrier
Jun 07 21:45:55 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:55 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:55 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:55 kai02 dnsmasq[2538]: using local addresses only for domain lxd
Jun 07 21:45:55 kai02 systemd-networkd[12019]: lxdfan0-fan: Lost carrier
Jun 07 21:45:55 kai02 systemd-networkd[12019]: lxdfan0-fan: Removing non-existent address: fe80::ec17:33ff:fe58:3ec7/64 (valid forever), ignoring
Jun 07 21:45:55 kai02 lxd.daemon[2307]: lvl=warn msg="Raft: Unable to get address for server id 1, using fallback address 0: failed to begin transaction: sql: database is closed" t=2018-06-07T21:45:55+0000
Jun 07 21:45:55 kai02 lxd.daemon[2307]: => LXD exited cleanly
Jun 07 21:45:55 kai02 lxd.daemon[12095]: => Stopping LXCFS
Jun 07 21:45:56 kai02 systemd[1]: Stopped Service for snap application lxd.daemon.
Jun 07 21:45:56 kai02 systemd[1]: Unmounting /run/snapd/ns/lxd.mnt...
Jun 07 21:45:56 kai02 systemd[1]: Unmounted /run/snapd/ns/lxd.mnt.
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/lib/snapd/snaps/lxd_7319.snap: No such file or directory
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/snap/lxd/common/lxd.pid: No such file or directory
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/snap/lxd/common/lxcfs.pid: No such file or directory
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/snap/lxd/common/lxd/database/global/snapshots/8-456158-1528327175590/meta.json: No such file or directory
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/snap/lxd/common/lxd/database/global/snapshots/8-456254-1528327520274/meta.json: No such file or directory
Jun 07 21:46:22 kai02 ureadahead[475]: ureadahead:/var/snap/lxd/common/lxd/database/global/snapshots/8-456254-1528327520274/state.bin: No such file or directory
Jun 07 21:46:21 kai02 systemd[1]: Mounting Mount unit for lxd...
Jun 07 21:46:21 kai02 systemd[1]: Mounting Mount unit for lxd...
Jun 07 21:46:21 kai02 systemd[1]: Mounting Mount unit for lxd...
Jun 07 21:46:21 kai02 systemd[1]: Mounted Mount unit for lxd.
Jun 07 21:46:21 kai02 systemd[1]: Mounted Mount unit for lxd.
Jun 07 21:46:22 kai02 systemd[1]: Mounted Mount unit for lxd.
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.daemon (/var/lib/snapd/apparmor/profiles/snap.lxd.daemon line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.benchmark (/var/lib/snapd/apparmor/profiles/snap.lxd.benchmark line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.buginfo (/var/lib/snapd/apparmor/profiles/snap.lxd.buginfo line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 audit[744]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.daemon" pid=744 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[741]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.benchmark" pid=741 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[742]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.buginfo" pid=742 comm="apparmor_parser"
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.check-kernel (/var/lib/snapd/apparmor/profiles/snap.lxd.check-kernel line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.lxc (/var/lib/snapd/apparmor/profiles/snap.lxd.lxc line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 audit[745]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.hook.configure" pid=745 comm="apparmor_parser"
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.lxd (/var/lib/snapd/apparmor/profiles/snap.lxd.lxd line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 audit[743]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.check-kernel" pid=743 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[746]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.lxc" pid=746 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[747]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.lxd" pid=747 comm="apparmor_parser"
Jun 07 21:46:22 kai02 apparmor[661]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.migrate (/var/lib/snapd/apparmor/profiles/snap.lxd.migrate line 428): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Jun 07 21:46:22 kai02 audit[748]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.lxd.migrate" pid=748 comm="apparmor_parser"
Jun 07 21:46:22 kai02 audit[750]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap-update-ns.lxd" pid=750 comm="apparmor_parser"
Jun 07 21:46:23 kai02 systemd[1]: Started Service for snap application lxd.daemon.
Jun 07 21:46:23 kai02 lxd.daemon[938]: => Preparing the system
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Loading snap configuration
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Setting up mntns symlink
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Setting up kmod wrapper
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Preparing /boot
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Preparing a clean copy of /run
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Preparing a clean copy of /etc
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Setting up ceph configuration
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Setting up LVM configuration
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Rotating logs
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Setting up ZFS (0.7)
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Escaping the systemd cgroups
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Escaping the systemd process resource limits
Jun 07 21:46:23 kai02 lxd.daemon[938]: ==> Increasing the number of inotify user instances
Jun 07 21:46:23 kai02 lxd.daemon[938]: => Starting LXCFS
Jun 07 21:46:23 kai02 lxd.daemon[938]: => Starting LXD
Jun 07 21:46:23 kai02 lxd.daemon[938]: mount namespace: 5
Jun 07 21:46:23 kai02 lxd.daemon[938]: hierarchies:
Jun 07 21:46:23 kai02 lxd.daemon[938]:   0: fd:   6: freezer
Jun 07 21:46:23 kai02 lxd.daemon[938]:   1: fd:   7: hugetlb
Jun 07 21:46:23 kai02 lxd.daemon[938]:   2: fd:   8: rdma
Jun 07 21:46:23 kai02 lxd.daemon[938]:   3: fd:   9: memory
Jun 07 21:46:23 kai02 lxd.daemon[938]:   4: fd:  10: cpu,cpuacct
Jun 07 21:46:23 kai02 lxd.daemon[938]:   5: fd:  11: blkio
Jun 07 21:46:23 kai02 lxd.daemon[938]:   6: fd:  12: devices
Jun 07 21:46:23 kai02 lxd.daemon[938]:   7: fd:  13: pids
Jun 07 21:46:23 kai02 lxd.daemon[938]:   8: fd:  14: cpuset
Jun 07 21:46:23 kai02 lxd.daemon[938]:   9: fd:  15: net_cls,net_prio
Jun 07 21:46:23 kai02 lxd.daemon[938]:  10: fd:  16: perf_event
Jun 07 21:46:23 kai02 lxd.daemon[938]:  11: fd:  17: name=systemd
Jun 07 21:46:23 kai02 lxd.daemon[938]:  12: fd:  18: unified
Jun 07 21:46:24 kai02 lxd.daemon[938]: lvl=warn msg="CGroup memory swap accounting is disabled, swap limits will be ignored." t=2018-06-07T21:46:24+0000
Jun 07 21:46:24 kai02 lxd.daemon[938]: err="listen tcp 192.168.88.102:8443: bind: cannot assign requested address" lvl=eror msg="cannot listen on https socket, skipping..." t=2018-06-07T21:46:24+0000
Jun 07 21:46:29 kai02 lxd.daemon[938]: lvl=warn msg="Raft: Heartbeat timeout from \"\" reached, starting election" t=2018-06-07T21:46:29+0000
Jun 07 21:47:46 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 6): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:47:46+0000
Jun 07 21:47:58 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 7): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:47:58+0000
Jun 07 21:48:10 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 8): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:48:10+0000
Jun 07 21:48:22 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 9): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:48:22+0000
Jun 07 21:48:34 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 10): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:48:34+0000
Jun 07 21:48:46 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 11): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:48:46+0000
Jun 07 21:48:58 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 12): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:48:58+0000
Jun 07 21:49:10 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 13): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:49:10+0000
Jun 07 21:49:22 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 14): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:49:22+0000
Jun 07 21:49:34 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 15): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:49:34+0000
Jun 07 21:50:34 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 20): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:50:34+0000
Jun 07 21:51:34 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 25): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:51:34+0000
Jun 07 21:52:34 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 30): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:52:34+0000
Jun 07 21:53:34 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 35): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:53:34+0000
Jun 07 21:54:34 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 40): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:54:34+0000
Jun 07 21:55:34 kai02 lxd.daemon[938]: lvl=warn msg="Failed connecting to global database (attempt 45): gRPC grpcConnection failed: context deadline exceeded" t=2018-06-07T21:55:34+0000
Jun 07 21:56:24 kai02 lxd.daemon[938]: Error: LXD still not running after 600s timeout (Get http://unix.socket/1.0: dial unix /var/snap/lxd/common/lxd/unix.socket: connect: no such file or directory)
Jun 07 21:56:24 kai02 lxd.daemon[938]: => LXD failed to start
Jun 07 21:56:24 kai02 systemd[1]: snap.lxd.daemon.service: Main process exited, code=exited, status=1/FAILURE
Jun 07 21:56:24 kai02 systemd[1]: snap.lxd.daemon.service: Failed with result 'exit-code'.
Jun 07 21:56:24 kai02 lxd.daemon[938]: lvl=eror msg="Failed to start the daemon: failed to open cluster database: failed to connect to cluster database" t=2018-06-07T21:56:24+0000
Jun 07 21:56:24 kai02 lxd.daemon[938]: Error: failed to open cluster database: failed to connect to cluster database
Jun 07 21:56:24 kai02 systemd[1]: snap.lxd.daemon.service: Service hold-off time over, scheduling restart.
Jun 07 21:56:24 kai02 systemd[1]: snap.lxd.daemon.service: Scheduled restart job, restart counter is at 1.
Jun 07 21:56:24 kai02 systemd[1]: Stopped Service for snap application lxd.daemon.
Jun 07 21:56:24 kai02 systemd[1]: Started Service for snap application lxd.daemon.
Jun 07 21:56:24 kai02 lxd.daemon[2345]: => Preparing the system
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Loading snap configuration
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Setting up mntns symlink
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Setting up kmod wrapper
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Preparing /boot
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Preparing a clean copy of /run
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Preparing a clean copy of /etc
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Setting up ceph configuration
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Setting up LVM configuration
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Rotating logs
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Setting up ZFS (0.7)
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Escaping the systemd cgroups
Jun 07 21:56:24 kai02 lxd.daemon[2345]: ==> Escaping the systemd process resource limits
Jun 07 21:56:24 kai02 lxd.daemon[2345]: => Re-using existing LXCFS
Jun 07 21:56:24 kai02 lxd.daemon[2345]: => Starting LXD
Jun 07 21:56:24 kai02 lxd.daemon[2345]: lvl=warn msg="CGroup memory swap accounting is disabled, swap limits will be ignored." t=2018-06-07T21:56:24+0000
Jun 07 21:56:29 kai02 lxd.daemon[2345]: lvl=warn msg="Raft: Heartbeat timeout from \"\" reached, starting election" t=2018-06-07T21:56:29+0000
Jun 07 21:56:29 kai02 systemd-udevd[2479]: Could not generate persistent MAC address for lxdfan0: No such file or directory
Jun 07 21:56:29 kai02 systemd-udevd[2486]: Could not generate persistent MAC address for lxdfan0-mtu: No such file or directory
Jun 07 21:56:29 kai02 kernel: lxdfan0: port 1(lxdfan0-mtu) entered blocking state
Jun 07 21:56:29 kai02 kernel: lxdfan0: port 1(lxdfan0-mtu) entered disabled state
Jun 07 21:56:29 kai02 kernel: device lxdfan0-mtu entered promiscuous mode
Jun 07 21:56:29 kai02 kernel: IPv6: ADDRCONF(NETDEV_UP): lxdfan0: link is not ready
Jun 07 21:56:30 kai02 systemd-udevd[2560]: Could not generate persistent MAC address for lxdfan0-fan: No such file or directory
Jun 07 21:56:30 kai02 kernel: lxdfan0: port 2(lxdfan0-fan) entered blocking state
Jun 07 21:56:30 kai02 kernel: lxdfan0: port 2(lxdfan0-fan) entered disabled state
Jun 07 21:56:30 kai02 kernel: device lxdfan0-fan entered promiscuous mode
Jun 07 21:56:30 kai02 systemd-networkd[799]: lxdfan0-fan: Gained carrier
Jun 07 21:56:30 kai02 systemd-networkd[799]: lxdfan0: Gained carrier
Jun 07 21:56:30 kai02 kernel: lxdfan0: port 2(lxdfan0-fan) entered blocking state
Jun 07 21:56:30 kai02 kernel: lxdfan0: port 2(lxdfan0-fan) entered forwarding state
Jun 07 21:56:30 kai02 kernel: IPv6: ADDRCONF(NETDEV_CHANGE): lxdfan0: link becomes ready
Jun 07 21:56:30 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: DHCP, sockets bound exclusively to interface lxdfan0
Jun 07 21:56:30 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:30 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:30 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c5
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c4
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c3
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c2
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c1
Jun 07 21:56:30 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c5
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c4
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c3
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c2
Jun 07 21:56:30 kai02 dnsmasq-dhcp[2575]: read /var/snap/lxd/common/lxd/networks/lxdfan0/dnsmasq.hosts/c1
Jun 07 21:56:31 kai02 audit[2610]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c1_</var/snap/lxd/common/lxd>" pid=2610 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.263:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c1_</var/snap/lxd/common/lxd>" pid=2610 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 3(vethSIA5BL) entered blocking state
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 3(vethSIA5BL) entered disabled state
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 3(vethSIA5BL) entered blocking state
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 3(vethSIA5BL) entered forwarding state
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 3(vethSIA5BL) entered disabled state
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 3(vethSIA5BL) entered blocking state
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 3(vethSIA5BL) entered forwarding state
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 lxd.daemon[938]: mount namespace: 7
Jun 07 21:56:31 kai02 lxd.daemon[938]: hierarchies:
Jun 07 21:56:31 kai02 lxd.daemon[938]:   0: fd:   8: freezer
Jun 07 21:56:31 kai02 lxd.daemon[938]:   1: fd:   9: hugetlb
Jun 07 21:56:31 kai02 lxd.daemon[938]:   2: fd:  10: rdma
Jun 07 21:56:31 kai02 lxd.daemon[938]:   3: fd:  11: memory
Jun 07 21:56:31 kai02 lxd.daemon[938]:   4: fd:  12: cpu,cpuacct
Jun 07 21:56:31 kai02 lxd.daemon[938]:   5: fd:  13: blkio
Jun 07 21:56:31 kai02 lxd.daemon[938]:   6: fd:  14: devices
Jun 07 21:56:31 kai02 lxd.daemon[938]:   7: fd:  15: pids
Jun 07 21:56:31 kai02 lxd.daemon[938]:   8: fd:  16: cpuset
Jun 07 21:56:31 kai02 lxd.daemon[938]:   9: fd:  17: net_cls,net_prio
Jun 07 21:56:31 kai02 lxd.daemon[938]:  10: fd:  18: perf_event
Jun 07 21:56:31 kai02 lxd.daemon[938]:  11: fd:  19: name=systemd
Jun 07 21:56:31 kai02 lxd.daemon[938]:  12: fd:  20: unified
Jun 07 21:56:31 kai02 lxd.daemon[938]: lxcfs.c: 105: do_reload: lxcfs: reloaded
Jun 07 21:56:31 kai02 systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 2617 (lxd)
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 audit[2617]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2617 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:31 kai02 audit[2617]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2617 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.671:31): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2617 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.671:32): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2617 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:31 kai02 audit[2938]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c2_</var/snap/lxd/common/lxd>" pid=2938 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.847:33): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c2_</var/snap/lxd/common/lxd>" pid=2938 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2963]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=2963 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2964]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2964]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2964]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.859:34): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=2963 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.859:35): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.859:36): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.859:37): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=2964 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2965]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=2965 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2965]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2965 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.863:38): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=2965 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: audit: type=1400 audit(1528408591.863:39): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2965 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2962]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=2962 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2962]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=2962 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2962]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=2962 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2962]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=2962 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2961]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=2961 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2961]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=2961 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2961]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=2961 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2961]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=2961 comm="apparmor_parser"
Jun 07 21:56:31 kai02 audit[2967]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=2967 comm="apparmor_parser"
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 4(veth12QJ1S) entered blocking state
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 4(veth12QJ1S) entered disabled state
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 4(veth12QJ1S) entered blocking state
Jun 07 21:56:31 kai02 kernel: lxdfan0: port 4(veth12QJ1S) entered forwarding state
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 systemd-networkd[799]: lxdfan0: Gained IPv6LL
Jun 07 21:56:31 kai02 dnsmasq[2575]: LOUD WARNING: listening on 240.102.0.1 may accept requests via interfaces other than lxdfan0
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:31 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 systemd-networkd[799]: lxdfan0-fan: Gained IPv6LL
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 audit[2972]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c2_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2972 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[2972]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c2_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2972 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[3202]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c3_</var/snap/lxd/common/lxd>" pid=3202 comm="apparmor_parser"
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 5(veth0XTC9R) entered blocking state
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 5(veth0XTC9R) entered disabled state
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 5(veth0XTC9R) entered blocking state
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 5(veth0XTC9R) entered forwarding state
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 audit[3278]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=3278 comm="apparmor_parser"
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 5(veth0XTC9R) entered disabled state
Jun 07 21:56:32 kai02 audit[3279]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=3279 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3279]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=3279 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3279]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=3279 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3277]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=3277 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3277]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=3277 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3277]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=3277 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3277]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=3277 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3280]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=3280 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3280]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=3280 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3276]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=3276 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3276]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=3276 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3276]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=3276 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3276]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=3276 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3282]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c2_</var/snap/lxd/common/lxd>//&:lxd-c2_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=3282 comm="apparmor_parser"
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 5(veth0XTC9R) entered blocking state
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 5(veth0XTC9R) entered forwarding state
Jun 07 21:56:32 kai02 audit[3364]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/run/systemd/unit-root/var/lib/lxcfs/" pid=3364 comm="(networkd)" flags="ro, nosuid, nodev, remount, bind"
Jun 07 21:56:32 kai02 audit[3223]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c3_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3223 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[3223]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c3_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3223 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[3530]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c4_</var/snap/lxd/common/lxd>" pid=3530 comm="apparmor_parser"
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 6(veth5FO5AJ) entered blocking state
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 6(veth5FO5AJ) entered disabled state
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 6(veth5FO5AJ) entered blocking state
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 6(veth5FO5AJ) entered forwarding state
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 audit[3694]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=3694 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3695]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=3695 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3695]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=3695 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3695]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=3695 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3696]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=3696 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3696]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=3696 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3698]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=3698 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3693]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=3693 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3693]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=3693 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3693]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=3693 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3693]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=3693 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3692]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=3692 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3692]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=3692 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3692]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=3692 comm="apparmor_parser"
Jun 07 21:56:32 kai02 audit[3692]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c3_</var/snap/lxd/common/lxd>//&:lxd-c3_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=3692 comm="apparmor_parser"
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 audit[3578]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c4_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3578 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[3578]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c4_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3578 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:32 kai02 audit[3818]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c2_</var/snap/lxd/common/lxd>" name="/run/systemd/unit-root/" pid=3818 comm="(networkd)" flags="ro, remount, bind"
Jun 07 21:56:32 kai02 audit[3891]: AVC apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c5_</var/snap/lxd/common/lxd>" pid=3891 comm="apparmor_parser"
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 7(veth0652SP) entered blocking state
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 7(veth0652SP) entered disabled state
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 7(veth0652SP) entered blocking state
Jun 07 21:56:32 kai02 kernel: lxdfan0: port 7(veth0652SP) entered forwarding state
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:32 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:33 kai02 audit[4070]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=4070 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4070]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=4070 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4070]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=4070 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4069]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=4069 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4072]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=4072 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4072]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=4072 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4074]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=4074 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4068]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=4068 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4068]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=4068 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4068]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=4068 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4068]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=4068 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4066]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=4066 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4066]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=4066 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4066]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=4066 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4066]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c4_</var/snap/lxd/common/lxd>//&:lxd-c4_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=4066 comm="apparmor_parser"
Jun 07 21:56:33 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:33 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:33 kai02 audit[3938]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c5_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3938 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:33 kai02 audit[3938]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c5_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=3938 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
Jun 07 21:56:33 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:33 kai02 audit[4314]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c3_</var/snap/lxd/common/lxd>" name="/run/systemd/unit-root/run/" pid=4314 comm="(networkd)" flags="ro, nosuid, nodev, remount, bind"
Jun 07 21:56:33 kai02 audit[4453]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=4453 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4454]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=4454 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4454]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=4454 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4454]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=4454 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4457]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=4457 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4451]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=4451 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4451]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=4451 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4451]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=4451 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4451]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=4451 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4455]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=4455 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4455]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=4455 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4452]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=4452 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4452]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=4452 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4452]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=4452 comm="apparmor_parser"
Jun 07 21:56:33 kai02 audit[4452]: AVC apparmor="STATUS" operation="profile_load" label="lxd-c5_</var/snap/lxd/common/lxd>//&:lxd-c5_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=4452 comm="apparmor_parser"
Jun 07 21:56:33 kai02 lxd.daemon[2345]: => LXD is ready
Jun 07 21:56:33 kai02 audit[4568]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c1_</var/snap/lxd/common/lxd>" pid=4568 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4568]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c1_</var/snap/lxd/common/lxd>" pid=4568 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4568]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c1_</var/snap/lxd/common/lxd>" pid=4568 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4568]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c1_</var/snap/lxd/common/lxd>" pid=4568 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4710]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c4_</var/snap/lxd/common/lxd>" name="/run/systemd/unit-root/var/lib/lxcfs/" pid=4710 comm="(networkd)" flags="ro, nosuid, nodev, remount, bind"
Jun 07 21:56:33 kai02 audit[4803]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c2_</var/snap/lxd/common/lxd>" pid=4803 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4803]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c2_</var/snap/lxd/common/lxd>" pid=4803 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4803]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c2_</var/snap/lxd/common/lxd>" pid=4803 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:33 kai02 audit[4803]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c2_</var/snap/lxd/common/lxd>" pid=4803 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:34 kai02 audit[4963]: AVC apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c5_</var/snap/lxd/common/lxd>" name="/run/systemd/unit-root/run/" pid=4963 comm="(networkd)" flags="ro, nosuid, nodev, remount, bind"
Jun 07 21:56:34 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:34 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:34 kai02 audit[5185]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c3_</var/snap/lxd/common/lxd>" pid=5185 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5185]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c3_</var/snap/lxd/common/lxd>" pid=5185 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5185]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c3_</var/snap/lxd/common/lxd>" pid=5185 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5185]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c3_</var/snap/lxd/common/lxd>" pid=5185 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:34 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 21:56:34 kai02 audit[5373]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c4_</var/snap/lxd/common/lxd>" pid=5373 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5373]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c4_</var/snap/lxd/common/lxd>" pid=5373 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5373]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c4_</var/snap/lxd/common/lxd>" pid=5373 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:34 kai02 audit[5373]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c4_</var/snap/lxd/common/lxd>" pid=5373 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:35 kai02 audit[5601]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c5_</var/snap/lxd/common/lxd>" pid=5601 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:35 kai02 audit[5601]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c5_</var/snap/lxd/common/lxd>" pid=5601 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:35 kai02 audit[5601]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c5_</var/snap/lxd/common/lxd>" pid=5601 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 21:56:35 kai02 audit[5601]: AVC apparmor="DENIED" operation="file_lock" profile="lxd-c5_</var/snap/lxd/common/lxd>" pid=5601 comm="(ostnamed)" family="unix" sock_type="dgram" protocol=0 addr=none
Jun 07 22:01:30 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:06:29 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:20 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:20 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:20 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:20 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:20 kai02 systemd-networkd[6382]: lxdfan0-fan: Gained IPv6LL
Jun 07 22:09:20 kai02 systemd-networkd[6382]: lxdfan0: Gained IPv6LL
Jun 07 22:09:20 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:20 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:20 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:20 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 systemd-networkd[6382]: lxdfan0-fan: Link is not managed by us
Jun 07 22:09:21 kai02 systemd-networkd[6382]: lxdfan0-mtu: Link is not managed by us
Jun 07 22:09:21 kai02 systemd-networkd[6382]: lxdfan0: Link is not managed by us
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:09:21 kai02 dnsmasq[2575]: using local addresses only for domain lxd
Jun 07 22:10:20 kai02 sudo[6446]:   killua : TTY=pts/0 ; PWD=/home/killua ; USER=root ; COMMAND=/usr/bin/host c1.lxd 240.102.0.1
Jun 07 22:14:20 kai02 dnsmasq[2575]: using local addresses only for domain lxd

here also the full dmesg

killua@kai02:~$ dmesg
[    0.000000] Linux version 4.15.0-22-generic (buildd@lgw01-amd64-013) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #24-Ubuntu SMP Wed May 16 12:15:17 UTC 2018 (Ubuntu 4.15.0-22.24-generic 4.15.17)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic root=UUID=9f945a31-58ea-11e8-8e88-d45ddf1a221a ro
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000082d73fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000082d74000-0x0000000082d74fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000082d75000-0x0000000082d75fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000082d76000-0x000000008a555fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008a556000-0x000000008aa17fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008aa18000-0x000000008aa62fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000008aa63000-0x000000008aac2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008aac3000-0x000000008affefff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008afff000-0x000000008affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000008b000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000046dffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x808be018-0x808cee57] usable ==> usable
[    0.000000] e820: update [mem 0x808be018-0x808cee57] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000808be017] usable
[    0.000000] reserve setup_data: [mem 0x00000000808be018-0x00000000808cee57] usable
[    0.000000] reserve setup_data: [mem 0x00000000808cee58-0x0000000082d73fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000082d74000-0x0000000082d74fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000082d75000-0x0000000082d75fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000082d76000-0x000000008a555fff] usable
[    0.000000] reserve setup_data: [mem 0x000000008a556000-0x000000008aa17fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008aa18000-0x000000008aa62fff] ACPI data
[    0.000000] reserve setup_data: [mem 0x000000008aa63000-0x000000008aac2fff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000008aac3000-0x000000008affefff] reserved
[    0.000000] reserve setup_data: [mem 0x000000008afff000-0x000000008affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000008b000000-0x000000008fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000046dffffff] usable
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0x8aa28000  ACPI=0x8aa28000  SMBIOS=0x8ae89000  SMBIOS 3.0=0x8ae88000  ESRT=0x8ae85998  MEMATTR=0x86672018 
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI secure boot; see man kernel_lockdown.7
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: Intel Corporation NUC7i7DNHE/NUC7i7DNB, BIOS DNKBLi7v.86A.0037.2018.0131.0828 01/31/2018
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x46e000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 0090000000 mask 7FF0000000 uncachable
[    0.000000]   3 base 008C000000 mask 7FFC000000 uncachable
[    0.000000]   4 base 008B800000 mask 7FFF800000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x8b000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x000000008ae85998 to 0x000000008ae859d0.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x35393e000, 0x35393efff] PGTABLE
[    0.000000] BRK [0x35393f000, 0x35393ffff] PGTABLE
[    0.000000] BRK [0x353940000, 0x353940fff] PGTABLE
[    0.000000] BRK [0x353941000, 0x353941fff] PGTABLE
[    0.000000] BRK [0x353942000, 0x353942fff] PGTABLE
[    0.000000] BRK [0x353943000, 0x353943fff] PGTABLE
[    0.000000] BRK [0x353944000, 0x353944fff] PGTABLE
[    0.000000] BRK [0x353945000, 0x353945fff] PGTABLE
[    0.000000] BRK [0x353946000, 0x353946fff] PGTABLE
[    0.000000] BRK [0x353947000, 0x353947fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3ccee000-0x3fffdfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000008AA28000 000024 (v02 INTEL )
[    0.000000] ACPI: XSDT 0x000000008AA280C0 0000FC (v01 INTEL  NUC7i5DN 00000025 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000008AA52140 000114 (v06 INTEL  NUC7i5DN 00000025 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000008AA28248 029EF4 (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000008AA92F00 000040
[    0.000000] ACPI: APIC 0x000000008AA52258 0000BC (v03 INTEL  NUC7i5DN 00000025 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000008AA52318 000044 (v01 INTEL  NUC7i5DN 00000025 AMI  00010013)
[    0.000000] ACPI: FIDT 0x000000008AA52360 00009C (v01 INTEL  NUC7i5DN 00000025 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000008AA52400 00003C (v01 INTEL  NUC7i5DN 00000025 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000008AA52440 000359 (v01 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: WDAT 0x000000008AA527A0 000194 (v01 INTEL  NUC7i5DN 00000025 MSFT 00010013)
[    0.000000] ACPI: SSDT 0x000000008AA52938 003158 (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: HPET 0x000000008AA55A90 000038 (v01 INTEL  NUC7i5DN 00000025 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000008AA55AC8 000024 (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008AA55AF0 005244 (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008AA5AD38 0011A2 (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008AA5BEE0 000728 (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: UEFI 0x000000008AA5C608 000042 (v01 INTEL  NUC7i5DN 00000025      01000013)
[    0.000000] ACPI: SSDT 0x000000008AA5C650 0017AE (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: LPIT 0x000000008AA5DE00 000094 (v01 INTEL  NUC7i5DN 00000025 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000008AA5DE98 000141 (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008AA5DFE0 00029F (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008AA5E280 003002 (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000008AA61288 000517 (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: DBGP 0x000000008AA617A0 000034 (v01 INTEL  NUC7i5DN 00000025 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000008AA617D8 000054 (v00 INTEL  NUC7i5DN 00000025 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000008AA61830 0012E6 (v02 INTEL  NUC7i5DN 00000025 INTL 20160422)
[    0.000000] ACPI: DMAR 0x000000008AA62B18 0000F0 (v01 INTEL  NUC7i5DN 00000025 INTL 00000001)
[    0.000000] ACPI: TPM2 0x000000008AA62C08 000034 (v03 INTEL  NUC7i5DN 00000025 AMI  00000000)
[    0.000000] ACPI: ASF! 0x000000008AA62C40 0000A0 (v32 INTEL  NUC7i5DN 00000025 TFSM 000F4240)
[    0.000000] ACPI: WSMT 0x000000008AA62CE0 000028 (v01 INTEL  NUC7i5DN 00000025 AMI  00010013)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000046dffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x46dfd5000-0x46dffffff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000046dffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x0000000082d73fff]
[    0.000000]   node   0: [mem 0x0000000082d76000-0x000000008a555fff]
[    0.000000]   node   0: [mem 0x000000008afff000-0x000000008affffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000046dffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000046dffffff]
[    0.000000] On node 0 totalpages: 4162801
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8790 pages used for memmap
[    0.000000]   DMA32 zone: 562517 pages, LIFO batch:31
[    0.000000]   Normal zone: 56192 pages used for memmap
[    0.000000]   Normal zone: 3596288 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 99 pages
[    0.000000] Reserving Intel graphics memory at 0x000000008c000000-0x000000008fffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x808be000-0x808befff]
[    0.000000] PM: Registered nosave memory: [mem 0x808ce000-0x808cefff]
[    0.000000] PM: Registered nosave memory: [mem 0x82d74000-0x82d74fff]
[    0.000000] PM: Registered nosave memory: [mem 0x82d75000-0x82d75fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8a556000-0x8aa17fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8aa18000-0x8aa62fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8aa63000-0x8aac2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8aac3000-0x8affefff]
[    0.000000] PM: Registered nosave memory: [mem 0x8b000000-0x8fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x90000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 4097734
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic root=UUID=9f945a31-58ea-11e8-8e88-d45ddf1a221a ro
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 16196092K/16651204K available (12300K kernel code, 2470K rwdata, 4240K rodata, 2404K init, 2416K bss, 455112K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39081 entries in 153 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.000000]  Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 524544, nr_irqs: 2048, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 13 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.004000] APIC: Switch to symmetric I/O mode setup
[    0.004000] DMAR: Host address width 39
[    0.004000] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.004000] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.004000] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.004000] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.004000] DMAR: RMRR base: 0x0000008a971000 end: 0x0000008a990fff
[    0.004000] DMAR: RMRR base: 0x0000008b800000 end: 0x0000008fffffff
[    0.004000] DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
[    0.004000] DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
[    0.004000] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.004000] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.004000] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.004000] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.004000] x2apic enabled
[    0.004000] Switched APIC routing to cluster x2apic.
[    0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.028000] tsc: Detected 2100.000 MHz processor
[    0.028000] tsc: Detected 2112.000 MHz TSC
[    0.028000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4224.00 BogoMIPS (lpj=8448000)
[    0.028000] pid_max: default: 32768 minimum: 301
[    0.028000] Security Framework initialized
[    0.028000] Yama: becoming mindful.
[    0.028000] AppArmor: AppArmor initialized
[    0.032065] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.033253] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.033304] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.033346] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.033583] CPU: Physical Processor ID: 0
[    0.033586] CPU: Processor Core ID: 0
[    0.033593] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.033595] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.033603] mce: CPU supports 10 MCE banks
[    0.033617] CPU0: Thermal monitoring enabled (TM1)
[    0.033645] process: using mwait in idle threads
[    0.033649] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.033652] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.033655] Spectre V2 : Mitigation: Full generic retpoline
[    0.033657] Spectre V2 : Spectre v2 mitigation: Filling RSB on context switch
[    0.033660] Speculative Store Bypass: Vulnerable
[    0.034093] Freeing SMP alternatives memory: 36K
[    0.037077] TSC deadline timer enabled
[    0.037081] smpboot: CPU0: Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz (family: 0x6, model: 0x8e, stepping: 0xa)
[    0.037163] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.037205] ... version:                4
[    0.037208] ... bit width:              48
[    0.037210] ... generic registers:      4
[    0.037212] ... value mask:             0000ffffffffffff
[    0.037215] ... max period:             00007fffffffffff
[    0.037217] ... fixed-purpose events:   3
[    0.037219] ... event mask:             000000070000000f
[    0.037269] Hierarchical SRCU implementation.
[    0.038841] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.038860] smp: Bringing up secondary CPUs ...
[    0.038942] x86: Booting SMP configuration:
[    0.038946] .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
[    0.040917] smp: Brought up 1 node, 8 CPUs
[    0.040917] smpboot: Max logical packages: 1
[    0.040917] smpboot: Total of 8 processors activated (33792.00 BogoMIPS)
[    0.044564] devtmpfs: initialized
[    0.044564] x86/mm: Memory block size: 128MB
[    0.045513] evm: security.selinux
[    0.045516] evm: security.SMACK64
[    0.045518] evm: security.SMACK64EXEC
[    0.045520] evm: security.SMACK64TRANSMUTE
[    0.045522] evm: security.SMACK64MMAP
[    0.045525] evm: security.apparmor
[    0.045527] evm: security.ima
[    0.045529] evm: security.capability
[    0.045547] PM: Registering ACPI NVS region [mem 0x82d74000-0x82d74fff] (4096 bytes)
[    0.045547] PM: Registering ACPI NVS region [mem 0x8aa63000-0x8aac2fff] (393216 bytes)
[    0.045547] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.045547] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.045547] pinctrl core: initialized pinctrl subsystem
[    0.045547] RTC time: 21:46:14, date: 06/07/18
[    0.045547] NET: Registered protocol family 16
[    0.045547] audit: initializing netlink subsys (disabled)
[    0.045547] audit: type=2000 audit(1528407974.044:1): state=initialized audit_enabled=0 res=1
[    0.045547] cpuidle: using governor ladder
[    0.045547] cpuidle: using governor menu
[    0.045547] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.045547] ACPI: bus type PCI registered
[    0.045547] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.045547] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.045547] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.045547] PCI: Using configuration type 1 for base access
[    0.049087] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.049087] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.049090] ACPI: Added _OSI(Module Device)
[    0.049090] ACPI: Added _OSI(Processor Device)
[    0.049090] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.049090] ACPI: Added _OSI(Processor Aggregator Device)
[    0.050136] ACPI Error: [_SB_.PCI0.RP05.PXSX] Namespace lookup failure, AE_NOT_FOUND (20170831/dswload2-191)
[    0.050149] No Local Variables are initialized for Method [PXSX]
[    0.050153] No Arguments are initialized for method [PXSX]
[    0.050157] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170831/psobject-252)
[    0.050163] ACPI Error: Method parse/execution failed \_SB.PCI0.RP04.PXSX, AE_NOT_FOUND (20170831/psparse-550)
[    0.050875] ACPI Error: [_SB_.PCI0.RP09.PXSX] Namespace lookup failure, AE_NOT_FOUND (20170831/dswload2-191)
[    0.050884] No Local Variables are initialized for Method [PXSX]
[    0.050888] No Arguments are initialized for method [PXSX]
[    0.050891] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog (20170831/psobject-252)
[    0.050896] ACPI Error: Method parse/execution failed \_SB.PCI0.RP08.PXSX, AE_NOT_FOUND (20170831/psparse-550)
[    0.056522] ACPI Exception: Could not find/resolve named package element: V0PR (20170831/dspkginit-381)
[    0.056567] ACPI Exception: Could not find/resolve named package element: V0PR (20170831/dspkginit-381)
[    0.056627] ACPI Exception: Could not find/resolve named package element: V1PR (20170831/dspkginit-381)
[    0.056668] ACPI Exception: Could not find/resolve named package element: V1PR (20170831/dspkginit-381)
[    0.056728] ACPI Exception: Could not find/resolve named package element: V2PR (20170831/dspkginit-381)
[    0.056768] ACPI Exception: Could not find/resolve named package element: V2PR (20170831/dspkginit-381)
[    0.057162] ACPI: Executed 57 blocks of module-level executable AML code
[    0.080426] ACPI: Dynamic OEM Table Load:
[    0.080439] ACPI: SSDT 0xFFFF92015AC91800 0005EE (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.080847] ACPI: Executed 1 blocks of module-level executable AML code
[    0.080998] ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
[    0.081409] ACPI: Dynamic OEM Table Load:
[    0.081421] ACPI: SSDT 0xFFFF92015A825800 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.081793] ACPI: Executed 1 blocks of module-level executable AML code
[    0.082073] ACPI: Dynamic OEM Table Load:
[    0.082082] ACPI: SSDT 0xFFFF92015AC8E000 0000BA (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
[    0.082402] ACPI: Executed 1 blocks of module-level executable AML code
[    0.082658] ACPI: Dynamic OEM Table Load:
[    0.082668] ACPI: SSDT 0xFFFF92015AC96800 000628 (v02 PmRef  HwpLvt   00003000 INTL 20160422)
[    0.082979] ACPI: Executed 1 blocks of module-level executable AML code
[    0.083896] ACPI: Dynamic OEM Table Load:
[    0.083909] ACPI: SSDT 0xFFFF92015A815000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.085376] ACPI: Executed 1 blocks of module-level executable AML code
[    0.085689] ACPI: Dynamic OEM Table Load:
[    0.085699] ACPI: SSDT 0xFFFF92015A824800 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
[    0.086152] ACPI: Executed 1 blocks of module-level executable AML code
[    0.086468] ACPI: Dynamic OEM Table Load:
[    0.086478] ACPI: SSDT 0xFFFF92015A827C00 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.086930] ACPI: Executed 1 blocks of module-level executable AML code
[    0.092222] ACPI: EC: EC started
[    0.092226] ACPI: EC: interrupt blocked
[    0.092270] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as first EC
[    0.092274] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x20, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.092278] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions
[    0.092282] ACPI: Interpreter enabled
[    0.092348] ACPI: (supports S0 S3 S4 S5)
[    0.092351] ACPI: Using IOAPIC for interrupt routing
[    0.092414] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.094131] ACPI: Enabled 7 GPEs in block 00 to 7F
[    0.106631] ACPI: Power Resource [PXP] (off)
[    0.112553] ACPI: Power Resource [PXP] (off)
[    0.116860] ACPI: Power Resource [PXP] (off)
[    0.127708] ACPI: Power Resource [USBC] (on)
[    0.128029] ACPI: Power Resource [PAUD] (on)
[    0.129009] ACPI: Power Resource [V0PR] (on)
[    0.129099] ACPI: Power Resource [V1PR] (on)
[    0.129181] ACPI: Power Resource [V2PR] (on)
[    0.134734] ACPI: Power Resource [PXTC] (off)
[    0.148287] ACPI: Power Resource [FN00] (off)
[    0.148454] ACPI: Power Resource [FN01] (off)
[    0.148614] ACPI: Power Resource [FN02] (off)
[    0.148770] ACPI: Power Resource [FN03] (off)
[    0.148927] ACPI: Power Resource [FN04] (off)
[    0.151083] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.151094] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.151403] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.151695] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.151699] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.153018] PCI host bridge to bus 0000:00
[    0.153024] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.153029] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.153033] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.153037] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.153041] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.153045] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.153049] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.153053] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.153056] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.153060] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.153064] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.153068] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.153072] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.153076] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.153080] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.153084] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[    0.153088] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.153092] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.153108] pci 0000:00:00.0: [8086:5914] type 00 class 0x060000
[    0.153698] pci 0000:00:02.0: [8086:5917] type 00 class 0x030000
[    0.153715] pci 0000:00:02.0: reg 0x10: [mem 0xde000000-0xdeffffff 64bit]
[    0.153724] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.153730] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.154008] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.154026] pci 0000:00:08.0: reg 0x10: [mem 0xdf252000-0xdf252fff 64bit]
[    0.154285] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.154312] pci 0000:00:14.0: reg 0x10: [mem 0xdf230000-0xdf23ffff 64bit]
[    0.154401] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.154784] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.154811] pci 0000:00:14.2: reg 0x10: [mem 0xdf251000-0xdf251fff 64bit]
[    0.155174] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
[    0.155438] pci 0000:00:15.0: reg 0x10: [mem 0xdf250000-0xdf250fff 64bit]
[    0.156522] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
[    0.156786] pci 0000:00:15.1: reg 0x10: [mem 0xdf24f000-0xdf24ffff 64bit]
[    0.157813] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.157845] pci 0000:00:16.0: reg 0x10: [mem 0xdf24e000-0xdf24efff 64bit]
[    0.157938] pci 0000:00:16.0: PME# supported from D3hot
[    0.158253] pci 0000:00:16.3: [8086:9d3d] type 00 class 0x070002
[    0.158276] pci 0000:00:16.3: reg 0x10: [io  0xf0a0-0xf0a7]
[    0.158285] pci 0000:00:16.3: reg 0x14: [mem 0xdf24d000-0xdf24dfff]
[    0.158561] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    0.158585] pci 0000:00:17.0: reg 0x10: [mem 0xdf248000-0xdf249fff]
[    0.158596] pci 0000:00:17.0: reg 0x14: [mem 0xdf24c000-0xdf24c0ff]
[    0.158606] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.158617] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.158628] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.158638] pci 0000:00:17.0: reg 0x24: [mem 0xdf24b000-0xdf24b7ff]
[    0.158696] pci 0000:00:17.0: PME# supported from D3hot
[    0.158998] pci 0000:00:1c.0: [8086:9d12] type 01 class 0x060400
[    0.159107] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.159459] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.159574] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.159919] pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
[    0.160300] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.160318] pci 0000:00:1f.2: reg 0x10: [mem 0xdf244000-0xdf247fff]
[    0.160625] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[    0.160657] pci 0000:00:1f.3: reg 0x10: [mem 0xdf240000-0xdf243fff 64bit]
[    0.160688] pci 0000:00:1f.3: reg 0x20: [mem 0xdf220000-0xdf22ffff 64bit]
[    0.160751] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.161170] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.161231] pci 0000:00:1f.4: reg 0x10: [mem 0xdf24a000-0xdf24a0ff 64bit]
[    0.161301] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.161626] pci 0000:00:1f.6: [8086:156f] type 00 class 0x020000
[    0.161656] pci 0000:00:1f.6: reg 0x10: [mem 0xdf200000-0xdf21ffff]
[    0.161777] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.162433] pci 0000:01:00.0: [8086:24fd] type 00 class 0x028000
[    0.162536] pci 0000:01:00.0: reg 0x10: [mem 0xdf100000-0xdf101fff 64bit]
[    0.162937] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.172164] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.172174] pci 0000:00:1c.0:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.172574] pci 0000:02:00.0: [144d:a804] type 00 class 0x010802
[    0.172609] pci 0000:02:00.0: reg 0x10: [mem 0xdf000000-0xdf003fff 64bit]
[    0.184247] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.184256] pci 0000:00:1d.0:   bridge window [mem 0xdf000000-0xdf0fffff]
[    0.188658] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.188779] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.188895] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.189009] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.189124] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.189238] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.189352] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.189467] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.190694] ACPI: EC: interrupt unblocked
[    0.190722] ACPI: EC: event unblocked
[    0.190737] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x20, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.190741] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions and events
[    0.190995] SCSI subsystem initialized
[    0.191016] libata version 3.00 loaded.
[    0.191016] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.191016] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.191016] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.191016] vgaarb: loaded
[    0.191016] ACPI: bus type USB registered
[    0.191016] usbcore: registered new interface driver usbfs
[    0.191016] usbcore: registered new interface driver hub
[    0.191016] usbcore: registered new device driver usb
[    0.191016] EDAC MC: Ver: 3.0.0
[    0.191016] Registered efivars operations
[    0.212293] PCI: Using ACPI for IRQ routing
[    0.236378] PCI: pci_cache_line_size set to 64 bytes
[    0.237136] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.237138] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.237139] e820: reserve RAM buffer [mem 0x808be018-0x83ffffff]
[    0.237140] e820: reserve RAM buffer [mem 0x82d74000-0x83ffffff]
[    0.237141] e820: reserve RAM buffer [mem 0x8a556000-0x8bffffff]
[    0.237143] e820: reserve RAM buffer [mem 0x8b000000-0x8bffffff]
[    0.237144] e820: reserve RAM buffer [mem 0x46e000000-0x46fffffff]
[    0.237244] NetLabel: Initializing
[    0.237248] NetLabel:  domain hash size = 128
[    0.237250] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.237268] NetLabel:  unlabeled traffic allowed by default
[    0.240076] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.240085] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.242153] clocksource: Switched to clocksource hpet
[    0.252690] VFS: Disk quotas dquot_6.6.0
[    0.252711] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.252826] AppArmor: AppArmor Filesystem Enabled
[    0.252852] pnp: PnP ACPI init
[    0.253462] system 00:00: [io  0x0a00-0x0a1f] has been reserved
[    0.253467] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    0.253471] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.253475] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.253479] system 00:00: [io  0x0a50-0x0a5f] has been reserved
[    0.253483] system 00:00: [io  0x0a60-0x0a6f] has been reserved
[    0.253491] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.253879] pnp 00:01: [dma 0 disabled]
[    0.253944] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.254167] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.254172] system 00:02: [io  0xffff] has been reserved
[    0.254176] system 00:02: [io  0xffff] has been reserved
[    0.254180] system 00:02: [io  0xffff] has been reserved
[    0.254184] system 00:02: [io  0x1800-0x18fe] could not be reserved
[    0.254188] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.254195] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.254355] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.254411] system 00:04: [io  0x1854-0x1857] could not be reserved
[    0.254419] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.255071] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.255076] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.255081] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.255085] system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
[    0.255089] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.255093] system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.255097] system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.255101] system 00:05: [mem 0xff000000-0xffffffff] has been reserved
[    0.255105] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.255110] system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.255116] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.255180] system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.255184] system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.255189] system 00:06: [mem 0xfdb00000-0xfdffffff] could not be reserved
[    0.255193] system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.255197] system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.255201] system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.255205] system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.255211] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.255711] system 00:07: [io  0xff00-0xfffe] has been reserved
[    0.255719] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.257703] system 00:08: [mem 0xfe029000-0xfe029fff] has been reserved
[    0.257708] system 00:08: [mem 0xfe028000-0xfe028fff] has been reserved
[    0.257715] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.259499] pnp: PnP ACPI: found 9 devices
[    0.268427] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.268474] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.268486] pci 0000:00:1c.0:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.268505] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.268525] pci 0000:00:1d.0:   bridge window [mem 0xdf000000-0xdf0fffff]
[    0.268553] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.268555] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.268557] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.268558] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.268560] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.268562] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.268564] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.268565] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.268567] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.268569] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.268571] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.268572] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.268574] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.268576] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.268577] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.268579] pci_bus 0000:00: resource 19 [mem 0x90000000-0xdfffffff window]
[    0.268581] pci_bus 0000:00: resource 20 [mem 0xfd000000-0xfe7fffff window]
[    0.268583] pci_bus 0000:01: resource 1 [mem 0xdf100000-0xdf1fffff]
[    0.268585] pci_bus 0000:02: resource 1 [mem 0xdf000000-0xdf0fffff]
[    0.268824] NET: Registered protocol family 2
[    0.269063] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.269297] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.269492] TCP: Hash tables configured (established 131072 bind 65536)
[    0.269538] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.269597] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.269689] NET: Registered protocol family 1
[    0.269708] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.270467] PCI: CLS 64 bytes, default 64
[    0.270507] Unpacking initramfs...
[    1.366884] Freeing initrd memory: 52288K
[    1.366936] DMAR: ACPI device "device:71" under DMAR at fed91000 as 00:15.0
[    1.366943] DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.1
[    1.366963] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.366968] software IO TLB [mem 0x7c8be000-0x808be000] (64MB) mapped at [00000000e645ede7-000000008a4a5c2a]
[    1.367287] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1e71785e5dd, max_idle_ns: 440795244814 ns
[    1.367577] Scanning for low memory corruption every 60 seconds
[    1.368519] Initialise system trusted keyrings
[    1.368533] Key type blacklist registered
[    1.368629] workingset: timestamp_bits=36 max_order=22 bucket_order=0
[    1.369896] zbud: loaded
[    1.370535] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.370755] fuse init (API version 7.26)
[    1.374120] Key type asymmetric registered
[    1.374124] Asymmetric key parser 'x509' registered
[    1.374157] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.374239] io scheduler noop registered
[    1.374242] io scheduler deadline registered
[    1.374290] io scheduler cfq registered (default)
[    1.375257] pcieport 0000:00:1c.0: AER enabled with IRQ 122
[    1.375305] pcieport 0000:00:1d.0: AER enabled with IRQ 123
[    1.375379] intel_idle: MWAIT substates: 0x11142120
[    1.375380] intel_idle: v0.4.1 model 0x8E
[    1.375960] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.376158] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[    1.376183] ACPI: Sleep Button [SLPB]
[    1.376222] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.376243] ACPI: Power Button [PWRB]
[    1.376283] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.376347] ACPI: Power Button [PWRF]
[    1.438506] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    1.438582] thermal LNXTHERM:00: registered as thermal_zone0
[    1.438587] ACPI: Thermal Zone [TZ0] (-273 C)
[    1.496464] thermal LNXTHERM:01: registered as thermal_zone1
[    1.496469] ACPI: Thermal Zone [TZ00] (28 C)
[    1.496747] thermal LNXTHERM:02: registered as thermal_zone2
[    1.496751] ACPI: Thermal Zone [TZ01] (30 C)
[    1.497014] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.518339] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.521819] serial 0000:00:16.3: enabling device (0000 -> 0003)
[    1.542585] 0000:00:16.3: ttyS4 at I/O 0xf0a0 (irq = 19, base_baud = 115200) is a 16550A
[    1.543085] Linux agpgart interface v0.103
[    1.570247] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1A, rev-id 16)
[    1.694140] loop: module loaded
[    1.694325] libphy: Fixed MDIO Bus: probed
[    1.694329] tun: Universal TUN/TAP device driver, 1.6
[    1.694399] PPP generic driver version 2.4.2
[    1.694480] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.694485] ehci-pci: EHCI PCI platform driver
[    1.694497] ehci-platform: EHCI generic platform driver
[    1.694508] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.694512] ohci-pci: OHCI PCI platform driver
[    1.694522] ohci-platform: OHCI generic platform driver
[    1.694533] uhci_hcd: USB Universal Host Controller Interface driver
[    1.694757] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.694767] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.695906] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    1.695918] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.696128] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.696133] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.696137] usb usb1: Product: xHCI Host Controller
[    1.696141] usb usb1: Manufacturer: Linux 4.15.0-22-generic xhci-hcd
[    1.696145] usb usb1: SerialNumber: 0000:00:14.0
[    1.696302] hub 1-0:1.0: USB hub found
[    1.696330] hub 1-0:1.0: 12 ports detected
[    1.698042] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.698049] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.698098] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    1.698102] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.698106] usb usb2: Product: xHCI Host Controller
[    1.698110] usb usb2: Manufacturer: Linux 4.15.0-22-generic xhci-hcd
[    1.698113] usb usb2: SerialNumber: 0000:00:14.0
[    1.698254] hub 2-0:1.0: USB hub found
[    1.698276] hub 2-0:1.0: 6 ports detected
[    1.699492] i8042: PNP: No PS/2 controller found.
[    1.699495] i8042: Probing ports directly.
[    2.923464] i8042: No controller found
[    2.923486] clocksource: Switched to clocksource tsc
[    2.923658] mousedev: PS/2 mouse device common for all mice
[    2.923870] rtc_cmos 00:03: RTC can wake from S4
[    2.924249] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    2.924347] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.924359] i2c /dev entries driver
[    2.924411] device-mapper: uevent: version 1.0.3
[    2.924471] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.924477] intel_pstate: Intel P-state driver initializing
[    2.924922] intel_pstate: HWP enabled
[    2.925082] ledtrig-cpu: registered to indicate activity on CPUs
[    2.925085] EFI Variables Facility v0.08 2004-May-17
[    2.948541] intel_pmc_core:  initialized
[    2.948684] NET: Registered protocol family 10
[    2.950986] Segment Routing with IPv6
[    2.950999] NET: Registered protocol family 17
[    2.951084] Key type dns_resolver registered
[    2.951471] RAS: Correctable Errors collector initialized.
[    2.951489] microcode: sig=0x806ea, pf=0x80, revision=0x70
[    2.951617] microcode: Microcode Update Driver: v2.2.
[    2.951624] sched_clock: Marking stable (2951614984, 0)->(2940814551, 10800433)
[    2.951769] registered taskstats version 1
[    2.951779] Loading compiled-in X.509 certificates
[    2.952999] Loaded X.509 cert 'Build time autogenerated kernel key: 2bae1e8c50dcab357f42f039715f6a76c2f9c3dc'
[    2.953743] Loaded UEFI:db cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to secondary sys keyring
[    2.953759] Loaded UEFI:db cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to secondary sys keyring
[    2.955097] Loaded UEFI:db cert 'CISD FW Update - Certificate: 068268b4a41c93854262d49b4f788f13' linked to secondary sys keyring
[    2.955740] Loaded UEFI:MokListRT cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' linked to secondary sys keyring
[    2.956427] zswap: loaded using pool lzo/zbud
[    2.958178] Key type big_key registered
[    2.958181] Key type trusted registered
[    2.958944] Key type encrypted registered
[    2.958946] AppArmor: AppArmor sha1 policy hashing enabled
[    3.048230] usb 1-8: new full-speed USB device number 2 using xhci_hcd
[    3.197737] usb 1-8: New USB device found, idVendor=8087, idProduct=0a2b
[    3.197740] usb 1-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.324992] evm: HMAC attrs: 0x1
[    3.326263]   Magic number: 6:988:802
[    3.326487] rtc_cmos 00:03: setting system clock to 2018-06-07 21:46:18 UTC (1528407978)
[    3.326657] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.326659] EDD information not available.
[    3.326682] Lockdown: Hibernation is restricted; see man kernel_lockdown.7
[    3.328120] Freeing unused kernel memory: 2404K
[    3.328122] Write protecting the kernel read-only data: 20480k
[    3.328494] Freeing unused kernel memory: 2008K
[    3.330630] Freeing unused kernel memory: 1904K
[    3.334083] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.334085] x86/mm: Checking user space page tables
[    3.337456] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.392461] pps_core: LinuxPPS API ver. 1 registered
[    3.392466] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    3.393134] ahci 0000:00:17.0: version 3.0
[    3.393370] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    3.393376] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    3.393502] PTP clock support registered
[    3.397887] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    3.397890] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    3.403792] nvme nvme0: pci function 0000:02:00.0
[    3.404101] AVX2 version of gcm_enc/dec engaged.
[    3.404106] AES CTR mode by8 optimization enabled
[    3.406935] scsi host0: ahci
[    3.407025] ata1: SATA max UDMA/133 abar m2048@0xdf24b000 port 0xdf24b100 irq 125
[    3.407367] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    3.486031] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    3.553508] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) d4:5d:df:1a:22:1a
[    3.553513] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    3.553575] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[    3.554246] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    3.556328] [drm] Memory usable by graphics device = 4096M
[    3.556331] [drm] Replacing VGA console driver
[    3.562477] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.562479] [drm] Driver supports precise vblank timestamp query.
[    3.566648] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.567127] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[    3.659264]  nvme0n1: p1 p2
[    3.724740] ata1: SATA link down (SStatus 4 SControl 300)
[    4.665027] [drm] failed to retrieve link info, disabling eDP
[    4.707951] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[    4.709441] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    4.709738] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    4.737310] [drm] Cannot find any crtc or sizes
[    5.820808] [drm] RC6 on
[    5.852069] raid6: sse2x1   gen() 14484 MB/s
[    5.900066] raid6: sse2x1   xor() 10670 MB/s
[    5.948068] raid6: sse2x2   gen() 18129 MB/s
[    5.996066] raid6: sse2x2   xor() 12279 MB/s
[    6.044067] raid6: sse2x4   gen() 21155 MB/s
[    6.092034] raid6: sse2x4   xor() 13326 MB/s
[    6.140066] raid6: avx2x1   gen() 29338 MB/s
[    6.188065] raid6: avx2x1   xor() 20194 MB/s
[    6.236066] raid6: avx2x2   gen() 35546 MB/s
[    6.284065] raid6: avx2x2   xor() 22180 MB/s
[    6.332031] raid6: avx2x4   gen() 40671 MB/s
[    6.380057] raid6: avx2x4   xor() 24705 MB/s
[    6.380058] raid6: using algorithm avx2x4 gen() 40671 MB/s
[    6.380059] raid6: .... xor() 24705 MB/s, rmw enabled
[    6.380060] raid6: using avx2x2 recovery algorithm
[    6.380773] xor: automatically using best checksumming function   avx       
[    6.381303] async_tx: api initialized (async)
[    6.406657] Btrfs loaded, crc32c=crc32c-intel
[    6.422238] BTRFS: device fsid 9f945a31-58ea-11e8-8e88-d45ddf1a221a devid 1 transid 58049 /dev/nvme0n1p2
[    6.428808] BTRFS info (device nvme0n1p2): disk space caching is enabled
[    6.428811] BTRFS info (device nvme0n1p2): has skinny extents
[    6.431520] BTRFS info (device nvme0n1p2): enabling ssd optimizations
[    6.558599] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.603797] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[    6.620437] systemd[1]: Detected architecture x86-64.
[    6.622856] systemd[1]: Set hostname to <kai02>.
[    6.623027] Lockdown: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[    6.679250] systemd[1]: Created slice System Slice.
[    6.679371] systemd[1]: Listening on Network Service Netlink Socket.
[    6.679450] systemd[1]: Listening on Journal Audit Socket.
[    6.679501] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    6.679542] systemd[1]: Listening on udev Kernel Socket.
[    6.679566] systemd[1]: Reached target Swap.
[    6.679616] systemd[1]: Listening on Syslog Socket.
[    6.688526] BTRFS info (device nvme0n1p2): disk space caching is enabled
[    6.690409] Loading iSCSI transport class v2.0-870.
[    6.695346] iscsi: registered transport (tcp)
[    6.718764] iscsi: registered transport (iser)
[    6.728961] systemd-journald[482]: Received request to flush runtime journal from PID 1
[    6.791370] random: crng init done
[    6.818690] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    6.820981] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    6.824625] mei_me 0000:00:16.0: enabling device (0004 -> 0006)
[    6.834872] intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
[    6.847854] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    6.866026] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    6.866364] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    6.871589] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[    6.871760] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    6.890441] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    6.890443] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    6.890444] RAPL PMU: hw unit of domain package 2^-14 Joules
[    6.890444] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    6.890445] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    6.890446] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    6.895834] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    6.896091] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    6.896416] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    6.896420] cfg80211: failed to load regulatory.db
[    6.905649] Bluetooth: Core ver 2.22
[    6.905662] NET: Registered protocol family 31
[    6.905662] Bluetooth: HCI device and connection manager initialized
[    6.905666] Bluetooth: HCI socket layer initialized
[    6.905669] Bluetooth: L2CAP socket layer initialized
[    6.905673] Bluetooth: SCO socket layer initialized
[    6.914476] Intel(R) Wireless WiFi driver for Linux
[    6.914478] Copyright(c) 2003- 2015 Intel Corporation
[    6.914693] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[    6.916477] usbcore: registered new interface driver btusb
[    6.919827] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input4
[    6.919881] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input5
[    6.919927] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input6
[    6.919978] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input7
[    6.920037] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input8
[    6.921797] Bluetooth: hci0: Firmware revision 0.1 build 185 week 49 2017
[    6.937408] iwlwifi 0000:01:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
[    6.966071] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    6.993933] intel_rapl: Found RAPL domain package
[    6.993934] intel_rapl: Found RAPL domain core
[    6.993935] intel_rapl: Found RAPL domain uncore
[    6.993935] intel_rapl: Found RAPL domain dram
[    7.024387] iwlwifi 0000:01:00.0: base HW address: 8c:a9:82:db:51:0f
[    7.052019] audit: type=1400 audit(1528407982.220:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=722 comm="apparmor_parser"
[    7.052216] audit: type=1400 audit(1528407982.224:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=723 comm="apparmor_parser"
[    7.052219] audit: type=1400 audit(1528407982.224:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=723 comm="apparmor_parser"
[    7.052220] audit: type=1400 audit(1528407982.224:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=723 comm="apparmor_parser"
[    7.052620] audit: type=1400 audit(1528407982.224:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=724 comm="apparmor_parser"
[    7.052623] audit: type=1400 audit(1528407982.224:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=724 comm="apparmor_parser"
[    7.052686] audit: type=1400 audit(1528407982.224:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4650/usr/lib/snapd/snap-confine" pid=721 comm="apparmor_parser"
[    7.052688] audit: type=1400 audit(1528407982.224:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/snap/core/4650/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=721 comm="apparmor_parser"
[    7.053142] audit: type=1400 audit(1528407982.224:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=726 comm="apparmor_parser"
[    7.053293] audit: type=1400 audit(1528407982.224:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=720 comm="apparmor_parser"
[    7.100759] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    7.100968] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    7.100983] thermal thermal_zone5: failed to read out thermal zone (-61)
[    7.101795] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[    7.428276] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[    7.841197] new mount options do not match the existing superblock, will be ignored
[    8.746113] new mount options do not match the existing superblock, will be ignored
[   10.606524] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   10.606573] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[  614.936185] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[  614.940716] lxdfan0: port 1(lxdfan0-mtu) entered blocking state
[  614.940718] lxdfan0: port 1(lxdfan0-mtu) entered disabled state
[  614.940790] device lxdfan0-mtu entered promiscuous mode
[  614.941945] IPv6: ADDRCONF(NETDEV_UP): lxdfan0: link is not ready
[  615.156441] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[  615.372064] ip6_tables: (C) 2000-2006 Netfilter Core Team
[  615.579503] lxdfan0: port 2(lxdfan0-fan) entered blocking state
[  615.579507] lxdfan0: port 2(lxdfan0-fan) entered disabled state
[  615.579655] device lxdfan0-fan entered promiscuous mode
[  615.581997] lxdfan0: port 2(lxdfan0-fan) entered blocking state
[  615.582002] lxdfan0: port 2(lxdfan0-fan) entered forwarding state
[  615.582066] IPv6: ADDRCONF(NETDEV_CHANGE): lxdfan0: link becomes ready
[  616.255458] Ebtables v2.0 registered
[  616.443450] kauditd_printk_skb: 18 callbacks suppressed
[  616.443451] audit: type=1400 audit(1528408591.263:30): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c1_</var/snap/lxd/common/lxd>" pid=2610 comm="apparmor_parser"
[  616.460098] lxdfan0: port 3(vethSIA5BL) entered blocking state
[  616.460100] lxdfan0: port 3(vethSIA5BL) entered disabled state
[  616.460128] device vethSIA5BL entered promiscuous mode
[  616.460168] IPv6: ADDRCONF(NETDEV_UP): vethSIA5BL: link is not ready
[  616.460170] lxdfan0: port 3(vethSIA5BL) entered blocking state
[  616.460171] lxdfan0: port 3(vethSIA5BL) entered forwarding state
[  616.466020] lxdfan0: port 3(vethSIA5BL) entered disabled state
[  616.547236] eth0: renamed from veth1OM7DK
[  616.585503] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  616.586074] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  616.586158] IPv6: ADDRCONF(NETDEV_CHANGE): vethSIA5BL: link becomes ready
[  616.586230] lxdfan0: port 3(vethSIA5BL) entered blocking state
[  616.586235] lxdfan0: port 3(vethSIA5BL) entered forwarding state
[  616.641488] new mount options do not match the existing superblock, will be ignored
[  616.849550] audit: type=1400 audit(1528408591.671:31): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2617 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
[  616.849588] audit: type=1400 audit(1528408591.671:32): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-c1_</var/snap/lxd/common/lxd>" name="/sys/fs/cgroup/unified/" pid=2617 comm="systemd" fstype="cgroup2" srcname="cgroup" flags="rw, nosuid, nodev, noexec"
[  617.026788] audit: type=1400 audit(1528408591.847:33): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-c2_</var/snap/lxd/common/lxd>" pid=2938 comm="apparmor_parser"
[  617.039573] audit: type=1400 audit(1528408591.859:34): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=2963 comm="apparmor_parser"
[  617.040327] audit: type=1400 audit(1528408591.859:35): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=2964 comm="apparmor_parser"
[  617.040330] audit: type=1400 audit(1528408591.859:36): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=2964 comm="apparmor_parser"
[  617.040332] audit: type=1400 audit(1528408591.859:37): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=2964 comm="apparmor_parser"
[  617.040862] audit: type=1400 audit(1528408591.863:38): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=2965 comm="apparmor_parser"
[  617.040865] audit: type=1400 audit(1528408591.863:39): apparmor="STATUS" operation="profile_load" label="lxd-c1_</var/snap/lxd/common/lxd>//&:lxd-c1_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2965 comm="apparmor_parser"
[  617.043916] lxdfan0: port 4(veth12QJ1S) entered blocking state
[  617.043918] lxdfan0: port 4(veth12QJ1S) entered disabled state
[  617.043945] device veth12QJ1S entered promiscuous mode
[  617.043987] IPv6: ADDRCONF(NETDEV_UP): veth12QJ1S: link is not ready
[  617.043989] lxdfan0: port 4(veth12QJ1S) entered blocking state
[  617.043990] lxdfan0: port 4(veth12QJ1S) entered forwarding state
[  617.150551] eth0: renamed from vethJN03B1
[  617.168968] IPv6: ADDRCONF(NETDEV_CHANGE): veth12QJ1S: link becomes ready
[  617.423393] lxdfan0: port 5(veth0XTC9R) entered blocking state
[  617.423395] lxdfan0: port 5(veth0XTC9R) entered disabled state
[  617.423439] device veth0XTC9R entered promiscuous mode
[  617.423504] IPv6: ADDRCONF(NETDEV_UP): veth0XTC9R: link is not ready
[  617.423507] lxdfan0: port 5(veth0XTC9R) entered blocking state
[  617.423508] lxdfan0: port 5(veth0XTC9R) entered forwarding state
[  617.464868] lxdfan0: port 5(veth0XTC9R) entered disabled state
[  617.538179] eth0: renamed from vethNB60BB
[  617.560981] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  617.560989] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  617.561020] IPv6: ADDRCONF(NETDEV_CHANGE): veth0XTC9R: link becomes ready
[  617.561054] lxdfan0: port 5(veth0XTC9R) entered blocking state
[  617.561056] lxdfan0: port 5(veth0XTC9R) entered forwarding state
[  617.780176] lxdfan0: port 6(veth5FO5AJ) entered blocking state
[  617.780178] lxdfan0: port 6(veth5FO5AJ) entered disabled state
[  617.780215] device veth5FO5AJ entered promiscuous mode
[  617.780271] IPv6: ADDRCONF(NETDEV_UP): veth5FO5AJ: link is not ready
[  617.780273] lxdfan0: port 6(veth5FO5AJ) entered blocking state
[  617.780274] lxdfan0: port 6(veth5FO5AJ) entered forwarding state
[  617.881750] eth0: renamed from vethJ7RLBM
[  617.909100] IPv6: ADDRCONF(NETDEV_CHANGE): veth5FO5AJ: link becomes ready
[  618.138295] lxdfan0: port 7(veth0652SP) entered blocking state
[  618.138297] lxdfan0: port 7(veth0652SP) entered disabled state
[  618.138342] device veth0652SP entered promiscuous mode
[  618.138409] IPv6: ADDRCONF(NETDEV_UP): veth0652SP: link is not ready
[  618.138413] lxdfan0: port 7(veth0652SP) entered blocking state
[  618.138415] lxdfan0: port 7(veth0652SP) entered forwarding state
[  618.254081] eth0: renamed from veth46P16D
[  618.277117] IPv6: ADDRCONF(NETDEV_CHANGE): veth0652SP: link becomes ready
[ 1386.225320] iwlwifi 0000:01:00.0: loaded firmware version 34.0.1 op_mode iwlmvm
[ 1386.225378] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[ 1386.286326] iwlwifi 0000:01:00.0: base HW address: 8c:a9:82:db:51:0f
[ 1386.362194] ieee80211 phy1: Selected rate control algorithm 'iwl-mvm-rs'
[ 1386.363876] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 1386.364538] thermal thermal_zone5: failed to read out thermal zone (-61)
[ 1386.369278] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0

example container info

killua@kai02:~$ lxc info c1 --show-log
Name: c1
Location: kai02
Remote: unix://
Architecture: x86_64
Created: 2018/05/27 22:19 UTC
Status: Running
Type: persistent
Profiles: default
Pid: 2617
Ips:
  eth0: inet    240.102.0.129   vethSIA5BL
  eth0: inet6   fe80::216:3eff:fe18:cd45    vethSIA5BL
  lo:   inet    127.0.0.1
  lo:   inet6   ::1
Resources:
  Processes: 50
  CPU usage:
    CPU usage (in seconds): 3
  Memory usage:
    Memory (current): 228.89MB
    Memory (peak): 250.41MB
  Network usage:
    lo:
      Bytes received: 1.32kB
      Bytes sent: 1.32kB
      Packets received: 19
      Packets sent: 19
    eth0:
      Bytes received: 310.85kB
      Bytes sent: 14.12kB
      Packets received: 334
      Packets sent: 171

Log:

lxc c1 20180607215631.288 WARN     lxc_conf - conf.c:lxc_map_ids:2856 - newuidmap binary is missing
lxc c1 20180607215631.288 WARN     lxc_conf - conf.c:lxc_map_ids:2862 - newgidmap binary is missing
lxc c1 20180607215631.323 WARN     lxc_conf - conf.c:lxc_map_ids:2856 - newuidmap binary is missing
lxc c1 20180607215631.323 WARN     lxc_conf - conf.c:lxc_map_ids:2862 - newgidmap binary is missing

no other logs seem to have anything interesting, but attaching anyway

killua@kai02:~$ sudo cat /var/snap/lxd/common/lxd/logs/lxd.log
[sudo] password for killua: 
lvl=info msg="LXD 3.1 is starting in normal mode" path=/var/snap/lxd/common/lxd t=2018-06-07T21:56:24+0000
lvl=info msg="Kernel uid/gid map:" t=2018-06-07T21:56:24+0000
lvl=info msg=" - u 0 0 4294967295" t=2018-06-07T21:56:24+0000
lvl=info msg=" - g 0 0 4294967295" t=2018-06-07T21:56:24+0000
lvl=info msg="Configured LXD uid/gid map:" t=2018-06-07T21:56:24+0000
lvl=info msg=" - u 0 1000000 1000000000" t=2018-06-07T21:56:24+0000
lvl=info msg=" - g 0 1000000 1000000000" t=2018-06-07T21:56:24+0000
lvl=warn msg="CGroup memory swap accounting is disabled, swap limits will be ignored." t=2018-06-07T21:56:24+0000
lvl=info msg="Initializing local database" t=2018-06-07T21:56:24+0000
lvl=info msg="Initializing database gateway" t=2018-06-07T21:56:24+0000
address=192.168.88.102:8443 id=1 lvl=info msg="Start database node" t=2018-06-07T21:56:24+0000
lvl=info msg="Raft: Restored from snapshot 21-475071-1528407955426" t=2018-06-07T21:56:24+0000
lvl=info msg="Raft: Initial configuration (index=1): [{Suffrage:Voter ID:1 Address:0}]" t=2018-06-07T21:56:24+0000
lvl=info msg="Raft: Node at 192.168.88.102:8443 [Follower] entering Follower state (Leader: \"\")" t=2018-06-07T21:56:24+0000
lvl=info msg="LXD isn't socket activated" t=2018-06-07T21:56:24+0000
lvl=info msg="Starting /dev/lxd handler:" t=2018-06-07T21:56:24+0000
lvl=info msg=" - binding devlxd socket" socket=/var/snap/lxd/common/lxd/devlxd/sock t=2018-06-07T21:56:24+0000
lvl=info msg="REST API daemon:" t=2018-06-07T21:56:24+0000
lvl=info msg=" - binding Unix socket" socket=/var/snap/lxd/common/lxd/unix.socket t=2018-06-07T21:56:24+0000
lvl=info msg=" - binding TCP socket" socket=192.168.88.102:8443 t=2018-06-07T21:56:24+0000
lvl=info msg="Initializing global database" t=2018-06-07T21:56:24+0000
lvl=warn msg="Raft: Heartbeat timeout from \"\" reached, starting election" t=2018-06-07T21:56:29+0000
lvl=info msg="Raft: Node at 192.168.88.102:8443 [Candidate] entering Candidate state in term 23" t=2018-06-07T21:56:29+0000
lvl=info msg="Raft: Election won. Tally: 1" t=2018-06-07T21:56:29+0000
lvl=info msg="Raft: Node at 192.168.88.102:8443 [Leader] entering Leader state" t=2018-06-07T21:56:29+0000
lvl=info msg="Initializing storage pools" t=2018-06-07T21:56:29+0000
lvl=info msg="Initializing networks" t=2018-06-07T21:56:29+0000
lvl=info msg="Loading configuration" t=2018-06-07T21:56:30+0000
lvl=info msg="Pruning expired images" t=2018-06-07T21:56:30+0000
lvl=info msg="Done pruning expired images" t=2018-06-07T21:56:30+0000
lvl=info msg="Updating instance types" t=2018-06-07T21:56:30+0000
lvl=info msg="Expiring log files" t=2018-06-07T21:56:30+0000
lvl=info msg="Updating images" t=2018-06-07T21:56:30+0000
lvl=info msg="Done expiring log files" t=2018-06-07T21:56:30+0000
action=start created=2018-05-27T22:19:23+0000 ephemeral=false lvl=info msg="Starting container" name=c1 stateful=false t=2018-06-07T21:56:31+0000 used=2018-06-07T01:20:41+0000
action=start created=2018-05-27T22:19:23+0000 ephemeral=false lvl=info msg="Started container" name=c1 stateful=false t=2018-06-07T21:56:31+0000 used=2018-06-07T01:20:41+0000
action=start created=2018-06-06T23:10:23+0000 ephemeral=false lvl=info msg="Starting container" name=c2 stateful=false t=2018-06-07T21:56:31+0000 used=2018-06-07T01:20:42+0000
action=start created=2018-06-06T23:10:23+0000 ephemeral=false lvl=info msg="Started container" name=c2 stateful=false t=2018-06-07T21:56:32+0000 used=2018-06-07T01:20:42+0000
action=start created=2018-06-06T23:12:12+0000 ephemeral=false lvl=info msg="Starting container" name=c3 stateful=false t=2018-06-07T21:56:32+0000 used=2018-06-07T01:20:42+0000
lvl=info msg="Done updating images" t=2018-06-07T21:56:32+0000
action=start created=2018-06-06T23:12:12+0000 ephemeral=false lvl=info msg="Started container" name=c3 stateful=false t=2018-06-07T21:56:32+0000 used=2018-06-07T01:20:42+0000
action=start created=2018-06-06T23:13:37+0000 ephemeral=false lvl=info msg="Starting container" name=c4 stateful=false t=2018-06-07T21:56:32+0000 used=2018-06-07T01:20:43+0000
action=start created=2018-06-06T23:13:37+0000 ephemeral=false lvl=info msg="Started container" name=c4 stateful=false t=2018-06-07T21:56:32+0000 used=2018-06-07T01:20:43+0000
action=start created=2018-06-06T23:17:20+0000 ephemeral=false lvl=info msg="Starting container" name=c5 stateful=false t=2018-06-07T21:56:32+0000 used=2018-06-07T01:20:43+0000
action=start created=2018-06-06T23:17:20+0000 ephemeral=false lvl=info msg="Started container" name=c5 stateful=false t=2018-06-07T21:56:33+0000 used=2018-06-07T01:20:43+0000
lvl=info msg="Done updating instance types" t=2018-06-07T21:56:34+0000
lvl=info msg="Raft: Starting snapshot up to 475135" t=2018-06-07T21:58:50+0000
lvl=info msg="Raft: Compacting logs from 474944 to 475007" t=2018-06-07T21:58:50+0000
lvl=info msg="Raft: Snapshot to 475135 complete" t=2018-06-07T21:58:50+0000
lvl=info msg="Raft: Starting snapshot up to 475246" t=2018-06-07T22:06:20+0000
lvl=info msg="Raft: Compacting logs from 475008 to 475118" t=2018-06-07T22:06:20+0000
lvl=info msg="Raft: Snapshot to 475246 complete" t=2018-06-07T22:06:20+0000
lvl=info msg="Raft: Starting snapshot up to 475324" t=2018-06-07T22:11:34+0000
lvl=info msg="Raft: Compacting logs from 475119 to 475196" t=2018-06-07T22:11:34+0000
lvl=info msg="Raft: Snapshot to 475324 complete" t=2018-06-07T22:11:34+0000
lvl=info msg="Raft: Starting snapshot up to 475403" t=2018-06-07T22:16:54+0000
lvl=info msg="Raft: Compacting logs from 475197 to 475275" t=2018-06-07T22:16:54+0000
lvl=info msg="Raft: Snapshot to 475403 complete" t=2018-06-07T22:16:54+0000
lvl=info msg="Raft: Starting snapshot up to 475478" t=2018-06-07T22:21:56+0000
lvl=info msg="Raft: Compacting logs from 475276 to 475350" t=2018-06-07T22:21:56+0000
lvl=info msg="Raft: Snapshot to 475478 complete" t=2018-06-07T22:21:56+0000
lvl=info msg="Raft: Starting snapshot up to 475570" t=2018-06-07T22:28:09+0000
lvl=info msg="Raft: Compacting logs from 475351 to 475442" t=2018-06-07T22:28:09+0000
lvl=info msg="Raft: Snapshot to 475570 complete" t=2018-06-07T22:28:09+0000

[edit] Additional fun fact

ability to ping containers disappears after reboot:

killua@kai02:~$ ping c2.lxd
ping: c2.lxd: Name or service not known
killua@kai02:~$ lxc list
+------+---------+----------------------+------+------------+-----------+----------+
| NAME |  STATE  |         IPV4         | IPV6 |    TYPE    | SNAPSHOTS | LOCATION |
+------+---------+----------------------+------+------------+-----------+----------+
| c1   | RUNNING | 240.102.0.129 (eth0) |      | PERSISTENT | 0         | kai02    |
+------+---------+----------------------+------+------------+-----------+----------+
| c2   | RUNNING | 240.102.0.119 (eth0) |      | PERSISTENT | 0         | kai02    |
+------+---------+----------------------+------+------------+-----------+----------+
| c3   | RUNNING | 240.102.0.63 (eth0)  |      | PERSISTENT | 0         | kai02    |
+------+---------+----------------------+------+------------+-----------+----------+
| c4   | RUNNING | 240.102.0.24 (eth0)  |      | PERSISTENT | 0         | kai02    |
+------+---------+----------------------+------+------------+-----------+----------+
| c5   | RUNNING | 240.102.0.193 (eth0) |      | PERSISTENT | 0         | kai02    |
+------+---------+----------------------+------+------------+-----------+----------+

looking at the netplan

killua@kai02:~$ cat /etc/netplan/50-cloud-init.yaml 
# This file is generated from information provided by
# the datasource.  Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
    ethernets:
        enp0s31f6:
            addresses: []
            dhcp4: true
            optional: true
            nameservers:
               addresses: [240.102.0.1,1.1.1.1,8.8.8.8]
    version: 2

gives no reason why this fails, but it still does

killua@kai02:~$ host c2.lxd
Host c2.lxd not found: 3(NXDOMAIN)
killua@kai02:~$ host c2.lxd 240.102.0.1
Using domain server:
Name: 240.102.0.1
Address: 240.102.0.1#53
Aliases: 

c2.lxd has address 240.102.0.119
killua@kai02:~$ ping c2.lxd
ping: c2.lxd: Name or service not known
killua@kai02:~$ networkctl status
●        State: routable
       Address: 192.168.88.102 on enp0s31f6
                240.102.0.1 on lxdfan0
                fe80::d65d:dfff:fe1a:221a on enp0s31f6
                fe80::1042:94ff:fe06:ed65 on lxdfan0
                fe80::c8a4:7eff:fe20:817f on lxdfan0-fan
                fe80::fcd1:30ff:feb2:9ef4 on vethDHVIHA
                fe80::fc7f:c2ff:fe76:5222 on vethDXKOOS
                fe80::fc78:aeff:fed7:2c12 on vethYQKETY
                fe80::fc26:a6ff:fe35:d7fa on vethHAQKYC
                fe80::fc79:a7ff:fee4:de79 on vethNL2RU6
       Gateway: 192.168.88.1 (Routerboard.com) on enp0s31f6
           DNS: 240.102.0.1
                1.1.1.1
                8.8.8.8
                213.46.172.37
                213.46.172.36
           NTP: 216.239.35.8
                37.187.104.44
killua@kai02:~$ networkctl
IDX LINK             TYPE               OPERATIONAL SETUP     
  1 lo               loopback           carrier     unmanaged 
  2 enp0s31f6        ether              routable    configured
  3 wlp1s0           wlan               off         unmanaged 
  4 lxdfan0          ether              routable    unmanaged 
  5 lxdfan0-mtu      ether              off         unmanaged 
  6 lxdfan0-fan      ether              degraded    unmanaged 
  8 vethDHVIHA       ether              degraded    unmanaged 
 10 vethDXKOOS       ether              degraded    unmanaged 
 12 vethYQKETY       ether              degraded    unmanaged 
 14 vethHAQKYC       ether              degraded    unmanaged 
 16 vethNL2RU6       ether              degraded    unmanaged 

11 links listed.

now the fun part, regenrating and applying netplan does the trick

killua@kai02:~$ sudo netplan generate && sudo netplan apply
[sudo] password for killua: 
Sorry, try again.
[sudo] password for killua: 
killua@kai02:~$ ping c2.lxd
PING c2.lxd (240.102.0.119) 56(84) bytes of data.
64 bytes from c2.lxd (240.102.0.119): icmp_seq=1 ttl=64 time=0.090 ms
64 bytes from c2.lxd (240.102.0.119): icmp_seq=2 ttl=64 time=0.086 ms

again with the 3 seconds lag on before PING c2.lxd (240.102.0.119) 56(84) bytes of data. appears. Can't find anything relevant in any log.

stgraber commented 6 years ago

Not sure what's going on with resolved interacting with dnsmasq but that probably ought to be reported against resolved in Ubuntu.

The other problem is LXD failing to start when the IP address it's supposed to bind isn't available. That's obviously a deal breaker for a LXD daemon that's configured with clustering enabled as without being able to bind and connect to that address, it can't access its database and so would just crash.

I'm going to close this issue as there's nothing actionable for LXD itself, but you could take some of the following actions:

killua-eu commented 6 years ago

Hi Stéphane, thanks for assessing this. For further reference:

killua-eu commented 6 years ago

@stgraber , for now there seems to be zero activity on the systemd-networkd and snapd front. Could you kindly suggest any workarounds that you would consider as good practice in production? I'm still trying to wrap my head around what's possible/doesn't work with the whole new networking stack, there are too many degrees of freedom.

stgraber commented 6 years ago

@killua-eu you should be able to add a systemd unit of your own which blocks until your network is in a suitable stage, then add an override to the lxd unit adding a After=your-unit.service so that lxd startup blocks on your unit completing.

killua-eu commented 6 years ago

@stgraber, thanks for the tip! After poking around I'm not sure I really understand the cause of the problem correctly and I wouldn't want to confuse upstream. I'd like to rephrase what I believe is the cause - I suspect a race condition caused by the following:

Per the netplan's

network:
    ethernets:
        enp0s31f6:
            addresses: []
            dhcp4: true
            optional: true
            nameservers:
               addresses: [240.102.0.1,1.1.1.1,8.8.8.8]
    version: 2

where I use the fan gw in order to get container-name resolution, systemd-networkd expects upon start to receive a response from the 240.102.0.1 nameserver, but this one isn't up yet, because there's a delay between systemd-resolved and snap.lxd.daemon starts. After snap.lxd.daemon starts, the network doesn't work properly, because systemd-resolved thinks the 240.102.0.1 is dead. The deadlock gets resolved by restarting snap.lxd.daemon (which will get enough network to start) and after that restarting systemd-resolved too (which will make systemd-resolved forget, and upon restart find 240.102.0.1 in a working state).

With respect to this, I believe there's more 'blame' on systemd-resolved. Would you concur?

stgraber commented 6 years ago

ah yeah, a bit of a chicken and egg problem you have here with sending DNS requests to a server that's not up yet because LXD itself is the one bringing it up... If the goal is to have .lxd resolution working, then @simos recently posted what should be a better solution which effectively ties the DNS configuration to the particular bridge and should avoid that delay.

https://blog.simos.info/how-to-use-lxd-container-hostnames-on-the-host-in-ubuntu-18-04/

killua-eu commented 6 years ago

@stgraber thanks for the tip! Using the approach @simos takes makes things neater. Nontheless, the race-condition still applies. I tried to turn off ipv6 on veth and the lxdfan0, but the fun part is, that networkd insists on initializing the network interfaces with ipv6 to immediately disable the ipv6 right after they get picked up. So I still have the 10 minutes delay after reboot, before I can do the lxc list or before I can ping c1.lxd. The veth interfaces just don't show up before that.