● np0000191215 State: running Units: 349 loaded (incl. loaded aliases) Jobs: 0 queued Failed: 0 units Since: Wed 2026-08-26 20:09:19 UTC; 11min ago systemd: 255.4-1ubuntu8.17 CGroup: / ├─init.scope │ └─1 /sbin/init nofb ├─system.slice │ ├─apache-htcacheclean.service │ │ └─14273 /usr/bin/htcacheclean -d 120 -p /var/cache/apache2/mod_cache_disk -l 300M -n │ ├─apache2.service │ │ ├─14168 /usr/sbin/apache2 -k start │ │ ├─14170 /usr/sbin/apache2 -k start │ │ └─14171 /usr/sbin/apache2 -k start │ ├─dbus.service │ │ └─713 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─haproxy.service │ │ ├─13244 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock │ │ └─13246 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock │ ├─ksmtuned.service │ │ ├─ 5161 /bin/bash /usr/sbin/ksmtuned │ │ └─21278 sleep 60 │ ├─memcached.service │ │ └─12258 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 -l ::1 -P /var/run/memcached/memcached.pid │ ├─packagekit.service │ │ └─1812 /usr/libexec/packagekitd │ ├─polkit.service │ │ └─750 /usr/lib/polkit-1/polkitd --no-debug │ ├─rsyslog.service │ │ └─17406 /usr/sbin/rsyslogd -n -iNONE │ ├─ssh.service │ │ └─756 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups" │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─729 /sbin/agetty -o "-p -- \\u" --noclear - linux │ ├─system-serial\x2dgetty.slice │ │ └─serial-getty@ttyS0.service │ │ └─730 /sbin/agetty -o "-p -- \\u" --keep-baud 115200,57600,38400,9600 - vt220 │ ├─systemd-journald.service │ │ └─19059 /usr/lib/systemd/systemd-journald │ ├─systemd-logind.service │ │ └─718 /usr/lib/systemd/systemd-logind │ ├─systemd-networkd.service │ │ └─606 /usr/lib/systemd/systemd-networkd │ ├─systemd-resolved.service │ │ └─465 /usr/lib/systemd/systemd-resolved │ ├─systemd-timesyncd.service │ │ └─466 /usr/lib/systemd/systemd-timesyncd │ └─systemd-udevd.service │ └─udev │ └─453 /usr/lib/systemd/systemd-udevd └─user.slice └─user-1000.slice ├─session-1.scope │ └─1067 /usr/bin/python3 ├─session-9.scope │ ├─20070 "sshd: zuul [priv]" │ ├─20080 "sshd: zuul@notty" │ ├─21391 sh -c "/bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '\"'\"'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3'\"'\"' && sleep 0'" │ ├─21392 /bin/sh -c "sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3' && sleep 0" │ ├─21393 sudo -H -S -n -u root /bin/sh -c "echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3" │ ├─21394 /bin/sh -c "echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3" │ ├─21395 /usr/bin/python3 │ ├─21396 /bin/bash -c "sudo iptables-save > /home/zuul/iptables.txt\n\n# NOTE(sfernand): Run 'df' with a 60s timeout to prevent hangs from\n# stale NFS mounts.\ntimeout -s 9 60s df -h > /home/zuul/df.txt || true\n# If 'df' times out, the mount output helps debug which NFS share\n# is unresponsive.\nmount > /home/zuul/mount.txt\n\nfor py_ver in 2 3; do\n if [[ \`which python\${py_ver}\` ]]; then\n python\${py_ver} -m pip freeze > /home/zuul/pip\${py_ver}-freeze.txt\n fi\ndone\n\nif [ \`command -v dpkg\` ]; then\n dpkg -l> /home/zuul/dpkg-l.txt\nfi\nif [ \`command -v rpm\` ]; then\n rpm -qa | sort > /home/zuul/rpm-qa.txt\nfi\n\n# Services status\nsudo systemctl status --all > services.txt 2>/dev/null\n\n# NOTE(kchamart) The 'audit.log' can be useful in cases when QEMU\n# failed to start due to denials from SELinux — useful for CentOS\n# and Fedora machines. For Ubuntu (which runs AppArmor), DevStack\n# already captures the contents of /var/log/kern.log (via\n# \`journalctl -t kernel\` redirected into syslog.txt.gz), which\n# contains AppArmor-related messages.\nif [ -f /var/log/audit/audit.log ] ; then\n sudo cp /var/log/audit/audit.log /home/zuul/audit.log &&\n chmod +r /home/zuul/audit.log;\nfi\n\n# gzip and save any coredumps in /var/core\nif [ -d /var/core ]; then\n sudo gzip -r /var/core\n sudo cp -r /var/core /home/zuul/\nfi\n\nsudo ss -lntup | grep ':53' > /home/zuul/listen53.txt\n\n# NOTE(andreaf) Service logs are already in logs/ thanks for the\n# export-devstack-journal log. Apache logs are under apache/ thans to the\n# apache-logs-conf role.\ngrep -i deprecat /home/zuul/logs/*.txt /home/zuul/apache/*.log | \\\n sed -r 's/[0-9]{1,2}\\:[0-9]{1,2}\\:[0-9]{1,2}\\.[0-9]{1,3}/ /g' | \\\n sed -r 's/[0-9]{1,2}\\:[0-9]{1,2}\\:[0-9]{1,2}/ /g' | \\\n sed -r 's/[0-9]{1,4}-[0-9]{1,2}-[0-9]{1,4}/ /g' |\n sed -r 's/\\[.*\\]/ /g' | \\\n sed -r 's/\\s[0-9]+\\s/ /g' | \\\n awk '{if (\$0 in seen) {seen[\$0]++} else {out[++n]=\$0;seen[\$0]=1}} END { for (i=1; i<=n; i++) print seen[out[i]]\" :: \" out[i] }' > /home/zuul/deprecations.log\n" │ ├─21409 sudo systemctl status --all │ └─21410 systemctl status --all └─user@1000.service └─init.scope ├─846 /usr/lib/systemd/systemd --user └─847 "(sd-pam)" ● proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point Loaded: loaded (/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.automount; static) Active: active (running) since Wed 2026-08-26 20:09:20 UTC; 11min ago Triggers: ● proc-sys-fs-binfmt_misc.mount Where: /proc/sys/fs/binfmt_misc Docs: https://docs.kernel.org/admin-guide/binfmt-misc.html https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Aug 26 20:09:21 ubuntu systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 451 (systemd-binfmt) Notice: journal has been rotated since unit was started, output may be incomplete. ● dev-cdrom.device - QEMU_DVD-ROM config-2 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 ● dev-disk-by\x2ddiskseq-11.device - QEMU_DVD-ROM config-2 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 ● dev-disk-by\x2ddiskseq-9.device - /dev/disk/by-diskseq/9 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda ● dev-disk-by\x2ddiskseq-9\x2dpart1.device - /dev/disk/by-diskseq/9-part1 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda-vda1.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda/vda1 ● dev-disk-by\x2did-ata\x2dQEMU_DVD\x2dROM_QM00001.device - QEMU_DVD-ROM config-2 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 ● dev-disk-by\x2dlabel-cloudimg\x2drootfs.device - /dev/disk/by-label/cloudimg-rootfs Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda-vda1.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda/vda1 ● dev-disk-by\x2dlabel-config\x2d2.device - QEMU_DVD-ROM config-2 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 ● dev-disk-by\x2dpartuuid-590db07d\x2d01.device - /dev/disk/by-partuuid/590db07d-01 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda-vda1.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda/vda1 ● dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1.0.device - QEMU_DVD-ROM config-2 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 ● dev-disk-by\x2dpath-pci\x2d0000:00:01.1\x2data\x2d1.device - QEMU_DVD-ROM config-2 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 ● dev-disk-by\x2dpath-pci\x2d0000:00:04.0.device - /dev/disk/by-path/pci-0000:00:04.0 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda ● dev-disk-by\x2dpath-pci\x2d0000:00:04.0\x2dpart1.device - /dev/disk/by-path/pci-0000:00:04.0-part1 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda-vda1.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda/vda1 ● dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0.device - /dev/disk/by-path/virtio-pci-0000:00:04.0 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda ● dev-disk-by\x2dpath-virtio\x2dpci\x2d0000:00:04.0\x2dpart1.device - /dev/disk/by-path/virtio-pci-0000:00:04.0-part1 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda-vda1.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda/vda1 ● dev-disk-by\x2duuid-0d5f9c5f\x2da5d7\x2d464b\x2d8377\x2d92d5b591b510.device - /dev/disk/by-uuid/0d5f9c5f-a5d7-464b-8377-92d5b591b510 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda-vda1.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda/vda1 ● dev-disk-by\x2duuid-2026\x2d08\x2d26\x2d20\x2d09\x2d09\x2d00.device - QEMU_DVD-ROM config-2 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 ● dev-rfkill.device - /dev/rfkill Follows: unit currently follows state of sys-devices-virtual-misc-rfkill.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/virtual/misc/rfkill ● dev-sr0.device - QEMU_DVD-ROM config-2 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 ● dev-ttyprintk.device - /dev/ttyprintk Follows: unit currently follows state of sys-devices-virtual-tty-ttyprintk.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/virtual/tty/ttyprintk ● dev-ttyS0.device - /dev/ttyS0 Follows: unit currently follows state of sys-devices-pnp0-00:00-00:00:0-00:00:0.0-tty-ttyS0.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pnp0/00:00/00:00:0/00:00:0.0/tty/ttyS0 Aug 26 20:09:21 ubuntu systemd[1]: Found device dev-ttyS0.device - /dev/ttyS0. ● dev-ttyS1.device - /dev/ttyS1 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1 ● dev-ttyS10.device - /dev/ttyS10 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.10-tty-ttyS10.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.10/tty/ttyS10 ● dev-ttyS11.device - /dev/ttyS11 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.11-tty-ttyS11.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.11/tty/ttyS11 ● dev-ttyS12.device - /dev/ttyS12 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.12-tty-ttyS12.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.12/tty/ttyS12 ● dev-ttyS13.device - /dev/ttyS13 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.13-tty-ttyS13.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.13/tty/ttyS13 ● dev-ttyS14.device - /dev/ttyS14 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.14-tty-ttyS14.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.14/tty/ttyS14 ● dev-ttyS15.device - /dev/ttyS15 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.15-tty-ttyS15.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.15/tty/ttyS15 ● dev-ttyS16.device - /dev/ttyS16 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.16-tty-ttyS16.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.16/tty/ttyS16 ● dev-ttyS17.device - /dev/ttyS17 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.17-tty-ttyS17.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.17/tty/ttyS17 ● dev-ttyS18.device - /dev/ttyS18 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.18-tty-ttyS18.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.18/tty/ttyS18 ● dev-ttyS19.device - /dev/ttyS19 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.19-tty-ttyS19.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.19/tty/ttyS19 ● dev-ttyS2.device - /dev/ttyS2 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2 ● dev-ttyS20.device - /dev/ttyS20 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.20-tty-ttyS20.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.20/tty/ttyS20 ● dev-ttyS21.device - /dev/ttyS21 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.21-tty-ttyS21.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.21/tty/ttyS21 ● dev-ttyS22.device - /dev/ttyS22 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.22-tty-ttyS22.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.22/tty/ttyS22 ● dev-ttyS23.device - /dev/ttyS23 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.23-tty-ttyS23.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.23/tty/ttyS23 ● dev-ttyS24.device - /dev/ttyS24 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.24-tty-ttyS24.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.24/tty/ttyS24 ● dev-ttyS25.device - /dev/ttyS25 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.25-tty-ttyS25.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.25/tty/ttyS25 ● dev-ttyS26.device - /dev/ttyS26 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.26-tty-ttyS26.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.26/tty/ttyS26 ● dev-ttyS27.device - /dev/ttyS27 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.27-tty-ttyS27.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.27/tty/ttyS27 ● dev-ttyS28.device - /dev/ttyS28 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.28-tty-ttyS28.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.28/tty/ttyS28 ● dev-ttyS29.device - /dev/ttyS29 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.29-tty-ttyS29.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.29/tty/ttyS29 ● dev-ttyS3.device - /dev/ttyS3 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3 ● dev-ttyS30.device - /dev/ttyS30 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.30-tty-ttyS30.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.30/tty/ttyS30 ● dev-ttyS31.device - /dev/ttyS31 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.31-tty-ttyS31.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.31/tty/ttyS31 ● dev-ttyS4.device - /dev/ttyS4 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.4-tty-ttyS4.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.4/tty/ttyS4 ● dev-ttyS5.device - /dev/ttyS5 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.5-tty-ttyS5.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.5/tty/ttyS5 ● dev-ttyS6.device - /dev/ttyS6 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.6-tty-ttyS6.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.6/tty/ttyS6 ● dev-ttyS7.device - /dev/ttyS7 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.7-tty-ttyS7.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.7/tty/ttyS7 ● dev-ttyS8.device - /dev/ttyS8 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.8-tty-ttyS8.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.8/tty/ttyS8 ● dev-ttyS9.device - /dev/ttyS9 Follows: unit currently follows state of sys-devices-platform-serial8250-serial8250:0-serial8250:0.9-tty-ttyS9.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.9/tty/ttyS9 ● dev-vda.device - /dev/vda Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda ● dev-vda1.device - /dev/vda1 Follows: unit currently follows state of sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda-vda1.device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda/vda1 Notice: journal has been rotated since unit was started, output may be incomplete. ● sys-devices-pci0000:00-0000:00:01.1-ata1-host0-target0:0:0-0:0:0:0-block-sr0.device - QEMU_DVD-ROM config-2 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:01.1/ata1/host0/target0:0:0/0:0:0:0/block/sr0 ● sys-devices-pci0000:00-0000:00:03.0-virtio1-net-ens3.device - Virtio network device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:03.0/virtio1/net/ens3 ● sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda-vda1.device - /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda/vda1 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda/vda1 ● sys-devices-pci0000:00-0000:00:04.0-virtio2-block-vda.device - /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:04.0/virtio2/block/vda ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.1-tty-ttyS1.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.1/tty/ttyS1 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.10-tty-ttyS10.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.10/tty/ttyS10 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.10/tty/ttyS10 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.11-tty-ttyS11.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.11/tty/ttyS11 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.11/tty/ttyS11 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.12-tty-ttyS12.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.12/tty/ttyS12 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.12/tty/ttyS12 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.13-tty-ttyS13.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.13/tty/ttyS13 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.13/tty/ttyS13 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.14-tty-ttyS14.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.14/tty/ttyS14 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.14/tty/ttyS14 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.15-tty-ttyS15.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.15/tty/ttyS15 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.15/tty/ttyS15 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.16-tty-ttyS16.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.16/tty/ttyS16 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.16/tty/ttyS16 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.17-tty-ttyS17.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.17/tty/ttyS17 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.17/tty/ttyS17 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.18-tty-ttyS18.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.18/tty/ttyS18 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.18/tty/ttyS18 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.19-tty-ttyS19.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.19/tty/ttyS19 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.19/tty/ttyS19 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.2-tty-ttyS2.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.2/tty/ttyS2 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.20-tty-ttyS20.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.20/tty/ttyS20 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.20/tty/ttyS20 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.21-tty-ttyS21.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.21/tty/ttyS21 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.21/tty/ttyS21 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.22-tty-ttyS22.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.22/tty/ttyS22 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.22/tty/ttyS22 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.23-tty-ttyS23.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.23/tty/ttyS23 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.23/tty/ttyS23 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.24-tty-ttyS24.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.24/tty/ttyS24 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.24/tty/ttyS24 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.25-tty-ttyS25.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.25/tty/ttyS25 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.25/tty/ttyS25 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.26-tty-ttyS26.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.26/tty/ttyS26 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.26/tty/ttyS26 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.27-tty-ttyS27.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.27/tty/ttyS27 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.27/tty/ttyS27 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.28-tty-ttyS28.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.28/tty/ttyS28 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.28/tty/ttyS28 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.29-tty-ttyS29.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.29/tty/ttyS29 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.29/tty/ttyS29 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.3-tty-ttyS3.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.3/tty/ttyS3 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.30-tty-ttyS30.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.30/tty/ttyS30 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.30/tty/ttyS30 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.31-tty-ttyS31.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.31/tty/ttyS31 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.31/tty/ttyS31 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.4-tty-ttyS4.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.4/tty/ttyS4 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.4/tty/ttyS4 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.5-tty-ttyS5.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.5/tty/ttyS5 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.5/tty/ttyS5 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.6-tty-ttyS6.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.6/tty/ttyS6 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.6/tty/ttyS6 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.7-tty-ttyS7.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.7/tty/ttyS7 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.7/tty/ttyS7 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.8-tty-ttyS8.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.8/tty/ttyS8 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.8/tty/ttyS8 ● sys-devices-platform-serial8250-serial8250:0-serial8250:0.9-tty-ttyS9.device - /sys/devices/platform/serial8250/serial8250:0/serial8250:0.9/tty/ttyS9 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/platform/serial8250/serial8250:0/serial8250:0.9/tty/ttyS9 ● sys-devices-pnp0-00:00-00:00:0-00:00:0.0-tty-ttyS0.device - /sys/devices/pnp0/00:00/00:00:0/00:00:0.0/tty/ttyS0 Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pnp0/00:00/00:00:0/00:00:0.0/tty/ttyS0 ● sys-devices-virtual-misc-rfkill.device - /sys/devices/virtual/misc/rfkill Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/virtual/misc/rfkill ● sys-devices-virtual-tty-ttyprintk.device - /sys/devices/virtual/tty/ttyprintk Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/virtual/tty/ttyprintk ● sys-module-configfs.device - /sys/module/configfs Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/module/configfs ● sys-module-fuse.device - /sys/module/fuse Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/module/fuse ● sys-subsystem-net-devices-ens3.device - Virtio network device Loaded: loaded Active: active (plugged) since Wed 2026-08-26 20:09:21 UTC; 11min ago Device: /sys/devices/pci0000:00/0000:00:03.0/virtio1/net/ens3 ● -.mount - Root Mount Loaded: loaded (/etc/fstab; generated) Active: active (mounted) since Wed 2026-08-26 20:09:20 UTC; 11min ago Where: / What: /dev/vda1 Docs: man:fstab(5) man:systemd-fstab-generator(8) Notice: journal has been rotated since unit was started, output may be incomplete. ● dev-hugepages.mount - Huge Pages File System Loaded: loaded (/proc/self/mountinfo; static) Active: active (mounted) since Wed 2026-08-26 20:09:20 UTC; 11min ago Where: /dev/hugepages What: hugetlbfs Docs: https://docs.kernel.org/admin-guide/mm/hugetlbpage.html https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Tasks: 0 (limit: 77074) Memory: 112.0K (peak: 948.0K) CPU: 9ms CGroup: /dev-hugepages.mount Aug 26 20:09:20 ubuntu systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System. Notice: journal has been rotated since unit was started, output may be incomplete. ● dev-mqueue.mount - POSIX Message Queue File System Loaded: loaded (/proc/self/mountinfo; static) Active: active (mounted) since Wed 2026-08-26 20:09:20 UTC; 11min ago Where: /dev/mqueue What: mqueue Docs: man:mq_overview(7) https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Tasks: 0 (limit: 77074) Memory: 4.0K (peak: 1.7M) CPU: 15ms CGroup: /dev-mqueue.mount Aug 26 20:09:20 ubuntu systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System. Notice: journal has been rotated since unit was started, output may be incomplete. ● proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System Loaded: loaded (/proc/self/mountinfo; disabled; preset: disabled) Active: active (mounted) since Wed 2026-08-26 20:09:21 UTC; 11min ago TriggeredBy: ● proc-sys-fs-binfmt_misc.automount Where: /proc/sys/fs/binfmt_misc What: binfmt_misc Docs: https://docs.kernel.org/admin-guide/binfmt-misc.html https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Tasks: 0 (limit: 77074) Memory: 12.0K (peak: 1.5M) CPU: 22ms CGroup: /proc-sys-fs-binfmt_misc.mount Aug 26 20:09:21 ubuntu systemd[1]: Mounting proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System... Aug 26 20:09:21 ubuntu systemd[1]: Mounted proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System. ● run-user-1000.mount - /run/user/1000 Loaded: loaded (/proc/self/mountinfo) Active: active (mounted) since Wed 2026-08-26 20:11:58 UTC; 8min ago Where: /run/user/1000 What: tmpfs ● sys-fs-fuse-connections.mount - FUSE Control File System Loaded: loaded (/proc/self/mountinfo; static) Active: active (mounted) since Wed 2026-08-26 20:09:20 UTC; 11min ago Where: /sys/fs/fuse/connections What: fusectl Docs: https://docs.kernel.org/filesystems/fuse.html https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Tasks: 0 (limit: 77074) Memory: 4.0K (peak: 328.0K) CPU: 4ms CGroup: /sys-fs-fuse-connections.mount Aug 26 20:09:20 ubuntu systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System... Aug 26 20:09:20 ubuntu systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System. ● sys-kernel-config.mount - Kernel Configuration File System Loaded: loaded (/proc/self/mountinfo; static) Active: active (mounted) since Wed 2026-08-26 20:09:20 UTC; 11min ago Where: /sys/kernel/config What: configfs Docs: https://docs.kernel.org/filesystems/configfs.html https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Tasks: 0 (limit: 77074) Memory: 4.0K (peak: 1.5M) CPU: 13ms CGroup: /sys-kernel-config.mount Aug 26 20:09:20 ubuntu systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System... Aug 26 20:09:20 ubuntu systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System. ● sys-kernel-debug.mount - Kernel Debug File System Loaded: loaded (/proc/self/mountinfo; static) Active: active (mounted) since Wed 2026-08-26 20:09:20 UTC; 11min ago Where: /sys/kernel/debug What: debugfs Docs: https://docs.kernel.org/filesystems/debugfs.html https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Tasks: 0 (limit: 77074) Memory: 4.0K (peak: 1.8M) CPU: 13ms CGroup: /sys-kernel-debug.mount Aug 26 20:09:20 ubuntu systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System. Notice: journal has been rotated since unit was started, output may be incomplete. ● sys-kernel-tracing.mount - Kernel Trace File System Loaded: loaded (/proc/self/mountinfo; static) Active: active (mounted) since Wed 2026-08-26 20:09:20 UTC; 11min ago Where: /sys/kernel/tracing What: tracefs Docs: https://docs.kernel.org/trace/ftrace.html https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Tasks: 0 (limit: 77074) Memory: 4.0K (peak: 1.7M) CPU: 15ms CGroup: /sys-kernel-tracing.mount Aug 26 20:09:20 ubuntu systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System. Notice: journal has been rotated since unit was started, output may be incomplete. ● systemd-ask-password-console.path - Dispatch Password Requests to Console Directory Watch Loaded: loaded (/usr/lib/systemd/system/systemd-ask-password-console.path; static) Active: active (waiting) since Wed 2026-08-26 20:09:20 UTC; 11min ago Triggers: ● systemd-ask-password-console.service Docs: man:systemd-ask-password-console.path(8) Notice: journal has been rotated since unit was started, output may be incomplete. ● systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch Loaded: loaded (/usr/lib/systemd/system/systemd-ask-password-wall.path; static) Active: active (waiting) since Wed 2026-08-26 20:09:20 UTC; 11min ago Triggers: ● systemd-ask-password-wall.service Docs: man:systemd-ask-password-wall.path(8) Notice: journal has been rotated since unit was started, output may be incomplete. ● init.scope - System and Service Manager Loaded: loaded Transient: yes Active: active (running) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd(1) Tasks: 1 (limit: 77074) Memory: 6.3M (peak: 18.0M) CPU: 15.431s CGroup: /init.scope └─1 /sbin/init nofb Aug 26 20:18:10 np0000191215 systemd[1]: rsyslog.service: Deactivated successfully. Aug 26 20:18:10 np0000191215 systemd[1]: Stopped rsyslog.service - System Logging Service. Aug 26 20:18:10 np0000191215 systemd[1]: Starting rsyslog.service - System Logging Service... Aug 26 20:18:10 np0000191215 systemd[1]: Started rsyslog.service - System Logging Service. Aug 26 20:19:55 np0000191215 systemd[1]: session-7.scope: Deactivated successfully. Aug 26 20:19:55 np0000191215 systemd[1]: session-7.scope: Consumed 2min 12.570s CPU time, 2.1G memory peak, 0B memory swap peak. Aug 26 20:19:58 np0000191215 systemd[1]: Started session-8.scope - Session 8 of User zuul. Aug 26 20:20:03 np0000191215 systemd[1]: session-8.scope: Deactivated successfully. Aug 26 20:20:03 np0000191215 systemd[1]: session-8.scope: Consumed 1.044s CPU time. Aug 26 20:20:06 np0000191215 systemd[1]: Started session-9.scope - Session 9 of User zuul. ● session-1.scope - Session 1 of User zuul Loaded: loaded (/run/systemd/transient/session-1.scope; transient) Transient: yes Active: active (abandoned) since Wed 2026-08-26 20:11:58 UTC; 8min ago Tasks: 2 Memory: 18.7M (peak: 37.3M) CPU: 3.300s CGroup: /user.slice/user-1000.slice/session-1.scope └─1067 /usr/bin/python3 Aug 26 20:12:08 np0000191215 ansible-file[991]: Invoked with state=directory path=/home/zuul/.ssh mode=448 recurse=False force=False follow=True modification_time_format=%Y%m%d%H%M.%S access_time_format=%Y%m%d%H%M.%S unsafe_writes=False _original_basename=None _diff_peek=None src=None modification_time=None access_time=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 26 20:12:08 np0000191215 ansible-ansible.legacy.stat[1010]: Invoked with path=/home/zuul/.ssh/id_rsa follow=False get_checksum=False checksum_algorithm=sha1 get_mime=True get_attributes=True Aug 26 20:12:08 np0000191215 ansible-ansible.legacy.copy[1020]: Invoked with src=/home/zuul/.ansible/tmp/ansible-tmp-1787775128.3422654-190-15129566919092/source dest=/home/zuul/.ssh/id_rsa mode=384 force=False _original_basename=74903c1e034347f7b40f920bf50117e4_id_rsa follow=False checksum=cb3693a956972fbd3917d4d394b6e42dd163681c backup=False unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 26 20:12:09 np0000191215 ansible-ansible.legacy.stat[1043]: Invoked with path=/home/zuul/.ssh/id_rsa.pub follow=False get_checksum=False checksum_algorithm=sha1 get_mime=True get_attributes=True Aug 26 20:12:09 np0000191215 ansible-ansible.legacy.copy[1053]: Invoked with src=/home/zuul/.ansible/tmp/ansible-tmp-1787775129.0650048-200-147825866538907/source dest=/home/zuul/.ssh/id_rsa.pub mode=420 force=False _original_basename=74903c1e034347f7b40f920bf50117e4_id_rsa.pub follow=False checksum=9d22eb3f5933ce0d1580b7b93e306b92d776c9d8 backup=False unsafe_writes=False content=NOT_LOGGING_PARAMETER validate=None directory_mode=None remote_src=None local_follow=None owner=None group=None seuser=None serole=None selevel=None setype=None attributes=None Aug 26 20:12:10 np0000191215 ansible-ping[1061]: Invoked with data=pong Aug 26 20:12:11 np0000191215 ansible-zuul_console[1065]: Invoked with path=/tmp/console-{log_uuid}.log port=19885 state=present Aug 26 20:13:11 np0000191215 sshd[866]: Received disconnect from 162.253.55.78 port 52470:11: disconnected by user Aug 26 20:13:11 np0000191215 sshd[866]: Disconnected from user zuul 162.253.55.78 port 52470 Aug 26 20:13:11 np0000191215 sshd[841]: pam_unix(sshd:session): session closed for user zuul ● session-9.scope - Session 9 of User zuul Loaded: loaded (/run/systemd/transient/session-9.scope; transient) Transient: yes Active: active (running) since Wed 2026-08-26 20:20:06 UTC; 19s ago Tasks: 11 Memory: 22.0M (peak: 52.8M) CPU: 12.261s CGroup: /user.slice/user-1000.slice/session-9.scope ├─20070 "sshd: zuul [priv]" ├─20080 "sshd: zuul@notty" ├─21391 sh -c "/bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '\"'\"'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3'\"'\"' && sleep 0'" ├─21392 /bin/sh -c "sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3' && sleep 0" ├─21393 sudo -H -S -n -u root /bin/sh -c "echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3" ├─21394 /bin/sh -c "echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3" ├─21395 /usr/bin/python3 ├─21396 /bin/bash -c "sudo iptables-save > /home/zuul/iptables.txt\n\n# NOTE(sfernand): Run 'df' with a 60s timeout to prevent hangs from\n# stale NFS mounts.\ntimeout -s 9 60s df -h > /home/zuul/df.txt || true\n# If 'df' times out, the mount output helps debug which NFS share\n# is unresponsive.\nmount > /home/zuul/mount.txt\n\nfor py_ver in 2 3; do\n if [[ \`which python\${py_ver}\` ]]; then\n python\${py_ver} -m pip freeze > /home/zuul/pip\${py_ver}-freeze.txt\n fi\ndone\n\nif [ \`command -v dpkg\` ]; then\n dpkg -l> /home/zuul/dpkg-l.txt\nfi\nif [ \`command -v rpm\` ]; then\n rpm -qa | sort > /home/zuul/rpm-qa.txt\nfi\n\n# Services status\nsudo systemctl status --all > services.txt 2>/dev/null\n\n# NOTE(kchamart) The 'audit.log' can be useful in cases when QEMU\n# failed to start due to denials from SELinux — useful for CentOS\n# and Fedora machines. For Ubuntu (which runs AppArmor), DevStack\n# already captures the contents of /var/log/kern.log (via\n# \`journalctl -t kernel\` redirected into syslog.txt.gz), which\n# contains AppArmor-related messages.\nif [ -f /var/log/audit/audit.log ] ; then\n sudo cp /var/log/audit/audit.log /home/zuul/audit.log &&\n chmod +r /home/zuul/audit.log;\nfi\n\n# gzip and save any coredumps in /var/core\nif [ -d /var/core ]; then\n sudo gzip -r /var/core\n sudo cp -r /var/core /home/zuul/\nfi\n\nsudo ss -lntup | grep ':53' > /home/zuul/listen53.txt\n\n# NOTE(andreaf) Service logs are already in logs/ thanks for the\n# export-devstack-journal log. Apache logs are under apache/ thans to the\n# apache-logs-conf role.\ngrep -i deprecat /home/zuul/logs/*.txt /home/zuul/apache/*.log | \\\n sed -r 's/[0-9]{1,2}\\:[0-9]{1,2}\\:[0-9]{1,2}\\.[0-9]{1,3}/ /g' | \\\n sed -r 's/[0-9]{1,2}\\:[0-9]{1,2}\\:[0-9]{1,2}/ /g' | \\\n sed -r 's/[0-9]{1,4}-[0-9]{1,2}-[0-9]{1,4}/ /g' |\n sed -r 's/\\[.*\\]/ /g' | \\\n sed -r 's/\\s[0-9]+\\s/ /g' | \\\n awk '{if (\$0 in seen) {seen[\$0]++} else {out[++n]=\$0;seen[\$0]=1}} END { for (i=1; i<=n; i++) print seen[out[i]]\" :: \" out[i] }' > /home/zuul/deprecations.log\n" ├─21409 sudo systemctl status --all └─21410 systemctl status --all Aug 26 20:20:23 np0000191215 python3[21386]: ansible-stat Invoked with path=/etc/openstack follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 26 20:20:23 np0000191215 sudo[21384]: pam_unix(sudo:session): session closed for user root Aug 26 20:20:25 np0000191215 sudo[21393]: zuul : PWD=/home/zuul ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3' Aug 26 20:20:25 np0000191215 sudo[21393]: pam_unix(sudo:session): session opened for user root(uid=0) by zuul(uid=1000) Aug 26 20:20:25 np0000191215 python3[21395]: ansible-ansible.legacy.command Invoked with executable=/bin/bash _raw_params=sudo iptables-save > /home/zuul/iptables.txt # NOTE(sfernand): Run 'df' with a 60s timeout to prevent hangs from # stale NFS mounts. timeout -s 9 60s df -h > /home/zuul/df.txt || true # If 'df' times out, the mount output helps debug which NFS share # is unresponsive. mount > /home/zuul/mount.txt for py_ver in 2 3; do if [[ `which python${py_ver}` ]]; then python${py_ver} -m pip freeze > /home/zuul/pip${py_ver}-freeze.txt fi done if [ `command -v dpkg` ]; then dpkg -l> /home/zuul/dpkg-l.txt fi if [ `command -v rpm` ]; then rpm -qa | sort > /home/zuul/rpm-qa.txt fi # Services status sudo systemctl status --all > services.txt 2>/dev/null # NOTE(kchamart) The 'audit.log' can be useful in cases when QEMU # failed to start due to denials from SELinux — useful for CentOS # and Fedora machines. For Ubuntu (which runs AppArmor), DevStack # already captures the contents of /var/log/kern.log (via # `journalctl -t kernel` redirected into syslog.txt.gz), which # contains AppArmor-related messages. if [ -f /var/log/audit/audit.log ] ; then sudo cp /var/log/audit/audit.log /home/zuul/audit.log && chmod +r /home/zuul/audit.log; fi # gzip and save any coredumps in /var/core if [ -d /var/core ]; then sudo gzip -r /var/core sudo cp -r /var/core /home/zuul/ fi sudo ss -lntup | grep ':53' > /home/zuul/listen53.txt # NOTE(andreaf) Service logs are already in logs/ thanks for the # export-devstack-journal log. Apache logs are under apache/ thans to the # apache-logs-conf role. grep -i deprecat /home/zuul/logs/*.txt /home/zuul/apache/*.log | \ sed -r 's/[0-9]{1,2}\:[0-9]{1,2}\:[0-9]{1,2}\.[0-9]{1,3}/ /g' | \ sed -r 's/[0-9]{1,2}\:[0-9]{1,2}\:[0-9]{1,2}/ /g' | \ sed -r 's/[0-9]{1,4}-[0-9]{1,2}-[0-9]{1,4}/ /g' | sed -r 's/\[.*\]/ /g' | \ sed -r 's/\s[0-9]+\s/ /g' | \ awk '{if ($0 in seen) {seen[$0]++} else {out[++n]=$0;seen[$0]=1}} END { for (i=1; i<=n; i++) print seen[out[i]]" :: " out[i] }' > /home/zuul/deprecations.log _uses_shell=True zuul_no_log=False zuul_log_id=0242ac17-0010-0136-cba9-000000000033-1-controller zuul_output_max_bytes=1073741824 zuul_ansible_split_streams=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None creates=None removes=None stdin=None Aug 26 20:20:25 np0000191215 sudo[21398]: root : PWD=/home/zuul ; USER=root ; COMMAND=/usr/sbin/iptables-save Aug 26 20:20:25 np0000191215 sudo[21398]: pam_unix(sudo:session): session opened for user root(uid=0) by zuul(uid=0) Aug 26 20:20:25 np0000191215 sudo[21398]: pam_unix(sudo:session): session closed for user root Aug 26 20:20:25 np0000191215 sudo[21409]: root : PWD=/home/zuul ; USER=root ; COMMAND=/usr/bin/systemctl status --all Aug 26 20:20:25 np0000191215 sudo[21409]: pam_unix(sudo:session): session opened for user root(uid=0) by zuul(uid=0) ● apache-htcacheclean.service - Disk Cache Cleaning Daemon for Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/apache-htcacheclean.service; disabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:17:50 UTC; 2min 35s ago Docs: https://httpd.apache.org/docs/2.4/programs/htcacheclean.html Main PID: 14273 (htcacheclean) Tasks: 1 (limit: 77074) Memory: 292.0K (peak: 832.0K) CPU: 13ms CGroup: /system.slice/apache-htcacheclean.service └─14273 /usr/bin/htcacheclean -d 120 -p /var/cache/apache2/mod_cache_disk -l 300M -n Aug 26 20:17:50 np0000191215 systemd[1]: Starting apache-htcacheclean.service - Disk Cache Cleaning Daemon for Apache HTTP Server... Aug 26 20:17:50 np0000191215 systemd[1]: Started apache-htcacheclean.service - Disk Cache Cleaning Daemon for Apache HTTP Server. ● apache2.service - The Apache HTTP Server Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:17:49 UTC; 2min 36s ago Docs: https://httpd.apache.org/docs/2.4/ Main PID: 14168 (apache2) Tasks: 55 (limit: 77074) Memory: 5.6M (peak: 8.0M) CPU: 110ms CGroup: /system.slice/apache2.service ├─14168 /usr/sbin/apache2 -k start ├─14170 /usr/sbin/apache2 -k start └─14171 /usr/sbin/apache2 -k start Aug 26 20:17:49 np0000191215 systemd[1]: Starting apache2.service - The Apache HTTP Server... Aug 26 20:17:49 np0000191215 systemd[1]: Started apache2.service - The Apache HTTP Server. ○ apt-daily-upgrade.service - Daily apt upgrade and clean activities Loaded: loaded (/usr/lib/systemd/system/apt-daily-upgrade.service; static) Active: inactive (dead) TriggeredBy: ● apt-daily-upgrade.timer Docs: man:apt(8) ○ apt-daily.service - Daily apt download activities Loaded: loaded (/usr/lib/systemd/system/apt-daily.service; static) Active: inactive (dead) TriggeredBy: ● apt-daily.timer Docs: man:apt(8) ● blk-availability.service - Availability of block devices Loaded: loaded (/usr/lib/systemd/system/blk-availability.service; enabled; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:17:53 UTC; 2min 32s ago Aug 26 20:17:53 np0000191215 systemd[1]: Finished blk-availability.service - Availability of block devices. ● cloud-config.service - Cloud-init: Config Stage Loaded: loaded (/usr/lib/systemd/system/cloud-config.service; enabled; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:09:54 UTC; 10min ago Main PID: 712 (code=exited, status=0/SUCCESS) Tasks: 0 (limit: 77074) Memory: 9.7M (peak: 47.1M) CPU: 637ms CGroup: /system.slice/cloud-config.service Aug 26 20:09:28 np0000191215 systemd[1]: Starting cloud-config.service - Cloud-init: Config Stage... Aug 26 20:09:28 np0000191215 cloud-init[772]: Cloud-init v. 26.1-0ubuntu1~24.04.1 running 'modules:config' at Wed, 26 Aug 2026 20:09:28 +0000. Up 11.42 seconds. Aug 26 20:09:54 np0000191215 systemd[1]: Finished cloud-config.service - Cloud-init: Config Stage. ● cloud-final.service - Cloud-init: Final Stage Loaded: loaded (/usr/lib/systemd/system/cloud-final.service; enabled; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:09:55 UTC; 10min ago Main PID: 812 (code=exited, status=0/SUCCESS) Tasks: 0 Memory: 384.0K (peak: 31.8M) CPU: 522ms CGroup: /system.slice/cloud-final.service Aug 26 20:09:55 np0000191215 cloud-init[816]: Cloud-init v. 26.1-0ubuntu1~24.04.1 running 'modules:final' at Wed, 26 Aug 2026 20:09:55 +0000. Up 38.15 seconds. Aug 26 20:09:55 np0000191215 cloud-init[819]: -----BEGIN SSH HOST KEY FINGERPRINTS----- Aug 26 20:09:55 np0000191215 cloud-init[821]: 1024 SHA256:PapEPAyIXB5Aet3SKG7/GFbC2czDDtIKA7d4FAOAKLc root@np0000191215 (DSA) Aug 26 20:09:55 np0000191215 cloud-init[823]: 256 SHA256:0VgvRu0f/XwJ2iw99H49lIiRoCfKj4mhWEjPpYzaemQ root@np0000191215 (ECDSA) Aug 26 20:09:55 np0000191215 cloud-init[825]: 256 SHA256:/UzeVfi/edqp+pk3wMPWELpStPjsgN0GiiK97AyJvHU root@np0000191215 (ED25519) Aug 26 20:09:55 np0000191215 cloud-init[827]: 3072 SHA256:VSlGXWxG0U2GSePWZkXoIBHBBRsupVGuGNtzrHDHFQs root@np0000191215 (RSA) Aug 26 20:09:55 np0000191215 cloud-init[828]: -----END SSH HOST KEY FINGERPRINTS----- Aug 26 20:09:55 np0000191215 cloud-init[829]: ############################################################# Aug 26 20:09:55 np0000191215 cloud-init[816]: Cloud-init v. 26.1-0ubuntu1~24.04.1 finished at Wed, 26 Aug 2026 20:09:55 +0000. Datasource DataSourceConfigDrive [net,ver=2][source=/dev/sr0]. Up 38.32 seconds Aug 26 20:09:55 np0000191215 systemd[1]: Finished cloud-final.service - Cloud-init: Final Stage. ○ cloud-init-hotplugd.service - Cloud-init: Hotplug Hook Loaded: loaded (/usr/lib/systemd/system/cloud-init-hotplugd.service; static) Active: inactive (dead) TriggeredBy: ● cloud-init-hotplugd.socket ● cloud-init-local.service - Cloud-init: Local Stage (pre-network) Loaded: loaded (/usr/lib/systemd/system/cloud-init-local.service; enabled; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:09:22 UTC; 11min ago Main PID: 436 (code=exited, status=0/SUCCESS) Tasks: 0 (limit: 77074) Memory: 17.5M (peak: 66.9M) CPU: 945ms CGroup: /system.slice/cloud-init-local.service Aug 26 20:09:20 ubuntu systemd[1]: Starting cloud-init-local.service - Cloud-init: Local Stage (pre-network)... Aug 26 20:09:21 ubuntu cloud-init[550]: Cloud-init v. 26.1-0ubuntu1~24.04.1 running 'init-local' at Wed, 26 Aug 2026 20:09:21 +0000. Up 4.82 seconds. Aug 26 20:09:22 np0000191215 systemd[1]: Finished cloud-init-local.service - Cloud-init: Local Stage (pre-network). ● cloud-init.service - Cloud-init: Network Stage Loaded: loaded (/usr/lib/systemd/system/cloud-init.service; enabled; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:09:28 UTC; 10min ago Main PID: 618 (code=exited, status=0/SUCCESS) CPU: 1.556s Aug 26 20:09:27 np0000191215 cloud-init[622]: | . . . | Aug 26 20:09:27 np0000191215 cloud-init[622]: | o o o .| Aug 26 20:09:27 np0000191215 cloud-init[622]: | + + . ..| Aug 26 20:09:27 np0000191215 cloud-init[622]: | . . S B = o o| Aug 26 20:09:27 np0000191215 cloud-init[622]: |o..o . o + @ B o.| Aug 26 20:09:27 np0000191215 cloud-init[622]: |.+o.oE = = + .| Aug 26 20:09:27 np0000191215 cloud-init[622]: | =o. . o+=| Aug 26 20:09:27 np0000191215 cloud-init[622]: | ..o .o=+=+| Aug 26 20:09:27 np0000191215 cloud-init[622]: +----[SHA256]-----+ Aug 26 20:09:28 np0000191215 systemd[1]: Finished cloud-init.service - Cloud-init: Network Stage. ● dbus.service - D-Bus System Message Bus Loaded: loaded (/usr/lib/systemd/system/dbus.service; static) Active: active (running) since Wed 2026-08-26 20:09:28 UTC; 10min ago TriggeredBy: ● dbus.socket Docs: man:dbus-daemon(1) Main PID: 713 (dbus-daemon) Tasks: 1 (limit: 77074) Memory: 2.0M (peak: 2.6M) CPU: 1.045s CGroup: /system.slice/dbus.service └─713 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only Aug 26 20:09:28 np0000191215 dbus-daemon[713]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' Aug 26 20:14:47 np0000191215 dbus-daemon[713]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.18' (uid=0 pid=1808 comm="/usr/bin/gdbus call --system --dest org.freedeskto" label="unconfined") Aug 26 20:14:47 np0000191215 dbus-daemon[713]: [system] Successfully activated service 'org.freedesktop.PackageKit' Aug 26 20:16:58 np0000191215 dbus-daemon[713]: [system] Reloaded configuration Aug 26 20:16:58 np0000191215 dbus-daemon[713]: [system] Reloaded configuration Aug 26 20:16:58 np0000191215 dbus-daemon[713]: Unknown username "dnsmasq" in message bus configuration file Aug 26 20:16:58 np0000191215 dbus-daemon[713]: [system] Reloaded configuration Aug 26 20:16:58 np0000191215 dbus-daemon[713]: Unknown username "dnsmasq" in message bus configuration file Aug 26 20:16:58 np0000191215 dbus-daemon[713]: [system] Reloaded configuration Aug 26 20:17:54 np0000191215 dbus-daemon[713]: [system] Reloaded configuration ○ dm-event.service - Device-mapper event daemon Loaded: loaded (/usr/lib/systemd/system/dm-event.service; static) Active: inactive (dead) TriggeredBy: ● dm-event.socket Docs: man:dmeventd(8) ○ dmesg.service - Save initial kernel messages after boot Loaded: loaded (/usr/lib/systemd/system/dmesg.service; enabled; preset: enabled) Active: inactive (dead) since Wed 2026-08-26 20:17:28 UTC; 2min 57s ago Duration: 153ms Main PID: 12071 (code=exited, status=0/SUCCESS) CPU: 69ms Aug 26 20:17:28 np0000191215 systemd[1]: Started dmesg.service - Save initial kernel messages after boot. Aug 26 20:17:28 np0000191215 systemd[1]: dmesg.service: Deactivated successfully. ○ dpkg-db-backup.service - Daily dpkg database backup service Loaded: loaded (/usr/lib/systemd/system/dpkg-db-backup.service; static) Active: inactive (dead) TriggeredBy: ● dpkg-db-backup.timer Docs: man:dpkg(1) ○ e2scrub_all.service - Online ext4 Metadata Check for All Filesystems Loaded: loaded (/usr/lib/systemd/system/e2scrub_all.service; static) Active: inactive (dead) TriggeredBy: ● e2scrub_all.timer Docs: man:e2scrub_all(8) ○ e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots Loaded: loaded (/usr/lib/systemd/system/e2scrub_reap.service; enabled; preset: enabled) Active: inactive (dead) since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:e2scrub_all(8) Main PID: 714 (code=exited, status=0/SUCCESS) CPU: 45ms Aug 26 20:09:28 np0000191215 systemd[1]: Starting e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots... Aug 26 20:09:28 np0000191215 systemd[1]: e2scrub_reap.service: Deactivated successfully. Aug 26 20:09:28 np0000191215 systemd[1]: Finished e2scrub_reap.service - Remove Stale Online ext4 Metadata Check Snapshots. ○ emergency.service - Emergency Shell Loaded: loaded (/usr/lib/systemd/system/emergency.service; static) Active: inactive (dead) Docs: man:sulogin(8) ○ fstrim.service - Discard unused blocks on filesystems from /etc/fstab Loaded: loaded (/usr/lib/systemd/system/fstrim.service; static) Active: inactive (dead) TriggeredBy: ● fstrim.timer Docs: man:fstrim(8) ○ getty-static.service - getty on tty2-tty6 if dbus and logind are not available Loaded: loaded (/usr/lib/systemd/system/getty-static.service; static) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:28 UTC; 10min ago Aug 26 20:09:28 np0000191215 systemd[1]: getty-static.service - getty on tty2-tty6 if dbus and logind are not available was skipped because of an unmet condition check (ConditionPathExists=!/usr/bin/dbus-daemon). ● getty@tty1.service - Getty on tty1 Loaded: loaded (/usr/lib/systemd/system/getty@.service; enabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:agetty(8) man:systemd-getty-generator(8) https://0pointer.de/blog/projects/serial-console.html Main PID: 729 (agetty) Tasks: 1 (limit: 77074) Memory: 236.0K (peak: 1.8M) CPU: 23ms CGroup: /system.slice/system-getty.slice/getty@tty1.service └─729 /sbin/agetty -o "-p -- \\u" --noclear - linux Aug 26 20:09:28 np0000191215 systemd[1]: Started getty@tty1.service - Getty on tty1. ○ grub-common.service - Record successful boot for GRUB Loaded: loaded (/usr/lib/systemd/system/grub-common.service; enabled; preset: enabled) Active: inactive (dead) since Wed 2026-08-26 20:09:28 UTC; 10min ago Main PID: 720 (code=exited, status=0/SUCCESS) CPU: 51ms Aug 26 20:09:28 np0000191215 systemd[1]: Starting grub-common.service - Record successful boot for GRUB... Aug 26 20:09:28 np0000191215 systemd[1]: grub-common.service: Deactivated successfully. Aug 26 20:09:28 np0000191215 systemd[1]: Finished grub-common.service - Record successful boot for GRUB. ○ grub-initrd-fallback.service - GRUB failed boot detection Loaded: loaded (/usr/lib/systemd/system/grub-initrd-fallback.service; enabled; preset: enabled) Active: inactive (dead) since Wed 2026-08-26 20:09:28 UTC; 10min ago Main PID: 749 (code=exited, status=0/SUCCESS) CPU: 32ms Aug 26 20:09:28 np0000191215 systemd[1]: Starting grub-initrd-fallback.service - GRUB failed boot detection... Aug 26 20:09:28 np0000191215 systemd[1]: grub-initrd-fallback.service: Deactivated successfully. Aug 26 20:09:28 np0000191215 systemd[1]: Finished grub-initrd-fallback.service - GRUB failed boot detection. ● haproxy.service - HAProxy Load Balancer Loaded: loaded (/usr/lib/systemd/system/haproxy.service; enabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:17:38 UTC; 2min 47s ago Docs: man:haproxy(1) file:/usr/share/doc/haproxy/configuration.txt.gz Main PID: 13244 (haproxy) Status: "Ready." Tasks: 17 (limit: 77074) Memory: 42.7M (peak: 45.7M) CPU: 221ms CGroup: /system.slice/haproxy.service ├─13244 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock └─13246 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock Aug 26 20:17:38 np0000191215 systemd[1]: Starting haproxy.service - HAProxy Load Balancer... Aug 26 20:17:38 np0000191215 haproxy[13244]: [NOTICE] (13244) : New worker (13246) forked Aug 26 20:17:38 np0000191215 haproxy[13244]: [NOTICE] (13244) : Loading success. Aug 26 20:17:38 np0000191215 systemd[1]: Started haproxy.service - HAProxy Load Balancer. ○ initrd-cleanup.service - Cleaning Up and Shutting Down Daemons Loaded: loaded (/usr/lib/systemd/system/initrd-cleanup.service; static) Active: inactive (dead) ○ initrd-parse-etc.service - Mountpoints Configured in the Real Root Loaded: loaded (/usr/lib/systemd/system/initrd-parse-etc.service; static) Active: inactive (dead) ○ initrd-switch-root.service - Switch Root Loaded: loaded (/usr/lib/systemd/system/initrd-switch-root.service; static) Active: inactive (dead) ○ initrd-udevadm-cleanup-db.service - Cleanup udev Database Loaded: loaded (/usr/lib/systemd/system/initrd-udevadm-cleanup-db.service; static) Active: inactive (dead) ○ iscsid.service - iSCSI initiator daemon (iscsid) Loaded: loaded (/usr/lib/systemd/system/iscsid.service; disabled; preset: enabled) Active: inactive (dead) TriggeredBy: ● iscsid.socket Docs: man:iscsid(8) ● kmod-static-nodes.service - Create List of Static Device Nodes Loaded: loaded (/usr/lib/systemd/system/kmod-static-nodes.service; static) Active: active (exited) since Wed 2026-08-26 20:09:20 UTC; 11min ago Main PID: 388 (code=exited, status=0/SUCCESS) CPU: 12ms Aug 26 20:09:20 ubuntu systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes. Notice: journal has been rotated since unit was started, output may be incomplete. ● ksm.service - Kernel Samepage Merging Loaded: loaded (/usr/lib/systemd/system/ksm.service; enabled; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:16:17 UTC; 4min 9s ago Main PID: 5156 (code=exited, status=0/SUCCESS) CPU: 3ms Aug 26 20:16:17 np0000191215 systemd[1]: Starting ksm.service - Kernel Samepage Merging... Aug 26 20:16:17 np0000191215 systemd[1]: Finished ksm.service - Kernel Samepage Merging. ● ksmtuned.service - Kernel Samepage Merging (KSM) Tuning Daemon Loaded: loaded (/usr/lib/systemd/system/ksmtuned.service; enabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:16:17 UTC; 4min 9s ago Main PID: 5161 (ksmtuned) Tasks: 2 (limit: 77074) Memory: 2.1M (peak: 3.8M) CPU: 294ms CGroup: /system.slice/ksmtuned.service ├─ 5161 /bin/bash /usr/sbin/ksmtuned └─21278 sleep 60 Aug 26 20:16:17 np0000191215 systemd[1]: Starting ksmtuned.service - Kernel Samepage Merging (KSM) Tuning Daemon... Aug 26 20:16:17 np0000191215 systemd[1]: Started ksmtuned.service - Kernel Samepage Merging (KSM) Tuning Daemon. ● ldconfig.service - Rebuild Dynamic Linker Cache Loaded: loaded (/usr/lib/systemd/system/ldconfig.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:ldconfig(8) Main PID: 450 (code=exited, status=0/SUCCESS) CPU: 59ms Aug 26 20:09:21 ubuntu systemd[1]: Starting ldconfig.service - Rebuild Dynamic Linker Cache... Aug 26 20:09:21 ubuntu systemd[1]: Finished ldconfig.service - Rebuild Dynamic Linker Cache. ○ lvm2-lvmpolld.service - LVM2 poll daemon Loaded: loaded (/usr/lib/systemd/system/lvm2-lvmpolld.service; static) Active: inactive (dead) TriggeredBy: ● lvm2-lvmpolld.socket Docs: man:lvmpolld(8) ● lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling Loaded: loaded (/usr/lib/systemd/system/lvm2-monitor.service; enabled; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:17:53 UTC; 2min 32s ago Docs: man:dmeventd(8) man:lvcreate(8) man:lvchange(8) man:vgchange(8) Main PID: 14598 (code=exited, status=0/SUCCESS) CPU: 23ms Aug 26 20:17:53 np0000191215 systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Aug 26 20:17:53 np0000191215 systemd[1]: Finished lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling. ○ man-db.service - Daily man-db regeneration Loaded: loaded (/usr/lib/systemd/system/man-db.service; static) Active: inactive (dead) TriggeredBy: ● man-db.timer Docs: man:mandb(8) ● memcached.service - memcached daemon Loaded: loaded (/usr/lib/systemd/system/memcached.service; enabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:17:30 UTC; 2min 55s ago Docs: man:memcached(1) Main PID: 12258 (memcached) Tasks: 10 (limit: 77074) Memory: 1.8M (peak: 3.4M) CPU: 88ms CGroup: /system.slice/memcached.service └─12258 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 -l ::1 -P /var/run/memcached/memcached.pid Aug 26 20:17:30 np0000191215 systemd[1]: Started memcached.service - memcached daemon. ○ modprobe@configfs.service - Load Kernel Module configfs Loaded: loaded (/usr/lib/systemd/system/modprobe@.service; static) Active: inactive (dead) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:modprobe(8) Main PID: 389 (code=exited, status=0/SUCCESS) CPU: 14ms Aug 26 20:09:20 ubuntu systemd[1]: modprobe@configfs.service: Deactivated successfully. Aug 26 20:09:20 ubuntu systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs. Notice: journal has been rotated since unit was started, output may be incomplete. ○ modprobe@dm_mod.service - Load Kernel Module dm_mod Loaded: loaded (/usr/lib/systemd/system/modprobe@.service; static) Active: inactive (dead) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:modprobe(8) Main PID: 390 (code=exited, status=0/SUCCESS) CPU: 15ms Aug 26 20:09:20 ubuntu systemd[1]: modprobe@dm_mod.service: Deactivated successfully. Aug 26 20:09:20 ubuntu systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod. Notice: journal has been rotated since unit was started, output may be incomplete. ○ modprobe@drm.service - Load Kernel Module drm Loaded: loaded (/usr/lib/systemd/system/modprobe@.service; static) Active: inactive (dead) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:modprobe(8) Main PID: 391 (code=exited, status=0/SUCCESS) CPU: 41ms Aug 26 20:09:20 ubuntu systemd[1]: modprobe@drm.service: Deactivated successfully. Aug 26 20:09:20 ubuntu systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm. Notice: journal has been rotated since unit was started, output may be incomplete. ○ modprobe@efi_pstore.service - Load Kernel Module efi_pstore Loaded: loaded (/usr/lib/systemd/system/modprobe@.service; static) Active: inactive (dead) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:modprobe(8) Main PID: 392 (code=exited, status=0/SUCCESS) CPU: 28ms Aug 26 20:09:20 ubuntu systemd[1]: modprobe@efi_pstore.service: Deactivated successfully. Aug 26 20:09:20 ubuntu systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore. Notice: journal has been rotated since unit was started, output may be incomplete. ○ modprobe@fuse.service - Load Kernel Module fuse Loaded: loaded (/usr/lib/systemd/system/modprobe@.service; static) Active: inactive (dead) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:modprobe(8) Main PID: 393 (code=exited, status=0/SUCCESS) CPU: 18ms Aug 26 20:09:20 ubuntu systemd[1]: modprobe@fuse.service: Deactivated successfully. Aug 26 20:09:20 ubuntu systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse. ○ modprobe@loop.service - Load Kernel Module loop Loaded: loaded (/usr/lib/systemd/system/modprobe@.service; static) Active: inactive (dead) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:modprobe(8) Main PID: 394 (code=exited, status=0/SUCCESS) CPU: 15ms Aug 26 20:09:20 ubuntu systemd[1]: modprobe@loop.service: Deactivated successfully. Aug 26 20:09:20 ubuntu systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop. ○ motd-news.service - Message of the Day Loaded: loaded (/usr/lib/systemd/system/motd-news.service; static) Active: inactive (dead) TriggeredBy: ● motd-news.timer Docs: man:update-motd(8) ○ netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup Loaded: loaded (/run/systemd/system/netplan-ovs-cleanup.service; enabled-runtime; preset: enabled) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:22 UTC; 11min ago Aug 26 20:09:22 np0000191215 systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl). Aug 26 20:09:22 np0000191215 systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl). Aug 26 20:09:22 np0000191215 systemd[1]: netplan-ovs-cleanup.service - OpenVSwitch configuration for cleanup was skipped because of an unmet condition check (ConditionFileIsExecutable=/usr/bin/ovs-vsctl). ○ networkd-dispatcher.service - Dispatcher daemon for systemd-networkd Loaded: loaded (/usr/lib/systemd/system/networkd-dispatcher.service; enabled; preset: enabled) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:28 UTC; 10min ago Aug 26 20:09:28 np0000191215 systemd[1]: networkd-dispatcher.service - Dispatcher daemon for systemd-networkd was skipped because no trigger condition checks were met. ○ open-iscsi.service - Login to default iSCSI targets Loaded: loaded (/usr/lib/systemd/system/open-iscsi.service; enabled; preset: enabled) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:iscsiadm(8) man:iscsid(8) Aug 26 20:09:28 np0000191215 systemd[1]: open-iscsi.service - Login to default iSCSI targets was skipped because no trigger condition checks were met. ● packagekit.service - PackageKit Daemon Loaded: loaded (/usr/lib/systemd/system/packagekit.service; static) Active: active (running) since Wed 2026-08-26 20:14:47 UTC; 5min ago Main PID: 1812 (packagekitd) Tasks: 4 (limit: 77074) Memory: 7.3M (peak: 8.9M) CPU: 84ms CGroup: /system.slice/packagekit.service └─1812 /usr/libexec/packagekitd Aug 26 20:14:47 np0000191215 systemd[1]: Starting packagekit.service - PackageKit Daemon... Aug 26 20:14:47 np0000191215 PackageKit[1812]: daemon start Aug 26 20:14:47 np0000191215 systemd[1]: Started packagekit.service - PackageKit Daemon. ● polkit.service - Authorization Manager Loaded: loaded (/usr/lib/systemd/system/polkit.service; static) Active: active (running) since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:polkit(8) Main PID: 750 (polkitd) Tasks: 4 (limit: 77074) Memory: 3.5M (peak: 4.6M) CPU: 146ms CGroup: /system.slice/polkit.service └─750 /usr/lib/polkit-1/polkitd --no-debug Aug 26 20:09:28 np0000191215 systemd[1]: Starting polkit.service - Authorization Manager... Aug 26 20:09:28 np0000191215 polkitd[750]: Started polkitd version 124 Aug 26 20:09:28 np0000191215 polkitd[750]: Loading rules from directory /etc/polkit-1/rules.d Aug 26 20:09:28 np0000191215 polkitd[750]: Loading rules from directory /usr/share/polkit-1/rules.d Aug 26 20:09:28 np0000191215 polkitd[750]: Finished loading, compiling and executing 4 rules Aug 26 20:09:28 np0000191215 polkitd[750]: Acquired the name org.freedesktop.PolicyKit1 on the system bus Aug 26 20:09:28 np0000191215 systemd[1]: Started polkit.service - Authorization Manager. ● postgresql.service - PostgreSQL RDBMS Loaded: loaded (/usr/lib/systemd/system/postgresql.service; enabled; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:17:41 UTC; 2min 44s ago Main PID: 13679 (code=exited, status=0/SUCCESS) CPU: 5ms Aug 26 20:17:41 np0000191215 systemd[1]: Starting postgresql.service - PostgreSQL RDBMS... Aug 26 20:17:41 np0000191215 systemd[1]: Finished postgresql.service - PostgreSQL RDBMS. ○ rc-local.service - /etc/rc.local Compatibility Loaded: loaded (/usr/lib/systemd/system/rc-local.service; static) Drop-In: /usr/lib/systemd/system/rc-local.service.d └─debian.conf Active: inactive (dead) Docs: man:systemd-rc-local-generator(8) ○ rescue.service - Rescue Shell Loaded: loaded (/usr/lib/systemd/system/rescue.service; static) Active: inactive (dead) Docs: man:sulogin(8) ● rsyslog.service - System Logging Service Loaded: loaded (/usr/lib/systemd/system/rsyslog.service; enabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:18:10 UTC; 2min 15s ago TriggeredBy: ● syslog.socket Docs: man:rsyslogd(8) man:rsyslog.conf(5) https://www.rsyslog.com/doc/ Process: 17405 ExecStartPre=/usr/lib/rsyslog/reload-apparmor-profile (code=exited, status=0/SUCCESS) Main PID: 17406 (rsyslogd) Tasks: 4 (limit: 77074) Memory: 1.4M (peak: 1.7M) CPU: 128ms CGroup: /system.slice/rsyslog.service └─17406 /usr/sbin/rsyslogd -n -iNONE Aug 26 20:18:10 np0000191215 systemd[1]: Starting rsyslog.service - System Logging Service... Aug 26 20:18:10 np0000191215 rsyslogd[17406]: imuxsock: Acquired UNIX socket '/run/systemd/journal/syslog' (fd 3) from systemd. [v8.2312.0] Aug 26 20:18:10 np0000191215 rsyslogd[17406]: rsyslogd's groupid changed to 104 Aug 26 20:18:10 np0000191215 systemd[1]: Started rsyslog.service - System Logging Service. Aug 26 20:18:10 np0000191215 rsyslogd[17406]: rsyslogd's userid changed to 104 Aug 26 20:18:10 np0000191215 rsyslogd[17406]: [origin software="rsyslogd" swVersion="8.2312.0" x-pid="17406" x-info="https://www.rsyslog.com"] start ● serial-getty@ttyS0.service - Serial Getty on ttyS0 Loaded: loaded (/usr/lib/systemd/system/serial-getty@.service; enabled-runtime; preset: enabled) Active: active (running) since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:agetty(8) man:systemd-getty-generator(8) https://0pointer.de/blog/projects/serial-console.html Main PID: 730 (agetty) Tasks: 1 (limit: 77074) Memory: 304.0K (peak: 1.8M) CPU: 20ms CGroup: /system.slice/system-serial\x2dgetty.slice/serial-getty@ttyS0.service └─730 /sbin/agetty -o "-p -- \\u" --keep-baud 115200,57600,38400,9600 - vt220 Aug 26 20:09:28 np0000191215 systemd[1]: Started serial-getty@ttyS0.service - Serial Getty on ttyS0. ● ssh-keygen.service - OpenSSH Server Key Generation Loaded: loaded (/usr/lib/systemd/system/ssh-keygen.service; enabled; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:09:28 UTC; 10min ago Main PID: 717 (code=exited, status=0/SUCCESS) CPU: 122ms Aug 26 20:09:28 np0000191215 runtime-ssh-host-keys.sh[717]: + for key in dsa ecdsa ed25519 rsa Aug 26 20:09:28 np0000191215 runtime-ssh-host-keys.sh[717]: + FILE=/etc/ssh/ssh_host_ecdsa_key Aug 26 20:09:28 np0000191215 runtime-ssh-host-keys.sh[717]: + '[' -f /etc/ssh/ssh_host_ecdsa_key ']' Aug 26 20:09:28 np0000191215 runtime-ssh-host-keys.sh[717]: + for key in dsa ecdsa ed25519 rsa Aug 26 20:09:28 np0000191215 runtime-ssh-host-keys.sh[717]: + FILE=/etc/ssh/ssh_host_ed25519_key Aug 26 20:09:28 np0000191215 runtime-ssh-host-keys.sh[717]: + '[' -f /etc/ssh/ssh_host_ed25519_key ']' Aug 26 20:09:28 np0000191215 runtime-ssh-host-keys.sh[717]: + for key in dsa ecdsa ed25519 rsa Aug 26 20:09:28 np0000191215 runtime-ssh-host-keys.sh[717]: + FILE=/etc/ssh/ssh_host_rsa_key Aug 26 20:09:28 np0000191215 runtime-ssh-host-keys.sh[717]: + '[' -f /etc/ssh/ssh_host_rsa_key ']' Aug 26 20:09:28 np0000191215 systemd[1]: Finished ssh-keygen.service - OpenSSH Server Key Generation. ● ssh.service - OpenBSD Secure Shell server Loaded: loaded (/usr/lib/systemd/system/ssh.service; enabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:09:28 UTC; 10min ago TriggeredBy: ● ssh.socket Docs: man:sshd(8) man:sshd_config(5) Main PID: 756 (sshd) Tasks: 1 (limit: 77074) Memory: 4.5M (peak: 9.6M) CPU: 705ms CGroup: /system.slice/ssh.service └─756 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups" Aug 26 20:13:14 np0000191215 sshd[1119]: Accepted publickey for zuul from 162.253.55.78 port 36570 ssh2: RSA SHA256:G2ri9wqHxHi7sAJYPjB5cHlJsVRM7CFwSoKnJ2uWCog Aug 26 20:13:14 np0000191215 sshd[1119]: pam_unix(sshd:session): session opened for user zuul(uid=1000) by zuul(uid=0) Aug 26 20:14:35 np0000191215 sshd[1645]: Accepted publickey for zuul from 162.253.55.78 port 59012 ssh2: RSA SHA256:G2ri9wqHxHi7sAJYPjB5cHlJsVRM7CFwSoKnJ2uWCog Aug 26 20:14:35 np0000191215 sshd[1645]: pam_unix(sshd:session): session opened for user zuul(uid=1000) by zuul(uid=0) Aug 26 20:15:11 np0000191215 sshd[2034]: Accepted publickey for zuul from 162.253.55.78 port 45614 ssh2: RSA SHA256:G2ri9wqHxHi7sAJYPjB5cHlJsVRM7CFwSoKnJ2uWCog Aug 26 20:15:11 np0000191215 sshd[2034]: pam_unix(sshd:session): session opened for user zuul(uid=1000) by zuul(uid=0) Aug 26 20:19:58 np0000191215 sshd[19994]: Accepted publickey for zuul from 162.253.55.78 port 46376 ssh2: RSA SHA256:G2ri9wqHxHi7sAJYPjB5cHlJsVRM7CFwSoKnJ2uWCog Aug 26 20:19:58 np0000191215 sshd[19994]: pam_unix(sshd:session): session opened for user zuul(uid=1000) by zuul(uid=0) Aug 26 20:20:06 np0000191215 sshd[20070]: Accepted publickey for zuul from 162.253.55.78 port 38320 ssh2: RSA SHA256:G2ri9wqHxHi7sAJYPjB5cHlJsVRM7CFwSoKnJ2uWCog Aug 26 20:20:06 np0000191215 sshd[20070]: pam_unix(sshd:session): session opened for user zuul(uid=1000) by zuul(uid=0) ○ ssl-cert.service - Generate snakeoil SSL keypair Loaded: loaded (/usr/lib/systemd/system/ssl-cert.service; enabled; preset: enabled) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:17:39 UTC; 2min 46s ago Aug 26 20:17:39 np0000191215 systemd[1]: ssl-cert.service - Generate snakeoil SSL keypair was skipped because of an unmet condition check (ConditionPathExists=!/etc/ssl/private/ssl-cert-snakeoil.key). ● sysfsutils.service - Apply sysfs variables Loaded: loaded (/usr/lib/systemd/system/sysfsutils.service; enabled; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:17:26 UTC; 2min 59s ago Docs: man:sysfs.conf(5) man:systool(1) Main PID: 11850 (code=exited, status=0/SUCCESS) CPU: 27ms Aug 26 20:17:26 np0000191215 systemd[1]: Starting sysfsutils.service - Apply sysfs variables... Aug 26 20:17:26 np0000191215 sysfsutils[11850]: * Setting sysfs variables...... Aug 26 20:17:26 np0000191215 sysfsutils[11850]: ...done. Aug 26 20:17:26 np0000191215 systemd[1]: Finished sysfsutils.service - Apply sysfs variables. ○ systemd-ask-password-console.service - Dispatch Password Requests to Console Loaded: loaded (/usr/lib/systemd/system/systemd-ask-password-console.service; static) Active: inactive (dead) TriggeredBy: ● systemd-ask-password-console.path Docs: man:systemd-ask-password-console.service(8) ○ systemd-ask-password-wall.service - Forward Password Requests to Wall Loaded: loaded (/usr/lib/systemd/system/systemd-ask-password-wall.service; static) Active: inactive (dead) TriggeredBy: ● systemd-ask-password-wall.path Docs: man:systemd-ask-password-wall.service(8) ○ systemd-battery-check.service - Check battery level during early boot Loaded: loaded (/usr/lib/systemd/system/systemd-battery-check.service; static) Active: inactive (dead) Docs: man:systemd-battery-check.service(8) ● systemd-binfmt.service - Set Up Additional Binary Formats Loaded: loaded (/usr/lib/systemd/system/systemd-binfmt.service; static) Active: active (exited) since Wed 2026-08-26 20:18:10 UTC; 2min 15s ago Docs: man:systemd-binfmt.service(8) man:binfmt.d(5) https://docs.kernel.org/admin-guide/binfmt-misc.html https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Process: 17391 ExecStart=/usr/lib/systemd/systemd-binfmt (code=exited, status=0/SUCCESS) Main PID: 17391 (code=exited, status=0/SUCCESS) CPU: 10ms Aug 26 20:18:10 np0000191215 systemd[1]: Starting systemd-binfmt.service - Set Up Additional Binary Formats... Aug 26 20:18:10 np0000191215 systemd[1]: Finished systemd-binfmt.service - Set Up Additional Binary Formats. ○ systemd-bsod.service - Displays emergency message in full screen. Loaded: loaded (/usr/lib/systemd/system/systemd-bsod.service; static) Active: inactive (dead) Docs: man:systemd-bsod.service(8) ● systemd-firstboot.service - First Boot Wizard Loaded: loaded (/usr/lib/systemd/system/systemd-firstboot.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-firstboot(1) Main PID: 461 (code=exited, status=0/SUCCESS) CPU: 19ms Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-firstboot.service - First Boot Wizard... Aug 26 20:09:21 ubuntu systemd[1]: Finished systemd-firstboot.service - First Boot Wizard. ● systemd-fsck-root.service - File System Check on Root Device Loaded: loaded (/usr/lib/systemd/system/systemd-fsck-root.service; enabled-runtime; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd-fsck-root.service(8) Main PID: 395 (code=exited, status=0/SUCCESS) CPU: 41ms Aug 26 20:09:20 ubuntu systemd-fsck[399]: cloudimg-rootfs: clean, 36493/1163520 files, 808830/1163168 blocks Aug 26 20:09:20 ubuntu systemd[1]: Finished systemd-fsck-root.service - File System Check on Root Device. ○ systemd-fsckd.service - File System Check Daemon to report status Loaded: loaded (/usr/lib/systemd/system/systemd-fsckd.service; static) Active: inactive (dead) since Wed 2026-08-26 20:09:50 UTC; 10min ago Duration: 30.035s TriggeredBy: ● systemd-fsckd.socket Docs: man:systemd-fsckd.service(8) Main PID: 420 (code=exited, status=0/SUCCESS) CPU: 22ms Aug 26 20:09:20 ubuntu systemd[1]: Started systemd-fsckd.service - File System Check Daemon to report status. Aug 26 20:09:50 np0000191215 systemd[1]: systemd-fsckd.service: Deactivated successfully. ○ systemd-hibernate-resume.service - Resume from hibernation Loaded: loaded (/usr/lib/systemd/system/systemd-hibernate-resume.service; static) Active: inactive (dead) Docs: man:systemd-hibernate-resume.service(8) ○ systemd-hibernate.service - System Hibernate Loaded: loaded (/usr/lib/systemd/system/systemd-hibernate.service; static) Active: inactive (dead) Docs: man:systemd-hibernate.service(8) ○ systemd-hwdb-update.service - Rebuild Hardware Database Loaded: loaded (/usr/lib/systemd/system/systemd-hwdb-update.service; static) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:hwdb(7) man:systemd-hwdb(8) Aug 26 20:09:20 ubuntu systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because no trigger condition checks were met. ○ systemd-hybrid-sleep.service - System Hybrid Suspend+Hibernate Loaded: loaded (/usr/lib/systemd/system/systemd-hybrid-sleep.service; static) Active: inactive (dead) Docs: man:systemd-hybrid-sleep.service(8) ○ systemd-initctl.service - initctl Compatibility Daemon Loaded: loaded (/usr/lib/systemd/system/systemd-initctl.service; static) Active: inactive (dead) TriggeredBy: ● systemd-initctl.socket Docs: man:systemd-initctl.service(8) ● systemd-journal-catalog-update.service - Rebuild Journal Catalog Loaded: loaded (/usr/lib/systemd/system/systemd-journal-catalog-update.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-journald.service(8) man:journald.conf(5) Main PID: 463 (code=exited, status=0/SUCCESS) CPU: 43ms Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-journal-catalog-update.service - Rebuild Journal Catalog... Aug 26 20:09:21 ubuntu systemd[1]: Finished systemd-journal-catalog-update.service - Rebuild Journal Catalog. ● systemd-journal-flush.service - Flush Journal to Persistent Storage Loaded: loaded (/usr/lib/systemd/system/systemd-journal-flush.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-journald.service(8) man:journald.conf(5) Main PID: 438 (code=exited, status=0/SUCCESS) CPU: 22ms Aug 26 20:09:20 ubuntu systemd[1]: Starting systemd-journal-flush.service - Flush Journal to Persistent Storage... Aug 26 20:09:21 ubuntu systemd[1]: Finished systemd-journal-flush.service - Flush Journal to Persistent Storage. ● systemd-journald.service - Journal Service Loaded: loaded (/usr/lib/systemd/system/systemd-journald.service; static) Drop-In: /usr/lib/systemd/system/systemd-journald.service.d └─nice.conf Active: active (running) since Wed 2026-08-26 20:18:55 UTC; 1min 31s ago TriggeredBy: ● systemd-journald.socket ● systemd-journald-dev-log.socket ○ systemd-journald-audit.socket Docs: man:systemd-journald.service(8) man:journald.conf(5) Main PID: 19059 (systemd-journal) Status: "Processing requests..." Tasks: 1 (limit: 77074) FD Store: 13 (limit: 4224) Memory: 1.7M (peak: 2.7M) CPU: 139ms CGroup: /system.slice/systemd-journald.service └─19059 /usr/lib/systemd/systemd-journald Aug 26 20:18:55 np0000191215 systemd-journald[19059]: Collecting audit messages is disabled. Aug 26 20:18:55 np0000191215 systemd-journald[19059]: Journal started Aug 26 20:18:55 np0000191215 systemd-journald[19059]: System Journal (/var/log/journal/b4909ba33239440db2f73b31539c3872) is 24.0M, max 4.0G, 3.9G free. ● systemd-logind.service - User Login Management Loaded: loaded (/usr/lib/systemd/system/systemd-logind.service; static) Drop-In: /usr/lib/systemd/system/systemd-logind.service.d └─dbus.conf Active: active (running) since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:sd-login(3) man:systemd-logind.service(8) man:logind.conf(5) man:org.freedesktop.login1(5) Main PID: 718 (systemd-logind) Status: "Processing requests..." Tasks: 1 (limit: 77074) FD Store: 0 (limit: 512) Memory: 2.1M (peak: 2.6M) CPU: 668ms CGroup: /system.slice/systemd-logind.service └─718 /usr/lib/systemd/systemd-logind Aug 26 20:14:35 np0000191215 systemd-logind[718]: New session 6 of user zuul. Aug 26 20:15:10 np0000191215 systemd-logind[718]: Session 6 logged out. Waiting for processes to exit. Aug 26 20:15:10 np0000191215 systemd-logind[718]: Removed session 6. Aug 26 20:15:11 np0000191215 systemd-logind[718]: New session 7 of user zuul. Aug 26 20:19:55 np0000191215 systemd-logind[718]: Session 7 logged out. Waiting for processes to exit. Aug 26 20:19:55 np0000191215 systemd-logind[718]: Removed session 7. Aug 26 20:19:58 np0000191215 systemd-logind[718]: New session 8 of user zuul. Aug 26 20:20:03 np0000191215 systemd-logind[718]: Session 8 logged out. Waiting for processes to exit. Aug 26 20:20:03 np0000191215 systemd-logind[718]: Removed session 8. Aug 26 20:20:06 np0000191215 systemd-logind[718]: New session 9 of user zuul. ● systemd-machine-id-commit.service - Commit a transient machine-id on disk Loaded: loaded (/usr/lib/systemd/system/systemd-machine-id-commit.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-machine-id-commit.service(8) Main PID: 524 (code=exited, status=0/SUCCESS) CPU: 14ms Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-machine-id-commit.service - Commit a transient machine-id on disk... Aug 26 20:09:21 ubuntu systemd[1]: Finished systemd-machine-id-commit.service - Commit a transient machine-id on disk. ● systemd-modules-load.service - Load Kernel Modules Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static) Active: active (exited) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd-modules-load.service(8) man:modules-load.d(5) Main PID: 397 (code=exited, status=0/SUCCESS) CPU: 26ms Aug 26 20:09:20 ubuntu systemd[1]: Finished systemd-modules-load.service - Load Kernel Modules. ● systemd-networkd-wait-online.service - Wait for Network to be Configured Loaded: loaded (/usr/lib/systemd/system/systemd-networkd-wait-online.service; enabled-runtime; preset: enabled) Drop-In: /run/systemd/system/systemd-networkd-wait-online.service.d └─10-netplan.conf Active: active (exited) since Wed 2026-08-26 20:09:24 UTC; 11min ago Docs: man:systemd-networkd-wait-online.service(8) Main PID: 616 (code=exited, status=0/SUCCESS) CPU: 24ms Aug 26 20:09:22 np0000191215 systemd[1]: Starting systemd-networkd-wait-online.service - Wait for Network to be Configured... Aug 26 20:09:24 np0000191215 systemd[1]: Finished systemd-networkd-wait-online.service - Wait for Network to be Configured. ● systemd-networkd.service - Network Configuration Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.service; enabled-runtime; preset: enabled) Active: active (running) since Wed 2026-08-26 20:09:22 UTC; 11min ago TriggeredBy: ● systemd-networkd.socket Docs: man:systemd-networkd.service(8) man:org.freedesktop.network1(5) Main PID: 606 (systemd-network) Status: "Processing requests..." Tasks: 1 (limit: 77074) FD Store: 0 (limit: 512) Memory: 3.2M (peak: 3.4M) CPU: 95ms CGroup: /system.slice/systemd-networkd.service └─606 /usr/lib/systemd/systemd-networkd Aug 26 20:09:22 np0000191215 systemd[1]: Starting systemd-networkd.service - Network Configuration... Aug 26 20:09:22 np0000191215 systemd-networkd[606]: lo: Link UP Aug 26 20:09:22 np0000191215 systemd-networkd[606]: lo: Gained carrier Aug 26 20:09:22 np0000191215 systemd-networkd[606]: Enumeration completed Aug 26 20:09:22 np0000191215 systemd[1]: Started systemd-networkd.service - Network Configuration. Aug 26 20:09:22 np0000191215 systemd-networkd[606]: ens3: Configuring with /run/systemd/network/10-netplan-ens3.network. Aug 26 20:09:22 np0000191215 systemd-networkd[606]: ens3: Link UP Aug 26 20:09:22 np0000191215 systemd-networkd[606]: ens3: Gained carrier Aug 26 20:09:22 np0000191215 systemd-networkd[606]: ens3: DHCPv4 address 162.253.55.126/24, gateway 162.253.55.1 acquired from 162.253.55.8 Aug 26 20:09:24 np0000191215 systemd-networkd[606]: ens3: Gained IPv6LL ○ systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement Loaded: loaded (/usr/lib/systemd/system/systemd-pcrmachine.service; static) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd-pcrmachine.service(8) ○ systemd-pcrphase-initrd.service - TPM2 PCR Barrier (initrd) Loaded: loaded (/usr/lib/systemd/system/systemd-pcrphase-initrd.service; static) Active: inactive (dead) Docs: man:systemd-pcrphase-initrd.service(8) ○ systemd-pcrphase-sysinit.service - TPM2 PCR Barrier (Initialization) Loaded: loaded (/usr/lib/systemd/system/systemd-pcrphase-sysinit.service; static) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd-pcrphase-sysinit.service(8) Aug 26 20:09:28 np0000191215 systemd[1]: systemd-pcrphase-sysinit.service - TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ○ systemd-pcrphase.service - TPM2 PCR Barrier (User) Loaded: loaded (/usr/lib/systemd/system/systemd-pcrphase.service; static) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd-pcrphase.service(8) Aug 26 20:09:28 np0000191215 systemd[1]: systemd-pcrphase.service - TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ○ systemd-pstore.service - Platform Persistent Storage Archival Loaded: loaded (/usr/lib/systemd/system/systemd-pstore.service; enabled; preset: enabled) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-pstore(8) Aug 26 20:09:21 ubuntu systemd[1]: systemd-pstore.service - Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore). ● systemd-random-seed.service - Load/Save OS Random Seed Loaded: loaded (/usr/lib/systemd/system/systemd-random-seed.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-random-seed.service(8) man:random(4) Main PID: 439 (code=exited, status=0/SUCCESS) CPU: 20ms Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-random-seed.service - Load/Save OS Random Seed... Aug 26 20:09:21 ubuntu systemd[1]: Finished systemd-random-seed.service - Load/Save OS Random Seed. ● systemd-remount-fs.service - Remount Root and Kernel File Systems Loaded: loaded (/usr/lib/systemd/system/systemd-remount-fs.service; enabled-runtime; preset: enabled) Active: active (exited) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd-remount-fs.service(8) https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems Main PID: 421 (code=exited, status=0/SUCCESS) CPU: 56ms Aug 26 20:09:20 ubuntu systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems... Aug 26 20:09:20 ubuntu systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems. ○ systemd-repart.service - Repartition Root Disk Loaded: loaded (/usr/lib/systemd/system/systemd-repart.service; static) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd-repart.service(8) Aug 26 20:09:20 ubuntu systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met. ● systemd-resolved.service - Network Name Resolution Loaded: loaded (/usr/lib/systemd/system/systemd-resolved.service; enabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-resolved.service(8) man:org.freedesktop.resolve1(5) https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients Main PID: 465 (systemd-resolve) Status: "Processing requests..." Tasks: 1 (limit: 77074) Memory: 6.6M (peak: 7.0M) CPU: 196ms CGroup: /system.slice/systemd-resolved.service └─465 /usr/lib/systemd/systemd-resolved Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-resolved.service - Network Name Resolution... Aug 26 20:09:21 ubuntu systemd-resolved[465]: Positive Trust Anchors: Aug 26 20:09:21 ubuntu systemd-resolved[465]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d Aug 26 20:09:21 ubuntu systemd-resolved[465]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa corp home internal intranet lan local private test Aug 26 20:09:21 ubuntu systemd-resolved[465]: Using system hostname 'ubuntu'. Aug 26 20:09:21 ubuntu systemd[1]: Started systemd-resolved.service - Network Name Resolution. Aug 26 20:09:22 np0000191215 systemd-resolved[465]: System hostname changed to 'np0000191215'. ○ systemd-rfkill.service - Load/Save RF Kill Switch Status Loaded: loaded (/usr/lib/systemd/system/systemd-rfkill.service; static) Active: inactive (dead) TriggeredBy: ● systemd-rfkill.socket Docs: man:systemd-rfkill.service(8) ○ systemd-soft-reboot.service - Reboot System Userspace Loaded: loaded (/usr/lib/systemd/system/systemd-soft-reboot.service; static) Active: inactive (dead) Docs: man:systemd-soft-reboot.service(8) ○ systemd-suspend-then-hibernate.service - System Suspend then Hibernate Loaded: loaded (/usr/lib/systemd/system/systemd-suspend-then-hibernate.service; static) Active: inactive (dead) Docs: man:systemd-suspend-then-hibernate.service(8) ○ systemd-suspend.service - System Suspend Loaded: loaded (/usr/lib/systemd/system/systemd-suspend.service; static) Active: inactive (dead) Docs: man:systemd-suspend.service(8) ● systemd-sysctl.service - Apply Kernel Variables Loaded: loaded (/usr/lib/systemd/system/systemd-sysctl.service; static) Active: active (exited) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd-sysctl.service(8) man:sysctl.d(5) Main PID: 422 (code=exited, status=0/SUCCESS) CPU: 27ms Aug 26 20:09:20 ubuntu systemd[1]: Starting systemd-sysctl.service - Apply Kernel Variables... Aug 26 20:09:20 ubuntu systemd[1]: Finished systemd-sysctl.service - Apply Kernel Variables. ○ systemd-sysext.service - Merge System Extension Images into /usr/ and /opt/ Loaded: loaded (/usr/lib/systemd/system/systemd-sysext.service; disabled; preset: enabled) Active: inactive (dead) Docs: man:systemd-sysext.service(8) ● systemd-sysusers.service - Create System Users Loaded: loaded (/usr/lib/systemd/system/systemd-sysusers.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:sysusers.d(5) man:systemd-sysusers.service(8) Main PID: 440 (code=exited, status=0/SUCCESS) CPU: 33ms Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-sysusers.service - Create System Users... Aug 26 20:09:21 ubuntu systemd[1]: Finished systemd-sysusers.service - Create System Users. ● systemd-timesyncd.service - Network Time Synchronization Loaded: loaded (/usr/lib/systemd/system/systemd-timesyncd.service; enabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-timesyncd.service(8) Main PID: 466 (systemd-timesyn) Status: "Contacted time server 185.125.190.56:123 (ntp.ubuntu.com)." Tasks: 2 (limit: 77074) Memory: 1.4M (peak: 2.2M) CPU: 111ms CGroup: /system.slice/systemd-timesyncd.service └─466 /usr/lib/systemd/systemd-timesyncd Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-timesyncd.service - Network Time Synchronization... Aug 26 20:09:21 ubuntu systemd[1]: Started systemd-timesyncd.service - Network Time Synchronization. Aug 26 20:09:22 np0000191215 systemd-timesyncd[466]: Network configuration changed, trying to establish connection. Aug 26 20:09:24 np0000191215 systemd-timesyncd[466]: Network configuration changed, trying to establish connection. Aug 26 20:09:24 np0000191215 systemd-timesyncd[466]: Network configuration changed, trying to establish connection. Aug 26 20:09:58 np0000191215 systemd-timesyncd[466]: Contacted time server 185.125.190.56:123 (ntp.ubuntu.com). Aug 26 20:09:58 np0000191215 systemd-timesyncd[466]: Initial clock synchronization to Wed 2026-08-26 20:09:58.115889 UTC. ○ systemd-tmpfiles-clean.service - Cleanup of Temporary Directories Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-clean.service; static) Active: inactive (dead) TriggeredBy: ● systemd-tmpfiles-clean.timer Docs: man:tmpfiles.d(5) man:systemd-tmpfiles(8) ● systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup-dev-early.service; static) Active: active (exited) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:tmpfiles.d(5) man:systemd-tmpfiles(8) Main PID: 423 (code=exited, status=0/SUCCESS) CPU: 32ms Aug 26 20:09:20 ubuntu systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully... Aug 26 20:09:20 ubuntu systemd[1]: Finished systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully. ● systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup-dev.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:tmpfiles.d(5) man:systemd-tmpfiles(8) Main PID: 445 (code=exited, status=0/SUCCESS) CPU: 20ms Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev... Aug 26 20:09:21 ubuntu systemd[1]: Finished systemd-tmpfiles-setup-dev.service - Create Static Device Nodes in /dev. ● systemd-tmpfiles-setup.service - Create Volatile Files and Directories Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-setup.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:tmpfiles.d(5) man:systemd-tmpfiles(8) Main PID: 452 (code=exited, status=0/SUCCESS) CPU: 54ms Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-tmpfiles-setup.service - Create Volatile Files and Directories... Aug 26 20:09:21 ubuntu systemd[1]: Finished systemd-tmpfiles-setup.service - Create Volatile Files and Directories. ○ systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) Loaded: loaded (/usr/lib/systemd/system/systemd-tpm2-setup-early.service; static) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd-tpm2-setup.service(8) ○ systemd-tpm2-setup.service - TPM2 SRK Setup Loaded: loaded (/usr/lib/systemd/system/systemd-tpm2-setup.service; static) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-tpm2-setup.service(8) Aug 26 20:09:21 ubuntu systemd[1]: systemd-tpm2-setup.service - TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki). ○ systemd-udev-settle.service - Wait for udev To Complete Device Initialization Loaded: loaded (/usr/lib/systemd/system/systemd-udev-settle.service; static) Active: inactive (dead) Docs: man:systemd-udev-settle.service(8) ● systemd-udev-trigger.service - Coldplug All udev Devices Loaded: loaded (/usr/lib/systemd/system/systemd-udev-trigger.service; static) Active: active (exited) since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:udev(7) man:systemd-udevd.service(8) Main PID: 400 (code=exited, status=0/SUCCESS) CPU: 161ms Aug 26 20:09:20 ubuntu systemd[1]: Finished systemd-udev-trigger.service - Coldplug All udev Devices. ● systemd-udevd.service - Rule-based Manager for Device Events and Files Loaded: loaded (/usr/lib/systemd/system/systemd-udevd.service; static) Drop-In: /usr/lib/systemd/system/systemd-udevd.service.d └─syscall-architecture.conf Active: active (running) since Wed 2026-08-26 20:09:21 UTC; 11min ago TriggeredBy: ● systemd-udevd-control.socket ● systemd-udevd-kernel.socket Docs: man:systemd-udevd.service(8) man:udev(7) Main PID: 453 (systemd-udevd) Status: "Processing with 48 children at max" Tasks: 1 Memory: 12.2M (peak: 34.0M) CPU: 1.778s CGroup: /system.slice/systemd-udevd.service └─udev └─453 /usr/lib/systemd/systemd-udevd Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-udevd.service - Rule-based Manager for Device Events and Files... Aug 26 20:09:21 ubuntu systemd-udevd[453]: Using default interface naming scheme 'v255'. Aug 26 20:09:21 ubuntu systemd[1]: Started systemd-udevd.service - Rule-based Manager for Device Events and Files. ● systemd-update-done.service - Update is Completed Loaded: loaded (/usr/lib/systemd/system/systemd-update-done.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-update-done.service(8) Main PID: 538 (code=exited, status=0/SUCCESS) CPU: 4ms Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-update-done.service - Update is Completed... Aug 26 20:09:21 ubuntu systemd[1]: Finished systemd-update-done.service - Update is Completed. ○ systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP Loaded: loaded (/usr/lib/systemd/system/systemd-update-utmp-runlevel.service; static) Active: inactive (dead) since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd-update-utmp-runlevel.service(8) man:utmp(5) Main PID: 757 (code=exited, status=0/SUCCESS) CPU: 18ms Aug 26 20:09:28 np0000191215 systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP... Aug 26 20:09:28 np0000191215 systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully. Aug 26 20:09:28 np0000191215 systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP. ● systemd-update-utmp.service - Record System Boot/Shutdown in UTMP Loaded: loaded (/usr/lib/systemd/system/systemd-update-utmp.service; static) Active: active (exited) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-update-utmp.service(8) man:utmp(5) Main PID: 470 (code=exited, status=0/SUCCESS) CPU: 22ms Aug 26 20:09:21 ubuntu systemd[1]: Starting systemd-update-utmp.service - Record System Boot/Shutdown in UTMP... Aug 26 20:09:21 ubuntu systemd[1]: Finished systemd-update-utmp.service - Record System Boot/Shutdown in UTMP. ● systemd-user-sessions.service - Permit User Sessions Loaded: loaded (/usr/lib/systemd/system/systemd-user-sessions.service; static) Active: active (exited) since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd-user-sessions.service(8) Main PID: 719 (code=exited, status=0/SUCCESS) CPU: 19ms Aug 26 20:09:28 np0000191215 systemd[1]: Starting systemd-user-sessions.service - Permit User Sessions... Aug 26 20:09:28 np0000191215 systemd[1]: Finished systemd-user-sessions.service - Permit User Sessions. ● user-runtime-dir@1000.service - User Runtime Directory /run/user/1000 Loaded: loaded (/usr/lib/systemd/system/user-runtime-dir@.service; static) Active: active (exited) since Wed 2026-08-26 20:11:58 UTC; 8min ago Docs: man:user@.service(5) Main PID: 843 (code=exited, status=0/SUCCESS) CPU: 20ms Aug 26 20:11:58 np0000191215 systemd[1]: Starting user-runtime-dir@1000.service - User Runtime Directory /run/user/1000... Aug 26 20:11:58 np0000191215 systemd[1]: Finished user-runtime-dir@1000.service - User Runtime Directory /run/user/1000. ● user@1000.service - User Manager for UID 1000 Loaded: loaded (/usr/lib/systemd/system/user@.service; static) Drop-In: /usr/lib/systemd/system/user@.service.d └─10-login-barrier.conf, timeout.conf Active: active (running) since Wed 2026-08-26 20:11:58 UTC; 8min ago Docs: man:user@.service(5) Main PID: 846 (systemd) Status: "Ready." Tasks: 2 Memory: 3.2M (peak: 6.5M) CPU: 200ms CGroup: /user.slice/user-1000.slice/user@1000.service └─init.scope ├─846 /usr/lib/systemd/systemd --user └─847 "(sd-pam)" Aug 26 20:11:58 np0000191215 systemd[846]: Listening on keyboxd.socket - GnuPG public key management service. Aug 26 20:11:58 np0000191215 systemd[846]: Listening on pk-debconf-helper.socket - debconf communication socket. Aug 26 20:11:58 np0000191215 systemd[846]: Listening on dbus.socket - D-Bus User Message Bus Socket. Aug 26 20:11:58 np0000191215 systemd[846]: Listening on gpg-agent-ssh.socket - GnuPG cryptographic agent (ssh-agent emulation). Aug 26 20:11:58 np0000191215 systemd[846]: Reached target sockets.target - Sockets. Aug 26 20:11:58 np0000191215 systemd[846]: Reached target basic.target - Basic System. Aug 26 20:11:58 np0000191215 systemd[846]: Reached target default.target - Main User Target. Aug 26 20:11:58 np0000191215 systemd[846]: Startup finished in 192ms. Aug 26 20:11:58 np0000191215 systemd[1]: Started user@1000.service - User Manager for UID 1000. Aug 26 20:17:11 np0000191215 systemd[846]: launchpadlib-cache-clean.service - Clean up old files in the Launchpadlib cache was skipped because of an unmet condition check (ConditionPathExists=/home/zuul/.launchpadlib/api.launchpad.net/cache). ○ uuidd.service - Daemon for generating UUIDs Loaded: loaded (/usr/lib/systemd/system/uuidd.service; indirect; preset: enabled) Active: inactive (dead) TriggeredBy: ● uuidd.socket Docs: man:uuidd(8) ● -.slice - Root Slice Loaded: loaded Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd.special(7) Tasks: 384 Memory: 1.1G () CPU: 5min 8.700s CGroup: / ├─init.scope │ └─1 /sbin/init nofb ├─system.slice │ ├─apache-htcacheclean.service │ │ └─14273 /usr/bin/htcacheclean -d 120 -p /var/cache/apache2/mod_cache_disk -l 300M -n │ ├─apache2.service │ │ ├─14168 /usr/sbin/apache2 -k start │ │ ├─14170 /usr/sbin/apache2 -k start │ │ └─14171 /usr/sbin/apache2 -k start │ ├─dbus.service │ │ └─713 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only │ ├─haproxy.service │ │ ├─13244 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock │ │ └─13246 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock │ ├─ksmtuned.service │ │ ├─ 5161 /bin/bash /usr/sbin/ksmtuned │ │ └─21278 sleep 60 │ ├─memcached.service │ │ └─12258 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 -l ::1 -P /var/run/memcached/memcached.pid │ ├─packagekit.service │ │ └─1812 /usr/libexec/packagekitd │ ├─polkit.service │ │ └─750 /usr/lib/polkit-1/polkitd --no-debug │ ├─rsyslog.service │ │ └─17406 /usr/sbin/rsyslogd -n -iNONE │ ├─ssh.service │ │ └─756 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups" │ ├─system-getty.slice │ │ └─getty@tty1.service │ │ └─729 /sbin/agetty -o "-p -- \\u" --noclear - linux │ ├─system-serial\x2dgetty.slice │ │ └─serial-getty@ttyS0.service │ │ └─730 /sbin/agetty -o "-p -- \\u" --keep-baud 115200,57600,38400,9600 - vt220 │ ├─systemd-journald.service │ │ └─19059 /usr/lib/systemd/systemd-journald │ ├─systemd-logind.service │ │ └─718 /usr/lib/systemd/systemd-logind │ ├─systemd-networkd.service │ │ └─606 /usr/lib/systemd/systemd-networkd │ ├─systemd-resolved.service │ │ └─465 /usr/lib/systemd/systemd-resolved │ ├─systemd-timesyncd.service │ │ └─466 /usr/lib/systemd/systemd-timesyncd │ └─systemd-udevd.service │ └─udev │ └─453 /usr/lib/systemd/systemd-udevd └─user.slice └─user-1000.slice ├─session-1.scope │ └─1067 /usr/bin/python3 ├─session-9.scope │ ├─20070 "sshd: zuul [priv]" │ ├─20080 "sshd: zuul@notty" │ ├─21391 sh -c "/bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '\"'\"'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3'\"'\"' && sleep 0'" │ ├─21392 /bin/sh -c "sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3' && sleep 0" │ ├─21393 sudo -H -S -n -u root /bin/sh -c "echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3" │ ├─21394 /bin/sh -c "echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3" │ ├─21395 /usr/bin/python3 │ ├─21396 /bin/bash -c "sudo iptables-save > /home/zuul/iptables.txt\n\n# NOTE(sfernand): Run 'df' with a 60s timeout to prevent hangs from\n# stale NFS mounts.\ntimeout -s 9 60s df -h > /home/zuul/df.txt || true\n# If 'df' times out, the mount output helps debug which NFS share\n# is unresponsive.\nmount > /home/zuul/mount.txt\n\nfor py_ver in 2 3; do\n if [[ \`which python\${py_ver}\` ]]; then\n python\${py_ver} -m pip freeze > /home/zuul/pip\${py_ver}-freeze.txt\n fi\ndone\n\nif [ \`command -v dpkg\` ]; then\n dpkg -l> /home/zuul/dpkg-l.txt\nfi\nif [ \`command -v rpm\` ]; then\n rpm -qa | sort > /home/zuul/rpm-qa.txt\nfi\n\n# Services status\nsudo systemctl status --all > services.txt 2>/dev/null\n\n# NOTE(kchamart) The 'audit.log' can be useful in cases when QEMU\n# failed to start due to denials from SELinux — useful for CentOS\n# and Fedora machines. For Ubuntu (which runs AppArmor), DevStack\n# already captures the contents of /var/log/kern.log (via\n# \`journalctl -t kernel\` redirected into syslog.txt.gz), which\n# contains AppArmor-related messages.\nif [ -f /var/log/audit/audit.log ] ; then\n sudo cp /var/log/audit/audit.log /home/zuul/audit.log &&\n chmod +r /home/zuul/audit.log;\nfi\n\n# gzip and save any coredumps in /var/core\nif [ -d /var/core ]; then\n sudo gzip -r /var/core\n sudo cp -r /var/core /home/zuul/\nfi\n\nsudo ss -lntup | grep ':53' > /home/zuul/listen53.txt\n\n# NOTE(andreaf) Service logs are already in logs/ thanks for the\n# export-devstack-journal log. Apache logs are under apache/ thans to the\n# apache-logs-conf role.\ngrep -i deprecat /home/zuul/logs/*.txt /home/zuul/apache/*.log | \\\n sed -r 's/[0-9]{1,2}\\:[0-9]{1,2}\\:[0-9]{1,2}\\.[0-9]{1,3}/ /g' | \\\n sed -r 's/[0-9]{1,2}\\:[0-9]{1,2}\\:[0-9]{1,2}/ /g' | \\\n sed -r 's/[0-9]{1,4}-[0-9]{1,2}-[0-9]{1,4}/ /g' |\n sed -r 's/\\[.*\\]/ /g' | \\\n sed -r 's/\\s[0-9]+\\s/ /g' | \\\n awk '{if (\$0 in seen) {seen[\$0]++} else {out[++n]=\$0;seen[\$0]=1}} END { for (i=1; i<=n; i++) print seen[out[i]]\" :: \" out[i] }' > /home/zuul/deprecations.log\n" │ ├─21409 sudo systemctl status --all │ └─21410 systemctl status --all └─user@1000.service └─init.scope ├─846 /usr/lib/systemd/systemd --user └─847 "(sd-pam)" Aug 26 20:18:10 np0000191215 systemd[1]: rsyslog.service: Deactivated successfully. Aug 26 20:18:10 np0000191215 systemd[1]: Stopped rsyslog.service - System Logging Service. Aug 26 20:18:10 np0000191215 systemd[1]: Starting rsyslog.service - System Logging Service... Aug 26 20:18:10 np0000191215 systemd[1]: Started rsyslog.service - System Logging Service. Aug 26 20:19:55 np0000191215 systemd[1]: session-7.scope: Deactivated successfully. Aug 26 20:19:55 np0000191215 systemd[1]: session-7.scope: Consumed 2min 12.570s CPU time, 2.1G memory peak, 0B memory swap peak. Aug 26 20:19:58 np0000191215 systemd[1]: Started session-8.scope - Session 8 of User zuul. Aug 26 20:20:03 np0000191215 systemd[1]: session-8.scope: Deactivated successfully. Aug 26 20:20:03 np0000191215 systemd[1]: session-8.scope: Consumed 1.044s CPU time. Aug 26 20:20:06 np0000191215 systemd[1]: Started session-9.scope - Session 9 of User zuul. ● system-getty.slice - Slice /system/getty Loaded: loaded Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Tasks: 1 Memory: 272.0K (peak: 1.8M) CPU: 23ms CGroup: /system.slice/system-getty.slice └─getty@tty1.service └─729 /sbin/agetty -o "-p -- \\u" --noclear - linux Notice: journal has been rotated since unit was started, output may be incomplete. ● system-modprobe.slice - Slice /system/modprobe Loaded: loaded Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Tasks: 0 Memory: 80.0K (peak: 6.0M) CPU: 133ms CGroup: /system.slice/system-modprobe.slice Notice: journal has been rotated since unit was started, output may be incomplete. ● system-serial\x2dgetty.slice - Slice /system/serial-getty Loaded: loaded Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Tasks: 1 Memory: 340.0K (peak: 1.8M) CPU: 20ms CGroup: /system.slice/system-serial\x2dgetty.slice └─serial-getty@ttyS0.service └─730 /sbin/agetty -o "-p -- \\u" --keep-baud 115200,57600,38400,9600 - vt220 Notice: journal has been rotated since unit was started, output may be incomplete. ● system.slice - System Slice Loaded: loaded Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd.special(7) Tasks: 108 Memory: 186.8M (peak: 190.9M) CPU: 11.793s CGroup: /system.slice ├─apache-htcacheclean.service │ └─14273 /usr/bin/htcacheclean -d 120 -p /var/cache/apache2/mod_cache_disk -l 300M -n ├─apache2.service │ ├─14168 /usr/sbin/apache2 -k start │ ├─14170 /usr/sbin/apache2 -k start │ └─14171 /usr/sbin/apache2 -k start ├─dbus.service │ └─713 @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only ├─haproxy.service │ ├─13244 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock │ └─13246 /usr/sbin/haproxy -Ws -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -S /run/haproxy-master.sock ├─ksmtuned.service │ ├─ 5161 /bin/bash /usr/sbin/ksmtuned │ └─21278 sleep 60 ├─memcached.service │ └─12258 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 -l ::1 -P /var/run/memcached/memcached.pid ├─packagekit.service │ └─1812 /usr/libexec/packagekitd ├─polkit.service │ └─750 /usr/lib/polkit-1/polkitd --no-debug ├─rsyslog.service │ └─17406 /usr/sbin/rsyslogd -n -iNONE ├─ssh.service │ └─756 "sshd: /usr/sbin/sshd -D [listener] 0 of 10-100 startups" ├─system-getty.slice │ └─getty@tty1.service │ └─729 /sbin/agetty -o "-p -- \\u" --noclear - linux ├─system-serial\x2dgetty.slice │ └─serial-getty@ttyS0.service │ └─730 /sbin/agetty -o "-p -- \\u" --keep-baud 115200,57600,38400,9600 - vt220 ├─systemd-journald.service │ └─19059 /usr/lib/systemd/systemd-journald ├─systemd-logind.service │ └─718 /usr/lib/systemd/systemd-logind ├─systemd-networkd.service │ └─606 /usr/lib/systemd/systemd-networkd ├─systemd-resolved.service │ └─465 /usr/lib/systemd/systemd-resolved ├─systemd-timesyncd.service │ └─466 /usr/lib/systemd/systemd-timesyncd └─systemd-udevd.service └─udev └─453 /usr/lib/systemd/systemd-udevd Aug 26 20:19:55 np0000191215 systemd-logind[718]: Session 7 logged out. Waiting for processes to exit. Aug 26 20:19:55 np0000191215 systemd-logind[718]: Removed session 7. Aug 26 20:19:58 np0000191215 sshd[19994]: Accepted publickey for zuul from 162.253.55.78 port 46376 ssh2: RSA SHA256:G2ri9wqHxHi7sAJYPjB5cHlJsVRM7CFwSoKnJ2uWCog Aug 26 20:19:58 np0000191215 sshd[19994]: pam_unix(sshd:session): session opened for user zuul(uid=1000) by zuul(uid=0) Aug 26 20:19:58 np0000191215 systemd-logind[718]: New session 8 of user zuul. Aug 26 20:20:03 np0000191215 systemd-logind[718]: Session 8 logged out. Waiting for processes to exit. Aug 26 20:20:03 np0000191215 systemd-logind[718]: Removed session 8. Aug 26 20:20:06 np0000191215 sshd[20070]: Accepted publickey for zuul from 162.253.55.78 port 38320 ssh2: RSA SHA256:G2ri9wqHxHi7sAJYPjB5cHlJsVRM7CFwSoKnJ2uWCog Aug 26 20:20:06 np0000191215 sshd[20070]: pam_unix(sshd:session): session opened for user zuul(uid=1000) by zuul(uid=0) Aug 26 20:20:06 np0000191215 systemd-logind[718]: New session 9 of user zuul. ● user-1000.slice - User Slice of UID 1000 Loaded: loaded Drop-In: /usr/lib/systemd/system/user-.slice.d └─10-defaults.conf Active: active since Wed 2026-08-26 20:11:58 UTC; 8min ago Docs: man:user@.service(5) Tasks: 15 (limit: 169564) Memory: 18.1G (peak: 18.2G) CPU: 4min 8.903s CGroup: /user.slice/user-1000.slice ├─session-1.scope │ └─1067 /usr/bin/python3 ├─session-9.scope │ ├─20070 "sshd: zuul [priv]" │ ├─20080 "sshd: zuul@notty" │ ├─21391 sh -c "/bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '\"'\"'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3'\"'\"' && sleep 0'" │ ├─21392 /bin/sh -c "sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3' && sleep 0" │ ├─21393 sudo -H -S -n -u root /bin/sh -c "echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3" │ ├─21394 /bin/sh -c "echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3" │ ├─21395 /usr/bin/python3 │ ├─21396 /bin/bash -c "sudo iptables-save > /home/zuul/iptables.txt\n\n# NOTE(sfernand): Run 'df' with a 60s timeout to prevent hangs from\n# stale NFS mounts.\ntimeout -s 9 60s df -h > /home/zuul/df.txt || true\n# If 'df' times out, the mount output helps debug which NFS share\n# is unresponsive.\nmount > /home/zuul/mount.txt\n\nfor py_ver in 2 3; do\n if [[ \`which python\${py_ver}\` ]]; then\n python\${py_ver} -m pip freeze > /home/zuul/pip\${py_ver}-freeze.txt\n fi\ndone\n\nif [ \`command -v dpkg\` ]; then\n dpkg -l> /home/zuul/dpkg-l.txt\nfi\nif [ \`command -v rpm\` ]; then\n rpm -qa | sort > /home/zuul/rpm-qa.txt\nfi\n\n# Services status\nsudo systemctl status --all > services.txt 2>/dev/null\n\n# NOTE(kchamart) The 'audit.log' can be useful in cases when QEMU\n# failed to start due to denials from SELinux — useful for CentOS\n# and Fedora machines. For Ubuntu (which runs AppArmor), DevStack\n# already captures the contents of /var/log/kern.log (via\n# \`journalctl -t kernel\` redirected into syslog.txt.gz), which\n# contains AppArmor-related messages.\nif [ -f /var/log/audit/audit.log ] ; then\n sudo cp /var/log/audit/audit.log /home/zuul/audit.log &&\n chmod +r /home/zuul/audit.log;\nfi\n\n# gzip and save any coredumps in /var/core\nif [ -d /var/core ]; then\n sudo gzip -r /var/core\n sudo cp -r /var/core /home/zuul/\nfi\n\nsudo ss -lntup | grep ':53' > /home/zuul/listen53.txt\n\n# NOTE(andreaf) Service logs are already in logs/ thanks for the\n# export-devstack-journal log. Apache logs are under apache/ thans to the\n# apache-logs-conf role.\ngrep -i deprecat /home/zuul/logs/*.txt /home/zuul/apache/*.log | \\\n sed -r 's/[0-9]{1,2}\\:[0-9]{1,2}\\:[0-9]{1,2}\\.[0-9]{1,3}/ /g' | \\\n sed -r 's/[0-9]{1,2}\\:[0-9]{1,2}\\:[0-9]{1,2}/ /g' | \\\n sed -r 's/[0-9]{1,4}-[0-9]{1,2}-[0-9]{1,4}/ /g' |\n sed -r 's/\\[.*\\]/ /g' | \\\n sed -r 's/\\s[0-9]+\\s/ /g' | \\\n awk '{if (\$0 in seen) {seen[\$0]++} else {out[++n]=\$0;seen[\$0]=1}} END { for (i=1; i<=n; i++) print seen[out[i]]\" :: \" out[i] }' > /home/zuul/deprecations.log\n" │ ├─21409 sudo systemctl status --all │ └─21410 systemctl status --all └─user@1000.service └─init.scope ├─846 /usr/lib/systemd/systemd --user └─847 "(sd-pam)" Aug 26 20:20:23 np0000191215 python3[21386]: ansible-stat Invoked with path=/etc/openstack follow=False get_checksum=True get_mime=True get_attributes=True checksum_algorithm=sha1 Aug 26 20:20:23 np0000191215 sudo[21384]: pam_unix(sudo:session): session closed for user root Aug 26 20:20:25 np0000191215 sudo[21393]: zuul : PWD=/home/zuul ; USER=root ; COMMAND=/bin/sh -c 'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3' Aug 26 20:20:25 np0000191215 sudo[21393]: pam_unix(sudo:session): session opened for user root(uid=0) by zuul(uid=1000) Aug 26 20:20:25 np0000191215 python3[21395]: ansible-ansible.legacy.command Invoked with executable=/bin/bash _raw_params=sudo iptables-save > /home/zuul/iptables.txt # NOTE(sfernand): Run 'df' with a 60s timeout to prevent hangs from # stale NFS mounts. timeout -s 9 60s df -h > /home/zuul/df.txt || true # If 'df' times out, the mount output helps debug which NFS share # is unresponsive. mount > /home/zuul/mount.txt for py_ver in 2 3; do if [[ `which python${py_ver}` ]]; then python${py_ver} -m pip freeze > /home/zuul/pip${py_ver}-freeze.txt fi done if [ `command -v dpkg` ]; then dpkg -l> /home/zuul/dpkg-l.txt fi if [ `command -v rpm` ]; then rpm -qa | sort > /home/zuul/rpm-qa.txt fi # Services status sudo systemctl status --all > services.txt 2>/dev/null # NOTE(kchamart) The 'audit.log' can be useful in cases when QEMU # failed to start due to denials from SELinux — useful for CentOS # and Fedora machines. For Ubuntu (which runs AppArmor), DevStack # already captures the contents of /var/log/kern.log (via # `journalctl -t kernel` redirected into syslog.txt.gz), which # contains AppArmor-related messages. if [ -f /var/log/audit/audit.log ] ; then sudo cp /var/log/audit/audit.log /home/zuul/audit.log && chmod +r /home/zuul/audit.log; fi # gzip and save any coredumps in /var/core if [ -d /var/core ]; then sudo gzip -r /var/core sudo cp -r /var/core /home/zuul/ fi sudo ss -lntup | grep ':53' > /home/zuul/listen53.txt # NOTE(andreaf) Service logs are already in logs/ thanks for the # export-devstack-journal log. Apache logs are under apache/ thans to the # apache-logs-conf role. grep -i deprecat /home/zuul/logs/*.txt /home/zuul/apache/*.log | \ sed -r 's/[0-9]{1,2}\:[0-9]{1,2}\:[0-9]{1,2}\.[0-9]{1,3}/ /g' | \ sed -r 's/[0-9]{1,2}\:[0-9]{1,2}\:[0-9]{1,2}/ /g' | \ sed -r 's/[0-9]{1,4}-[0-9]{1,2}-[0-9]{1,4}/ /g' | sed -r 's/\[.*\]/ /g' | \ sed -r 's/\s[0-9]+\s/ /g' | \ awk '{if ($0 in seen) {seen[$0]++} else {out[++n]=$0;seen[$0]=1}} END { for (i=1; i<=n; i++) print seen[out[i]]" :: " out[i] }' > /home/zuul/deprecations.log _uses_shell=True zuul_no_log=False zuul_log_id=0242ac17-0010-0136-cba9-000000000033-1-controller zuul_output_max_bytes=1073741824 zuul_ansible_split_streams=False expand_argument_vars=True stdin_add_newline=True strip_empty_ends=True argv=None chdir=None creates=None removes=None stdin=None Aug 26 20:20:25 np0000191215 sudo[21398]: root : PWD=/home/zuul ; USER=root ; COMMAND=/usr/sbin/iptables-save Aug 26 20:20:25 np0000191215 sudo[21398]: pam_unix(sudo:session): session opened for user root(uid=0) by zuul(uid=0) Aug 26 20:20:25 np0000191215 sudo[21398]: pam_unix(sudo:session): session closed for user root Aug 26 20:20:25 np0000191215 sudo[21409]: root : PWD=/home/zuul ; USER=root ; COMMAND=/usr/bin/systemctl status --all Aug 26 20:20:25 np0000191215 sudo[21409]: pam_unix(sudo:session): session opened for user root(uid=0) by zuul(uid=0) ● user.slice - User and Session Slice Loaded: loaded (/usr/lib/systemd/system/user.slice; static) Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd.special(7) Tasks: 15 Memory: 18.1G (peak: 18.2G) CPU: 4min 8.905s CGroup: /user.slice └─user-1000.slice ├─session-1.scope │ └─1067 /usr/bin/python3 ├─session-9.scope │ ├─20070 "sshd: zuul [priv]" │ ├─20080 "sshd: zuul@notty" │ ├─21391 sh -c "/bin/sh -c 'sudo -H -S -n -u root /bin/sh -c '\"'\"'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3'\"'\"' && sleep 0'" │ ├─21392 /bin/sh -c "sudo -H -S -n -u root /bin/sh -c 'echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3' && sleep 0" │ ├─21393 sudo -H -S -n -u root /bin/sh -c "echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3" │ ├─21394 /bin/sh -c "echo BECOME-SUCCESS-vsvdcmilnqovgvnzrthzegtvsdpwwasx ; /usr/bin/python3" │ ├─21395 /usr/bin/python3 │ ├─21396 /bin/bash -c "sudo iptables-save > /home/zuul/iptables.txt\n\n# NOTE(sfernand): Run 'df' with a 60s timeout to prevent hangs from\n# stale NFS mounts.\ntimeout -s 9 60s df -h > /home/zuul/df.txt || true\n# If 'df' times out, the mount output helps debug which NFS share\n# is unresponsive.\nmount > /home/zuul/mount.txt\n\nfor py_ver in 2 3; do\n if [[ \`which python\${py_ver}\` ]]; then\n python\${py_ver} -m pip freeze > /home/zuul/pip\${py_ver}-freeze.txt\n fi\ndone\n\nif [ \`command -v dpkg\` ]; then\n dpkg -l> /home/zuul/dpkg-l.txt\nfi\nif [ \`command -v rpm\` ]; then\n rpm -qa | sort > /home/zuul/rpm-qa.txt\nfi\n\n# Services status\nsudo systemctl status --all > services.txt 2>/dev/null\n\n# NOTE(kchamart) The 'audit.log' can be useful in cases when QEMU\n# failed to start due to denials from SELinux — useful for CentOS\n# and Fedora machines. For Ubuntu (which runs AppArmor), DevStack\n# already captures the contents of /var/log/kern.log (via\n# \`journalctl -t kernel\` redirected into syslog.txt.gz), which\n# contains AppArmor-related messages.\nif [ -f /var/log/audit/audit.log ] ; then\n sudo cp /var/log/audit/audit.log /home/zuul/audit.log &&\n chmod +r /home/zuul/audit.log;\nfi\n\n# gzip and save any coredumps in /var/core\nif [ -d /var/core ]; then\n sudo gzip -r /var/core\n sudo cp -r /var/core /home/zuul/\nfi\n\nsudo ss -lntup | grep ':53' > /home/zuul/listen53.txt\n\n# NOTE(andreaf) Service logs are already in logs/ thanks for the\n# export-devstack-journal log. Apache logs are under apache/ thans to the\n# apache-logs-conf role.\ngrep -i deprecat /home/zuul/logs/*.txt /home/zuul/apache/*.log | \\\n sed -r 's/[0-9]{1,2}\\:[0-9]{1,2}\\:[0-9]{1,2}\\.[0-9]{1,3}/ /g' | \\\n sed -r 's/[0-9]{1,2}\\:[0-9]{1,2}\\:[0-9]{1,2}/ /g' | \\\n sed -r 's/[0-9]{1,4}-[0-9]{1,2}-[0-9]{1,4}/ /g' |\n sed -r 's/\\[.*\\]/ /g' | \\\n sed -r 's/\\s[0-9]+\\s/ /g' | \\\n awk '{if (\$0 in seen) {seen[\$0]++} else {out[++n]=\$0;seen[\$0]=1}} END { for (i=1; i<=n; i++) print seen[out[i]]\" :: \" out[i] }' > /home/zuul/deprecations.log\n" │ ├─21409 sudo systemctl status --all │ └─21410 systemctl status --all └─user@1000.service └─init.scope ├─846 /usr/lib/systemd/systemd --user └─847 "(sd-pam)" Notice: journal has been rotated since unit was started, output may be incomplete. ● cloud-init-hotplugd.socket - cloud-init hotplug hook socket Loaded: loaded (/usr/lib/systemd/system/cloud-init-hotplugd.socket; enabled; preset: enabled) Active: active (listening) since Wed 2026-08-26 20:09:28 UTC; 10min ago Triggers: ● cloud-init-hotplugd.service Listen: /run/cloud-init/share/hook-hotplug-cmd (FIFO) CGroup: /system.slice/cloud-init-hotplugd.socket Aug 26 20:09:28 np0000191215 systemd[1]: Listening on cloud-init-hotplugd.socket - cloud-init hotplug hook socket. ● dbus.socket - D-Bus System Message Bus Socket Loaded: loaded (/usr/lib/systemd/system/dbus.socket; static) Active: active (running) since Wed 2026-08-26 20:09:28 UTC; 10min ago Triggers: ● dbus.service Listen: /run/dbus/system_bus_socket (Stream) CGroup: /system.slice/dbus.socket Aug 26 20:09:28 np0000191215 systemd[1]: Listening on dbus.socket - D-Bus System Message Bus Socket. ● dm-event.socket - Device-mapper event daemon FIFOs Loaded: loaded (/usr/lib/systemd/system/dm-event.socket; enabled; preset: enabled) Active: active (listening) since Wed 2026-08-26 20:17:51 UTC; 2min 34s ago Triggers: ● dm-event.service Docs: man:dmeventd(8) Listen: /run/dmeventd-server (FIFO) /run/dmeventd-client (FIFO) CGroup: /system.slice/dm-event.socket Aug 26 20:17:51 np0000191215 systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs. ● iscsid.socket - Open-iSCSI iscsid Socket Loaded: loaded (/usr/lib/systemd/system/iscsid.socket; enabled; preset: enabled) Active: active (listening) since Wed 2026-08-26 20:09:28 UTC; 10min ago Triggers: ● iscsid.service Docs: man:iscsid(8) man:iscsiadm(8) Listen: @ISCSIADM_ABSTRACT_NAMESPACE (Stream) CGroup: /system.slice/iscsid.socket Aug 26 20:09:28 np0000191215 systemd[1]: Listening on iscsid.socket - Open-iSCSI iscsid Socket. ● lvm2-lvmpolld.socket - LVM2 poll daemon socket Loaded: loaded (/usr/lib/systemd/system/lvm2-lvmpolld.socket; enabled; preset: enabled) Active: active (listening) since Wed 2026-08-26 20:17:54 UTC; 2min 32s ago Triggers: ● lvm2-lvmpolld.service Docs: man:lvmpolld(8) Listen: /run/lvm/lvmpolld.socket (Stream) CGroup: /system.slice/lvm2-lvmpolld.socket Aug 26 20:17:54 np0000191215 systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket. ● ssh.socket - OpenBSD Secure Shell server socket Loaded: loaded (/usr/lib/systemd/system/ssh.socket; enabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:09:28 UTC; 10min ago Triggers: ● ssh.service Listen: 0.0.0.0:22 (Stream) [::]:22 (Stream) Tasks: 0 (limit: 77074) Memory: 12.0K (peak: 264.0K) CPU: 2ms CGroup: /system.slice/ssh.socket Aug 26 20:09:28 np0000191215 systemd[1]: Listening on ssh.socket - OpenBSD Secure Shell server socket. ● syslog.socket - Syslog Socket Loaded: loaded (/usr/lib/systemd/system/syslog.socket; static) Active: active (running) since Wed 2026-08-26 20:17:28 UTC; 2min 58s ago Triggers: ● rsyslog.service Docs: man:systemd.special(7) https://www.freedesktop.org/wiki/Software/systemd/syslog Listen: /run/systemd/journal/syslog (Datagram) CGroup: /system.slice/syslog.socket Aug 26 20:17:28 np0000191215 systemd[1]: Listening on syslog.socket - Syslog Socket. ● systemd-fsckd.socket - fsck to fsckd communication Socket Loaded: loaded (/usr/lib/systemd/system/systemd-fsckd.socket; static) Active: active (listening) since Wed 2026-08-26 20:09:20 UTC; 11min ago Triggers: ● systemd-fsckd.service Docs: man:systemd-fsckd.service(8) man:systemd-fsck@.service(8) man:systemd-fsck-root.service(8) Listen: /run/systemd/fsck.progress (Stream) CGroup: /system.slice/systemd-fsckd.socket Notice: journal has been rotated since unit was started, output may be incomplete. ● systemd-initctl.socket - initctl Compatibility Named Pipe Loaded: loaded (/usr/lib/systemd/system/systemd-initctl.socket; static) Active: active (listening) since Wed 2026-08-26 20:09:20 UTC; 11min ago Triggers: ● systemd-initctl.service Docs: man:systemd-initctl.socket(8) Listen: /run/initctl (FIFO) CGroup: /system.slice/systemd-initctl.socket Notice: journal has been rotated since unit was started, output may be incomplete. ○ systemd-journald-audit.socket - Journal Audit Socket Loaded: loaded (/usr/lib/systemd/system/systemd-journald-audit.socket; disabled; preset: enabled) Active: inactive (dead) Triggers: ● systemd-journald.service Docs: man:systemd-journald.service(8) man:journald.conf(5) Listen: audit 1 (Netlink) ● systemd-journald-dev-log.socket - Journal Socket (/dev/log) Loaded: loaded (/usr/lib/systemd/system/systemd-journald-dev-log.socket; static) Active: active (running) since Wed 2026-08-26 20:09:20 UTC; 11min ago Triggers: ● systemd-journald.service Docs: man:systemd-journald.service(8) man:journald.conf(5) Listen: /run/systemd/journal/dev-log (Datagram) CGroup: /system.slice/systemd-journald-dev-log.socket Notice: journal has been rotated since unit was started, output may be incomplete. ● systemd-journald.socket - Journal Socket Loaded: loaded (/usr/lib/systemd/system/systemd-journald.socket; static) Active: active (running) since Wed 2026-08-26 20:09:20 UTC; 11min ago Triggers: ● systemd-journald.service Docs: man:systemd-journald.service(8) man:journald.conf(5) Listen: /run/systemd/journal/socket (Datagram) /run/systemd/journal/stdout (Stream) CGroup: /system.slice/systemd-journald.socket Notice: journal has been rotated since unit was started, output may be incomplete. ● systemd-networkd.socket - Network Service Netlink Socket Loaded: loaded (/usr/lib/systemd/system/systemd-networkd.socket; disabled; preset: enabled) Active: active (running) since Wed 2026-08-26 20:09:22 UTC; 11min ago Triggers: ● systemd-networkd.service Docs: man:systemd-networkd.service(8) man:rtnetlink(7) Listen: route 1361 (Netlink) CGroup: /system.slice/systemd-networkd.socket Aug 26 20:09:22 np0000191215 systemd[1]: Listening on systemd-networkd.socket - Network Service Netlink Socket. ○ systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) Loaded: loaded (/usr/lib/systemd/system/systemd-pcrextend.socket; disabled; preset: enabled) Active: inactive (dead) Condition: start condition unmet at Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd-pcrextend(8) Listen: /run/systemd/io.systemd.PCRExtend (Stream) Accepted: 0; Connected: 0; ● systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch Loaded: loaded (/usr/lib/systemd/system/systemd-rfkill.socket; static) Active: active (listening) since Wed 2026-08-26 20:09:21 UTC; 11min ago Triggers: ● systemd-rfkill.service Docs: man:systemd-rfkill.socket(8) Listen: /dev/rfkill (Special) CGroup: /system.slice/systemd-rfkill.socket Aug 26 20:09:21 ubuntu systemd[1]: Listening on systemd-rfkill.socket - Load/Save RF Kill Switch Status /dev/rfkill Watch. ● systemd-sysext.socket - System Extension Image Management (Varlink) Loaded: loaded (/usr/lib/systemd/system/systemd-sysext.socket; disabled; preset: enabled) Active: active (listening) since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd-sysext(8) Listen: /run/systemd/io.systemd.sysext (Stream) Accepted: 0; Connected: 0; CGroup: /system.slice/systemd-sysext.socket Aug 26 20:09:21 ubuntu systemd[1]: Listening on systemd-sysext.socket - System Extension Image Management (Varlink). ● systemd-udevd-control.socket - udev Control Socket Loaded: loaded (/usr/lib/systemd/system/systemd-udevd-control.socket; static) Active: active (running) since Wed 2026-08-26 20:09:20 UTC; 11min ago Triggers: ● systemd-udevd.service Docs: man:systemd-udevd-control.socket(8) man:udev(7) Listen: /run/udev/control (SequentialPacket) CGroup: /system.slice/systemd-udevd-control.socket Notice: journal has been rotated since unit was started, output may be incomplete. ● systemd-udevd-kernel.socket - udev Kernel Socket Loaded: loaded (/usr/lib/systemd/system/systemd-udevd-kernel.socket; static) Active: active (running) since Wed 2026-08-26 20:09:20 UTC; 11min ago Triggers: ● systemd-udevd.service Docs: man:systemd-udevd-kernel.socket(8) man:udev(7) Listen: kobject-uevent 1 (Netlink) CGroup: /system.slice/systemd-udevd-kernel.socket Notice: journal has been rotated since unit was started, output may be incomplete. ● uuidd.socket - UUID daemon activation socket Loaded: loaded (/usr/lib/systemd/system/uuidd.socket; enabled; preset: enabled) Active: active (listening) since Wed 2026-08-26 20:09:28 UTC; 10min ago Triggers: ● uuidd.service Listen: /run/uuidd/request (Stream) CGroup: /system.slice/uuidd.socket Aug 26 20:09:28 np0000191215 systemd[1]: Listening on uuidd.socket - UUID daemon activation socket. ● root-swapfile.swap - /root/swapfile Loaded: loaded (/etc/fstab; generated) Active: active since Wed 2026-08-26 20:14:00 UTC; 6min ago What: /root/swapfile Docs: man:fstab(5) man:systemd-fstab-generator(8) ● basic.target - Basic System Loaded: loaded (/usr/lib/systemd/system/basic.target; static) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd.special(7) Aug 26 20:09:28 np0000191215 systemd[1]: Reached target basic.target - Basic System. ○ blockdev@dev-disk-by\x2dlabel-cloudimg\x2drootfs.target - Block Device Preparation for /dev/disk/by-label/cloudimg-rootfs Loaded: loaded (/usr/lib/systemd/system/blockdev@.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ● cloud-config.target - Cloud-config availability Loaded: loaded (/usr/lib/systemd/system/cloud-config.target; static) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Aug 26 20:09:28 np0000191215 systemd[1]: Reached target cloud-config.target - Cloud-config availability. ● cloud-init.target - Cloud-init target Loaded: loaded (/usr/lib/systemd/system/cloud-init.target; enabled-runtime; preset: enabled) Active: active since Wed 2026-08-26 20:09:55 UTC; 10min ago Aug 26 20:09:55 np0000191215 systemd[1]: Reached target cloud-init.target - Cloud-init target. ○ cryptsetup-pre.target - Local Encrypted Volumes (Pre) Loaded: loaded (/usr/lib/systemd/system/cryptsetup-pre.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ● cryptsetup.target - Local Encrypted Volumes Loaded: loaded (/usr/lib/systemd/system/cryptsetup.target; static) Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd.special(7) Notice: journal has been rotated since unit was started, output may be incomplete. ○ emergency.target - Emergency Mode Loaded: loaded (/usr/lib/systemd/system/emergency.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ final.target - Late Shutdown Services Loaded: loaded (/usr/lib/systemd/system/final.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ● first-boot-complete.target - First Boot Complete Loaded: loaded (/usr/lib/systemd/system/first-boot-complete.target; static) Active: active since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd.special(7) Aug 26 20:09:21 ubuntu systemd[1]: Reached target first-boot-complete.target - First Boot Complete. ○ getty-pre.target - Preparation for Logins Loaded: loaded (/usr/lib/systemd/system/getty-pre.target; static) Active: inactive (dead) Docs: man:systemd.special(7) man:systemd-getty-generator(8) https://0pointer.de/blog/projects/serial-console.html ● getty.target - Login Prompts Loaded: loaded (/usr/lib/systemd/system/getty.target; static) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd.special(7) man:systemd-getty-generator(8) https://0pointer.de/blog/projects/serial-console.html Aug 26 20:09:28 np0000191215 systemd[1]: Reached target getty.target - Login Prompts. ● graphical.target - Graphical Interface Loaded: loaded (/usr/lib/systemd/system/graphical.target; static) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd.special(7) Aug 26 20:09:28 np0000191215 systemd[1]: Reached target graphical.target - Graphical Interface. ○ hibernate.target - System Hibernation Loaded: loaded (/usr/lib/systemd/system/hibernate.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ hybrid-sleep.target - Hybrid Suspend+Hibernate Loaded: loaded (/usr/lib/systemd/system/hybrid-sleep.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ initrd-fs.target - Initrd File Systems Loaded: loaded (/usr/lib/systemd/system/initrd-fs.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ initrd-root-device.target - Initrd Root Device Loaded: loaded (/usr/lib/systemd/system/initrd-root-device.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ initrd-root-fs.target - Initrd Root File System Loaded: loaded (/usr/lib/systemd/system/initrd-root-fs.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ initrd-switch-root.target - Switch Root Loaded: loaded (/usr/lib/systemd/system/initrd-switch-root.target; static) Active: inactive (dead) ○ initrd-usr-fs.target - Initrd /usr File System Loaded: loaded (/usr/lib/systemd/system/initrd-usr-fs.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ initrd.target - Initrd Default Target Loaded: loaded (/usr/lib/systemd/system/initrd.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ● integritysetup.target - Local Integrity Protected Volumes Loaded: loaded (/usr/lib/systemd/system/integritysetup.target; static) Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd.special(7) Notice: journal has been rotated since unit was started, output may be incomplete. ● local-fs-pre.target - Preparation for Local File Systems Loaded: loaded (/usr/lib/systemd/system/local-fs-pre.target; static) Active: active since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd.special(7) Aug 26 20:09:21 ubuntu systemd[1]: Reached target local-fs-pre.target - Preparation for Local File Systems. ● local-fs.target - Local File Systems Loaded: loaded (/usr/lib/systemd/system/local-fs.target; static) Active: active since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd.special(7) Aug 26 20:09:21 ubuntu systemd[1]: Reached target local-fs.target - Local File Systems. ● multi-user.target - Multi-User System Loaded: loaded (/usr/lib/systemd/system/multi-user.target; static) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd.special(7) Aug 26 20:09:28 np0000191215 systemd[1]: Reached target multi-user.target - Multi-User System. ● network-online.target - Network is Online Loaded: loaded (/usr/lib/systemd/system/network-online.target; static) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd.special(7) https://systemd.io/NETWORK_ONLINE Aug 26 20:09:28 np0000191215 systemd[1]: Reached target network-online.target - Network is Online. ● network-pre.target - Preparation for Network Loaded: loaded (/usr/lib/systemd/system/network-pre.target; static) Active: active since Wed 2026-08-26 20:09:22 UTC; 11min ago Docs: man:systemd.special(7) https://systemd.io/NETWORK_ONLINE Aug 26 20:09:22 np0000191215 systemd[1]: Reached target network-pre.target - Preparation for Network. ● network.target - Network Loaded: loaded (/usr/lib/systemd/system/network.target; static) Active: active since Wed 2026-08-26 20:09:22 UTC; 11min ago Docs: man:systemd.special(7) https://systemd.io/NETWORK_ONLINE Aug 26 20:09:22 np0000191215 systemd[1]: Reached target network.target - Network. ● nss-lookup.target - Host and Network Name Lookups Loaded: loaded (/usr/lib/systemd/system/nss-lookup.target; static) Active: active since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd.special(7) Aug 26 20:09:21 ubuntu systemd[1]: Reached target nss-lookup.target - Host and Network Name Lookups. ○ nss-user-lookup.target - User and Group Name Lookups Loaded: loaded (/usr/lib/systemd/system/nss-user-lookup.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ● paths.target - Path Units Loaded: loaded (/usr/lib/systemd/system/paths.target; static) Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd.special(7) Notice: journal has been rotated since unit was started, output may be incomplete. ○ remote-cryptsetup.target - Remote Encrypted Volumes Loaded: loaded (/usr/lib/systemd/system/remote-cryptsetup.target; disabled; preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) ● remote-fs-pre.target - Preparation for Remote File Systems Loaded: loaded (/usr/lib/systemd/system/remote-fs-pre.target; static) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd.special(7) Aug 26 20:09:28 np0000191215 systemd[1]: Reached target remote-fs-pre.target - Preparation for Remote File Systems. ● remote-fs.target - Remote File Systems Loaded: loaded (/usr/lib/systemd/system/remote-fs.target; enabled; preset: enabled) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd.special(7) Aug 26 20:09:28 np0000191215 systemd[1]: Reached target remote-fs.target - Remote File Systems. ○ remote-veritysetup.target - Remote Verity Protected Volumes Loaded: loaded (/usr/lib/systemd/system/remote-veritysetup.target; disabled; preset: enabled) Active: inactive (dead) Docs: man:systemd.special(7) ○ rescue.target - Rescue Mode Loaded: loaded (/usr/lib/systemd/system/rescue.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ shutdown.target - System Shutdown Loaded: loaded (/usr/lib/systemd/system/shutdown.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ sleep.target - Sleep Loaded: loaded (/usr/lib/systemd/system/sleep.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ● slices.target - Slice Units Loaded: loaded (/usr/lib/systemd/system/slices.target; static) Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd.special(7) Notice: journal has been rotated since unit was started, output may be incomplete. ● sockets.target - Socket Units Loaded: loaded (/usr/lib/systemd/system/sockets.target; static) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd.special(7) Aug 26 20:09:28 np0000191215 systemd[1]: Reached target sockets.target - Socket Units. ○ soft-reboot.target - Reboot System Userspace Loaded: loaded (/usr/lib/systemd/system/soft-reboot.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ suspend-then-hibernate.target - Suspend; Hibernate if not used for a period of time Loaded: loaded (/usr/lib/systemd/system/suspend-then-hibernate.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ suspend.target - Suspend Loaded: loaded (/usr/lib/systemd/system/suspend.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ● swap.target - Swaps Loaded: loaded (/usr/lib/systemd/system/swap.target; static) Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd.special(7) Notice: journal has been rotated since unit was started, output may be incomplete. ● sysinit.target - System Initialization Loaded: loaded (/usr/lib/systemd/system/sysinit.target; static) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd.special(7) Aug 26 20:09:28 np0000191215 systemd[1]: Reached target sysinit.target - System Initialization. ● time-set.target - System Time Set Loaded: loaded (/usr/lib/systemd/system/time-set.target; static) Active: active since Wed 2026-08-26 20:09:21 UTC; 11min ago Docs: man:systemd.special(7) Aug 26 20:09:21 ubuntu systemd[1]: Reached target time-set.target - System Time Set. ○ time-sync.target - System Time Synchronized Loaded: loaded (/usr/lib/systemd/system/time-sync.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ● timers.target - Timer Units Loaded: loaded (/usr/lib/systemd/system/timers.target; static) Active: active since Wed 2026-08-26 20:09:28 UTC; 10min ago Docs: man:systemd.special(7) Aug 26 20:09:28 np0000191215 systemd[1]: Reached target timers.target - Timer Units. ○ umount.target - Unmount All Filesystems Loaded: loaded (/usr/lib/systemd/system/umount.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ○ veritysetup-pre.target - Local Verity Protected Volumes (Pre) Loaded: loaded (/usr/lib/systemd/system/veritysetup-pre.target; static) Active: inactive (dead) Docs: man:systemd.special(7) ● veritysetup.target - Local Verity Protected Volumes Loaded: loaded (/usr/lib/systemd/system/veritysetup.target; static) Active: active since Wed 2026-08-26 20:09:20 UTC; 11min ago Docs: man:systemd.special(7) Notice: journal has been rotated since unit was started, output may be incomplete. ● apt-daily-upgrade.timer - Daily apt upgrade and clean activities Loaded: loaded (/usr/lib/systemd/system/apt-daily-upgrade.timer; enabled; preset: enabled) Active: active (waiting) since Wed 2026-08-26 20:09:28 UTC; 10min ago Trigger: Thu 2026-08-27 06:06:37 UTC; 9h left Triggers: ● apt-daily-upgrade.service Aug 26 20:09:28 np0000191215 systemd[1]: Started apt-daily-upgrade.timer - Daily apt upgrade and clean activities. ● apt-daily.timer - Daily apt download activities Loaded: loaded (/usr/lib/systemd/system/apt-daily.timer; enabled; preset: enabled) Active: active (waiting) since Wed 2026-08-26 20:09:28 UTC; 10min ago Trigger: Thu 2026-08-27 13:09:52 UTC; 16h left Triggers: ● apt-daily.service Aug 26 20:09:28 np0000191215 systemd[1]: Started apt-daily.timer - Daily apt download activities. ● dpkg-db-backup.timer - Daily dpkg database backup timer Loaded: loaded (/usr/lib/systemd/system/dpkg-db-backup.timer; enabled; preset: enabled) Active: active (waiting) since Wed 2026-08-26 20:09:28 UTC; 10min ago Trigger: Thu 2026-08-27 00:00:00 UTC; 3h 39min left Triggers: ● dpkg-db-backup.service Docs: man:dpkg(1) Aug 26 20:09:28 np0000191215 systemd[1]: Started dpkg-db-backup.timer - Daily dpkg database backup timer. ● e2scrub_all.timer - Periodic ext4 Online Metadata Check for All Filesystems Loaded: loaded (/usr/lib/systemd/system/e2scrub_all.timer; enabled; preset: enabled) Active: active (waiting) since Wed 2026-08-26 20:09:28 UTC; 10min ago Trigger: Sun 2026-08-30 03:10:17 UTC; 3 days left Triggers: ● e2scrub_all.service Aug 26 20:09:28 np0000191215 systemd[1]: Started e2scrub_all.timer - Periodic ext4 Online Metadata Check for All Filesystems. ● fstrim.timer - Discard unused filesystem blocks once a week Loaded: loaded (/usr/lib/systemd/system/fstrim.timer; enabled; preset: enabled) Active: active (waiting) since Wed 2026-08-26 20:09:28 UTC; 10min ago Trigger: Mon 2026-08-31 00:15:22 UTC; 4 days left Triggers: ● fstrim.service Docs: man:fstrim Aug 26 20:09:28 np0000191215 systemd[1]: Started fstrim.timer - Discard unused filesystem blocks once a week. ● man-db.timer - Daily man-db regeneration Loaded: loaded (/usr/lib/systemd/system/man-db.timer; enabled; preset: enabled) Active: active (waiting) since Wed 2026-08-26 20:17:45 UTC; 2min 41s ago Trigger: Thu 2026-08-27 11:27:08 UTC; 15h left Triggers: ● man-db.service Docs: man:mandb(8) Aug 26 20:17:45 np0000191215 systemd[1]: Started man-db.timer - Daily man-db regeneration. ● motd-news.timer - Message of the Day Loaded: loaded (/usr/lib/systemd/system/motd-news.timer; enabled; preset: enabled) Active: active (waiting) since Wed 2026-08-26 20:09:28 UTC; 10min ago Trigger: Thu 2026-08-27 03:25:35 UTC; 7h left Triggers: ● motd-news.service Aug 26 20:09:28 np0000191215 systemd[1]: Started motd-news.timer - Message of the Day. ● systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories Loaded: loaded (/usr/lib/systemd/system/systemd-tmpfiles-clean.timer; static) Active: active (waiting) since Wed 2026-08-26 20:09:28 UTC; 10min ago Trigger: Wed 2026-08-26 20:24:16 UTC; 3min 49s left Triggers: ● systemd-tmpfiles-clean.service Docs: man:tmpfiles.d(5) man:systemd-tmpfiles(8) Aug 26 20:09:28 np0000191215 systemd[1]: Started systemd-tmpfiles-clean.timer - Daily Cleanup of Temporary Directories.