No networking, no permission for dmesg, syslog stopped logging

I have no idea what’s going on.

$ lxc --version
4.6

Inside container:

root@lxd-mosaic:~# dmesg
dmesg: read kernel buffer failed: Operation not permitted

root@lxd-mosaic:~# systemctl list-unit-files
UNIT FILE                              STATE          
proc-sys-fs-binfmt_misc.automount      static         
-.mount                                generated      
dev-hugepages.mount                    static         
dev-mqueue.mount                       static         
proc-sys-fs-binfmt_misc.mount          static         
snap-core18-1885.mount                 enabled        
snap-lxd-17497.mount                   enabled        
snap-lxd-17597.mount                   enabled        
snap-snapd-8790.mount                  enabled        
snap-snapd-9279.mount                  enabled        
snap.mount                             generated      
sys-fs-fuse-connections.mount          static         
sys-kernel-config.mount                static         
sys-kernel-debug.mount                 static         
acpid.path                             enabled        
apport-autoreport.path                 enabled        
systemd-ask-password-console.path      static         
systemd-ask-password-plymouth.path     static         
systemd-ask-password-wall.path         static         
accounts-daemon.service                enabled        
acpid.service                          disabled       
apache-htcacheclean.service            disabled       
apache-htcacheclean@.service           disabled       
apache2.service                        enabled        
apache2@.service                       disabled       
apparmor.service                       enabled        
apport-autoreport.service              static         
apport-forward@.service                static         
apport.service                         generated      
apt-daily-upgrade.service              static         
apt-daily.service                      static         
atd.service                            enabled        
autovt@.service                        enabled        
blk-availability.service               enabled        
bootlogd.service                       masked         
bootlogs.service                       masked         
bootmisc.service                       masked         
checkfs.service                        masked         
checkroot-bootclean.service            masked         
checkroot.service                      masked         
cloud-config.service                   enabled        
cloud-final.service                    enabled        
cloud-init-local.service               enabled        
cloud-init.service                     enabled        
console-getty.service                  enabled-runtime
console-setup.service                  enabled        
container-getty@.service               static         
cron.service                           enabled        
cryptdisks-early.service               masked         
cryptdisks.service                     masked         
dbus-org.freedesktop.hostname1.service static         
dbus-org.freedesktop.locale1.service   static         
dbus-org.freedesktop.login1.service    static         
dbus-org.freedesktop.resolve1.service  enabled        
dbus-org.freedesktop.timedate1.service static 

From Host

$ lxc config show lxd-mosaic 
architecture: x86_64
config:
  image.architecture: x86_64
  image.description: Ubuntu 18.04 LTS server (20200714)
  image.os: ubuntu
  image.release: bionic
  volatile.base_image: 50f978a8d55a5594e7f370fa07243ccd66d77ccd664ac5473b2e8cb06be1cb99
  volatile.eth0.host_name: veth5d33e062
  volatile.eth0.hwaddr: 00:16:3e:13:96:ae
  volatile.idmap.base: "0"
  volatile.idmap.current: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
  volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
  volatile.last_state.idmap: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
  volatile.last_state.power: RUNNING
devices: {}
ephemeral: false
profiles:
- lxdMosaicPullMetrics
- default
stateful: false
description: ""

That’s normal, most systems do not allow unprivileged users (in this case root in an unprivileged container) to access the kernel log.

You can control this behavior using the /proc/sys/kernel/dmesg_restrict file on the host.

Well, the dmesg part is normal.
Above doesn’t have enough details to figure out what may be wrong with networking.

  • systemctl --failed
  • ip l show
  • ip a show
  • ps fauxww

From inside the container may help see what else is going on.

# systemctl --failed
  UNIT                         LOAD   ACTIVE SUB    JOB   DESCRIPTION                           
● accounts-daemon.service      loaded failed failed       Accounts Service                      
● atd.service                  loaded failed failed       Deferred execution scheduler          
● dbus.service                 loaded failed failed start D-Bus System Message Bus              
● networkd-dispatcher.service  loaded failed failed       Dispatcher daemon for systemd-networkd
● systemd-modules-load.service loaded failed failed       Load Kernel Modules                   
● systemd-networkd.service     loaded failed failed       Network Service                       
● systemd-resolved.service     loaded failed failed       Network Name Resolution               
● systemd-networkd.socket      loaded failed failed       Network Service Netlink Socket

# ip l show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
16: eth0@if17: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
    link/ether 00:16:3e:13:96:ae brd ff:ff:ff:ff:ff:ff link-netnsid 0

# ip a show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
16: eth0@if17: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether 00:16:3e:13:96:ae brd ff:ff:ff:ff:ff:ff link-netnsid 0
    inet6 fe80::216:3eff:fe13:96ae/64 scope link 
       valid_lft forever preferred_lft forever

# ps fauxww
USER       PID %CPU %MEM    VSZ   RSS TTY      STAT START   TIME COMMAND
root     30458  0.0  0.0  21900  3996 ?        Ss   15:50   0:00 /bin/bash
root     32050  0.0  0.0  37796  3252 ?        R+   15:51   0:00  \_ ps fauxww
root       282  0.0  0.0  22012  3872 ?        Ss+  15:27   0:00 /bin/bash
root         1  0.0  0.0 225560  9464 ?        Ss   15:26   0:01 /sbin/init
root        67  0.0  0.0  78424 12896 ?        Ss   15:26   0:00 /lib/systemd/systemd-journald
root        73  0.0  0.0  42316  3500 ?        Ss   15:26   0:00 /lib/systemd/systemd-udevd
root       122  0.0  0.0  15836  1984 ?        Ss   15:26   0:03 snapfuse /var/lib/snapd/snaps/snapd_9279.snap /snap/snapd/9279 -o ro,nodev,allow_other,suid
root       133  0.0  0.0  15580   204 ?        Ss   15:26   0:00 snapfuse /var/lib/snapd/snaps/lxd_17497.snap /snap/lxd/17497 -o ro,nodev,allow_other,suid
root       134  0.0  0.0  16120  2124 ?        Ss   15:26   0:01 snapfuse /var/lib/snapd/snaps/lxd_17597.snap /snap/lxd/17597 -o ro,nodev,allow_other,suid
root       135  0.0  0.0  15580   208 ?        Ss   15:26   0:00 snapfuse /var/lib/snapd/snaps/snapd_8790.snap /snap/snapd/8790 -o ro,nodev,allow_other,suid
root       136  0.0  0.0  15924  2032 ?        Ss   15:26   0:00 snapfuse /var/lib/snapd/snaps/core18_1885.snap /snap/core18/1885 -o ro,nodev,allow_other,suid
root       298  0.0  0.0 130488 27224 ?        Ss   15:28   0:00 /usr/bin/python3 /usr/bin/salt-minion
root       370  0.0  0.0 692940 55868 ?        Sl   15:28   0:03  \_ /usr/bin/python3 /usr/bin/salt-minion
root       379  0.0  0.0 250828 27148 ?        S    15:28   0:00      \_ /usr/bin/python3 /usr/bin/salt-minion
root       308  0.0  0.0 2179960 23632 ?       Ssl  15:28   0:00 /usr/lib/snapd/snapd
root       326  0.0  0.0  31748  3192 ?        Ss   15:28   0:00 /usr/sbin/cron -f
root       353  0.0  0.0  72304  5824 ?        Ss   15:28   0:00 /usr/sbin/sshd -D
root       362  0.0  0.0 459828 24368 ?        Ss   15:28   0:00 /usr/sbin/apache2 -k start
www-data   363  0.0  0.0 464244 13720 ?        S    15:28   0:00  \_ /usr/sbin/apache2 -k start
www-data   364  0.0  0.0 464244 13720 ?        S    15:28   0:00  \_ /usr/sbin/apache2 -k start
www-data   366  0.0  0.0 464244 13720 ?        S    15:28   0:00  \_ /usr/sbin/apache2 -k start
www-data   367  0.0  0.0 464244 13720 ?        S    15:28   0:00  \_ /usr/sbin/apache2 -k start
www-data   368  0.0  0.0 464244 13720 ?        S    15:28   0:00  \_ /usr/sbin/apache2 -k start
root       372  0.0  0.0 620088 60436 ?        Ssl  15:28   0:40 PM2 v4.4.1: God Daemon (/home/lai/.pm2)
root     32023  0.0  0.0 624120 58664 ?        Rsl  15:51   0:00  \_ node /var/www/LxdMosaic/node/events.js
root      4623  0.0  0.0  16412  2392 console  Ss+  15:31   0:00 /sbin/agetty -o -p -- \u --noclear --keep-baud console 115200,38400,9600 linux
root     30778  0.0  0.0      0     0 ?        Zs   15:50   0:00 [apport] <defunct>
root     30780  0.0  0.0  62048  5796 ?        Ss   15:50   0:00 /lib/systemd/systemd-logind
message+ 30781  0.0  0.0      0     0 ?        Zs   15:50   0:00 [dbus-daemon] <defunct>

journalctl -u systemd-networkd.socket -n 50

# journalctl -u systemd-networkd.socket -n 50
    -- Logs begin at Wed 2020-07-15 19:29:15 EDT, end at Tue 2020-10-06 15:53:07 EDT. --
    Oct 06 14:08:15 lxd-mosaic systemd[1]: systemd-networkd.socket: Failed with result 'service-start-limit-hit'.
    -- Reboot --
    Oct 06 14:13:51 lxd-mosaic systemd[1]: systemd-networkd.socket: Failed with result 'service-start-limit-hit'.
    -- Reboot --
    Oct 06 14:17:00 lxd-mosaic systemd[1]: systemd-networkd.socket: Failed with result 'service-start-limit-hit'.
    -- Reboot --
    Oct 06 14:23:20 lxd-mosaic systemd[1]: systemd-networkd.socket: Failed with result 'service-start-limit-hit'.
    -- Reboot --
    Oct 06 14:49:07 lxd-mosaic systemd[1]: systemd-networkd.socket: Failed with result 'service-start-limit-hit'.
    -- Reboot --
    Oct 06 14:59:16 lxd-mosaic systemd[1]: systemd-networkd.socket: Failed with result 'service-start-limit-hit'.
    -- Reboot --
    Oct 06 15:11:32 lxd-mosaic systemd[1]: systemd-networkd.socket: Failed with result 'service-start-limit-hit'.
    -- Reboot --
    Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.socket: Failed with result 'service-start-limit-hit'.

That’s not very useful :slight_smile:

journalctl -b0 | cat

# journalctl -b0 | cat
-- Logs begin at Wed 2020-07-15 19:29:15 EDT, end at Tue 2020-10-06 15:54:01 EDT. --
Oct 06 15:26:38 lxd-mosaic systemd-journald[67]: Journal started
Oct 06 15:26:38 lxd-mosaic systemd-journald[67]: Runtime journal (/run/log/journal/4b466728088048e48a8367464cbd40db) is 8.0M, max 3.1G, 3.1G free.
Oct 06 15:26:38 lxd-mosaic systemd-modules-load[64]: Failed to lookup alias 'iscsi_tcp': Function not implemented
Oct 06 15:26:38 lxd-mosaic systemd-modules-load[64]: Failed to lookup alias 'ib_iser': Function not implemented
Oct 06 15:26:38 lxd-mosaic systemd-sysctl[71]: Couldn't write '4 4 1 7' to 'kernel/printk', ignoring: Permission denied
Oct 06 15:26:38 lxd-mosaic systemd-sysctl[71]: Couldn't write '1' to 'kernel/kptr_restrict', ignoring: Permission denied
Oct 06 15:26:38 lxd-mosaic systemd-sysctl[71]: Couldn't write '1' to 'fs/protected_hardlinks', ignoring: Permission denied
Oct 06 15:26:38 lxd-mosaic systemd-sysctl[71]: Couldn't write '1' to 'fs/protected_symlinks', ignoring: Permission denied
Oct 06 15:26:38 lxd-mosaic keyboard-setup.sh[65]: Couldn't get a file descriptor referring to the console
Oct 06 15:26:38 lxd-mosaic systemd-sysctl[71]: Couldn't write '176' to 'kernel/sysrq', ignoring: Permission denied
Oct 06 15:26:38 lxd-mosaic keyboard-setup.sh[65]: Couldn't get a file descriptor referring to the console
Oct 06 15:26:38 lxd-mosaic systemd-sysctl[71]: Couldn't write '1' to 'kernel/yama/ptrace_scope', ignoring: Permission denied
Oct 06 15:26:38 lxd-mosaic keyboard-setup.sh[65]: setupcon: We are not on the console, the console is left unconfigured.
Oct 06 15:26:38 lxd-mosaic systemd-sysctl[71]: Couldn't write '65536' to 'vm/mmap_min_addr', ignoring: Permission denied
Oct 06 15:26:38 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 1 messages.
Oct 06 15:26:38 lxd-mosaic systemd-sysctl[71]: Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory
Oct 06 15:26:38 lxd-mosaic systemd[1]: systemd-journal-flush.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:38 lxd-mosaic systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 06 15:26:38 lxd-mosaic systemd[1]: Started Set the console keyboard layout.
Oct 06 15:26:38 lxd-mosaic systemd[1]: Reached target Local File Systems (Pre).
Oct 06 15:26:38 lxd-mosaic systemd[1]: snap.mount: Directory /snap to mount over is not empty, mounting anyway.
Oct 06 15:26:38 lxd-mosaic systemd[1]: snap.mount: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:38 lxd-mosaic systemd[1]: Mounting Ensure that the snap directory shares mount events....
Oct 06 15:26:38 lxd-mosaic systemd[1]: Reached target Local File Systems.
Oct 06 15:26:38 lxd-mosaic systemd[1]: apparmor.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:38 lxd-mosaic systemd[1]: Starting AppArmor initialization...
Oct 06 15:26:38 lxd-mosaic systemd[1]: console-setup.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:38 lxd-mosaic systemd[1]: Starting Set console font and keymap...
Oct 06 15:26:38 lxd-mosaic systemd[1]: ebtables.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:38 lxd-mosaic systemd[1]: Starting ebtables ruleset management...
Oct 06 15:26:38 lxd-mosaic systemd[1]: plymouth-read-write.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:38 lxd-mosaic systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Oct 06 15:26:38 lxd-mosaic systemd[1]: Mounted Ensure that the snap directory shares mount events..
Oct 06 15:26:38 lxd-mosaic systemd[1]: Started Set console font and keymap.
Oct 06 15:26:38 lxd-mosaic systemd-journald[67]: Time spent on flushing to /var is 3.826ms for 34 entries.
Oct 06 15:26:38 lxd-mosaic systemd-journald[67]: System journal (/var/log/journal/4b466728088048e48a8367464cbd40db) is 272.0M, max 4.0G, 3.7G free.
Oct 06 15:26:39 lxd-mosaic apparmor[97]:  * Starting AppArmor profiles
Oct 06 15:26:38 lxd-mosaic systemd[1]: snap-snapd-9279.mount: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Oct 06 15:26:38 lxd-mosaic systemd[1]: Mounting Mount unit for snapd, revision 9279...
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.activate (/var/lib/snapd/apparmor/profiles/snap.lxd.activate line 565): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Oct 06 15:26:38 lxd-mosaic systemd[1]: snap-lxd-17497.mount: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.check-kernel (/var/lib/snapd/apparmor/profiles/snap.lxd.check-kernel line 565): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Oct 06 15:26:38 lxd-mosaic systemd[1]: Mounting Mount unit for lxd, revision 17497...
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.benchmark (/var/lib/snapd/apparmor/profiles/snap.lxd.benchmark line 565): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Oct 06 15:26:38 lxd-mosaic systemd[1]: snap-lxd-17597.mount: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.buginfo (/var/lib/snapd/apparmor/profiles/snap.lxd.buginfo line 565): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Oct 06 15:26:38 lxd-mosaic systemd[1]: Mounting Mount unit for lxd, revision 17597...
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.lxc-to-lxd (/var/lib/snapd/apparmor/profiles/snap.lxd.lxc-to-lxd line 565): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Oct 06 15:26:38 lxd-mosaic systemd[1]: snap-snapd-8790.mount: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:39 lxd-mosaic snapd-apparmor[208]: /usr/lib/snapd/snapd-apparmor: 47: /usr/lib/snapd/snapd-apparmor: ns_stacked: not found
Oct 06 15:26:39 lxd-mosaic snapd-apparmor[208]: /usr/lib/snapd/snapd-apparmor: 48: /usr/lib/snapd/snapd-apparmor: ns_name: not found
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.lxc (/var/lib/snapd/apparmor/profiles/snap.lxd.lxc line 565): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Oct 06 15:26:38 lxd-mosaic systemd[1]: Mounting Mount unit for snapd, revision 8790...
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.lxd (/var/lib/snapd/apparmor/profiles/snap.lxd.lxd line 565): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Oct 06 15:26:38 lxd-mosaic systemd[1]: snap-core18-1885.mount: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.hook.remove (/var/lib/snapd/apparmor/profiles/snap.lxd.hook.remove line 565): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Oct 06 15:26:38 lxd-mosaic systemd[1]: Mounting Mount unit for core18, revision 1885...
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.daemon (/var/lib/snapd/apparmor/profiles/snap.lxd.daemon line 614): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Oct 06 15:26:38 lxd-mosaic systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Oct 06 15:26:39 lxd-mosaic apparmor[97]: Warning from /var/lib/snapd/apparmor/profiles/snap.lxd.migrate (/var/lib/snapd/apparmor/profiles/snap.lxd.migrate line 565): Unconfined exec qualifier (ux) allows some dangerous environment variables to be passed to the unconfined process; 'man 5 apparmor.d' for details.
Oct 06 15:26:39 lxd-mosaic systemd[1]: systemd-update-utmp.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:39 lxd-mosaic apparmor[97]:    ...done.
Oct 06 15:26:39 lxd-mosaic systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Oct 06 15:26:39 lxd-mosaic systemd[1]: Reached target System Time Synchronized.
Oct 06 15:26:39 lxd-mosaic systemd[1]: cloud-init-local.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:39 lxd-mosaic systemd[1]: Starting Initial cloud-init job (pre-networking)...
Oct 06 15:26:39 lxd-mosaic systemd[1]: Started Update UTMP about System Boot/Shutdown.
Oct 06 15:26:40 lxd-mosaic cloud-init[235]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 running 'init-local' at Tue, 06 Oct 2020 19:26:40 +0000. Up 1.88 seconds.
Oct 06 15:26:40 lxd-mosaic systemd[1]: Started Initial cloud-init job (pre-networking).
Oct 06 15:26:40 lxd-mosaic systemd[1]: Reached target Network (Pre).
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:40 lxd-mosaic systemd[1]: Starting Network Service...
Oct 06 15:26:40 lxd-mosaic systemd[244]: systemd-networkd.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=203/EXEC
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Failed with result 'exit-code'.
Oct 06 15:26:40 lxd-mosaic systemd[1]: Failed to start Network Service.
Oct 06 15:26:40 lxd-mosaic systemd[1]: Dependency failed for Wait for Network to be Configured.
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd-wait-online.service: Job systemd-networkd-wait-online.service/start failed with result 'dependency'.
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Service has no hold-off time, scheduling restart.
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 1.
Oct 06 15:26:40 lxd-mosaic systemd[1]: Stopped Network Service.
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:40 lxd-mosaic systemd[1]: Starting Network Service...
Oct 06 15:26:40 lxd-mosaic systemd[1]: cloud-init.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:40 lxd-mosaic systemd[1]: Starting Initial cloud-init job (metadata service crawler)...
Oct 06 15:26:40 lxd-mosaic systemd[245]: systemd-networkd.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=203/EXEC
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Failed with result 'exit-code'.
Oct 06 15:26:40 lxd-mosaic systemd[1]: Failed to start Network Service.
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Service has no hold-off time, scheduling restart.
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 2.
Oct 06 15:26:40 lxd-mosaic systemd[1]: Stopped Network Service.
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:40 lxd-mosaic systemd[1]: Starting Network Service...
Oct 06 15:26:40 lxd-mosaic systemd[247]: systemd-networkd.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=203/EXEC
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Failed with result 'exit-code'.
Oct 06 15:26:40 lxd-mosaic systemd[1]: Failed to start Network Service.
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Service has no hold-off time, scheduling restart.
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 3.
Oct 06 15:26:40 lxd-mosaic systemd[1]: Stopped Network Service.
Oct 06 15:26:40 lxd-mosaic systemd[1]: systemd-networkd.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:40 lxd-mosaic systemd[1]: Starting Network Service...
Oct 06 15:26:40 lxd-mosaic systemd[248]: systemd-networkd.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=203/EXEC
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Failed with result 'exit-code'.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to start Network Service.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Service has no hold-off time, scheduling restart.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 4.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Stopped Network Service.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Starting Network Service...
Oct 06 15:26:41 lxd-mosaic systemd[249]: systemd-networkd.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Main process exited, code=exited, status=203/EXEC
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Failed with result 'exit-code'.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to start Network Service.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Service has no hold-off time, scheduling restart.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Scheduled restart job, restart counter is at 5.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Stopped Network Service.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Start request repeated too quickly.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.service: Failed with result 'exit-code'.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to start Network Service.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-networkd.socket: Failed with result 'service-start-limit-hit'.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Starting Network Name Resolution...
Oct 06 15:26:41 lxd-mosaic systemd[250]: systemd-resolved.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Main process exited, code=exited, status=203/EXEC
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed with result 'exit-code'.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to start Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Service has no hold-off time, scheduling restart.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Scheduled restart job, restart counter is at 1.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Stopped Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Starting Network Name Resolution...
Oct 06 15:26:41 lxd-mosaic systemd[253]: systemd-resolved.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Main process exited, code=exited, status=203/EXEC
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed with result 'exit-code'.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to start Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Service has no hold-off time, scheduling restart.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Scheduled restart job, restart counter is at 2.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Stopped Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Starting Network Name Resolution...
Oct 06 15:26:41 lxd-mosaic systemd[258]: systemd-resolved.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Main process exited, code=exited, status=203/EXEC
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed with result 'exit-code'.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to start Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Service has no hold-off time, scheduling restart.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Scheduled restart job, restart counter is at 3.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Stopped Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Starting Network Name Resolution...
Oct 06 15:26:41 lxd-mosaic systemd[263]: systemd-resolved.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Main process exited, code=exited, status=203/EXEC
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed with result 'exit-code'.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to start Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Service has no hold-off time, scheduling restart.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Scheduled restart job, restart counter is at 4.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Stopped Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to set devices.allow on /system.slice/systemd-resolved.service: Operation not permitted
Oct 06 15:26:41 lxd-mosaic systemd[1]: Starting Network Name Resolution...
Oct 06 15:26:41 lxd-mosaic systemd[267]: systemd-resolved.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Main process exited, code=exited, status=203/EXEC
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed with result 'exit-code'.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to start Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Service has no hold-off time, scheduling restart.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Scheduled restart job, restart counter is at 5.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Stopped Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Start request repeated too quickly.
Oct 06 15:26:41 lxd-mosaic systemd[1]: systemd-resolved.service: Failed with result 'exit-code'.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Failed to start Network Name Resolution.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Reached target Host and Network Name Lookups.
Oct 06 15:26:41 lxd-mosaic systemd[1]: Reached target Network.
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 running 'init' at Tue, 06 Oct 2020 19:26:41 +0000. Up 3.19 seconds.
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: ++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: +--------+------+-----------------------------+-----------+-------+-------------------+
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: | Device |  Up  |           Address           |    Mask   | Scope |     Hw-Address    |
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: +--------+------+-----------------------------+-----------+-------+-------------------+
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: |  eth0  | True | fe80::216:3eff:fe13:96ae/64 |     .     |  link | 00:16:3e:13:96:ae |
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: |   lo   | True |          127.0.0.1          | 255.0.0.0 |  host |         .         |
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: |   lo   | True |           ::1/128           |     .     |  host |         .         |
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: +--------+------+-----------------------------+-----------+-------+-------------------+
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: +-------+-------------+---------+-----------+-------+
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: | Route | Destination | Gateway | Interface | Flags |
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: +-------+-------------+---------+-----------+-------+
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: |   0   |  fe80::/64  |    ::   |    eth0   |   U   |
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: |   2   |    local    |    ::   |    eth0   |   U   |
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: |   3   |   ff00::/8  |    ::   |    eth0   |   U   |
Oct 06 15:26:41 lxd-mosaic cloud-init[246]: ci-info: +-------+-------------+---------+-----------+-------+
Oct 06 15:26:42 lxd-mosaic systemd[1]: Started Initial cloud-init job (metadata service crawler).
Oct 06 15:26:42 lxd-mosaic systemd[1]: Reached target Cloud-config availability.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Reached target Network is Online.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Reached target Remote File Systems (Pre).
Oct 06 15:26:42 lxd-mosaic systemd[1]: Reached target Remote File Systems.
Oct 06 15:26:42 lxd-mosaic systemd[1]: blk-availability.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:42 lxd-mosaic systemd[1]: Starting Availability of block devices...
Oct 06 15:26:42 lxd-mosaic systemd[1]: Reached target System Initialization.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Listening on Open-iSCSI iscsid Socket.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Listening on Socket unix for snap application lxd.daemon.
Oct 06 15:26:42 lxd-mosaic systemd[1]: snapd.socket: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:42 lxd-mosaic systemd[1]: Starting Socket activation for snappy daemon.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Started Daily apt download activities.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Started Daily apt upgrade and clean activities.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Listening on ACPID Listen Socket.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Listening on UUID daemon activation socket.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Started Clean PHP session files every 30 mins.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Started ACPI Events Check.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Reached target Paths.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Started Message of the Day.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Reached target Timers.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Listening on Unix socket for apport crash forwarding.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Started Availability of block devices.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Listening on Socket activation for snappy daemon.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Reached target Sockets.
Oct 06 15:26:42 lxd-mosaic systemd[1]: Reached target Basic System.
Oct 06 15:26:42 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:26:42 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:28:12 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:28:12 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 245 messages.
Oct 06 15:28:12 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:28:12 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:28:12 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:28:12 lxd-mosaic systemd[1]: networkd-dispatcher.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting Dispatcher daemon for systemd-networkd...
Oct 06 15:28:12 lxd-mosaic systemd[1]: glances.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting LSB: Starts and daemonize Glances server...
Oct 06 15:28:12 lxd-mosaic systemd[1]: systemd-user-sessions.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting Permit User Sessions...
Oct 06 15:28:12 lxd-mosaic systemd[1]: salt-minion.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting The Salt Minion...
Oct 06 15:28:12 lxd-mosaic systemd[1]: atd.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Started Deferred execution scheduler.
Oct 06 15:28:12 lxd-mosaic systemd[1]: accounts-daemon.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting Accounts Service...
Oct 06 15:28:12 lxd-mosaic systemd[1]: rsyslog.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting System Logging Service...
Oct 06 15:28:12 lxd-mosaic systemd[1]: apache2.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting The Apache HTTP Server...
Oct 06 15:28:12 lxd-mosaic systemd[1]: snap.lxd.activate.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting Service for snap application lxd.activate...
Oct 06 15:28:12 lxd-mosaic systemd[1]: snapd.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting Snap Daemon...
Oct 06 15:28:12 lxd-mosaic systemd[1]: lm-sensors.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting Initialize hardware monitoring sensors...
Oct 06 15:28:12 lxd-mosaic systemd-logind[293]: New seat seat0.
Oct 06 15:28:12 lxd-mosaic systemd[1]: mysql.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting MySQL Community Server...
Oct 06 15:28:12 lxd-mosaic systemd[1]: pm2-root.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[314]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting PM2 process manager...
Oct 06 15:28:12 lxd-mosaic systemd[1]: ssh.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting OpenBSD Secure Shell server...
Oct 06 15:28:12 lxd-mosaic systemd[1]: cron.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Started Regular background program processing daemon.
Oct 06 15:28:12 lxd-mosaic systemd[1]: apport.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting LSB: automatic crash report generation...
Oct 06 15:28:12 lxd-mosaic systemd[1]: hddtemp.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:12 lxd-mosaic systemd[1]: Starting LSB: disk temperature monitoring daemon...
Oct 06 15:28:12 lxd-mosaic cron[326]: (CRON) INFO (pidfile fd = 3)
Oct 06 15:28:12 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:28:12 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:28:12 lxd-mosaic cron[326]: (CRON) INFO (Running @reboot jobs)
Oct 06 15:28:12 lxd-mosaic systemd[1]: Started Permit User Sessions.
Oct 06 15:28:12 lxd-mosaic systemd[1]: atd.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:28:12 lxd-mosaic systemd[1]: atd.service: Failed with result 'exit-code'.
Oct 06 15:28:12 lxd-mosaic sensors[349]: coretemp-isa-0000
Oct 06 15:28:12 lxd-mosaic sensors[349]: Adapter: ISA adapter
Oct 06 15:28:12 lxd-mosaic sensors[349]: Core 0:       +31.0°C  (high = +61.0°C, crit = +71.0°C)
Oct 06 15:28:12 lxd-mosaic sensors[349]: Core 1:       +32.0°C  (high = +61.0°C, crit = +71.0°C)
Oct 06 15:28:12 lxd-mosaic sensors[349]: Core 9:       +32.0°C  (high = +61.0°C, crit = +71.0°C)
Oct 06 15:28:12 lxd-mosaic sensors[349]: Core 10:      +33.0°C  (high = +61.0°C, crit = +71.0°C)
Oct 06 15:28:12 lxd-mosaic sensors[349]: coretemp-isa-0001
Oct 06 15:28:12 lxd-mosaic sensors[349]: Adapter: ISA adapter
Oct 06 15:28:12 lxd-mosaic sensors[349]: Core 0:       +33.0°C  (high = +61.0°C, crit = +71.0°C)
Oct 06 15:28:12 lxd-mosaic sensors[349]: Core 1:       +36.0°C  (high = +61.0°C, crit = +71.0°C)
Oct 06 15:28:12 lxd-mosaic sensors[349]: Core 9:       +30.0°C  (high = +61.0°C, crit = +71.0°C)
Oct 06 15:28:12 lxd-mosaic sensors[349]: Core 10:      +36.0°C  (high = +61.0°C, crit = +71.0°C)
Oct 06 15:28:12 lxd-mosaic systemd[1]: Started Initialize hardware monitoring sensors.
Oct 06 15:28:12 lxd-mosaic snapd[308]: AppArmor status: apparmor is enabled and all features are available
Oct 06 15:28:12 lxd-mosaic sshd[353]: Server listening on 0.0.0.0 port 22.
Oct 06 15:28:12 lxd-mosaic sshd[353]: Server listening on :: port 22.
Oct 06 15:28:12 lxd-mosaic apachectl[303]: AH00557: apache2: apr_sockaddr_info_get() failed for lxd-mosaic
Oct 06 15:28:12 lxd-mosaic apachectl[303]: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
Oct 06 15:28:12 lxd-mosaic networkd-dispatcher[294]: No valid path found for iwconfig
Oct 06 15:28:12 lxd-mosaic networkd-dispatcher[294]: No valid path found for iw
Oct 06 15:28:12 lxd-mosaic networkd-dispatcher[294]: WARNING: systemd-networkd is not running, output will be incomplete.
Oct 06 15:28:12 lxd-mosaic pm2[317]: [PM2] Spawning PM2 daemon with pm2_home=/home/lai/.pm2
Oct 06 15:28:13 lxd-mosaic systemd[1]: Started OpenBSD Secure Shell server.
Oct 06 15:28:13 lxd-mosaic systemd[1]: Started The Salt Minion.
Oct 06 15:28:13 lxd-mosaic systemd[1]: Started The Apache HTTP Server.
Oct 06 15:28:13 lxd-mosaic systemd[393]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:28:13 lxd-mosaic systemd[1]: mysql.service: Control process exited, code=exited status=203
Oct 06 15:28:13 lxd-mosaic systemd[1]: mysql.service: Failed with result 'exit-code'.
Oct 06 15:28:13 lxd-mosaic systemd[1]: Failed to start MySQL Community Server.
Oct 06 15:28:13 lxd-mosaic systemd[1]: Started LSB: automatic crash report generation.
Oct 06 15:28:13 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:28:13 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:28:13 lxd-mosaic glances[295]:  * Starting Glances server glances
Oct 06 15:28:13 lxd-mosaic glances[295]:  * Not starting glances: disabled by /etc/default/glances.
Oct 06 15:28:13 lxd-mosaic pm2[317]: [PM2] PM2 Successfully daemonized
Oct 06 15:28:13 lxd-mosaic pm2[317]: [PM2] Resurrecting
Oct 06 15:28:13 lxd-mosaic pm2[317]: [PM2] Restoring processes located in /home/lai/.pm2/dump.pm2
Oct 06 15:28:13 lxd-mosaic pm2[317]: [PM2] Process /var/www/LxdMosaic/node/events.js restored
Oct 06 15:28:13 lxd-mosaic pm2[317]: ┌─────┬───────────┬─────────────┬─────────┬─────────┬──────────┬────────┬──────┬───────────┬──────────┬──────────┬──────────┬──────────┐
Oct 06 15:28:13 lxd-mosaic pm2[317]: │ id  │ name      │ namespace   │ version │ mode    │ pid      │ uptime │ ↺    │ status    │ cpu      │ mem      │ user     │ watching │
Oct 06 15:28:13 lxd-mosaic pm2[317]: ├─────┼───────────┼─────────────┼─────────┼─────────┼──────────┼────────┼──────┼───────────┼──────────┼──────────┼──────────┼──────────┤
Oct 06 15:28:13 lxd-mosaic pm2[317]: │ 0   │ events    │ default     │ 1.0.0   │ fork    │ 423      │ 0s     │ 0    │ online    │ 0%       │ 26.8mb   │ root     │ disabled │
Oct 06 15:28:13 lxd-mosaic pm2[317]: └─────┴───────────┴─────────────┴─────────┴─────────┴──────────┴────────┴──────┴───────────┴──────────┴──────────┴──────────┴──────────┘
Oct 06 15:28:14 lxd-mosaic snapd[308]: AppArmor status: apparmor is enabled and all features are available
Oct 06 15:28:15 lxd-mosaic snapd[308]: daemon.go:343: started snapd/2.46.1 (series 16; classic) ubuntu/18.04 (amd64) linux/4.15.0-118-generic.
Oct 06 15:28:15 lxd-mosaic snapd[308]: daemon.go:436: adjusting startup timeout by 45s (pessimistic estimate of 30s plus 5s per snap)
Oct 06 15:28:15 lxd-mosaic lxd.activate[305]: => Starting LXD activation
Oct 06 15:28:15 lxd-mosaic lxd.activate[305]: ==> Loading snap configuration
Oct 06 15:28:15 lxd-mosaic lxd.activate[305]: ==> Checking for socket activation support
Oct 06 15:28:55 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:28:55 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 24 messages.
Oct 06 15:29:01 lxd-mosaic CRON[1639]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:29:01 lxd-mosaic CRON[1640]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:29:01 lxd-mosaic CRON[1639]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:29:01 lxd-mosaic CRON[1639]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:29:43 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:29:43 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:29:43 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:29:43 lxd-mosaic systemd[1]: plymouth-quit.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:29:43 lxd-mosaic systemd[1]: Starting Terminate Plymouth Boot Screen...
Oct 06 15:29:43 lxd-mosaic systemd[1]: plymouth-quit-wait.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:29:43 lxd-mosaic systemd[1]: Starting Hold until boot process finishes up...
Oct 06 15:29:43 lxd-mosaic systemd[1]: Started Snap Daemon.
Oct 06 15:29:43 lxd-mosaic systemd[1]: Started LSB: Starts and daemonize Glances server.
Oct 06 15:29:43 lxd-mosaic systemd[1]: Started PM2 process manager.
Oct 06 15:29:43 lxd-mosaic systemd[1]: Started LSB: disk temperature monitoring daemon.
Oct 06 15:29:43 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:29:43 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:29:43 lxd-mosaic systemd[1]: Started Hold until boot process finishes up.
Oct 06 15:29:43 lxd-mosaic systemd[1]: rsyslog.service: Start operation timed out. Terminating.
Oct 06 15:29:43 lxd-mosaic systemd[1]: accounts-daemon.service: Start operation timed out. Terminating.
Oct 06 15:29:43 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:29:43 lxd-mosaic systemd[1]: networkd-dispatcher.service: Start operation timed out. Terminating.
Oct 06 15:29:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:29:43 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:29:43 lxd-mosaic systemd[1]: networkd-dispatcher.service: Failed with result 'timeout'.
Oct 06 15:29:43 lxd-mosaic systemd[1]: Failed to start Dispatcher daemon for systemd-networkd.
Oct 06 15:29:43 lxd-mosaic systemd[1]: accounts-daemon.service: Failed with result 'timeout'.
Oct 06 15:29:43 lxd-mosaic systemd[1]: Failed to start Accounts Service.
Oct 06 15:29:43 lxd-mosaic systemd[1]: Started Terminate Plymouth Boot Screen.
Oct 06 15:29:43 lxd-mosaic systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
Oct 06 15:29:43 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 1 messages.
Oct 06 15:29:43 lxd-mosaic systemd[1]: mysql.service: Scheduled restart job, restart counter is at 1.
Oct 06 15:29:43 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:29:43 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 1.
Oct 06 15:29:43 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:29:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:29:43 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:29:43 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:29:43 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:29:43 lxd-mosaic systemd-logind[2573]: New seat seat0.
Oct 06 15:29:43 lxd-mosaic lxd.activate[305]: cmd_linux.go:160: cannot read /proc/self/exe: readlink /proc/self/exe: no such file or directory
Oct 06 15:29:43 lxd-mosaic lxd.activate[305]: ==> Setting LXD socket ownership
Oct 06 15:29:43 lxd-mosaic lxd.activate[305]: ==> Checking if LXD needs to be activated
Oct 06 15:29:46 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:30:01 lxd-mosaic CRON[3022]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:30:01 lxd-mosaic CRON[3023]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:30:01 lxd-mosaic CRON[3022]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:30:01 lxd-mosaic CRON[3022]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:30:36 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:30:36 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 18 messages.
Oct 06 15:31:01 lxd-mosaic CRON[4344]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:31:01 lxd-mosaic CRON[4345]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:31:01 lxd-mosaic CRON[4344]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:31:01 lxd-mosaic CRON[4344]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:31:13 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:31:13 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 5 messages.
Oct 06 15:31:13 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:31:13 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:31:13 lxd-mosaic systemd[1]: Stopped MySQL Community Server.
Oct 06 15:31:13 lxd-mosaic systemd[1]: mysql.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:31:13 lxd-mosaic systemd[1]: Starting MySQL Community Server...
Oct 06 15:31:13 lxd-mosaic systemd[1]: console-getty.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:31:13 lxd-mosaic systemd[1]: Started Console Getty.
Oct 06 15:31:13 lxd-mosaic systemd[4622]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:31:13 lxd-mosaic systemd[1]: system-getty.slice: Failed to reset devices.list: Operation not permitted
Oct 06 15:31:13 lxd-mosaic systemd[1]: Created slice system-getty.slice.
Oct 06 15:31:13 lxd-mosaic systemd[1]: Reached target Login Prompts.
Oct 06 15:31:13 lxd-mosaic systemd[1]: snapd.seeded.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:31:13 lxd-mosaic systemd[1]: Starting Wait until snapd is fully seeded...
Oct 06 15:31:13 lxd-mosaic systemd[1]: Started Service for snap application lxd.activate.
Oct 06 15:31:13 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:31:13 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:31:13 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:31:13 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:31:13 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:31:13 lxd-mosaic systemd[1]: rsyslog.service: State 'stop-sigterm' timed out. Killing.
Oct 06 15:31:13 lxd-mosaic systemd[1]: rsyslog.service: Killing process 302 (rsyslogd) with signal SIGKILL.
Oct 06 15:31:13 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:31:13 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 2.
Oct 06 15:31:13 lxd-mosaic systemd[1]: rsyslog.service: Main process exited, code=killed, status=6/ABRT
Oct 06 15:31:13 lxd-mosaic systemd[1]: rsyslog.service: Failed with result 'timeout'.
Oct 06 15:31:13 lxd-mosaic systemd[1]: Failed to start System Logging Service.
Oct 06 15:31:13 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:31:13 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:31:13 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:31:13 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:31:13 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:31:13 lxd-mosaic systemd-logind[4633]: New seat seat0.
Oct 06 15:31:26 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:32:01 lxd-mosaic CRON[5691]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:32:01 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 34 messages.
Oct 06 15:32:01 lxd-mosaic CRON[5692]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:32:01 lxd-mosaic CRON[5691]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:32:01 lxd-mosaic CRON[5691]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:32:16 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:32:43 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:32:43 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 5 messages.
Oct 06 15:32:43 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:32:43 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:32:43 lxd-mosaic systemd[1]: system-apport\x2dforward.slice: Failed to reset devices.list: Operation not permitted
Oct 06 15:32:43 lxd-mosaic systemd[1]: Created slice system-apport\x2dforward.slice.
Oct 06 15:32:43 lxd-mosaic systemd[1]: Starting Apport crash forwarding receiver...
Oct 06 15:32:43 lxd-mosaic systemd[1]: Started Wait until snapd is fully seeded.
Oct 06 15:32:43 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:32:43 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:32:43 lxd-mosaic systemd[6621]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:32:43 lxd-mosaic systemd[1]: rsyslog.service: Service hold-off time over, scheduling restart.
Oct 06 15:32:43 lxd-mosaic systemd[1]: rsyslog.service: Scheduled restart job, restart counter is at 1.
Oct 06 15:32:43 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:32:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:32:43 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:32:43 lxd-mosaic systemd[1]: mysql.service: Control process exited, code=exited status=203
Oct 06 15:32:43 lxd-mosaic systemd[1]: mysql.service: Failed with result 'exit-code'.
Oct 06 15:32:43 lxd-mosaic systemd[1]: Failed to start MySQL Community Server.
Oct 06 15:32:43 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:32:43 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 3.
Oct 06 15:32:43 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:32:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:32:43 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:32:43 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:32:43 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:32:43 lxd-mosaic systemd-logind[6622]: New seat seat0.
Oct 06 15:33:01 lxd-mosaic CRON[7017]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:33:01 lxd-mosaic CRON[7018]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:33:01 lxd-mosaic CRON[7017]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:33:01 lxd-mosaic CRON[7017]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:33:06 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:33:56 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:33:56 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 31 messages.
Oct 06 15:34:01 lxd-mosaic CRON[8340]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:34:01 lxd-mosaic CRON[8341]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:34:01 lxd-mosaic CRON[8340]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:34:01 lxd-mosaic CRON[8340]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:34:13 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:34:13 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:34:13 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:34:13 lxd-mosaic systemd[1]: Stopped System Logging Service.
Oct 06 15:34:13 lxd-mosaic systemd[1]: rsyslog.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:34:13 lxd-mosaic systemd[1]: Starting System Logging Service...
Oct 06 15:34:13 lxd-mosaic systemd[1]: cloud-config.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:34:13 lxd-mosaic systemd[1]: Starting Apply the settings specified in cloud-config...
Oct 06 15:34:13 lxd-mosaic systemd[1]: Started Apport crash forwarding receiver.
Oct 06 15:34:13 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:34:13 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:34:13 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:34:13 lxd-mosaic systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
Oct 06 15:34:13 lxd-mosaic systemd[1]: mysql.service: Scheduled restart job, restart counter is at 2.
Oct 06 15:34:13 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:34:13 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:34:13 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:34:13 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 4.
Oct 06 15:34:13 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:34:13 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:34:13 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:34:13 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:34:13 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:34:13 lxd-mosaic systemd-logind[8629]: New seat seat0.
Oct 06 15:34:14 lxd-mosaic cloud-init[8625]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 running 'modules:config' at Tue, 06 Oct 2020 19:34:14 +0000. Up 455.85 seconds.
Oct 06 15:34:46 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:34:46 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 22 messages.
Oct 06 15:35:01 lxd-mosaic CRON[9706]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:35:01 lxd-mosaic CRON[9707]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:35:01 lxd-mosaic CRON[9706]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:35:01 lxd-mosaic CRON[9706]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:35:36 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:35:43 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:35:43 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:35:43 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:35:43 lxd-mosaic systemd[1]: Stopped MySQL Community Server.
Oct 06 15:35:43 lxd-mosaic systemd[1]: mysql.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:35:43 lxd-mosaic systemd[1]: Starting MySQL Community Server...
Oct 06 15:35:43 lxd-mosaic systemd[1]: Started Apply the settings specified in cloud-config.
Oct 06 15:35:43 lxd-mosaic systemd[10634]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:35:43 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:35:43 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:35:43 lxd-mosaic systemd[1]: rsyslog.service: Start operation timed out. Terminating.
Oct 06 15:35:43 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:35:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:35:43 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:35:43 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:35:43 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 5.
Oct 06 15:35:43 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:35:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:35:43 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:35:43 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:35:43 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:35:43 lxd-mosaic systemd-logind[10640]: New seat seat0.
Oct 06 15:36:01 lxd-mosaic CRON[11039]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:36:01 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 1 messages.
Oct 06 15:36:01 lxd-mosaic CRON[11040]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:36:01 lxd-mosaic CRON[11039]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:36:01 lxd-mosaic CRON[11039]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:36:26 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:37:01 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 4 messages.
Oct 06 15:37:01 lxd-mosaic CRON[12363]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:37:01 lxd-mosaic CRON[12364]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:37:01 lxd-mosaic CRON[12363]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:37:01 lxd-mosaic CRON[12363]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:37:13 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:37:13 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:37:13 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:37:13 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:37:13 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:37:13 lxd-mosaic systemd[1]: rsyslog.service: State 'stop-sigterm' timed out. Killing.
Oct 06 15:37:13 lxd-mosaic systemd[1]: rsyslog.service: Killing process 8624 (rsyslogd) with signal SIGKILL.
Oct 06 15:37:13 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:37:13 lxd-mosaic systemd[12644]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:37:13 lxd-mosaic systemd[1]: rsyslog.service: Main process exited, code=killed, status=6/ABRT
Oct 06 15:37:13 lxd-mosaic systemd[1]: rsyslog.service: Failed with result 'timeout'.
Oct 06 15:37:13 lxd-mosaic systemd[1]: Failed to start System Logging Service.
Oct 06 15:37:13 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:37:13 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:37:13 lxd-mosaic systemd[1]: mysql.service: Control process exited, code=exited status=203
Oct 06 15:37:13 lxd-mosaic systemd[1]: mysql.service: Failed with result 'exit-code'.
Oct 06 15:37:13 lxd-mosaic systemd[1]: Failed to start MySQL Community Server.
Oct 06 15:37:13 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:37:13 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 6.
Oct 06 15:37:13 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:37:13 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:37:13 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:37:13 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:37:13 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:37:13 lxd-mosaic systemd-logind[12645]: New seat seat0.
Oct 06 15:37:16 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:38:01 lxd-mosaic CRON[13715]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:38:01 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 31 messages.
Oct 06 15:38:01 lxd-mosaic CRON[13716]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:38:01 lxd-mosaic CRON[13715]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:38:01 lxd-mosaic CRON[13715]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:38:06 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:38:43 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:38:43 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 5 messages.
Oct 06 15:38:43 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:38:43 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:38:43 lxd-mosaic systemd[1]: Starting Apport crash forwarding receiver...
Oct 06 15:38:43 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:38:43 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:38:43 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:38:43 lxd-mosaic systemd[1]: rsyslog.service: Service hold-off time over, scheduling restart.
Oct 06 15:38:43 lxd-mosaic systemd[1]: rsyslog.service: Scheduled restart job, restart counter is at 2.
Oct 06 15:38:43 lxd-mosaic systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
Oct 06 15:38:43 lxd-mosaic systemd[1]: mysql.service: Scheduled restart job, restart counter is at 3.
Oct 06 15:38:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:38:43 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:38:43 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:38:43 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 7.
Oct 06 15:38:43 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:38:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:38:43 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:38:43 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:38:43 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:38:43 lxd-mosaic systemd-logind[14645]: New seat seat0.
Oct 06 15:38:56 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:39:01 lxd-mosaic CRON[15041]: pam_unix(cron:session): session opened for user root by (uid=0)
Oct 06 15:39:01 lxd-mosaic CRON[15040]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:39:01 lxd-mosaic CRON[15042]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
Oct 06 15:39:01 lxd-mosaic CRON[15043]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:39:01 lxd-mosaic CRON[15040]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:39:01 lxd-mosaic CRON[15040]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:39:01 lxd-mosaic CRON[15041]: pam_unix(cron:session): session closed for user root
Oct 06 15:39:46 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:39:46 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 29 messages.
Oct 06 15:40:01 lxd-mosaic CRON[16367]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:40:01 lxd-mosaic CRON[16368]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:40:01 lxd-mosaic CRON[16367]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:40:01 lxd-mosaic CRON[16367]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:40:13 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:40:13 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:40:13 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:40:13 lxd-mosaic systemd[1]: Stopped MySQL Community Server.
Oct 06 15:40:13 lxd-mosaic systemd[1]: mysql.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:40:13 lxd-mosaic systemd[1]: Starting MySQL Community Server...
Oct 06 15:40:13 lxd-mosaic systemd[1]: Stopped System Logging Service.
Oct 06 15:40:13 lxd-mosaic systemd[1]: rsyslog.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:40:13 lxd-mosaic systemd[1]: Starting System Logging Service...
Oct 06 15:40:13 lxd-mosaic systemd[16650]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:40:13 lxd-mosaic systemd[1]: Started Apport crash forwarding receiver.
Oct 06 15:40:13 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:40:13 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:40:13 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:40:13 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:40:13 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:40:13 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:40:13 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 8.
Oct 06 15:40:13 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:40:13 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:40:13 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:40:13 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:40:13 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:40:13 lxd-mosaic systemd-logind[16660]: New seat seat0.
Oct 06 15:40:36 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:40:36 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 23 messages.
Oct 06 15:41:01 lxd-mosaic CRON[17705]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:41:01 lxd-mosaic CRON[17706]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:41:01 lxd-mosaic CRON[17705]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:41:01 lxd-mosaic CRON[17705]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:41:26 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:41:43 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:41:43 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:41:43 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:41:43 lxd-mosaic systemd[1]: phpsessionclean.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:41:43 lxd-mosaic systemd[1]: Starting Clean php session files...
Oct 06 15:41:43 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:41:43 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:41:43 lxd-mosaic systemd[1]: rsyslog.service: Start operation timed out. Terminating.
Oct 06 15:41:43 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:41:43 lxd-mosaic systemd[18663]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:41:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:41:43 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:41:43 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:41:43 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 9.
Oct 06 15:41:43 lxd-mosaic systemd[1]: mysql.service: Control process exited, code=exited status=203
Oct 06 15:41:43 lxd-mosaic systemd[1]: mysql.service: Failed with result 'exit-code'.
Oct 06 15:41:43 lxd-mosaic systemd[1]: Failed to start MySQL Community Server.
Oct 06 15:41:43 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:41:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:41:43 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 1 messages.
Oct 06 15:41:43 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:41:43 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:41:43 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:41:43 lxd-mosaic systemd-logind[18664]: New seat seat0.
Oct 06 15:42:01 lxd-mosaic CRON[19099]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:42:01 lxd-mosaic CRON[19101]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:42:01 lxd-mosaic CRON[19099]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:42:01 lxd-mosaic CRON[19099]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:42:16 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:42:16 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 9 messages.
Oct 06 15:43:01 lxd-mosaic CRON[20427]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:43:01 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 1 messages.
Oct 06 15:43:01 lxd-mosaic CRON[20428]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:43:01 lxd-mosaic CRON[20427]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:43:01 lxd-mosaic CRON[20427]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:43:06 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:43:13 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:43:13 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:43:13 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:43:13 lxd-mosaic systemd[1]: systemd-tmpfiles-clean.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:43:13 lxd-mosaic systemd[1]: Starting Cleanup of Temporary Directories...
Oct 06 15:43:13 lxd-mosaic systemd[1]: Started Clean php session files.
Oct 06 15:43:13 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:43:13 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:43:13 lxd-mosaic systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
Oct 06 15:43:13 lxd-mosaic systemd[1]: mysql.service: Scheduled restart job, restart counter is at 4.
Oct 06 15:43:13 lxd-mosaic systemd[1]: rsyslog.service: State 'stop-sigterm' timed out. Killing.
Oct 06 15:43:13 lxd-mosaic systemd[1]: rsyslog.service: Killing process 16651 (rsyslogd) with signal SIGKILL.
Oct 06 15:43:13 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:43:13 lxd-mosaic systemd[1]: rsyslog.service: Main process exited, code=killed, status=6/ABRT
Oct 06 15:43:13 lxd-mosaic systemd[1]: rsyslog.service: Failed with result 'timeout'.
Oct 06 15:43:13 lxd-mosaic systemd[1]: Failed to start System Logging Service.
Oct 06 15:43:13 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:43:13 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:43:13 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:43:13 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 10.
Oct 06 15:43:13 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:43:13 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:43:13 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:43:13 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:43:13 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:43:13 lxd-mosaic systemd-logind[20712]: New seat seat0.
Oct 06 15:43:56 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:43:56 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 31 messages.
Oct 06 15:44:01 lxd-mosaic CRON[21777]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:44:01 lxd-mosaic CRON[21778]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:44:01 lxd-mosaic CRON[21777]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:44:01 lxd-mosaic CRON[21777]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:44:43 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:44:43 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 5 messages.
Oct 06 15:44:43 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:44:43 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:44:43 lxd-mosaic systemd[1]: Stopped MySQL Community Server.
Oct 06 15:44:43 lxd-mosaic systemd[1]: mysql.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:44:43 lxd-mosaic systemd[1]: Starting MySQL Community Server...
Oct 06 15:44:43 lxd-mosaic systemd[1]: Starting Apport crash forwarding receiver...
Oct 06 15:44:43 lxd-mosaic systemd[22725]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:44:43 lxd-mosaic systemd[1]: Started Cleanup of Temporary Directories.
Oct 06 15:44:43 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:44:43 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:44:43 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:44:43 lxd-mosaic systemd[1]: rsyslog.service: Service hold-off time over, scheduling restart.
Oct 06 15:44:43 lxd-mosaic systemd[1]: rsyslog.service: Scheduled restart job, restart counter is at 3.
Oct 06 15:44:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:44:43 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:44:43 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:44:43 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 11.
Oct 06 15:44:43 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:44:43 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:44:43 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:44:43 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:44:43 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:44:43 lxd-mosaic systemd-logind[22732]: New seat seat0.
Oct 06 15:44:46 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:45:01 lxd-mosaic CRON[23118]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:45:01 lxd-mosaic CRON[23119]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:45:01 lxd-mosaic CRON[23118]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:45:01 lxd-mosaic CRON[23118]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:45:36 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:45:36 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 29 messages.
Oct 06 15:46:01 lxd-mosaic CRON[24468]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:46:01 lxd-mosaic CRON[24469]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:46:01 lxd-mosaic CRON[24468]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:46:01 lxd-mosaic CRON[24468]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:46:14 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:46:14 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 5 messages.
Oct 06 15:46:14 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:46:14 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:46:14 lxd-mosaic systemd[1]: Stopped System Logging Service.
Oct 06 15:46:14 lxd-mosaic systemd[1]: rsyslog.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:46:14 lxd-mosaic systemd[1]: Starting System Logging Service...
Oct 06 15:46:14 lxd-mosaic systemd[1]: Started Apport crash forwarding receiver.
Oct 06 15:46:14 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:46:14 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:46:14 lxd-mosaic systemd[24752]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:46:14 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:46:14 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:46:14 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:46:14 lxd-mosaic systemd[1]: mysql.service: Control process exited, code=exited status=203
Oct 06 15:46:14 lxd-mosaic systemd[1]: mysql.service: Failed with result 'exit-code'.
Oct 06 15:46:14 lxd-mosaic systemd[1]: Failed to start MySQL Community Server.
Oct 06 15:46:14 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:46:14 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 12.
Oct 06 15:46:14 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:46:14 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:46:14 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:46:14 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:46:14 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:46:14 lxd-mosaic systemd-logind[24756]: New seat seat0.
Oct 06 15:46:26 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:47:01 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 14 messages.
Oct 06 15:47:01 lxd-mosaic CRON[25797]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:47:01 lxd-mosaic CRON[25799]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:47:01 lxd-mosaic CRON[25797]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:47:01 lxd-mosaic CRON[25797]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:47:16 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:47:44 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:47:44 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:47:44 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:47:44 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:47:44 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:47:44 lxd-mosaic systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
Oct 06 15:47:44 lxd-mosaic systemd[1]: mysql.service: Scheduled restart job, restart counter is at 5.
Oct 06 15:47:44 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:47:44 lxd-mosaic systemd[1]: rsyslog.service: Start operation timed out. Terminating.
Oct 06 15:47:44 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:47:44 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:47:44 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:47:44 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 13.
Oct 06 15:47:44 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:47:44 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:47:44 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:47:44 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:47:44 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 1 messages.
Oct 06 15:47:44 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:47:44 lxd-mosaic systemd-logind[26756]: New seat seat0.
Oct 06 15:48:01 lxd-mosaic CRON[27150]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:48:01 lxd-mosaic CRON[27151]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:48:01 lxd-mosaic CRON[27150]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:48:01 lxd-mosaic CRON[27150]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:48:07 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:48:57 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:48:57 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 8 messages.
Oct 06 15:49:01 lxd-mosaic CRON[28473]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:49:01 lxd-mosaic CRON[28474]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:49:01 lxd-mosaic CRON[28473]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:49:01 lxd-mosaic CRON[28473]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:49:14 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:49:14 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:49:14 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:49:14 lxd-mosaic systemd[1]: Stopped MySQL Community Server.
Oct 06 15:49:14 lxd-mosaic systemd[1]: mysql.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:49:14 lxd-mosaic systemd[1]: Starting MySQL Community Server...
Oct 06 15:49:14 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:49:14 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:49:14 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:49:14 lxd-mosaic systemd[28758]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:49:14 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:49:14 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:49:14 lxd-mosaic systemd[1]: rsyslog.service: State 'stop-sigterm' timed out. Killing.
Oct 06 15:49:14 lxd-mosaic systemd[1]: rsyslog.service: Killing process 24751 (rsyslogd) with signal SIGKILL.
Oct 06 15:49:14 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:49:14 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 14.
Oct 06 15:49:14 lxd-mosaic systemd[1]: rsyslog.service: Main process exited, code=killed, status=6/ABRT
Oct 06 15:49:14 lxd-mosaic systemd[1]: rsyslog.service: Failed with result 'timeout'.
Oct 06 15:49:14 lxd-mosaic systemd[1]: Failed to start System Logging Service.
Oct 06 15:49:14 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:49:14 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:49:14 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:49:14 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:49:14 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:49:14 lxd-mosaic systemd-logind[28764]: New seat seat0.
Oct 06 15:49:47 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:49:47 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 30 messages.
Oct 06 15:50:01 lxd-mosaic CRON[29833]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:50:01 lxd-mosaic CRON[29834]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:50:01 lxd-mosaic CRON[29833]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:50:01 lxd-mosaic CRON[29833]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:50:37 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:50:37 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 5 messages.
Oct 06 15:50:44 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:50:44 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:50:44 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:50:44 lxd-mosaic systemd[1]: Starting Apport crash forwarding receiver...
Oct 06 15:50:44 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:50:44 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:50:44 lxd-mosaic systemd[1]: rsyslog.service: Service hold-off time over, scheduling restart.
Oct 06 15:50:44 lxd-mosaic systemd[1]: rsyslog.service: Scheduled restart job, restart counter is at 4.
Oct 06 15:50:44 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:50:44 lxd-mosaic systemd[30779]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:50:44 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:50:44 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:50:44 lxd-mosaic systemd[1]: mysql.service: Control process exited, code=exited status=203
Oct 06 15:50:44 lxd-mosaic systemd[1]: mysql.service: Failed with result 'exit-code'.
Oct 06 15:50:44 lxd-mosaic systemd[1]: Failed to start MySQL Community Server.
Oct 06 15:50:44 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:50:44 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 15.
Oct 06 15:50:44 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:50:44 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:50:44 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:50:44 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:50:44 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:50:44 lxd-mosaic systemd-logind[30780]: New seat seat0.
Oct 06 15:51:01 lxd-mosaic CRON[31172]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:51:01 lxd-mosaic CRON[31173]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:51:01 lxd-mosaic CRON[31172]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:51:01 lxd-mosaic CRON[31172]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:51:27 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:51:27 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 28 messages.
Oct 06 15:52:01 lxd-mosaic CRON[32500]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:52:01 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 1 messages.
Oct 06 15:52:01 lxd-mosaic CRON[32502]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:52:01 lxd-mosaic CRON[32500]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:52:01 lxd-mosaic CRON[32500]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:52:14 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:52:14 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:52:14 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:52:14 lxd-mosaic systemd[1]: Stopped System Logging Service.
Oct 06 15:52:14 lxd-mosaic systemd[1]: rsyslog.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:52:14 lxd-mosaic systemd[1]: Starting System Logging Service...
Oct 06 15:52:14 lxd-mosaic systemd[1]: Started Apport crash forwarding receiver.
Oct 06 15:52:14 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:52:14 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:52:14 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:52:14 lxd-mosaic systemd[1]: mysql.service: Service hold-off time over, scheduling restart.
Oct 06 15:52:14 lxd-mosaic systemd[1]: mysql.service: Scheduled restart job, restart counter is at 6.
Oct 06 15:52:14 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:52:14 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:52:14 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:52:14 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 16.
Oct 06 15:52:14 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:52:14 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:52:14 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:52:14 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:52:14 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:52:14 lxd-mosaic systemd-logind[319]: New seat seat0.
Oct 06 15:52:17 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:53:01 lxd-mosaic CRON[1441]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:53:01 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 21 messages.
Oct 06 15:53:01 lxd-mosaic CRON[1442]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:53:01 lxd-mosaic CRON[1441]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:53:01 lxd-mosaic CRON[1441]: pam_unix(cron:session): session closed for user www-data
Oct 06 15:53:07 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:53:44 lxd-mosaic systemd[1]: Failed to get initial list of names: Connection timed out
Oct 06 15:53:44 lxd-mosaic systemd[1]: Failed to set up API bus: Connection timed out
Oct 06 15:53:44 lxd-mosaic systemd[1]: Error occured during D-Bus APIs initialization: Connection timed out
Oct 06 15:53:44 lxd-mosaic systemd[1]: Stopped MySQL Community Server.
Oct 06 15:53:44 lxd-mosaic systemd[1]: mysql.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:53:44 lxd-mosaic systemd[1]: Starting MySQL Community Server...
Oct 06 15:53:44 lxd-mosaic systemd[1]: dbus.service: Main process exited, code=exited, status=1/FAILURE
Oct 06 15:53:44 lxd-mosaic systemd[1]: dbus.service: Failed with result 'exit-code'.
Oct 06 15:53:44 lxd-mosaic systemd[1]: rsyslog.service: Start operation timed out. Terminating.
Oct 06 15:53:44 lxd-mosaic systemd[1]: systemd-logind.service: Start operation timed out. Terminating.
Oct 06 15:53:44 lxd-mosaic systemd[2401]: mysql.service: Failed to connect stdout to the journal socket, ignoring: Permission denied
Oct 06 15:53:44 lxd-mosaic systemd[1]: systemd-logind.service: Failed with result 'timeout'.
Oct 06 15:53:44 lxd-mosaic systemd[1]: Failed to start Login Service.
Oct 06 15:53:44 lxd-mosaic systemd[1]: systemd-logind.service: Service has no hold-off time, scheduling restart.
Oct 06 15:53:44 lxd-mosaic systemd[1]: systemd-logind.service: Scheduled restart job, restart counter is at 17.
Oct 06 15:53:44 lxd-mosaic systemd[1]: Stopped Login Service.
Oct 06 15:53:44 lxd-mosaic systemd[1]: systemd-logind.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:53:44 lxd-mosaic systemd[1]: Starting Login Service...
Oct 06 15:53:44 lxd-mosaic systemd[1]: dbus.service: Failed to reset devices.list: Operation not permitted
Oct 06 15:53:44 lxd-mosaic systemd[1]: Started D-Bus System Message Bus.
Oct 06 15:53:44 lxd-mosaic systemd-journald[67]: Forwarding to syslog missed 1 messages.
Oct 06 15:53:44 lxd-mosaic systemd-logind[2404]: New seat seat0.
Oct 06 15:53:57 lxd-mosaic salt-minion[298]: [ERROR   ] Error while bringing up minion for multi-master. Is master at 10.1.1.146 responding?
Oct 06 15:54:01 lxd-mosaic CRON[2797]: pam_unix(cron:session): session opened for user www-data by (uid=0)
Oct 06 15:54:01 lxd-mosaic CRON[2799]: (www-data) CMD (cd /var/www/LxdMosaic/ && vendor/bin/crunz schedule:run)
Oct 06 15:54:01 lxd-mosaic CRON[2797]: (CRON) info (No MTA installed, discarding output)
Oct 06 15:54:01 lxd-mosaic CRON[2797]: pam_unix(cron:session): session closed for user www-data

Can you show dmesg on the host as well as lxc info?

$ sudo dmesg
[    0.000000] Linux version 4.15.0-118-generic (buildd@lgw01-amd64-039) (gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)) #119-Ubuntu SMP Tue Sep 8 12:30:01 UTC 2020 (Ubuntu 4.15.0-118.119-generic 4.15.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-118-generic root=UUID=3a220a69-923d-42d8-b67d-2035ab1c7c8c ro
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] x86/fpu: x87 FPU will use FXSAVE
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cf378fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cf379000-0x00000000cf38efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cf38f000-0x00000000cf3cdfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cf3ce000-0x00000000cfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000102fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Dell Inc. PowerEdge R510/084YMW, BIOS 1.14.0 05/30/2018
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1030000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CBFFF write-protect
[    0.000000]   CC000-D3FFF write-back
[    0.000000]   D4000-EBFFF uncachable
[    0.000000]   EC000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask FF80000000 write-back
[    0.000000]   1 base 0080000000 mask FFC0000000 write-back
[    0.000000]   2 base 00C0000000 mask FFF0000000 write-back
[    0.000000]   3 base 0100000000 mask FF00000000 write-back
[    0.000000]   4 base 0200000000 mask FE00000000 write-back
[    0.000000]   5 base 0400000000 mask FC00000000 write-back
[    0.000000]   6 base 0800000000 mask F800000000 write-back
[    0.000000]   7 base 1000000000 mask FFC0000000 write-back
[    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: update [mem 0xd0000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcf379 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fe710-0x000fe71f]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Using GB pages for direct mapping
[    0.000000] RAMDISK: [mem 0x310af000-0x3484efff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F1530 000024 (v02 DELL  )
[    0.000000] ACPI: XSDT 0x00000000000F1634 00009C (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: FACP 0x00000000CF3B3F9C 0000F4 (v03 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: DSDT 0x00000000CF38F000 003B44 (v01 DELL   PE_SC3   00000001 INTL 20050624)
[    0.000000] ACPI: FACS 0x00000000CF3B6000 000040
[    0.000000] ACPI: FACS 0x00000000CF3B6000 000040
[    0.000000] ACPI: APIC 0x00000000CF3B3478 00015E (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SPCR 0x00000000CF3B35D8 000050 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: HPET 0x00000000CF3B362C 000038 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: DMAR 0x00000000CF3B3668 0001D0 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: MCFG 0x00000000CF3B38C4 00003C (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: WD__ 0x00000000CF3B3904 000134 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SLIC 0x00000000CF3B3A3C 000024 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: ERST 0x00000000CF392CE4 000270 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: HEST 0x00000000CF392F54 0003A8 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: BERT 0x00000000CF392B44 000030 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: EINJ 0x00000000CF392B74 000170 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SRAT 0x00000000CF3B3BC0 000370 (v01 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: TCPA 0x00000000CF3B3F34 000064 (v02 DELL   PE_SC3   00000001 DELL 00000001)
[    0.000000] ACPI: SSDT 0x00000000CF3B7000 003FD4 (v01 INTEL  PPM RCM  80000001 INTL 20061109)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 0
[    0.000000] SRAT: PXM 2 -> APIC 0x00 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 0
[    0.000000] SRAT: PXM 2 -> APIC 0x02 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x32 -> Node 0
[    0.000000] SRAT: PXM 2 -> APIC 0x12 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x34 -> Node 0
[    0.000000] SRAT: PXM 2 -> APIC 0x14 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x21 -> Node 0
[    0.000000] SRAT: PXM 2 -> APIC 0x01 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x23 -> Node 0
[    0.000000] SRAT: PXM 2 -> APIC 0x03 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x33 -> Node 0
[    0.000000] SRAT: PXM 2 -> APIC 0x13 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x35 -> Node 0
[    0.000000] SRAT: PXM 2 -> APIC 0x15 -> Node 1
[    0.000000] ACPI: SRAT: Node 1 PXM 2 [mem 0x00000000-0xcfffffff]
[    0.000000] ACPI: SRAT: Node 1 PXM 2 [mem 0x100000000-0x82fffffff]
[    0.000000] ACPI: SRAT: Node 0 PXM 1 [mem 0x830000000-0x102fffffff]
[    0.000000] NUMA: Node 1 [mem 0x00000000-0xcfffffff] + [mem 0x100000000-0x82fffffff] -> [mem 0x00000000-0x82fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x102ffd5000-0x102fffffff]
[    0.000000] NODE_DATA(1) allocated [mem 0x82ffd5000-0x82fffffff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000102fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   1: [mem 0x0000000000001000-0x000000000009dfff]
[    0.000000]   node   1: [mem 0x0000000000100000-0x00000000cf378fff]
[    0.000000]   node   1: [mem 0x0000000100000000-0x000000082fffffff]
[    0.000000]   node   0: [mem 0x0000000830000000-0x000000102fffffff]
[    0.000000] Reserved but unavailable: 99 pages
[    0.000000] Initmem setup node 0 [mem 0x0000000830000000-0x000000102fffffff]
[    0.000000] On node 0 totalpages: 8388608
[    0.000000]   Normal zone: 131072 pages used for memmap
[    0.000000]   Normal zone: 8388608 pages, LIFO batch:31
[    0.000000] Initmem setup node 1 [mem 0x0000000000001000-0x000000082fffffff]
[    0.000000] On node 1 totalpages: 8385302
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13198 pages used for memmap
[    0.000000]   DMA32 zone: 844665 pages, LIFO batch:31
[    0.000000]   Normal zone: 117760 pages used for memmap
[    0.000000]   Normal zone: 7536640 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 1, version 32, address 0xfec80000, GSI 32-55
[    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: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf379000-0xcf38efff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf38f000-0xcf3cdfff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf3ce000-0xcfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd0000000-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-0xffffffff]
[    0.000000] e820: [mem 0xd0000000-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] random: get_random_bytes called from start_kernel+0x99/0x500 with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:2
[    0.000000] percpu: Embedded 45 pages/cpu s147456 r8192 d28672 u262144
[    0.000000] pcpu-alloc: s147456 r8192 d28672 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 02 04 06 08 10 12 14 [1] 01 03 05 07 09 11 13 15 
[    0.000000] Built 2 zonelists, mobility grouping on.  Total pages: 16511795
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-118-generic root=UUID=3a220a69-923d-42d8-b67d-2035ab1c7c8c 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: 65892464K/67095640K available (12300K kernel code, 2482K rwdata, 4272K rodata, 2436K init, 2724K bss, 1203176K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=2
[    0.000000] Kernel/User page tables isolation: enabled
[    0.000000] ftrace: allocating 39396 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[    0.000000] 	Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.000000] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] APIC: Switch to symmetric I/O mode setup
[    0.000000] DMAR-IR: This system BIOS has enabled interrupt remapping
               on a chipset that contains an erratum making that
               feature unstable.  To maintain system stability
               interrupt remapping is being disabled.  Please
               contact your BIOS vendor for an update
[    0.000000] Switched APIC routing to physical flat.
[    0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.020000] tsc: Fast TSC calibration using PIT
[    0.024000] tsc: Detected 2133.561 MHz processor
[    0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4267.12 BogoMIPS (lpj=8534244)
[    0.024000] pid_max: default: 32768 minimum: 301
[    0.024000] Security Framework initialized
[    0.024000] Yama: becoming mindful.
[    0.024000] AppArmor: AppArmor initialized
[    0.042708] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
[    0.051092] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.051386] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.051651] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.052032] CPU0: Thermal monitoring enabled (TM1)
[    0.052045] process: using mwait in idle threads
[    0.052050] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    0.052053] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.052057] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.052061] Spectre V2 : Mitigation: Full generic retpoline
[    0.052064] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.052067] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.052080] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.052084] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.052087] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.052123] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[    0.059841] Freeing SMP alternatives memory: 36K
[    0.062274] smpboot: CPU 0 Converting physical 1 to logical package 0
[    0.170306] smpboot: CPU0: Intel(R) Xeon(R) CPU           L5630  @ 2.13GHz (family: 0x6, model: 0x2c, stepping: 0x2)
[    0.170474] Performance Events: PEBS fmt1+, Westmere events, 16-deep LBR, Intel PMU driver.
[    0.170498] core: CPUID marked event: 'bus cycles' unavailable
[    0.170502] ... version:                3
[    0.170504] ... bit width:              48
[    0.170507] ... generic registers:      4
[    0.170509] ... value mask:             0000ffffffffffff
[    0.170512] ... max period:             000000007fffffff
[    0.170514] ... fixed-purpose events:   3
[    0.170516] ... event mask:             000000070000000f
[    0.170578] Hierarchical SRCU implementation.
[    0.172000] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.172000] smp: Bringing up secondary CPUs ...
[    0.172000] x86: Booting SMP configuration:
[    0.172000] .... node  #1, CPUs:        #1
[    0.004000] smpboot: CPU 1 Converting physical 0 to logical package 1
[    0.256146] .... node  #0, CPUs:    #2
[    0.260220] .... node  #1, CPUs:    #3
[    0.264183] .... node  #0, CPUs:    #4
[    0.268225] .... node  #1, CPUs:    #5
[    0.272201] .... node  #0, CPUs:    #6
[    0.275674] .... node  #1, CPUs:    #7
[    0.280013] .... node  #0, CPUs:    #8
[    0.284259] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.284467] .... node  #1, CPUs:    #9
[    0.288187] .... node  #0, CPUs:   #10
[    0.292209] .... node  #1, CPUs:   #11
[    0.296186] .... node  #0, CPUs:   #12
[    0.300217] .... node  #1, CPUs:   #13
[    0.304183] .... node  #0, CPUs:   #14
[    0.307654] .... node  #1, CPUs:   #15
[    0.311622] smp: Brought up 2 nodes, 16 CPUs
[    0.311622] smpboot: Max logical packages: 2
[    0.311622] smpboot: Total of 16 processors activated (68274.02 BogoMIPS)
[    0.318685] devtmpfs: initialized
[    0.318685] x86/mm: Memory block size: 2048MB
[    0.318685] evm: security.selinux
[    0.318685] evm: security.SMACK64
[    0.318685] evm: security.SMACK64EXEC
[    0.318685] evm: security.SMACK64TRANSMUTE
[    0.318685] evm: security.SMACK64MMAP
[    0.318685] evm: security.apparmor
[    0.318685] evm: security.ima
[    0.318685] evm: security.capability
[    0.318685] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.318685] futex hash table entries: 4096 (order: 6, 262144 bytes)
[    0.318685] pinctrl core: initialized pinctrl subsystem
[    0.320003] RTC time: 18:55:59, date: 10/06/20
[    0.321005] NET: Registered protocol family 16
[    0.321116] audit: initializing netlink subsys (disabled)
[    0.321133] audit: type=2000 audit(1602010559.320:1): state=initialized audit_enabled=0 res=1
[    0.321133] cpuidle: using governor ladder
[    0.321133] cpuidle: using governor menu
[    0.321133] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.321133] ACPI: bus type PCI registered
[    0.321133] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.321133] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.321133] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.321133] PCI: Using configuration type 1 for base access
[    0.321209] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.321216] mtrr: probably your BIOS does not setup all CPUs.
[    0.321219] mtrr: corrected configuration.
[    0.324082] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.324082] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.324206] ACPI: Added _OSI(Module Device)
[    0.324210] ACPI: Added _OSI(Processor Device)
[    0.324213] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.324216] ACPI: Added _OSI(Processor Aggregator Device)
[    0.324219] ACPI: Added _OSI(Linux-Dell-Video)
[    0.324221] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.324224] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.324945] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.332456] ACPI: Interpreter enabled
[    0.332477] ACPI: (supports S0 S4 S5)
[    0.332480] ACPI: Using IOAPIC for interrupt routing
[    0.332624] HEST: Table parsing has been initialized.
[    0.332631] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.332852] ACPI: Enabled 2 GPEs in block 00 to 3F
[    0.343088] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.343098] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.343303] acpi PNP0A08:00: PCIe AER handled by firmware
[    0.343711] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME PCIeCapability]
[    0.343716] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.344134] PCI host bridge to bus 0000:00
[    0.344140] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.344144] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.344147] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.344152] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfdffffff window]
[    0.344156] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
[    0.344160] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.344175] pci 0000:00:00.0: [8086:3403] type 00 class 0x060000
[    0.344210] pci 0000:00:00.0: enabling Extended Tags
[    0.344251] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    0.344337] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
[    0.344367] pci 0000:00:01.0: enabling Extended Tags
[    0.344408] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.344499] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
[    0.344530] pci 0000:00:03.0: enabling Extended Tags
[    0.344570] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    0.344660] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
[    0.344691] pci 0000:00:07.0: enabling Extended Tags
[    0.344731] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[    0.344820] pci 0000:00:09.0: [8086:3410] type 01 class 0x060400
[    0.344849] pci 0000:00:09.0: enabling Extended Tags
[    0.344888] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    0.344970] pci 0000:00:0a.0: [8086:3411] type 01 class 0x060400
[    0.344999] pci 0000:00:0a.0: enabling Extended Tags
[    0.345038] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    0.345131] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
[    0.345251] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
[    0.345370] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
[    0.345491] pci 0000:00:1a.0: [8086:3a37] type 00 class 0x0c0300
[    0.345535] pci 0000:00:1a.0: reg 0x20: [io  0xec40-0xec5f]
[    0.345630] pci 0000:00:1a.1: [8086:3a38] type 00 class 0x0c0300
[    0.345673] pci 0000:00:1a.1: reg 0x20: [io  0xec60-0xec7f]
[    0.345778] pci 0000:00:1a.7: [8086:3a3c] type 00 class 0x0c0320
[    0.345799] pci 0000:00:1a.7: reg 0x10: [mem 0xdf0fe000-0xdf0fe3ff]
[    0.345882] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.345951] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[    0.345995] pci 0000:00:1d.0: reg 0x20: [io  0xec80-0xec9f]
[    0.346090] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[    0.346134] pci 0000:00:1d.1: reg 0x20: [io  0xeca0-0xecbf]
[    0.346229] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[    0.346274] pci 0000:00:1d.2: reg 0x20: [io  0xecc0-0xecdf]
[    0.346369] pci 0000:00:1d.3: [8086:3a39] type 00 class 0x0c0300
[    0.346413] pci 0000:00:1d.3: reg 0x20: [io  0xece0-0xecff]
[    0.346515] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[    0.346537] pci 0000:00:1d.7: reg 0x10: [mem 0xdf0ff000-0xdf0ff3ff]
[    0.346619] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.346685] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.346801] pci 0000:00:1f.0: [8086:3a16] type 00 class 0x060100
[    0.346883] pci 0000:00:1f.0: quirk: [io  0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[    0.346891] pci 0000:00:1f.0: quirk: [io  0x0880-0x08bf] claimed by ICH6 GPIO
[    0.346897] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f)
[    0.346902] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0ca0 (mask 000f)
[    0.346907] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 3 PIO at 00e0 (mask 000f)
[    0.347051] pci 0000:01:00.0: [14e4:163b] type 00 class 0x020000
[    0.347075] pci 0000:01:00.0: reg 0x10: [mem 0xda000000-0xdbffffff 64bit]
[    0.347174] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[    0.347249] pci 0000:01:00.1: [14e4:163b] type 00 class 0x020000
[    0.347273] pci 0000:01:00.1: reg 0x10: [mem 0xdc000000-0xddffffff 64bit]
[    0.347371] pci 0000:01:00.1: PME# supported from D0 D3hot D3cold
[    0.356023] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.356033] pci 0000:00:01.0:   bridge window [mem 0xda000000-0xddffffff]
[    0.356097] pci 0000:02:00.0: [1000:0079] type 00 class 0x010400
[    0.356112] pci 0000:02:00.0: reg 0x10: [io  0xfc00-0xfcff]
[    0.356122] pci 0000:02:00.0: reg 0x14: [mem 0xdf1bc000-0xdf1bffff 64bit]
[    0.356131] pci 0000:02:00.0: reg 0x1c: [mem 0xdf1c0000-0xdf1fffff 64bit]
[    0.356143] pci 0000:02:00.0: reg 0x30: [mem 0xdf100000-0xdf13ffff pref]
[    0.356149] pci 0000:02:00.0: enabling Extended Tags
[    0.356195] pci 0000:02:00.0: supports D1 D2
[    0.368017] pci 0000:00:03.0: PCI bridge to [bus 02]
[    0.368025] pci 0000:00:03.0:   bridge window [io  0xf000-0xffff]
[    0.368029] pci 0000:00:03.0:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.368085] pci 0000:00:07.0: PCI bridge to [bus 03]
[    0.368133] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.368176] pci 0000:00:0a.0: PCI bridge to [bus 05]
[    0.368227] pci 0000:06:03.0: [102b:0532] type 00 class 0x030000
[    0.368247] pci 0000:06:03.0: reg 0x10: [mem 0xd9800000-0xd9ffffff pref]
[    0.368256] pci 0000:06:03.0: reg 0x14: [mem 0xde7fc000-0xde7fffff]
[    0.368264] pci 0000:06:03.0: reg 0x18: [mem 0xde800000-0xdeffffff]
[    0.368296] pci 0000:06:03.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.368391] pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
[    0.368400] pci 0000:00:1e.0:   bridge window [mem 0xde000000-0xdeffffff]
[    0.368404] pci 0000:00:1e.0:   bridge window [mem 0xd9800000-0xd9ffffff 64bit pref]
[    0.368406] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7 window] (subtractive decode)
[    0.368408] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff window] (subtractive decode)
[    0.368409] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    0.368411] pci 0000:00:1e.0:   bridge window [mem 0xd0000000-0xfdffffff window] (subtractive decode)
[    0.368412] pci 0000:00:1e.0:   bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
[    0.370416] ACPI: PCI Interrupt Link [LK00] (IRQs 3 4 5 6 7 10 11 14 *15)
[    0.370550] ACPI: PCI Interrupt Link [LK01] (IRQs 3 4 5 6 7 10 11 *14 15)
[    0.370681] ACPI: PCI Interrupt Link [LK02] (IRQs 3 4 5 6 7 10 *11 14 15)
[    0.370812] ACPI: PCI Interrupt Link [LK03] (IRQs 3 4 5 6 7 *10 11 14 15)
[    0.370942] ACPI: PCI Interrupt Link [LK04] (IRQs 3 4 *5 6 7 10 11 14 15)
[    0.371072] ACPI: PCI Interrupt Link [LK05] (IRQs 3 4 5 *6 7 10 11 14 15)
[    0.371203] ACPI: PCI Interrupt Link [LK06] (IRQs 3 4 5 6 7 10 *11 14 15)
[    0.371333] ACPI: PCI Interrupt Link [LK07] (IRQs 3 4 5 6 7 10 11 *14 15)
[    0.371776] SCSI subsystem initialized
[    0.371810] libata version 3.00 loaded.
[    0.371810] pci 0000:06:03.0: vgaarb: setting as boot VGA device
[    0.371810] pci 0000:06:03.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.371810] pci 0000:06:03.0: vgaarb: bridge control possible
[    0.371810] vgaarb: loaded
[    0.371810] ACPI: bus type USB registered
[    0.371810] usbcore: registered new interface driver usbfs
[    0.371810] usbcore: registered new interface driver hub
[    0.372053] usbcore: registered new device driver usb
[    0.372117] EDAC MC: Ver: 3.0.0
[    0.372137] PCI: Using ACPI for IRQ routing
[    0.378352] PCI: Discovered peer bus fe
[    0.378355] PCI: root bus fe: using default resources
[    0.378356] PCI: Probing PCI hardware (bus fe)
[    0.378391] PCI host bridge to bus 0000:fe
[    0.378396] pci_bus 0000:fe: root bus resource [io  0x0000-0xffff]
[    0.378400] pci_bus 0000:fe: root bus resource [mem 0x00000000-0xffffffffff]
[    0.378404] pci_bus 0000:fe: No busn resource found for root bus, will use [bus fe-ff]
[    0.378409] pci_bus 0000:fe: busn_res: can not insert [bus fe-ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[    0.378415] pci 0000:fe:00.0: [8086:2c70] type 00 class 0x060000
[    0.378467] pci 0000:fe:00.1: [8086:2d81] type 00 class 0x060000
[    0.378517] pci 0000:fe:02.0: [8086:2d90] type 00 class 0x060000
[    0.378563] pci 0000:fe:02.1: [8086:2d91] type 00 class 0x060000
[    0.378608] pci 0000:fe:02.2: [8086:2d92] type 00 class 0x060000
[    0.378653] pci 0000:fe:02.3: [8086:2d93] type 00 class 0x060000
[    0.378702] pci 0000:fe:02.4: [8086:2d94] type 00 class 0x060000
[    0.378748] pci 0000:fe:02.5: [8086:2d95] type 00 class 0x060000
[    0.378796] pci 0000:fe:03.0: [8086:2d98] type 00 class 0x060000
[    0.378841] pci 0000:fe:03.1: [8086:2d99] type 00 class 0x060000
[    0.378886] pci 0000:fe:03.2: [8086:2d9a] type 00 class 0x060000
[    0.378933] pci 0000:fe:03.4: [8086:2d9c] type 00 class 0x060000
[    0.378983] pci 0000:fe:04.0: [8086:2da0] type 00 class 0x060000
[    0.379028] pci 0000:fe:04.1: [8086:2da1] type 00 class 0x060000
[    0.379074] pci 0000:fe:04.2: [8086:2da2] type 00 class 0x060000
[    0.379119] pci 0000:fe:04.3: [8086:2da3] type 00 class 0x060000
[    0.379167] pci 0000:fe:05.0: [8086:2da8] type 00 class 0x060000
[    0.379212] pci 0000:fe:05.1: [8086:2da9] type 00 class 0x060000
[    0.379262] pci 0000:fe:05.2: [8086:2daa] type 00 class 0x060000
[    0.379308] pci 0000:fe:05.3: [8086:2dab] type 00 class 0x060000
[    0.379356] pci 0000:fe:06.0: [8086:2db0] type 00 class 0x060000
[    0.379401] pci 0000:fe:06.1: [8086:2db1] type 00 class 0x060000
[    0.379446] pci 0000:fe:06.2: [8086:2db2] type 00 class 0x060000
[    0.379490] pci 0000:fe:06.3: [8086:2db3] type 00 class 0x060000
[    0.379553] pci_bus 0000:fe: busn_res: [bus fe-ff] end is updated to fe
[    0.379555] pci_bus 0000:fe: busn_res: can not insert [bus fe] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[    0.379564] PCI: Discovered peer bus ff
[    0.379567] PCI: root bus ff: using default resources
[    0.379568] PCI: Probing PCI hardware (bus ff)
[    0.379593] PCI host bridge to bus 0000:ff
[    0.379597] pci_bus 0000:ff: root bus resource [io  0x0000-0xffff]
[    0.379600] pci_bus 0000:ff: root bus resource [mem 0x00000000-0xffffffffff]
[    0.379604] pci_bus 0000:ff: No busn resource found for root bus, will use [bus ff-ff]
[    0.379609] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[    0.379614] pci 0000:ff:00.0: [8086:2c70] type 00 class 0x060000
[    0.379663] pci 0000:ff:00.1: [8086:2d81] type 00 class 0x060000
[    0.379713] pci 0000:ff:02.0: [8086:2d90] type 00 class 0x060000
[    0.379760] pci 0000:ff:02.1: [8086:2d91] type 00 class 0x060000
[    0.379807] pci 0000:ff:02.2: [8086:2d92] type 00 class 0x060000
[    0.379860] pci 0000:ff:02.3: [8086:2d93] type 00 class 0x060000
[    0.379911] pci 0000:ff:02.4: [8086:2d94] type 00 class 0x060000
[    0.379958] pci 0000:ff:02.5: [8086:2d95] type 00 class 0x060000
[    0.380013] pci 0000:ff:03.0: [8086:2d98] type 00 class 0x060000
[    0.380065] pci 0000:ff:03.1: [8086:2d99] type 00 class 0x060000
[    0.380113] pci 0000:ff:03.2: [8086:2d9a] type 00 class 0x060000
[    0.380160] pci 0000:ff:03.4: [8086:2d9c] type 00 class 0x060000
[    0.380212] pci 0000:ff:04.0: [8086:2da0] type 00 class 0x060000
[    0.380259] pci 0000:ff:04.1: [8086:2da1] type 00 class 0x060000
[    0.380310] pci 0000:ff:04.2: [8086:2da2] type 00 class 0x060000
[    0.380357] pci 0000:ff:04.3: [8086:2da3] type 00 class 0x060000
[    0.380410] pci 0000:ff:05.0: [8086:2da8] type 00 class 0x060000
[    0.380458] pci 0000:ff:05.1: [8086:2da9] type 00 class 0x060000
[    0.380513] pci 0000:ff:05.2: [8086:2daa] type 00 class 0x060000
[    0.380562] pci 0000:ff:05.3: [8086:2dab] type 00 class 0x060000
[    0.380614] pci 0000:ff:06.0: [8086:2db0] type 00 class 0x060000
[    0.380663] pci 0000:ff:06.1: [8086:2db1] type 00 class 0x060000
[    0.380712] pci 0000:ff:06.2: [8086:2db2] type 00 class 0x060000
[    0.380760] pci 0000:ff:06.3: [8086:2db3] type 00 class 0x060000
[    0.380829] pci_bus 0000:ff: busn_res: [bus ff] end is updated to ff
[    0.380831] pci_bus 0000:ff: busn_res: can not insert [bus ff] under domain [bus 00-ff] (conflicts with (null) [bus 00-ff])
[    0.380840] PCI: pci_cache_line_size set to 64 bytes
[    0.380931] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.380932] e820: reserve RAM buffer [mem 0xcf379000-0xcfffffff]
[    0.381069] NetLabel: Initializing
[    0.381073] NetLabel:  domain hash size = 128
[    0.381075] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.381096] NetLabel:  unlabeled traffic allowed by default
[    0.381123] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.381123] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.384051] clocksource: Switched to clocksource hpet
[    0.400773] VFS: Disk quotas dquot_6.6.0
[    0.400812] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.400963] AppArmor: AppArmor Filesystem Enabled
[    0.401007] pnp: PnP ACPI init
[    0.401244] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.401309] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.401702] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.402080] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.403252] system 00:04: [io  0x0800-0x087f] has been reserved
[    0.403258] system 00:04: [io  0x0880-0x08ff] could not be reserved
[    0.403262] system 00:04: [io  0x0900-0x091f] has been reserved
[    0.403265] system 00:04: [io  0x0920-0x0923] has been reserved
[    0.403269] system 00:04: [io  0x0924] has been reserved
[    0.403272] system 00:04: [io  0x0c00-0x0c7f] has been reserved
[    0.403276] system 00:04: [io  0x0ca0-0x0ca7] has been reserved
[    0.403280] system 00:04: [io  0x0ca9-0x0cab] has been reserved
[    0.403283] system 00:04: [io  0x0cad-0x0caf] has been reserved
[    0.403291] system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.403372] pnp 00:05: [irq 0 disabled]
[    0.403419] system 00:05: [io  0x0ca8] has been reserved
[    0.403424] system 00:05: [io  0x0cac] has been reserved
[    0.403431] system 00:05: Plug and Play ACPI device, IDs IPI0001 PNP0c01 (active)
[    0.404402] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.404412] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.404528] system 00:07: [mem 0xfed90000-0xfed91fff] has been reserved
[    0.404537] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.404851] pnp: PnP ACPI: found 8 devices
[    0.411567] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.411618] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.411625] pci 0000:00:01.0:   bridge window [mem 0xda000000-0xddffffff]
[    0.411633] pci 0000:00:03.0: PCI bridge to [bus 02]
[    0.411637] pci 0000:00:03.0:   bridge window [io  0xf000-0xffff]
[    0.411643] pci 0000:00:03.0:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.411651] pci 0000:00:07.0: PCI bridge to [bus 03]
[    0.411661] pci 0000:00:09.0: PCI bridge to [bus 04]
[    0.411670] pci 0000:00:0a.0: PCI bridge to [bus 05]
[    0.411684] pci 0000:06:03.0: BAR 6: assigned [mem 0xde000000-0xde00ffff pref]
[    0.411689] pci 0000:00:1e.0: PCI bridge to [bus 06]
[    0.411694] pci 0000:00:1e.0:   bridge window [mem 0xde000000-0xdeffffff]
[    0.411700] pci 0000:00:1e.0:   bridge window [mem 0xd9800000-0xd9ffffff 64bit pref]
[    0.411708] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.411710] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.411711] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.411713] pci_bus 0000:00: resource 7 [mem 0xd0000000-0xfdffffff window]
[    0.411714] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
[    0.411716] pci_bus 0000:01: resource 1 [mem 0xda000000-0xddffffff]
[    0.411718] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.411719] pci_bus 0000:02: resource 1 [mem 0xdf100000-0xdf1fffff]
[    0.411721] pci_bus 0000:06: resource 1 [mem 0xde000000-0xdeffffff]
[    0.411722] pci_bus 0000:06: resource 2 [mem 0xd9800000-0xd9ffffff 64bit pref]
[    0.411724] pci_bus 0000:06: resource 4 [io  0x0000-0x0cf7 window]
[    0.411725] pci_bus 0000:06: resource 5 [io  0x0d00-0xffff window]
[    0.411727] pci_bus 0000:06: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.411728] pci_bus 0000:06: resource 7 [mem 0xd0000000-0xfdffffff window]
[    0.411729] pci_bus 0000:06: resource 8 [mem 0xfed40000-0xfed44fff window]
[    0.411760] pci_bus 0000:fe: resource 4 [io  0x0000-0xffff]
[    0.411762] pci_bus 0000:fe: resource 5 [mem 0x00000000-0xffffffffff]
[    0.411766] pci_bus 0000:ff: resource 4 [io  0x0000-0xffff]
[    0.411767] pci_bus 0000:ff: resource 5 [mem 0x00000000-0xffffffffff]
[    0.411823] NET: Registered protocol family 2
[    0.412222] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.413264] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.413480] TCP: Hash tables configured (established 524288 bind 65536)
[    0.413615] UDP hash table entries: 32768 (order: 8, 1048576 bytes)
[    0.413892] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes)
[    0.414206] NET: Registered protocol family 1
[    0.440054] pci 0000:02:00.0: [Firmware Bug]: disabling VPD access (can't determine size of non-standard VPD format)
[    0.440068] pci 0000:06:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.440154] PCI: CLS 64 bytes, default 64
[    0.440200] Unpacking initramfs...
[    1.586449] Freeing initrd memory: 56960K
[    1.586530] DMAR: Host address width 40
[    1.586535] DMAR: DRHD base: 0x000000fed90000 flags: 0x1
[    1.586554] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap c90780106f0462 ecap f020fe
[    1.586559] DMAR: RMRR base: 0x000000cf4c8000 end: 0x000000cf4dffff
[    1.586562] DMAR: RMRR base: 0x000000cf4b1000 end: 0x000000cf4bffff
[    1.586565] DMAR: RMRR base: 0x000000cf4a1000 end: 0x000000cf4a1fff
[    1.586568] DMAR: RMRR base: 0x000000cf4a3000 end: 0x000000cf4a3fff
[    1.586571] DMAR: RMRR base: 0x000000cf4a5000 end: 0x000000cf4a5fff
[    1.586574] DMAR: RMRR base: 0x000000cf4a7000 end: 0x000000cf4a7fff
[    1.586577] DMAR: RMRR base: 0x000000cf4a9000 end: 0x000000cf4a9fff
[    1.586580] DMAR: RMRR base: 0x000000cf4c0000 end: 0x000000cf4c0fff
[    1.586583] DMAR: RMRR base: 0x000000cf4c2000 end: 0x000000cf4c2fff
[    1.586586] DMAR: ATSR flags: 0x0
[    1.586656] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.586660] software IO TLB: mapped [mem 0xcb379000-0xcf379000] (64MB)
[    1.587467] Scanning for low memory corruption every 60 seconds
[    1.588518] Initialise system trusted keyrings
[    1.588531] Key type blacklist registered
[    1.588615] workingset: timestamp_bits=36 max_order=24 bucket_order=0
[    1.590211] zbud: loaded
[    1.591084] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.591280] fuse init (API version 7.26)
[    1.593237] Key type asymmetric registered
[    1.593242] Asymmetric key parser 'x509' registered
[    1.593297] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    1.593365] io scheduler noop registered
[    1.593368] io scheduler deadline registered
[    1.593408] io scheduler cfq registered (default)
[    1.596188] pcieport 0000:00:01.0: Signaling PME with IRQ 25
[    1.596216] pcieport 0000:00:03.0: Signaling PME with IRQ 26
[    1.596247] pcieport 0000:00:07.0: Signaling PME with IRQ 27
[    1.596289] pcieport 0000:00:09.0: Signaling PME with IRQ 28
[    1.596319] pcieport 0000:00:0a.0: Signaling PME with IRQ 29
[    1.596437] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    1.596441] vesafb: scrolling: redraw
[    1.596444] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.596460] vesafb: framebuffer at 0xd9800000, mapped to 0x        (ptrval), using 5120k, total 5120k
[    1.887211] Console: switching to colour frame buffer device 160x64
[    2.121537] fb0: VESA VGA frame buffer device
[    2.122663] intel_idle: MWAIT substates: 0x1120
[    2.122665] intel_idle: v0.4.1 model 0x2C
[    2.123570] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.123704] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    2.125610] ACPI: Power Button [PWRF]
[    2.127458] ERST: Error Record Serialization Table (ERST) support is initialized.
[    2.129659] pstore: using zlib compression
[    2.130755] pstore: Registered erst as persistent store backend
[    2.132717] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[    2.134624] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.156668] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.192234] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    2.196678] Linux agpgart interface v0.103
[    2.203096] loop: module loaded
[    2.204129] libphy: Fixed MDIO Bus: probed
[    2.205117] tun: Universal TUN/TAP device driver, 1.6
[    2.206365] PPP generic driver version 2.4.2
[    2.207434] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.209269] ehci-pci: EHCI PCI platform driver
[    2.211084] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    2.212420] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    2.214281] ehci-pci 0000:00:1a.7: debug port 1
[    2.219363] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    2.219385] ehci-pci 0000:00:1a.7: irq 19, io mem 0xdf0fe000
[    2.236024] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    2.237524] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.239488] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.241505] usb usb1: Product: EHCI Host Controller
[    2.242802] usb usb1: Manufacturer: Linux 4.15.0-118-generic ehci_hcd
[    2.244430] usb usb1: SerialNumber: 0000:00:1a.7
[    2.245723] hub 1-0:1.0: USB hub found
[    2.246662] hub 1-0:1.0: 4 ports detected
[    2.248339] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    2.249943] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    2.251853] ehci-pci 0000:00:1d.7: debug port 1
[    2.256898] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    2.256916] ehci-pci 0000:00:1d.7: irq 21, io mem 0xdf0ff000
[    2.272025] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    2.273484] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.275103] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.276860] usb usb2: Product: EHCI Host Controller
[    2.278013] usb usb2: Manufacturer: Linux 4.15.0-118-generic ehci_hcd
[    2.279986] usb usb2: SerialNumber: 0000:00:1d.7
[    2.347844] hub 2-0:1.0: USB hub found
[    2.415332] hub 2-0:1.0: 4 ports detected
[    2.485721] ehci-platform: EHCI generic platform driver
[    2.553534] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.588399] tsc: Refined TSC clocksource calibration: 2133.405 MHz
[    2.621190] ohci-pci: OHCI PCI platform driver
[    2.621223] ohci-platform: OHCI generic platform driver
[    2.621239] uhci_hcd: USB Universal Host Controller Interface driver
[    2.621796] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    2.689036] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1ec074e45e5, max_idle_ns: 440795220282 ns
[    2.755876] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    2.755884] uhci_hcd 0000:00:1a.0: detected 2 ports
[    2.755927] uhci_hcd 0000:00:1a.0: irq 17, io base 0x0000ec40
[    2.823772] usb 1-3: new high-speed USB device number 2 using ehci-pci
[    2.891914] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    3.148786] usb 1-3: New USB device found, idVendor=0424, idProduct=2514
[    3.204493] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.204494] usb usb3: Product: UHCI Host Controller
[    3.204496] usb usb3: Manufacturer: Linux 4.15.0-118-generic uhci_hcd
[    3.204497] usb usb3: SerialNumber: 0000:00:1a.0
[    3.204643] hub 3-0:1.0: USB hub found
[    3.274508] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.345821] hub 1-3:1.0: USB hub found
[    3.417303] hub 3-0:1.0: 2 ports detected
[    3.417845] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    3.493034] hub 1-3:1.0: 4 ports detected
[    3.568076] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    3.568088] uhci_hcd 0000:00:1a.1: detected 2 ports
[    4.385582] clocksource: Switched to clocksource tsc
[    4.385622] uhci_hcd 0000:00:1a.1: irq 18, io base 0x0000ec60
[    4.532604] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    4.604944] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    4.676852] usb usb4: Product: UHCI Host Controller
[    4.748255] usb usb4: Manufacturer: Linux 4.15.0-118-generic uhci_hcd
[    4.820789] usb usb4: SerialNumber: 0000:00:1a.1
[    4.892982] hub 4-0:1.0: USB hub found
[    4.965493] hub 4-0:1.0: 2 ports detected
[    5.037133] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    5.109218] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[    5.181927] uhci_hcd 0000:00:1d.0: detected 2 ports
[    5.253496] uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000ec80
[    5.324808] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    5.430159] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.505219] usb usb5: Product: UHCI Host Controller
[    5.577442] usb usb5: Manufacturer: Linux 4.15.0-118-generic uhci_hcd
[    5.651054] usb usb5: SerialNumber: 0000:00:1d.0
[    5.723835] hub 5-0:1.0: USB hub found
[    5.795859] hub 5-0:1.0: 2 ports detected
[    5.868402] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    5.940209] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[    6.013332] uhci_hcd 0000:00:1d.1: detected 2 ports
[    6.085242] uhci_hcd 0000:00:1d.1: irq 20, io base 0x0000eca0
[    6.156351] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    6.229643] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.244072] usb 5-1: new low-speed USB device number 2 using uhci_hcd
[    6.303733] usb usb6: Product: UHCI Host Controller
[    6.303734] usb usb6: Manufacturer: Linux 4.15.0-118-generic uhci_hcd
[    6.303735] usb usb6: SerialNumber: 0000:00:1d.1
[    6.303942] hub 6-0:1.0: USB hub found
[    6.573859] usb 5-1: New USB device found, idVendor=1c4f, idProduct=0002
[    6.601026] hub 6-0:1.0: 2 ports detected
[    6.601505] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    6.673855] usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.747709] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[    6.821250] usb 5-1: Product: USB Keyboard
[    6.821251] usb 5-1: Manufacturer: SIGMACHIP
[    6.948069] usb 5-2: new full-speed USB device number 3 using uhci_hcd
[    6.978636] uhci_hcd 0000:00:1d.2: detected 2 ports
[    7.243861] usb 5-2: New USB device found, idVendor=0624, idProduct=0248
[    7.294319] uhci_hcd 0000:00:1d.2: irq 21, io base 0x0000ecc0
[    7.294367] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    7.369750] usb 5-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.445153] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    7.445154] usb usb7: Product: UHCI Host Controller
[    7.445156] usb usb7: Manufacturer: Linux 4.15.0-118-generic uhci_hcd
[    7.445157] usb usb7: SerialNumber: 0000:00:1d.2
[    7.445414] hub 7-0:1.0: USB hub found
[    7.526818] usb 5-2: Product: USB Composite Device-0
[    7.526820] usb 5-2: Manufacturer: Avocent
[    7.526821] usb 5-2: SerialNumber: 20120430
[    8.330840] hub 7-0:1.0: 2 ports detected
[    8.402955] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[    8.476573] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
[    8.550658] uhci_hcd 0000:00:1d.3: detected 2 ports
[    8.622475] uhci_hcd 0000:00:1d.3: irq 20, io base 0x0000ece0
[    8.694604] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    8.767082] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    8.840236] usb usb8: Product: UHCI Host Controller
[    8.913123] usb usb8: Manufacturer: Linux 4.15.0-118-generic uhci_hcd
[    8.987710] usb usb8: SerialNumber: 0000:00:1d.3
[    9.061849] hub 8-0:1.0: USB hub found
[    9.133825] hub 8-0:1.0: 2 ports detected
[    9.204791] i8042: PNP: No PS/2 controller found.
[    9.276549] i8042: Probing ports directly.
[    9.350202] serio: i8042 KBD port at 0x60,0x64 irq 1
[    9.421005] serio: i8042 AUX port at 0x60,0x64 irq 12
[    9.491934] mousedev: PS/2 mouse device common for all mice
[    9.568670] rtc_cmos 00:01: RTC can wake from S4
[    9.642446] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    9.718847] rtc_cmos 00:01: alarms up to one day, y3k, 242 bytes nvram, hpet irqs
[    9.795291] i2c /dev entries driver
[    9.871530] device-mapper: uevent: version 1.0.3
[    9.942699] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[   10.018238] ledtrig-cpu: registered to indicate activity on CPUs
[   10.092596] NET: Registered protocol family 10
[   10.171619] Segment Routing with IPv6
[   10.243142] NET: Registered protocol family 17
[   10.315160] Key type dns_resolver registered
[   10.389542] mce: Using 9 MCE banks
[   10.460542] RAS: Correctable Errors collector initialized.
[   10.535590] microcode: sig=0x206c2, pf=0x1, revision=0x1f
[   10.609057] microcode: Microcode Update Driver: v2.2.
[   10.609073] sched_clock: Marking stable (10609040075, 0)->(10621421128, -12381053)
[   10.763782] registered taskstats version 1
[   10.866457] Loading compiled-in X.509 certificates
[   10.944538] Loaded X.509 cert 'Build time autogenerated kernel key: 12f2d460e247d21dc5d156478bb7d4abc0f5a070'
[   11.020311] zswap: loaded using pool lzo/zbud
[   11.109202] Key type big_key registered
[   11.183584] Key type trusted registered
[   11.259969] Key type encrypted registered
[   11.332123] AppArmor: AppArmor sha1 policy hashing enabled
[   11.404930] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[   11.478801] ima: Allocated hash algorithm: sha1
[   11.553107] evm: HMAC attrs: 0x1
[   11.626097]   Magic number: 8:276:948
[   11.698609] tty tty5: hash matches
[   11.770244] processor cpu3: hash matches
[   11.840295] memory memory1: hash matches
[   11.911336] rtc_cmos 00:01: setting system clock to 2020-10-06 18:56:11 UTC (1602010571)
[   11.985949] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   12.058967] EDD information not available.
[   12.666620] Freeing unused kernel image memory: 2436K
[   12.748015] Write protecting the kernel read-only data: 20480k
[   12.825225] Freeing unused kernel image memory: 2008K
[   12.898023] Freeing unused kernel image memory: 1872K
[   13.007932] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   13.078141] x86/mm: Checking user space page tables
[   13.158219] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[   13.455332] bnx2: QLogic bnx2 Gigabit Ethernet Driver v2.2.6 (January 29, 2014)
[   13.529973] bnx2 0000:01:00.0 eth0: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem da000000, IRQ 30, node addr 84:2b:2b:63:dc:8b
[   13.605576] bnx2 0000:01:00.1 eth1: Broadcom NetXtreme II BCM5716 1000Base-T (C0) PCI Express found at mem dc000000, IRQ 31, node addr 84:2b:2b:63:dc:8c
[   13.680206] megasas: 07.703.05.00-rc1
[   13.755153] megaraid_sas 0000:02:00.0: FW now in Ready state
[   13.829258] megaraid_sas 0000:02:00.0: 32 bit DMA mask and 32 bit consistent mask
[   13.830771] bnx2 0000:01:00.1 eno2: renamed from eth1
[   13.904031] megaraid_sas 0000:02:00.0: firmware supports msix	: (0)
[   14.054476] megaraid_sas 0000:02:00.0: current msix/online cpus	: (1/16)
[   14.129451] megaraid_sas 0000:02:00.0: RDPQ mode	: (disabled)
[   14.249662] bnx2 0000:01:00.0 eno1: renamed from eth0
[   14.316041] megaraid_sas 0000:02:00.0: controller type	: MR(512MB)
[   14.397605] megaraid_sas 0000:02:00.0: Online Controller Reset(OCR)	: Enabled
[   14.472698] megaraid_sas 0000:02:00.0: Secure JBOD support	: No
[   14.549523] megaraid_sas 0000:02:00.0: megasas_init_mfi: fw_support_ieee=67108864
[   14.624643] megaraid_sas 0000:02:00.0: INIT adapter done
[   14.699633] megaraid_sas 0000:02:00.0: Jbod map is not supported megasas_setup_jbod_map 5113
[   14.785491] hidraw: raw HID events driver (C) Jiri Kosina
[   14.828103] megaraid_sas 0000:02:00.0: pci id		: (0x1000)/(0x0079)/(0x1028)/(0x1f17)
[   14.940977] megaraid_sas 0000:02:00.0: unevenspan support	: no
[   15.019208] megaraid_sas 0000:02:00.0: firmware crash dump	: no
[   15.097598] megaraid_sas 0000:02:00.0: jbod sync map		: no
[   15.174620] scsi host0: Avago SAS based MegaRAID driver
[   15.322245] SSE version of gcm_enc/dec engaged.
[   15.323468] scsi 0:2:0:0: Direct-Access     DELL     PERC H700        2.10 PQ: 0 ANSI: 5
[   15.357013] usbcore: registered new interface driver usbhid
[   15.357015] usbhid: USB HID core driver
[   15.632539] scsi 0:2:1:0: Direct-Access     DELL     PERC H700        2.10 PQ: 0 ANSI: 5
[   15.714657] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.0/0003:1C4F:0002.0001/input/input4
[   15.755728] sd 0:2:0:0: Attached scsi generic sg0 type 0
[   15.755741] sd 0:2:0:0: [sda] 248774656 512-byte logical blocks: (127 GB/119 GiB)
[   15.755775] sd 0:2:0:0: [sda] Write Protect is off
[   15.755778] sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
[   15.755837] sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   15.757184]  sda: sda1 sda2 < sda5 >
[   15.757738] sd 0:2:0:0: [sda] Attached SCSI disk
[   15.852262] hid-generic 0003:1C4F:0002.0001: input,hidraw0: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-0000:00:1d.0-1/input0
[   15.874228] sd 0:2:1:0: Attached scsi generic sg1 type 0
[   15.874655] sd 0:2:1:0: [sdb] 35156656128 512-byte logical blocks: (18.0 TB/16.4 TiB)
[   15.874774] sd 0:2:1:0: [sdb] Write Protect is off
[   15.874776] sd 0:2:1:0: [sdb] Mode Sense: 1f 00 00 08
[   15.874918] sd 0:2:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   15.899434] sd 0:2:1:0: [sdb] Attached SCSI disk
[   15.954984] input: SIGMACHIP USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb5/5-1/5-1:1.1/0003:1C4F:0002.0002/input/input5
[   16.881618] random: fast init done
[   16.932328] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[   16.932459] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-0000:00:1d.0-1/input1
[   16.932697] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.0/0003:0624:0248.0003/input/input6
[   16.968655] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[   16.968958] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[   16.996193] hid-generic 0003:0624:0248.0003: input,hidraw2: USB HID v1.00 Keyboard [Avocent USB Composite Device-0] on usb-0000:00:1d.0-2/input0
[   16.996353] input: Avocent USB Composite Device-0 as /devices/pci0000:00/0000:00:1d.0/usb5/5-2/5-2:1.1/0003:0624:0248.0004/input/input7
[   16.996483] hid-generic 0003:0624:0248.0004: input,hidraw3: USB HID v1.00 Mouse [Avocent USB Composite Device-0] on usb-0000:00:1d.0-2/input1
[   17.744159] checking generic (d9800000 500000) vs hw (d9800000 800000)
[   17.744160] fb: switching to mgag200drmfb from VESA VGA
[   17.843909] Console: switching to colour dummy device 80x25
[   17.847349] [TTM] Zone  kernel: Available graphics memory: 32977888 kiB
[   17.847357] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   17.847361] [TTM] Initializing pool allocator
[   17.847369] [TTM] Initializing DMA pool allocator
[   17.908072] fbcon: mgadrmfb (fb0) is primary device
[   17.908170] Console: switching to colour frame buffer device 160x64
[   18.138209] mgag200 0000:06:03.0: fb0: mgadrmfb frame buffer device
[   18.152137] [drm] Initialized mgag200 1.0.0 20110418 for 0000:06:03.0 on minor 0
[   18.524100] raid6: sse2x1   gen()  3922 MB/s
[   18.572107] raid6: sse2x1   xor()  2970 MB/s
[   18.620096] raid6: sse2x2   gen()  4621 MB/s
[   18.668094] raid6: sse2x2   xor()  3470 MB/s
[   18.716093] raid6: sse2x4   gen()  5224 MB/s
[   18.764084] raid6: sse2x4   xor()  3844 MB/s
[   18.764114] raid6: using algorithm sse2x4 gen() 5224 MB/s
[   18.764144] raid6: .... xor() 3844 MB/s, rmw enabled
[   18.764172] raid6: using ssse3x2 recovery algorithm
[   18.771486] xor: measuring software checksum speed
[   18.808087]    prefetch64-sse:  6455.000 MB/sec
[   18.848079]    generic_sse:  5764.000 MB/sec
[   18.848105] xor: using function: prefetch64-sse (6455.000 MB/sec)
[   18.855362] async_tx: api initialized (async)
[   18.979341] Btrfs loaded, crc32c=crc32c-intel
[   19.067560] BTRFS: device fsid 9f2b3be5-1877-40e4-aa3a-98d70c7c7b61 devid 1 transid 1005786 /dev/sdb
[   19.129528] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   19.754895] ip_tables: (C) 2000-2006 Netfilter Core Team
[   19.765600] ERST: NVRAM ERST Log Address Range not implemented yet.
[   19.769342] 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)
[   19.789524] systemd[1]: Detected architecture x86-64.
[   20.008726] systemd[1]: Set hostname to <R510-LXD8-Offsite>.
[   20.253044] systemd[1]: Reached target User and Group Name Lookups.
[   20.522543] systemd[1]: Created slice System Slice.
[   20.694932] systemd[1]: Listening on udev Control Socket.
[   20.864834] systemd[1]: Listening on Journal Socket.
[   21.034709] systemd[1]: Starting Load Kernel Modules...
[   21.168357] Loading iSCSI transport class v2.0-870.
[   21.187655] iscsi: registered transport (tcp)
[   21.236634] iscsi: registered transport (iser)
[   21.418556] systemd[1]: Starting Uncomplicated firewall...
[   21.574903] systemd[1]: Mounting Kernel Debug File System...
[   22.269669] random: crng init done
[   22.269671] random: 7 urandom warning(s) missed due to ratelimiting
[   22.793920] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   24.025706] ip_local_port_range: prefer different parity for start/end values.
[   24.438904] systemd-journald[582]: Received request to flush runtime journal from PID 1
[   25.005859] EDAC MC1: Giving out device to module i7core_edac.c controller i7 core #1: DEV 0000:fe:03.0 (INTERRUPT)
[   25.005896] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:fe:03.0 (POLLED)
[   25.006051] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:ff:03.0 (INTERRUPT)
[   25.006079] EDAC PCI1: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:ff:03.0 (POLLED)
[   25.006097] EDAC i7core: Driver loaded, 2 memory controller(s) found.
[   25.006541] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   25.060250] ipmi message handler version 39.2
[   25.061088] ACPI Error: No handler for Region [IPMI] (000000006976a5df) [IPMI] (20170831/evregion-166)
[   25.063520] ACPI Error: Region IPMI (ID=7) has no handler (20170831/exfldio-299)
[   25.066189] No Local Variables are initialized for Method [_GHL]
[   25.066192] No Arguments are initialized for method [_GHL]
[   25.066200] ACPI Error: Method parse/execution failed \_SB.PMI0._GHL, AE_NOT_EXIST (20170831/psparse-550)
[   25.066225] ACPI Error: Method parse/execution failed \_SB.PMI0._PMC, AE_NOT_EXIST (20170831/psparse-550)
[   25.066245] ACPI Exception: AE_NOT_EXIST, Evaluating _PMC (20170831/power_meter-755)
[   25.100125] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   25.123330] ipmi device interface
[   25.146678] IPMI System Interface driver.
[   25.146713] ipmi_si dmi-ipmi-si.0: ipmi_platform: probing via SMBIOS
[   25.146717] ipmi_si: SMBIOS: io 0xca8 regsize 1 spacing 4 irq 0
[   25.146719] ipmi_si: Adding SMBIOS-specified kcs state machine
[   25.146856] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca8, slave address 0x20, irq 0
[   25.303354] gpio_ich: GPIO from 451 to 511 on gpio_ich
[   25.518173] ipmi_si dmi-ipmi-si.0: Found new BMC (man_id: 0x0002a2, prod_id: 0x0100, dev_id: 0x20)
[   25.692211] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[   25.702290] ipmi_si dmi-ipmi-si.0: IPMI kcs interface initialized
[   25.712331] IPMI SSIF Interface driver
[   26.332001] BTRFS info (device sdb): disk space caching is enabled
[   26.332014] BTRFS info (device sdb): has skinny extents
[   26.491624] Adding 997884k swap on /dev/mapper/cryptswap1.  Priority:-2 extents:1 across:997884k FS
[   77.069232] audit: type=1400 audit(1602010636.656:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=1193 comm="apparmor_parser"
[   77.071088] audit: type=1400 audit(1602010636.656:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=1194 comm="apparmor_parser"
[   77.071093] audit: type=1400 audit(1602010636.656:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=1194 comm="apparmor_parser"
[   77.071096] audit: type=1400 audit(1602010636.656:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=1194 comm="apparmor_parser"
[   77.071100] audit: type=1400 audit(1602010636.656:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=1197 comm="apparmor_parser"
[   77.072631] audit: type=1400 audit(1602010636.660:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1195 comm="apparmor_parser"
[   77.072637] audit: type=1400 audit(1602010636.660:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1195 comm="apparmor_parser"
[   77.073716] audit: type=1400 audit(1602010636.660:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1192 comm="apparmor_parser"
[   77.073721] audit: type=1400 audit(1602010636.660:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1192 comm="apparmor_parser"
[   77.073725] audit: type=1400 audit(1602010636.660:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1192 comm="apparmor_parser"
[   77.210123] Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
[   77.213244] bonding: bond0 is being created...
[   77.268573] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[   77.270774] br0: port 1(bond0) entered blocking state
[   77.270781] br0: port 1(bond0) entered disabled state
[   77.270932] device bond0 entered promiscuous mode
[   77.295270] IPv6: ADDRCONF(NETDEV_UP): bond0: link is not ready
[   78.577507] new mount options do not match the existing superblock, will be ignored
[   78.905850] bond0: Unable to set down delay as MII monitoring is disabled
[   78.906062] bond0: Unable to set up delay as MII monitoring is disabled
[   78.914499] IPv6: ADDRCONF(NETDEV_UP): bond0: link is not ready
[   79.065619] bnx2 0000:01:00.1 eno2: using MSIX
[   79.066051] device eno2 entered promiscuous mode
[   79.066149] bond0: Enslaving eno2 as a backup interface with a down link
[   79.066706] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[   79.185662] bnx2 0000:01:00.0 eno1: using MSIX
[   79.186179] device eno1 entered promiscuous mode
[   79.186243] bond0: Enslaving eno1 as a backup interface with a down link
[   81.514813] bnx2 0000:01:00.0 eno1: NIC Copper Link is Up, 100 Mbps full duplex
[   81.528152] bond0: link status definitely up for interface eno1, 100 Mbps full duplex
[   81.528157] bond0: Warning: No 802.3ad response from the link partner for any adapters in the bond
[   81.528166] bond0: first active interface up!
[   81.528180] IPv6: ADDRCONF(NETDEV_CHANGE): bond0: link becomes ready
[   81.528248] br0: port 1(bond0) entered blocking state
[   81.528250] br0: port 1(bond0) entered forwarding state
[   81.528311] IPv6: ADDRCONF(NETDEV_CHANGE): br0: link becomes ready
[   86.234539] new mount options do not match the existing superblock, will be ignored
[  104.167149] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[  104.767159] ip6_tables: (C) 2000-2006 Netfilter Core Team
[  105.174441] Ebtables v2.0 registered
[  106.713010] BTRFS info (device sdb): disk space caching is enabled
[  107.822872] spl: loading out-of-tree module taints kernel.
[  107.834352] SPL: Loaded module v0.7.5-1ubuntu2.2
[  107.839239] znvpair: module license 'CDDL' taints kernel.
[  107.839241] Disabling lock debugging due to kernel taint
[  109.609924] ZFS: Loaded module v0.7.5-1ubuntu16.10, ZFS pool version 5000, ZFS filesystem version 5
[  110.339211] IPv6: ADDRCONF(NETDEV_UP): veth39be0ee0: link is not ready
[  110.388938] br0: port 2(veth39be0ee0) entered blocking state
[  110.388942] br0: port 2(veth39be0ee0) entered disabled state
[  110.389071] device veth39be0ee0 entered promiscuous mode
[  110.618615] kauditd_printk_skb: 39 callbacks suppressed
[  110.618617] audit: type=1400 audit(1602010669.796:51): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-adlive-tor_</var/snap/lxd/common/lxd>" pid=3388 comm="apparmor_parser"
[  110.785642] eth0: renamed from vethbe484017
[  110.812354] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  110.812734] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  110.812786] br0: port 2(veth39be0ee0) entered blocking state
[  110.812789] br0: port 2(veth39be0ee0) entered forwarding state
[  111.155868] IPv6: ADDRCONF(NETDEV_UP): veth8599a45e: link is not ready
[  111.165762] br0: port 3(veth8599a45e) entered blocking state
[  111.165765] br0: port 3(veth8599a45e) entered disabled state
[  111.165873] device veth8599a45e entered promiscuous mode
[  111.165908] br0: port 3(veth8599a45e) entered blocking state
[  111.165910] br0: port 3(veth8599a45e) entered forwarding state
[  111.340134] br0: port 3(veth8599a45e) entered disabled state
[  111.840397] audit: type=1400 audit(1602010671.020:52): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-backup-server-TO_</var/snap/lxd/common/lxd>" pid=3591 comm="apparmor_parser"
[  112.009580] eth0: renamed from veth384066e0
[  112.048469] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  112.048895] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  112.048949] br0: port 3(veth8599a45e) entered blocking state
[  112.048952] br0: port 3(veth8599a45e) entered forwarding state
[  112.619912] IPv6: ADDRCONF(NETDEV_UP): veth6a42eb44: link is not ready
[  112.629889] br0: port 4(veth6a42eb44) entered blocking state
[  112.629892] br0: port 4(veth6a42eb44) entered disabled state
[  112.629986] device veth6a42eb44 entered promiscuous mode
[  113.687943] audit: type=1400 audit(1602010672.864:53): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>" pid=3811 comm="apparmor_parser"
[  114.049659] eth0: renamed from veth34c9efd8
[  114.072416] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  114.072785] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  114.072840] br0: port 4(veth6a42eb44) entered blocking state
[  114.072842] br0: port 4(veth6a42eb44) entered forwarding state
[  115.336848] IPv6: ADDRCONF(NETDEV_UP): veth16cfa8f4: link is not ready
[  115.347492] br0: port 5(veth16cfa8f4) entered blocking state
[  115.347496] br0: port 5(veth16cfa8f4) entered disabled state
[  115.347630] device veth16cfa8f4 entered promiscuous mode
[  116.748110] audit: type=1400 audit(1602010675.924:54): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-pg-11-standby_</var/snap/lxd/common/lxd>" pid=4043 comm="apparmor_parser"
[  117.065666] eth0: renamed from veth3507989b
[  117.088350] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  117.088717] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  117.088770] br0: port 5(veth16cfa8f4) entered blocking state
[  117.088773] br0: port 5(veth16cfa8f4) entered forwarding state
[  132.237454] audit: type=1400 audit(1602010691.416:55): apparmor="STATUS" operation="profile_load" label="lxd-adlive-tor_</var/snap/lxd/common/lxd>//&:lxd-adlive-tor_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=5123 comm="apparmor_parser"
[  132.237462] audit: type=1400 audit(1602010691.416:56): apparmor="STATUS" operation="profile_load" label="lxd-adlive-tor_</var/snap/lxd/common/lxd>//&:lxd-adlive-tor_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=5123 comm="apparmor_parser"
[  132.237466] audit: type=1400 audit(1602010691.416:57): apparmor="STATUS" operation="profile_load" label="lxd-adlive-tor_</var/snap/lxd/common/lxd>//&:lxd-adlive-tor_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=5123 comm="apparmor_parser"
[  132.237470] audit: type=1400 audit(1602010691.416:58): apparmor="STATUS" operation="profile_load" label="lxd-adlive-tor_</var/snap/lxd/common/lxd>//&:lxd-adlive-tor_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=5123 comm="apparmor_parser"
[  132.695314] audit: type=1400 audit(1602010691.872:59): apparmor="STATUS" operation="profile_load" label="lxd-adlive-tor_</var/snap/lxd/common/lxd>//&:lxd-adlive-tor_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=5125 comm="apparmor_parser"
[  133.323291] audit: type=1400 audit(1602010692.500:60): apparmor="STATUS" operation="profile_load" label="lxd-adlive-tor_</var/snap/lxd/common/lxd>//&:lxd-adlive-tor_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=5124 comm="apparmor_parser"
[  133.323298] audit: type=1400 audit(1602010692.500:61): apparmor="STATUS" operation="profile_load" label="lxd-adlive-tor_</var/snap/lxd/common/lxd>//&:lxd-adlive-tor_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=5124 comm="apparmor_parser"
[  133.323303] audit: type=1400 audit(1602010692.500:62): apparmor="STATUS" operation="profile_load" label="lxd-adlive-tor_</var/snap/lxd/common/lxd>//&:lxd-adlive-tor_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=5124 comm="apparmor_parser"
[  133.323307] audit: type=1400 audit(1602010692.500:63): apparmor="STATUS" operation="profile_load" label="lxd-adlive-tor_</var/snap/lxd/common/lxd>//&:lxd-adlive-tor_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=5124 comm="apparmor_parser"
[  133.592502] audit: type=1400 audit(1602010692.772:64): apparmor="STATUS" operation="profile_load" label="lxd-adlive-tor_</var/snap/lxd/common/lxd>//&:lxd-adlive-tor_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=5128 comm="apparmor_parser"
[  137.692036] kauditd_printk_skb: 44 callbacks suppressed
[  137.692038] audit: type=1400 audit(1602010696.868:109): apparmor="STATUS" operation="profile_load" label="lxd-backup-server-TO_</var/snap/lxd/common/lxd>//&:lxd-backup-server-TO_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=5510 comm="apparmor_parser"
[  137.692047] audit: type=1400 audit(1602010696.868:110): apparmor="STATUS" operation="profile_load" label="lxd-backup-server-TO_</var/snap/lxd/common/lxd>//&:lxd-backup-server-TO_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=5510 comm="apparmor_parser"
[  137.700738] audit: type=1400 audit(1602010696.880:111): apparmor="STATUS" operation="profile_load" label="lxd-backup-server-TO_</var/snap/lxd/common/lxd>//&:lxd-backup-server-TO_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=5512 comm="apparmor_parser"
[  137.710078] audit: type=1400 audit(1602010696.888:112): apparmor="STATUS" operation="profile_load" label="lxd-backup-server-TO_</var/snap/lxd/common/lxd>//&:lxd-backup-server-TO_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=5509 comm="apparmor_parser"
[  137.710085] audit: type=1400 audit(1602010696.888:113): apparmor="STATUS" operation="profile_load" label="lxd-backup-server-TO_</var/snap/lxd/common/lxd>//&:lxd-backup-server-TO_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=5509 comm="apparmor_parser"
[  137.710090] audit: type=1400 audit(1602010696.888:114): apparmor="STATUS" operation="profile_load" label="lxd-backup-server-TO_</var/snap/lxd/common/lxd>//&:lxd-backup-server-TO_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=5509 comm="apparmor_parser"
[  137.710094] audit: type=1400 audit(1602010696.888:115): apparmor="STATUS" operation="profile_load" label="lxd-backup-server-TO_</var/snap/lxd/common/lxd>//&:lxd-backup-server-TO_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=5509 comm="apparmor_parser"
[  137.943223] audit: type=1400 audit(1602010697.120:116): apparmor="STATUS" operation="profile_load" label="lxd-backup-server-TO_</var/snap/lxd/common/lxd>//&:lxd-backup-server-TO_<var-snap-lxd-common-lxd>:unconfined" name="/snap/snapd/9279/usr/lib/snapd/snap-confine" pid=5644 comm="apparmor_parser"
[  137.943231] audit: type=1400 audit(1602010697.120:117): apparmor="STATUS" operation="profile_load" label="lxd-backup-server-TO_</var/snap/lxd/common/lxd>//&:lxd-backup-server-TO_<var-snap-lxd-common-lxd>:unconfined" name="/snap/snapd/9279/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=5644 comm="apparmor_parser"
[  137.997727] audit: type=1400 audit(1602010697.176:118): apparmor="STATUS" operation="profile_load" label="lxd-backup-server-TO_</var/snap/lxd/common/lxd>//&:lxd-backup-server-TO_<var-snap-lxd-common-lxd>:unconfined" name="snap.lxd.lxc" pid=5653 comm="apparmor_parser"
[  144.954987] kauditd_printk_skb: 27 callbacks suppressed
[  144.954989] audit: type=1400 audit(1602010704.132:146): apparmor="STATUS" operation="profile_load" label="lxd-pg-11-standby_</var/snap/lxd/common/lxd>//&:lxd-pg-11-standby_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/lxc-start" pid=5857 comm="apparmor_parser"
[  145.257628] audit: type=1400 audit(1602010704.436:147): apparmor="STATUS" operation="profile_load" label="lxd-pg-11-standby_</var/snap/lxd/common/lxd>//&:lxd-pg-11-standby_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=5861 comm="apparmor_parser"
[  145.416960] audit: type=1400 audit(1602010704.596:148): apparmor="STATUS" operation="profile_load" label="lxd-pg-11-standby_</var/snap/lxd/common/lxd>//&:lxd-pg-11-standby_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/lxd/lxd-bridge-proxy" pid=5858 comm="apparmor_parser"
[  145.429767] audit: type=1400 audit(1602010704.608:149): apparmor="STATUS" operation="profile_load" label="lxd-pg-11-standby_</var/snap/lxd/common/lxd>//&:lxd-pg-11-standby_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default" pid=5855 comm="apparmor_parser"
[  145.429778] audit: type=1400 audit(1602010704.608:150): apparmor="STATUS" operation="profile_load" label="lxd-pg-11-standby_</var/snap/lxd/common/lxd>//&:lxd-pg-11-standby_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-cgns" pid=5855 comm="apparmor_parser"
[  145.429784] audit: type=1400 audit(1602010704.608:151): apparmor="STATUS" operation="profile_load" label="lxd-pg-11-standby_</var/snap/lxd/common/lxd>//&:lxd-pg-11-standby_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-mounting" pid=5855 comm="apparmor_parser"
[  145.429791] audit: type=1400 audit(1602010704.608:152): apparmor="STATUS" operation="profile_load" label="lxd-pg-11-standby_</var/snap/lxd/common/lxd>//&:lxd-pg-11-standby_<var-snap-lxd-common-lxd>:unconfined" name="lxc-container-default-with-nesting" pid=5855 comm="apparmor_parser"
[  145.437731] audit: type=1400 audit(1602010704.616:153): apparmor="STATUS" operation="profile_load" label="lxd-pg-11-standby_</var/snap/lxd/common/lxd>//&:lxd-pg-11-standby_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=5856 comm="apparmor_parser"
[  145.437738] audit: type=1400 audit(1602010704.616:154): apparmor="STATUS" operation="profile_load" label="lxd-pg-11-standby_</var/snap/lxd/common/lxd>//&:lxd-pg-11-standby_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=5856 comm="apparmor_parser"
[  145.437742] audit: type=1400 audit(1602010704.616:155): apparmor="STATUS" operation="profile_load" label="lxd-pg-11-standby_</var/snap/lxd/common/lxd>//&:lxd-pg-11-standby_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=5856 comm="apparmor_parser"
[  196.429794] kauditd_printk_skb: 3 callbacks suppressed
[  196.429795] audit: type=1400 audit(1602010755.608:159): apparmor="DENIED" operation="ptrace" namespace="root//lxd-backup-server-TO_<var-snap-lxd-common-lxd>" profile="/snap/snapd/9279/usr/lib/snapd/snap-confine" pid=8419 comm="start-stop-daem" requested_mask="tracedby" denied_mask="tracedby" peer="unconfined"
[  196.429992] audit: type=1400 audit(1602010755.608:160): apparmor="DENIED" operation="ptrace" namespace="root//lxd-backup-server-TO_<var-snap-lxd-common-lxd>" profile="/snap/snapd/9279/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=8419 comm="start-stop-daem" requested_mask="tracedby" denied_mask="tracedby" peer="unconfined"
[  196.430014] audit: type=1400 audit(1602010755.608:161): apparmor="DENIED" operation="ptrace" namespace="root//lxd-backup-server-TO_<var-snap-lxd-common-lxd>" profile="snap-update-ns.lxd" pid=8419 comm="start-stop-daem" requested_mask="tracedby" denied_mask="tracedby" peer="unconfined"
[  238.896799] audit: type=1400 audit(1602010798.073:162): apparmor="DENIED" operation="mount" info="failed flags match" error=-13 profile="lxd-backup-server-TO_</var/snap/lxd/common/lxd>" name="/run/lxcfs/controllers/sys/fs/cgroup/systemd/" pid=9599 comm="lxcfs" fstype="cgroup" srcname="cgroup" flags="rw, nosuid, nodev, noexec, relatime"
[  924.889909] veth34c9efd8: renamed from eth0
[  924.909609] br0: port 4(veth6a42eb44) entered disabled state
[  924.977338] device veth6a42eb44 left promiscuous mode
[  924.977384] br0: port 4(veth6a42eb44) entered disabled state
[  926.146880] audit: type=1400 audit(1602011485.334:163): apparmor="STATUS" operation="profile_remove" profile="unconfined" name="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>" pid=25554 comm="apparmor_parser"
[  930.619596] IPv6: ADDRCONF(NETDEV_UP): vethdd110f6d: link is not ready
[  930.630085] br0: port 4(vethdd110f6d) entered blocking state
[  930.630089] br0: port 4(vethdd110f6d) entered disabled state
[  930.630221] device vethdd110f6d entered promiscuous mode
[  930.813211] audit: type=1400 audit(1602011489.998:164): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>" pid=25716 comm="apparmor_parser"
[  930.982918] eth0: renamed from vethef3d4daf
[  931.025638] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[  931.028263] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  931.028320] br0: port 4(vethdd110f6d) entered blocking state
[  931.028323] br0: port 4(vethdd110f6d) entered forwarding state
[  931.491858] audit: type=1400 audit(1602011490.678:165): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=25919 comm="apparmor_parser"
[  931.491867] audit: type=1400 audit(1602011490.678:166): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=25919 comm="apparmor_parser"
[  931.491874] audit: type=1400 audit(1602011490.678:167): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=25919 comm="apparmor_parser"
[  931.492425] audit: type=1400 audit(1602011490.678:168): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/mysqld" pid=25921 comm="apparmor_parser"
[  931.492774] audit: type=1400 audit(1602011490.678:169): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=25924 comm="apparmor_parser"
[  931.492864] audit: type=1400 audit(1602011490.678:170): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=25920 comm="apparmor_parser"
[  931.492869] audit: type=1400 audit(1602011490.678:171): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=25920 comm="apparmor_parser"
[  931.494059] audit: type=1400 audit(1602011490.682:172): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=25918 comm="apparmor_parser"
[  931.494066] audit: type=1400 audit(1602011490.682:173): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=25918 comm="apparmor_parser"
[  931.494070] audit: type=1400 audit(1602011490.682:174): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=25918 comm="apparmor_parser"
[ 1224.473927] perf: interrupt took too long (2501 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[ 1707.909004] perf: interrupt took too long (3140 > 3126), lowering kernel.perf_event_max_sample_rate to 63500
[ 1837.621828] vethef3d4daf: renamed from eth0
[ 1837.641040] br0: port 4(vethdd110f6d) entered disabled state
[ 1837.713909] device vethdd110f6d left promiscuous mode
[ 1837.713957] br0: port 4(vethdd110f6d) entered disabled state
[ 1838.954973] kauditd_printk_skb: 31 callbacks suppressed
[ 1838.954975] audit: type=1400 audit(1602012398.151:206): apparmor="STATUS" operation="profile_remove" profile="unconfined" name="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>" pid=13991 comm="apparmor_parser"
[ 1838.965571] IPv6: ADDRCONF(NETDEV_UP): veth5d33e062: link is not ready
[ 1838.975281] br0: port 4(veth5d33e062) entered blocking state
[ 1838.975284] br0: port 4(veth5d33e062) entered disabled state
[ 1838.975380] device veth5d33e062 entered promiscuous mode
[ 1839.155909] audit: type=1400 audit(1602012398.351:207): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>" pid=14125 comm="apparmor_parser"
[ 1839.358354] eth0: renamed from veth32354a6c
[ 1839.397058] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1839.399873] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 1839.399930] br0: port 4(veth5d33e062) entered blocking state
[ 1839.399933] br0: port 4(veth5d33e062) entered forwarding state
[ 1839.744566] audit: type=1400 audit(1602012398.939:208): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/bin/man" pid=14344 comm="apparmor_parser"
[ 1839.744574] audit: type=1400 audit(1602012398.939:209): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="man_filter" pid=14344 comm="apparmor_parser"
[ 1839.744578] audit: type=1400 audit(1602012398.939:210): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="man_groff" pid=14344 comm="apparmor_parser"
[ 1839.744875] audit: type=1400 audit(1602012398.943:211): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/mysqld" pid=14346 comm="apparmor_parser"
[ 1839.745373] audit: type=1400 audit(1602012398.943:212): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/sbin/tcpdump" pid=14348 comm="apparmor_parser"
[ 1839.745544] audit: type=1400 audit(1602012398.943:213): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine" pid=14345 comm="apparmor_parser"
[ 1839.745549] audit: type=1400 audit(1602012398.943:214): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=14345 comm="apparmor_parser"
[ 1839.746698] audit: type=1400 audit(1602012398.943:215): apparmor="STATUS" operation="profile_load" label="lxd-lxd-mosaic_</var/snap/lxd/common/lxd>//&:lxd-lxd-mosaic_<var-snap-lxd-common-lxd>:unconfined" name="/sbin/dhclient" pid=14343 comm="apparmor_parser"
[ 2343.470707] perf: interrupt took too long (3927 > 3925), lowering kernel.perf_event_max_sample_rate to 50750
[ 3788.642076] perf: interrupt took too long (4924 > 4908), lowering kernel.perf_event_max_sample_rate to 40500
$ lxc info lxd-mosaic 
Name: lxd-mosaic
Location: none
Remote: unix://
Architecture: x86_64
Created: 2020/09/11 03:05 UTC
Status: Running
Type: container
Profiles: lxdMosaicPullMetrics, default
Pid: 14126
Ips:
  lo:	inet	127.0.0.1
  lo:	inet6	::1
  eth0:	inet6	fe80::216:3eff:fe13:96ae	veth5d33e062
Resources:
  Processes: 105
  CPU usage:
    CPU usage (in seconds): 2506
  Memory usage:
    Memory (current): 322.18MB
    Memory (peak): 343.02MB
  Network usage:
    eth0:
      Bytes received: 553.70kB
      Bytes sent: 1.08kB
      Packets received: 5563
      Packets sent: 14
    lo:
      Bytes received: 453.00kB
      Bytes sent: 453.00kB
      Packets received: 6564
      Packets sent: 6564

Just lxc info, not lxc info mosaic

lxc config show --expanded mosaic would be good to have too.

$ lxc info
config:
  core.https_address: '[::]: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
- proxy_unix
- proxy_udp
- clustering_join
- proxy_tcp_udp_multi_port_handling
- network_state
- proxy_unix_dac_properties
- container_protection_delete
- unix_priv_drop
- pprof_http
- proxy_haproxy_protocol
- network_hwaddr
- proxy_nat
- network_nat_order
- container_full
- candid_authentication
- backup_compression
- candid_config
- nvidia_runtime_config
- storage_api_volume_snapshots
- storage_unmapped
- projects
- candid_config_key
- network_vxlan_ttl
- container_incremental_copy
- usb_optional_vendorid
- snapshot_scheduling
- container_copy_project
- clustering_server_address
- clustering_image_replication
- container_protection_shift
- snapshot_expiry
- container_backup_override_pool
- snapshot_expiry_creation
- network_leases_location
- resources_cpu_socket
- resources_gpu
- resources_numa
- kernel_features
- id_map_current
- event_location
- storage_api_remote_volume_snapshots
- network_nat_address
- container_nic_routes
- rbac
- cluster_internal_copy
- seccomp_notify
- lxc_features
- container_nic_ipvlan
- network_vlan_sriov
- storage_cephfs
- container_nic_ipfilter
- resources_v2
- container_exec_user_group_cwd
- container_syscall_intercept
- container_disk_shift
- storage_shifted
- resources_infiniband
- daemon_storage
- instances
- image_types
- resources_disk_sata
- clustering_roles
- images_expiry
- resources_network_firmware
- backup_compression_algorithm
- ceph_data_pool_name
- container_syscall_intercept_mount
- compression_squashfs
- container_raw_mount
- container_nic_routed
- container_syscall_intercept_mount_fuse
- container_disk_ceph
- virtual-machines
- image_profiles
- clustering_architecture
- resources_disk_id
- storage_lvm_stripes
- vm_boot_priority
- unix_hotplug_devices
- api_filtering
- instance_nic_network
- clustering_sizing
- firewall_driver
- projects_limits
- container_syscall_intercept_hugetlbfs
- limits_hugepages
- container_nic_routed_gateway
- projects_restrictions
- custom_volume_snapshot_expiry
- volume_snapshot_scheduling
- trust_ca_certificates
- snapshot_disk_usage
- clustering_edit_roles
- container_nic_routed_host_address
- container_nic_ipvlan_gateway
- resources_usb_pci
- resources_cpu_threads_numa
- resources_cpu_core_die
- api_os
- container_nic_routed_host_table
- container_nic_ipvlan_host_table
- container_nic_ipvlan_mode
- resources_system
- images_push_relay
- network_dns_search
- container_nic_routed_limits
- instance_nic_bridged_vlan
- network_state_bond_bridge
- usedby_consistency
- custom_block_volumes
- clustering_failure_domains
- resources_gpu_mdev
- console_vga_type
- projects_limits_disk
- network_type_macvlan
- network_type_sriov
- container_syscall_intercept_bpf_devices
- network_type_ovn
- projects_networks
- projects_networks_restricted_uplinks
api_status: stable
api_version: "1.0"
auth: trusted
public: false
auth_methods:
- tls
environment:
  addresses:
  - 10.2.1.15:8443
  architectures:
  - x86_64
  - i686
  certificate: |
    -----BEGIN CERTIFICATE-----
    MIIFYjCCA0qgAwIBAgIRAKSr5ehiu88fVphYQtLzM2cwDQYJKoZIhvcNAQELBQAw
    PzEcMBoGA1UEChMTbGludXhjb250YWluZXJzLm9yZzEfMB0GA1UEAwwWcm9vdEBS
    NTEwLUxYRDgtT2Zmc2l0ZTAeFw0xODEwMDQxNzMyMzlaFw0yODEwMDExNzMyMzla
    MD8xHDAaBgNVBAoTE2xpbnV4Y29udGFpbmVycy5vcmcxHzAdBgNVBAMMFnJvb3RA
    UjUxMC1MWEQ4LU9mZnNpdGUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC
    AQDYu/KK6kFQe3lLadNkeq2uoAQifm7rpTbBSu9No/TgM234/It+fdoYDNhclTem
    fazU5mrm/YjNmS5rBuVEC8qwLcXdmQNz8ONmNOlcjDyKu1vAwDxL3OScKNA1ooj1
    2Q2KXTIHmXXM8LhIa1zfHhVMEwTTTJQUCRUeQpQy6Nt29KRVr8BKEajPexvgXxSu
    5Y13DKQ49PY+qJHTM3bs6ZDM+CiR9pRUHoYw7HIQ9AF3wOT9ClSdiwO+cihCZfv7
    f6YT1A0IK2XgR4nXOxp7lTszD7k8zqassYaVzxUY8kl14jYo1CT8zcxowoZ7Y0TT
    tskiDBb1o8q94XBSF8oP4KoeNvK5d902aoJmxvkji28mk5LXygQOFsmkelIXzabo
    OI7OJL9pgjwr9Uj2ho3+Av4Jrf6F7cTJOyQb7vRoq0jr5IkkPXEqwXoXSYfdVnQH
    NLj++ex/9Tkdc0UCnKsXwFJ2R7TpS/cahIuvIP7F4PP7v95hXOOSxL8weMHyPczP
    987+tdw6IBPiFWqGglNzISnDo8x+u4g1VrSbN2v65iAw1/OVz9Lkzmth2vx7YVrd
    w3fhg6kl02o2BQx+lQpXJuOCaTv+C9Qm9MUz7oU2OPkCa1yOxj5cQMelY3wiEYvy
    GzYb0lw1rBM1T3aoa2CPvwWEkDh+AdfTLp6qI0ZqxbZeHwIDAQABo1kwVzAOBgNV
    HQ8BAf8EBAMCBaAwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/BAIwADAi
    BgNVHREEGzAZghFSNTEwLUxYRDgtT2Zmc2l0ZYcECgIBDzANBgkqhkiG9w0BAQsF
    AAOCAgEAhm97Y/3oQItklsgaFWZh/V3soVw4/yYVKUMS+DUZKdtF0+QBWF5FGeGG
    RgSZtBIQlVlxVBRe1r8T6S2upsS4Q5c3AX8iqBlMpjSIZcH+U/718bSu8FiyamXa
    QtEGCdpUVXkQ3YcZEoerdN3ii6bXj3GX6wf32CU+VPUfh48XC26XR+9xxW57/AKn
    MXoRU9fcF41cwRicGueZTXfBX8pywQ6KsBo+1btcBIx2acvxI+qJOxQQFhRdOU8z
    xlAf3F1GOUSSaZr6sNwZx31ABiuu9KS6rvP0jZ8lxQY/38KqgZX5gsciLeUQ+lGh
    j6mYpGJB+Z6qTV6rDq32LYdtXPSj/qLa2/1U2hThaqdr4PPvFY1lAUcxMjfpVnb5
    3pZnsmU2aGhDzC+0TOcr1Pkfd0Q9xOPcOpip63cSCb96ztAH9CJM5+JlBotGMhDe
    Wb6456thB/Rd6IKL+pUIHP8n90gQ7UmXDED8GNJd27YaGytjNfoxnGCwbitArmJd
    5YddMNZ7fKUp9e6ke4hhEZU9rl4EvkwzXFdYs+XGnYmTbpOc+kQQgMzqZvHRusqX
    e75fYd01bqPANLY80mSlq8IMtQvQ5uWEoMAfbF/RCJ4aQO5UztzOW6xKk0u73eEz
    70zDBIZXrKrSujHJlXZo+ILgYSS6ijJnpChpVzKs9Gyt0lu1aLk=
    -----END CERTIFICATE-----
  certificate_fingerprint: 661c12dac3803b3542b8d15ec1cd2654b715d6b2d0ee2b8f21b7b78deeeff0de
  driver: lxc
  driver_version: 4.0.4
  firewall: xtables
  kernel: Linux
  kernel_architecture: x86_64
  kernel_features:
    netnsid_getifaddrs: "false"
    seccomp_listener: "false"
    seccomp_listener_continue: "false"
    shiftfs: "false"
    uevent_injection: "false"
    unpriv_fscaps: "true"
  kernel_version: 4.15.0-118-generic
  lxc_features:
    cgroup2: "true"
    devpts_fd: "false"
    mount_injection_file: "true"
    network_gateway_device_route: "true"
    network_ipvlan: "true"
    network_l2proxy: "true"
    network_phys_macvlan_mtu: "true"
    network_veth_router: "true"
    pidfd: "true"
    seccomp_allow_deny_syntax: "true"
    seccomp_notify: "true"
    seccomp_proxy_send_notify_fd: "false"
  os_name: Ubuntu
  os_version: "18.04"
  project: default
  server: lxd
  server_clustered: false
  server_name: R510-LXD8-Offsite
  server_pid: 2890
  server_version: "4.6"
  storage: btrfs
  storage_version: 4.15.1
$ lxc config show --expanded lxd-mosaic
architecture: x86_64
config:
  environment.lxdMosaicPullMetrics: "y"
  image.architecture: x86_64
  image.description: Ubuntu 18.04 LTS server (20200714)
  image.os: ubuntu
  image.release: bionic
  volatile.base_image: 50f978a8d55a5594e7f370fa07243ccd66d77ccd664ac5473b2e8cb06be1cb99
  volatile.eth0.host_name: veth5d33e062
  volatile.eth0.hwaddr: 00:16:3e:13:96:ae
  volatile.idmap.base: "0"
  volatile.idmap.current: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
  volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
  volatile.last_state.idmap: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
  volatile.last_state.power: RUNNING
devices:
  eth0:
    name: eth0
    nictype: bridged
    parent: br0
    type: nic
  root:
    path: /
    pool: Pool-1
    type: disk
ephemeral: false
profiles:
- lxdMosaicPullMetrics
- default
stateful: false
description: ""

Ok, nothing obvious so far.

Do you have many other containers on that system?

Not many. Just 3 others that are running. No problems with them. I’ve already rebooted the host and only one has networking that stays down.

Ok, can you also show lxc console --show-log lxd-mosaic

$ lxc console --show-log lxd-mosaic

Console log:

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)
Detected virtualization lxc.
Detected architecture x86-64.

Welcome to Ubuntu 18.04.5 LTS!

Set hostname to <lxd-mosaic>.
Failed to read AF_UNIX datagram queue length, ignoring: No such file or directory
File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[UNSUPP] Starting of Arbitrary Executable Fi…tem Automount Point not supported.
[  OK  ] Started Forward Password Requests to Wall Directory Watch.
user.slice: Failed to reset devices.list: Operation not permitted
[  OK  ] Created slice User and Session Slice.
system.slice: Failed to reset devices.list: Operation not permitted
[  OK  ] Created slice System Slice.
[  OK  ] Listening on udev Control Socket.
[  OK  ] Listening on Journal Socket (/dev/log).
[  OK  ] Listening on Device-mapper event daemon FIFOs.
[  OK  ] Listening on Journal Socket.
ufw.service: Failed to reset devices.list: Operation not permitted
         Starting Uncomplicated firewall...
systemd-tmpfiles-setup-dev.service: Failed to reset devices.list: Operation not permitted
         Starting Create Static Device Nodes in /dev...
[  OK  ] Listening on udev Kernel Socket.
[  OK  ] Listening on Syslog Socket.
[  OK  ] Reached target Swap.
systemd-udev-trigger.service: Failed to reset devices.list: Operation not permitted
         Starting udev Coldplug all Devices...
[  OK  ] Listening on /dev/initctl Compatibility Named Pipe.
systemd-modules-load.service: Failed to reset devices.list: Operation not permitted
         Starting Load Kernel Modules...
[  OK  ] Listening on LVM2 metadata daemon socket.
keyboard-setup.service: Failed to reset devices.list: Operation not permitted
         Starting Set the console keyboard layout...
[  OK  ] Listening on LVM2 poll daemon socket.
[  OK  ] Listening on Network Service Netlink Socket.
[  OK  ] Reached target User and Group Name Lookups.
[  OK  ] Reached target Slices.
systemd-journald.service: Failed to reset devices.list: Operation not permitted
         Starting Journal Service...
sys-fs-fuse-connections.mount: Failed to reset devices.list: Operation not permitted
sys-kernel-config.mount: Failed to reset devices.list: Operation not permitted
[  OK  ] Started Uncomplicated firewall.
[  OK  ] Started Create Static Device Nodes in /dev.
systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
systemd-modules-load.service: Failed with result 'exit-code'.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
systemd-sysctl.service: Failed to reset devices.list: Operation not permitted
         Starting Apply Kernel Variables...
systemd-udevd.service: Failed to reset devices.list: Operation not permitted
         Starting udev Kernel Device Manager...
[  OK  ] Started Apply Kernel Variables.
[  OK  ] Started udev Kernel Device Manager.
[  OK  ] Started Journal Service.
         Starting Flush Journal to Persistent Storage...
[  OK  ] Started Set the console keyboard layout.
[  OK  ] Reached target Local File Systems (Pre).
         Mounting Ensure that the snap directory shares mount events....
[  OK  ] Reached target Local File Systems.
         Starting AppArmor initialization...
         Starting Set console font and keymap...
         Starting ebtables ruleset management...
         Starting Tell Plymouth To Write Out Runtime Data...
[  OK  ] Mounted Ensure that the snap directory shares mount events..
[  OK  ] Started Set console font and keymap.
         Mounting Mount unit for snapd, revision 9279...
         Mounting Mount unit for lxd, revision 17497...
         Mounting Mount unit for lxd, revision 17597...
         Mounting Mount unit for snapd, revision 8790...
         Mounting Mount unit for core18, revision 1885...
[  OK  ] Started Tell Plymouth To Write Out Runtime Data.
[  OK  ] Mounted Mount unit for snapd, revision 9279.
[  OK  ] Mounted Mount unit for lxd, revision 17497.
[  OK  ] Mounted Mount unit for lxd, revision 17597.
[  OK  ] Mounted Mount unit for snapd, revision 8790.
[  OK  ] Mounted Mount unit for core18, revision 1885.
[  OK  ] Started udev Coldplug all Devices.
[  OK  ] Started AppArmor initialization.
         Starting Load AppArmor profiles managed internally by snapd...
[  OK  ] Started Dispatch Password Requests to Console Directory Watch.
[  OK  ] Reached target Local Encrypted Volumes.
[  OK  ] Started Load AppArmor profiles managed internally by snapd.
[  OK  ] Started ebtables ruleset management.
[  OK  ] Started Flush Journal to Persistent Storage.
         Starting Create Volatile Files and Directories...
[  OK  ] Started Create Volatile Files and Directories.
         Starting Update UTMP about System Boot/Shutdown...
[  OK  ] Reached target System Time Synchronized.
         Starting Initial cloud-init job (pre-networking)...
[  OK  ] Started Update UTMP about System Boot/Shutdown.
[ 1841.351289] cloud-init[235]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 running 'init-local' at Tue, 06 Oct 2020 19:26:40 +0000. Up 1.88 seconds.
[  OK  ] Started Initial cloud-init job (pre-networking).
[  OK  ] Reached target Network (Pre).
         Starting Network Service...
[FAILED] Failed to start Network Service.
See 'systemctl status systemd-networkd.service' for details.
[DEPEND] Dependency failed for Wait for Network to be Configured.
[  OK  ] Stopped Network Service.
         Starting Network Service...
         Starting Initial cloud-init job (metadata service crawler)...
[FAILED] Failed to start Network Service.
See 'systemctl status systemd-networkd.service' for details.
[  OK  ] Stopped Network Service.
         Starting Network Service...
[FAILED] Failed to start Network Service.
See 'systemctl status systemd-networkd.service' for details.
[  OK  ] Stopped Network Service.
         Starting Network Service...
[FAILED] Failed to start Network Service.
See 'systemctl status systemd-networkd.service' for details.
[  OK  ] Stopped Network Service.
         Starting Network Service...
[FAILED] Failed to start Network Service.
See 'systemctl status systemd-networkd.service' for details.
[  OK  ] Stopped Network Service.
[FAILED] Failed to start Network Service.
See 'systemctl status systemd-networkd.service' for details.
         Starting Network Name Resolution...
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[  OK  ] Stopped Network Name Resolution.
         Starting Network Name Resolution...
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[  OK  ] Stopped Network Name Resolution.
         Starting Network Name Resolution...
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[  OK  ] Stopped Network Name Resolution.
         Starting Network Name Resolution...
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[  OK  ] Stopped Network Name Resolution.
         Starting Network Name Resolution...
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[  OK  ] Stopped Network Name Resolution.
[FAILED] Failed to start Network Name Resolution.
See 'systemctl status systemd-resolved.service' for details.
[  OK  ] Reached target Host and Network Name Lookups.
[  OK  ] Reached target Network.
[ 1842.763580] cloud-init[246]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 running 'init' at Tue, 06 Oct 2020 19:26:41 +0000. Up 3.19 seconds.
[ 1842.763763] cloud-init[246]: ci-info: ++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++
[ 1842.763889] cloud-init[246]: ci-info: +--------+------+-----------------------------+-----------+-------+-------------------+
[ 1842.764030] cloud-init[246]: ci-info: | Device |  Up  |           Address           |    Mask   | Scope |     Hw-Address    |
[ 1842.764141] cloud-init[246]: ci-info: +--------+------+-----------------------------+-----------+-------+-------------------+
[ 1842.764245] cloud-init[246]: ci-info: |  eth0  | True | fe80::216:3eff:fe13:96ae/64 |     .     |  link | 00:16:3e:13:96:ae |
[ 1842.764349] cloud-init[246]: ci-info: |   lo   | True |          127.0.0.1          | 255.0.0.0 |  host |         .         |
[ 1842.764470] cloud-init[246]: ci-info: |   lo   | True |           ::1/128           |     .     |  host |         .         |
[ 1842.764577] cloud-init[246]: ci-info: +--------+------+-----------------------------+-----------+-------+-------------------+
[ 1842.764679] cloud-init[246]: ci-info: +++++++++++++++++++Route IPv6 info+++++++++++++++++++
[ 1842.764796] cloud-init[246]: ci-info: +-------+-------------+---------+-----------+-------+
[ 1842.764901] cloud-init[246]: ci-info: | Route | Destination | Gateway | Interface | Flags |
[ 1842.765019] cloud-init[246]: ci-info: +-------+-------------+---------+-----------+-------+
[ 1842.765123] cloud-init[246]: ci-info: |   0   |  fe80::/64  |    ::   |    eth0   |   U   |
[ 1842.765240] cloud-init[246]: ci-info: |   2   |    local    |    ::   |    eth0   |   U   |
[ 1842.765359] cloud-init[246]: ci-info: |   3   |   ff00::/8  |    ::   |    eth0   |   U   |
[ 1842.765463] cloud-init[246]: ci-info: +-------+-------------+---------+-----------+-------+
[  OK  ] Started Initial cloud-init job (metadata service crawler).
[  OK  ] Reached target Cloud-config availability.
[  OK  ] Reached target Network is Online.
[  OK  ] Reached target Remote File Systems (Pre).
[  OK  ] Reached target Remote File Systems.
         Starting Availability of block devices...
[  OK  ] Reached target System Initialization.
[  OK  ] Listening on Open-iSCSI iscsid Socket.
[  OK  ] Started Daily Cleanup of Temporary Directories.
[  OK  ] Listening on Socket unix for snap application lxd.daemon.
         Starting Socket activation for snappy daemon.
[  OK  ] Started Daily apt download activities.
[  OK  ] Started Daily apt upgrade and clean activities.
[  OK  ] Listening on ACPID Listen Socket.
[  OK  ] Listening on UUID daemon activation socket.
[  OK  ] Started Clean PHP session files every 30 mins.
[  OK  ] Started ACPI Events Check.
[  OK  ] Reached target Paths.
[  OK  ] Started Message of the Day.
[  OK  ] Reached target Timers.
[  OK  ] Listening on D-Bus System Message Bus Socket.
[  OK  ] Listening on Unix socket for apport crash forwarding.
[  OK  ] Started Availability of block devices.
[  OK  ] Listening on Socket activation for snappy daemon.
[  OK  ] Reached target Sockets.
[  OK  ] Reached target Basic System.
[  OK  ] Started D-Bus System Message Bus.
         Starting Login Service...
         Starting Dispatcher daemon for systemd-networkd...
         Starting LSB: Starts and daemonize Glances server...
         Starting Permit User Sessions...
         Starting The Salt Minion...
[  OK  ] Started Deferred execution scheduler.
         Starting Accounts Service...
         Starting System Logging Service...
         Starting The Apache HTTP Server...
         Starting Service for snap application lxd.activate...
         Starting Snap Daemon...
         Starting Initialize hardware monitoring sensors...
         Starting MySQL Community Server...
         Starting PM2 process manager...
         Starting OpenBSD Secure Shell server...
[  OK  ] Started Regular background program processing daemon.
         Starting LSB: automatic crash report generation...
         Starting LSB: disk temperature monitoring daemon...
[  OK  ] Started Permit User Sessions.
[  OK  ] Started Initialize hardware monitoring sensors.
[  OK  ] Started OpenBSD Secure Shell server.
[  OK  ] Started The Salt Minion.
[  OK  ] Started The Apache HTTP Server.
[FAILED] Failed to start MySQL Community Server.
See 'systemctl status mysql.service' for details.
[  OK  ] Started LSB: automatic crash report generation.
[  OK  ] Started D-Bus System Message Bus.
         Starting Terminate Plymouth Boot Screen...
         Starting Hold until boot process finishes up...
[  OK  ] Started Snap Daemon.
[  OK  ] Started LSB: Starts and daemonize Glances server.
[  OK  ] Started PM2 process manager.
[  OK  ] Started LSB: disk temperature monitoring daemon.
[  OK  ] Started Hold until boot process finishes up.
[FAILED] Failed to start Login Service.
See 'systemctl status systemd-logind.service' for details.
[FAILED] Failed to start Dispatcher daemon for systemd-networkd.
See 'systemctl status networkd-dispatcher.service' for details.
[FAILED] Failed to start Accounts Service.
See 'systemctl status accounts-daemon.service' for details.
[  OK  ] Started Terminate Plymouth Boot Screen.
[  OK  ] Stopped Login Service.
         Starting Login Service...
[  OK  ] Started D-Bus System Message Bus.
[  OK  ] Stopped MySQL Community Server.
         Starting MySQL Community Server...
[  OK  ] Started Console Getty.
[  OK  ] Created slice system-getty.slice.
[  OK  ] Reached target Login Prompts.
         Starting Wait until snapd is fully seeded...
[  OK  ] Started Service for snap application lxd.activate.
[FAILED] Failed to start Login Service.
See 'systemctl status systemd-logind.service' for details.
[FAILED] Failed to start System Logging Service.
See 'systemctl status rsyslog.service' for details.
[  OK  ] Stopped Login Service.
         Starting Login Service...
[  OK  ] Started D-Bus System Message Bus.

Ubuntu 18.04.5 LTS lxd-mosaic console

lxd-mosaic login: [  OK  ] Created slice system-apport\x2dforward.slice.
         Starting Apport crash forwarding receiver...
[  OK  ] Started Wait until snapd is fully seeded.
[ 2295.257876] cloud-init[8625]: Cloud-init v. 20.3-2-g371b392c-0ubuntu1~18.04.1 running 'modules:config' at Tue, 06 Oct 2020 19:34:14 +0000. Up 455.85 seconds.