Using physical interface eth0 + case "$1" in + shift + start + echo '========== qemu-bridge-init: entering start - beg' ========== qemu-bridge-init: entering start - beg + hostname bjordammen.simula.nornet + uname -a Linux bjordammen.simula.nornet 4.12.8-300.fc26.x86_64 #1 SMP Thu Aug 17 15:30:20 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux + ip address show 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc mq master br0 state UP group default qlen 1000 link/ether 2c:76:8a:d0:09:40 brd ff:ff:ff:ff:ff:ff inet6 fe80::2e76:8aff:fed0:940/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 1500 qdisc mq state DOWN group default qlen 1000 link/ether 2c:76:8a:d0:09:41 brd ff:ff:ff:ff:ff:ff 4: eth2: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:e9 brd ff:ff:ff:ff:ff:ff 5: eth3: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:e8 brd ff:ff:ff:ff:ff:ff 6: eth4: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:eb brd ff:ff:ff:ff:ff:ff 7: eth5: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:ea brd ff:ff:ff:ff:ff:ff 8: br0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 2c:76:8a:d0:09:40 brd ff:ff:ff:ff:ff:ff inet 10.1.1.248/24 brd 10.1.1.255 scope global br0 valid_lft forever preferred_lft forever inet 10.2.1.248/24 brd 10.2.1.255 scope global br0 valid_lft forever preferred_lft forever inet 10.4.1.248/24 brd 10.4.1.255 scope global br0 valid_lft forever preferred_lft forever inet 10.9.1.248/24 brd 10.9.1.255 scope global br0 valid_lft forever preferred_lft forever inet6 2001:700:4100:901::f8/64 scope global valid_lft forever preferred_lft forever inet6 2001:700:4100:401::f8/64 scope global valid_lft forever preferred_lft forever inet6 2001:700:4100:201::f8/64 scope global valid_lft forever preferred_lft forever inet6 2001:700:4100:101::f8/64 scope global valid_lft forever preferred_lft forever inet6 fe80::2e76:8aff:fed0:940/64 scope link valid_lft forever preferred_lft forever 9: virbr0: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 52:54:00:87:29:17 brd ff:ff:ff:ff:ff:ff inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 valid_lft forever preferred_lft forever 10: virbr0-nic: mtu 1500 qdisc fq_codel master virbr0 state DOWN group default qlen 1000 link/ether 52:54:00:87:29:17 brd ff:ff:ff:ff:ff:ff + ip route show default via 10.1.1.1 dev br0 src 10.1.1.248 metric 5 default via 10.2.1.1 dev br0 src 10.2.1.248 metric 11 default via 10.4.1.1 dev br0 src 10.4.1.248 metric 12 default via 10.9.1.1 dev br0 src 10.9.1.248 metric 13 10.1.1.0/24 dev br0 proto kernel scope link src 10.1.1.248 10.2.1.0/24 dev br0 proto kernel scope link src 10.2.1.248 10.4.1.0/24 dev br0 proto kernel scope link src 10.4.1.248 10.9.1.0/24 dev br0 proto kernel scope link src 10.9.1.248 169.254.0.0/16 dev br0 scope link metric 1008 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown + echo '========== qemu-bridge-init: entering start - end' ========== qemu-bridge-init: entering start - end + sysctl net.bridge.bridge-nf-call-iptables=0 sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-iptables: No such file or directory + sysctl net.bridge.bridge-nf-call-ip6tables=0 sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-ip6tables: No such file or directory + sysctl net.bridge.bridge-nf-call-arptables=0 sysctl: cannot stat /proc/sys/net/bridge/bridge-nf-call-arptables: No such file or directory + '[' -n '' ']' + type -p brctl + ip address show br0 + echo 'Bridge interface br0 already set up - qemu-bridge-init start exiting' Bridge interface br0 already set up - qemu-bridge-init start exiting + exit 0 Running qemu-start-node in /vservers/2017.08.26--nightly--nornet-f25-linux64/qemu-vnode01.simula.nornet Starting at Sat Aug 26 01:55:07 CEST 2017 Creating hard disk image (100G) as hdd-qcow2-100G.img .. Done Trying to load the kqemu module WARNING : Could not modprobe kqemu Checking for a loaded kqemu module Checking for /dev/kqemu ls: cannot access '/dev/kqemu': No such file or directory Cleaning up pid file Running qemu-kvm -m 2048 -hda hdd-qcow2-100G.img -nographic -pidfile qemu.pid -boot d -cdrom vnode01.simula.nornet.iso -net nic,macaddr=02:34:56:00:00:01 -net tap,script=qemu-ifup + INTERFACE_BRIDGE=br0 ++ discover_interface +++ gather_interfaces +++ python ++ for ifname in $(gather_interfaces) ++ ip link show eth4 ++ grep -qi 'state UP' ++ for ifname in $(gather_interfaces) ++ ip link show eth5 ++ grep -qi 'state UP' ++ for ifname in $(gather_interfaces) ++ ip link show eth1 ++ grep -qi 'state UP' ++ for ifname in $(gather_interfaces) ++ ip link show eth2 ++ grep -qi 'state UP' ++ for ifname in $(gather_interfaces) ++ ip link show eth3 ++ grep -qi 'state UP' ++ for ifname in $(gather_interfaces) ++ ip link show eth0 ++ grep -qi 'state UP' ++ echo eth0 ++ return + INTERFACE_LAN=eth0 + echo Using physical interface eth0 Using physical interface eth0 + main add tap0 + case "$1" in + shift + add tap0 + [[ -z tap0 ]] + INTERFACE_LAN=tap0 + shift + echo '========== qemu-bridge-init: entering add - beg' ========== qemu-bridge-init: entering add - beg + ip address show 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc mq master br0 state UP group default qlen 1000 link/ether 2c:76:8a:d0:09:40 brd ff:ff:ff:ff:ff:ff inet6 fe80::2e76:8aff:fed0:940/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 1500 qdisc mq state DOWN group default qlen 1000 link/ether 2c:76:8a:d0:09:41 brd ff:ff:ff:ff:ff:ff 4: eth2: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:e9 brd ff:ff:ff:ff:ff:ff 5: eth3: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:e8 brd ff:ff:ff:ff:ff:ff 6: eth4: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:eb brd ff:ff:ff:ff:ff:ff 7: eth5: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:ea brd ff:ff:ff:ff:ff:ff 8: br0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 2c:76:8a:d0:09:40 brd ff:ff:ff:ff:ff:ff inet 10.1.1.248/24 brd 10.1.1.255 scope global br0 valid_lft forever preferred_lft forever inet 10.2.1.248/24 brd 10.2.1.255 scope global br0 valid_lft forever preferred_lft forever inet 10.4.1.248/24 brd 10.4.1.255 scope global br0 valid_lft forever preferred_lft forever inet 10.9.1.248/24 brd 10.9.1.255 scope global br0 valid_lft forever preferred_lft forever inet6 2001:700:4100:901::f8/64 scope global valid_lft forever preferred_lft forever inet6 2001:700:4100:401::f8/64 scope global valid_lft forever preferred_lft forever inet6 2001:700:4100:201::f8/64 scope global valid_lft forever preferred_lft forever inet6 2001:700:4100:101::f8/64 scope global valid_lft forever preferred_lft forever inet6 fe80::2e76:8aff:fed0:940/64 scope link valid_lft forever preferred_lft forever 9: virbr0: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 52:54:00:87:29:17 brd ff:ff:ff:ff:ff:ff inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 valid_lft forever preferred_lft forever 10: virbr0-nic: mtu 1500 qdisc fq_codel master virbr0 state DOWN group default qlen 1000 link/ether 52:54:00:87:29:17 brd ff:ff:ff:ff:ff:ff 11: tap0: mtu 1500 qdisc noop state DOWN group default qlen 1000 link/ether 16:49:69:df:b8:88 brd ff:ff:ff:ff:ff:ff + ip route show default via 10.1.1.1 dev br0 src 10.1.1.248 metric 5 default via 10.2.1.1 dev br0 src 10.2.1.248 metric 11 default via 10.4.1.1 dev br0 src 10.4.1.248 metric 12 default via 10.9.1.1 dev br0 src 10.9.1.248 metric 13 10.1.1.0/24 dev br0 proto kernel scope link src 10.1.1.248 10.2.1.0/24 dev br0 proto kernel scope link src 10.2.1.248 10.4.1.0/24 dev br0 proto kernel scope link src 10.4.1.248 10.9.1.0/24 dev br0 proto kernel scope link src 10.9.1.248 169.254.0.0/16 dev br0 scope link metric 1008 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown + echo '========== qemu-bridge-init: entering add - end' ========== qemu-bridge-init: entering add - end + echo 'Activating link for tap0...' Activating link for tap0... + /sbin/ip link set tap0 up + sleep 1 + echo 'Adding tap0 to br0' Adding tap0 to br0 + brctl addif br0 tap0 + CONFIG=qemu.conf + '[' -f qemu.conf ']' + . qemu.conf ++ MACADDR=02:34:56:00:00:01 ++ NODE_ISO=vnode01.simula.nornet.iso ++ HOSTNAME=vnode01.simula.nornet ++ IP=10.1.1.65 ++ TARGET_ARCH=x86_64 + echo 'Tweaking iptables' Tweaking iptables + iptables-save + ./iptables.py iptables.pre iptables.post 10.1.1.65 + iptables-restore + echo '========== qemu-bridge-init: exiting add - beg' ========== qemu-bridge-init: exiting add - beg + ip address show 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: mtu 1500 qdisc mq master br0 state UP group default qlen 1000 link/ether 2c:76:8a:d0:09:40 brd ff:ff:ff:ff:ff:ff inet6 fe80::2e76:8aff:fed0:940/64 scope link valid_lft forever preferred_lft forever 3: eth1: mtu 1500 qdisc mq state DOWN group default qlen 1000 link/ether 2c:76:8a:d0:09:41 brd ff:ff:ff:ff:ff:ff 4: eth2: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:e9 brd ff:ff:ff:ff:ff:ff 5: eth3: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:e8 brd ff:ff:ff:ff:ff:ff 6: eth4: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:eb brd ff:ff:ff:ff:ff:ff 7: eth5: mtu 1500 qdisc fq_codel state DOWN group default qlen 1000 link/ether e8:39:35:12:c6:ea brd ff:ff:ff:ff:ff:ff 8: br0: mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 16:49:69:df:b8:88 brd ff:ff:ff:ff:ff:ff inet 10.1.1.248/24 brd 10.1.1.255 scope global br0 valid_lft forever preferred_lft forever inet 10.2.1.248/24 brd 10.2.1.255 scope global br0 valid_lft forever preferred_lft forever inet 10.4.1.248/24 brd 10.4.1.255 scope global br0 valid_lft forever preferred_lft forever inet 10.9.1.248/24 brd 10.9.1.255 scope global br0 valid_lft forever preferred_lft forever inet6 2001:700:4100:901::f8/64 scope global valid_lft forever preferred_lft forever inet6 2001:700:4100:401::f8/64 scope global valid_lft forever preferred_lft forever inet6 2001:700:4100:201::f8/64 scope global valid_lft forever preferred_lft forever inet6 2001:700:4100:101::f8/64 scope global valid_lft forever preferred_lft forever inet6 fe80::2e76:8aff:fed0:940/64 scope link valid_lft forever preferred_lft forever 9: virbr0: mtu 1500 qdisc noqueue state DOWN group default qlen 1000 link/ether 52:54:00:87:29:17 brd ff:ff:ff:ff:ff:ff inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0 valid_lft forever preferred_lft forever 10: virbr0-nic: mtu 1500 qdisc fq_codel master virbr0 state DOWN group default qlen 1000 link/ether 52:54:00:87:29:17 brd ff:ff:ff:ff:ff:ff 11: tap0: mtu 1500 qdisc fq_codel master br0 state UNKNOWN group default qlen 1000 link/ether 16:49:69:df:b8:88 brd ff:ff:ff:ff:ff:ff inet6 fe80::1449:69ff:fedf:b888/64 scope link tentative valid_lft forever preferred_lft forever + ip route show default via 10.1.1.1 dev br0 src 10.1.1.248 metric 5 default via 10.2.1.1 dev br0 src 10.2.1.248 metric 11 default via 10.4.1.1 dev br0 src 10.4.1.248 metric 12 default via 10.9.1.1 dev br0 src 10.9.1.248 metric 13 10.1.1.0/24 dev br0 proto kernel scope link src 10.1.1.248 10.2.1.0/24 dev br0 proto kernel scope link src 10.2.1.248 10.4.1.0/24 dev br0 proto kernel scope link src 10.4.1.248 10.9.1.0/24 dev br0 proto kernel scope link src 10.9.1.248 169.254.0.0/16 dev br0 scope link metric 1008 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown + echo 'Installed iptables' Installed iptables + iptables-save # Generated by iptables-save v1.6.1 on Sat Aug 26 01:55:09 2017 *nat :PREROUTING ACCEPT [0:0] :INPUT ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] -A POSTROUTING -s 192.168.122.0/24 -d 224.0.0.0/24 -j RETURN -A POSTROUTING -s 192.168.122.0/24 -d 255.255.255.255/32 -j RETURN -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p tcp -j MASQUERADE --to-ports 1024-65535 -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p udp -j MASQUERADE --to-ports 1024-65535 -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -j MASQUERADE -A POSTROUTING -s 192.168.122.0/24 -d 224.0.0.0/24 -j RETURN -A POSTROUTING -s 192.168.122.0/24 -d 255.255.255.255/32 -j RETURN -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p tcp -j MASQUERADE --to-ports 1024-65535 -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -p udp -j MASQUERADE --to-ports 1024-65535 -A POSTROUTING -s 192.168.122.0/24 ! -d 192.168.122.0/24 -j MASQUERADE COMMIT # Completed on Sat Aug 26 01:55:09 2017 # Generated by iptables-save v1.6.1 on Sat Aug 26 01:55:09 2017 *mangle :PREROUTING ACCEPT [0:0] :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] -A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill -A POSTROUTING -o virbr0 -p udp -m udp --dport 68 -j CHECKSUM --checksum-fill COMMIT # Completed on Sat Aug 26 01:55:09 2017 # Generated by iptables-save v1.6.1 on Sat Aug 26 01:55:09 2017 *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -i virbr0 -p udp -m udp --dport 53 -j ACCEPT -A INPUT -i virbr0 -p tcp -m tcp --dport 53 -j ACCEPT -A INPUT -i virbr0 -p udp -m udp --dport 67 -j ACCEPT -A INPUT -i virbr0 -p tcp -m tcp --dport 67 -j ACCEPT -A FORWARD -d 192.168.122.0/24 -o virbr0 -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A FORWARD -s 192.168.122.0/24 -i virbr0 -j ACCEPT -A FORWARD -i virbr0 -o virbr0 -j ACCEPT -A FORWARD -o virbr0 -j REJECT --reject-with icmp-port-unreachable -A FORWARD -i virbr0 -j REJECT --reject-with icmp-port-unreachable -A OUTPUT -o virbr0 -p udp -m udp --dport 68 -j ACCEPT COMMIT # Completed on Sat Aug 26 01:55:09 2017 + echo '========== qemu-bridge-init: exiting add - end' ========== qemu-bridge-init: exiting add - end + exit 0 ISOLINUX 6.04 Copyright (C) 1994-2015 H. Peter Anvin et al e%@)0(B[?25llqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqkx -- Welcome to NorNet! -- xtqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqux Boot NorNet Research Node (1024x768) xx Boot NorNet Research Node (default resolution) xx Memory Tester xx xx xmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqjPress [Tab] to edit optionsAutomatic boot in 30 seconds...Automatic boot in 29 seconds...Automatic boot in 28 seconds...Automatic boot in 27 seconds...Automatic boot in 26 seconds...Automatic boot in 25 seconds...Automatic boot in 24 seconds...Automatic boot in 23 seconds...Automatic boot in 22 seconds...Automatic boot in 21 seconds...Automatic boot in 20 seconds...Automatic boot in 19 seconds...Automatic boot in 18 seconds...Automatic boot in 17 seconds...Automatic boot in 16 seconds...Automatic boot in 15 seconds...Automatic boot in 14 seconds...Automatic boot in 13 seconds...Automatic boot in 12 seconds...Automatic boot in 11 seconds...Automatic boot in 10 seconds... Automatic boot in 9 seconds... Automatic boot in 8 seconds...Automatic boot in 7 seconds...Automatic boot in 6 seconds...Automatic boot in 5 seconds...Automatic boot in 4 seconds...Automatic boot in 3 seconds...Automatic boot in 2 seconds... Automatic boot in 1 second... lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqkx -- Welcome to NorNet! -- xtqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqux Boot NorNet Research Node (1024x768) xx Boot NorNet Research Node (default resolution) xx Memory Tester xx xx xmqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqjPress [Tab] to edit options[?25h[?25hLoading kernel... ok Loading bootcd.img...ok Loading overlay.img...ok [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.84-888.fc25.x86_64 (root@2017-08-26--nightly--nornet-f25-linux64) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC) ) #1 SMP Sat Aug 26 00:55:44 CEST 2017 [ 0.000000] Command line: BOOT_IMAGE=kernel ramdisk_size=357437 initrd=bootcd.img,overlay.img root=/dev/ram0 rw hcheck_reboot0 systemd.log_level=debug console=ttyS0,115200n8 biosdevname=0 net.ifnames=0 selinux=0 vga=792 [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'lazy' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdffff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffe0000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x7ffe0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: PAT not supported by CPU. [ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC [ 0.000000] found SMP MP-table at [mem 0x000f6c20-0x000f6c2f] mapped at [ffff8800000f6c20] [ 0.000000] RAMDISK: [mem 0x77b59000-0x7ffdffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6A50 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000007FFE154E 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000007FFE142A 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000007FFE0040 0013EA (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000007FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000007FFE149E 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 0x000000007FFE1516 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x77b47000-0x77b58fff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:77b46001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 55511899029 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007ffdffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000007ffdffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffdffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff880077800000 s98776 r8192 d32296 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7780d900 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515945 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: BOOT_IMAGE=kernel ramdisk_size=357437 initrd=bootcd.img,overlay.img root=/dev/ram0 rw hcheck_reboot0 systemd.log_level=debug console=ttyS0,115200n8 biosdevname=0 net.ifnames=0 selinux=0 vga=792 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 1910948K/2096632K available (7960K kernel code, 1290K rwdata, 3472K rodata, 1524K init, 1492K bss, 185684K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:4352 nr_irqs:256 16 [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0. [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [ttyS0] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns [ 0.000000] tsc: Detected 2133.408 MHz processor [ 0.126225] Calibrating delay loop (skipped) preset value.. 4266.81 BogoMIPS (lpj=2133408) [ 0.127752] pid_max: default: 32768 minimum: 301 [ 0.128611] ACPI: Core revision 20150930 [ 0.130837] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.132047] Security Framework initialized [ 0.132790] Yama: becoming mindful. [ 0.133464] SELinux: Disabled at boot. [ 0.134720] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.136577] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.138193] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.139484] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.140981] Initializing cgroup subsys io [ 0.141770] Initializing cgroup subsys memory [ 0.142602] Initializing cgroup subsys devices [ 0.143486] Initializing cgroup subsys freezer [ 0.144239] Initializing cgroup subsys net_cls [ 0.145047] Initializing cgroup subsys perf_event [ 0.145933] Initializing cgroup subsys net_prio [ 0.146755] Initializing cgroup subsys hugetlb [ 0.147734] Initializing cgroup subsys pids [ 0.148607] CPU: Physical Processor ID: 0 [ 0.149374] mce: CPU supports 10 MCE banks [ 0.150140] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.151116] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.169094] Freeing SMP alternatives memory: 28K [ 0.174643] ftrace: allocating 29759 entries in 117 pages [ 0.220779] x2apic enabled [ 0.221619] Switched APIC routing to physical x2apic. [ 0.223646] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.326411] smpboot: CPU0: Intel QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3) [ 0.328125] Performance Events: Broken PMU hardware detected, using software events only. [ 0.329639] Failed to access perfctr msr (MSR c2 is 0) [ 0.331192] x86: Booted up 1 node, 1 CPUs [ 0.331858] smpboot: Total of 1 processors activated (4266.81 BogoMIPS) [ 0.333259] devtmpfs: initialized [ 0.336847] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.338514] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.339600] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 0.340741] pinctrl core: initialized pinctrl subsystem [ 0.341695] RTC time: 23:56:03, date: 08/25/17 [ 0.342622] NET: Registered protocol family 16 [ 0.343575] cpuidle: using governor menu [ 0.344364] ACPI: bus type PCI registered [ 0.345044] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.346277] PCI: Using configuration type 1 for base access [ 0.348872] ACPI: Added _OSI(Module Device) [ 0.349574] ACPI: Added _OSI(Processor Device) [ 0.350290] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.351046] ACPI: Added _OSI(Processor Aggregator Device) [ 0.353634] ACPI: Interpreter enabled [ 0.354267] ACPI: (supports S0 S3 S4 S5) [ 0.354900] ACPI: Using IOAPIC for interrupt routing [ 0.355724] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.360331] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.361345] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.362446] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.363777] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.366001] acpiphp: Slot [3] registered [ 0.366666] acpiphp: Slot [4] registered [ 0.367332] acpiphp: Slot [5] registered [ 0.368005] acpiphp: Slot [6] registered [ 0.368669] acpiphp: Slot [7] registered [ 0.369333] acpiphp: Slot [8] registered [ 0.370071] acpiphp: Slot [9] registered [ 0.370737] acpiphp: Slot [10] registered [ 0.371421] acpiphp: Slot [11] registered [ 0.372101] acpiphp: Slot [12] registered [ 0.372781] acpiphp: Slot [13] registered [ 0.373659] acpiphp: Slot [14] registered [ 0.374341] acpiphp: Slot [15] registered [ 0.375041] acpiphp: Slot [16] registered [ 0.375723] acpiphp: Slot [17] registered [ 0.376409] acpiphp: Slot [18] registered [ 0.377093] acpiphp: Slot [19] registered [ 0.377774] acpiphp: Slot [20] registered [ 0.378459] acpiphp: Slot [21] registered [ 0.379138] acpiphp: Slot [22] registered [ 0.379817] acpiphp: Slot [23] registered [ 0.380504] acpiphp: Slot [24] registered [ 0.381179] acpiphp: Slot [25] registered [ 0.381859] acpiphp: Slot [26] registered [ 0.382547] acpiphp: Slot [27] registered [ 0.383223] acpiphp: Slot [28] registered [ 0.383898] acpiphp: Slot [29] registered [ 0.384583] acpiphp: Slot [30] registered [ 0.385268] acpiphp: Slot [31] registered [ 0.385935] PCI host bridge to bus 0000:00 [ 0.386612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.387691] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.388769] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.389968] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window] [ 0.391156] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.397742] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.398895] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.399939] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.401069] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.402765] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.404322] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.428383] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) [ 0.429555] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) [ 0.430678] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.431787] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) [ 0.432851] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.433983] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.434953] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.435848] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.437297] vgaarb: loaded [ 0.437944] vgaarb: bridge control possible 0000:00:02.0 [ 0.438922] SCSI subsystem initialized [ 0.439624] ACPI: bus type USB registered [ 0.440301] usbcore: registered new interface driver usbfs [ 0.441190] usbcore: registered new interface driver hub [ 0.442060] usbcore: registered new device driver usb [ 0.443310] PCI: Using ACPI for IRQ routing [ 0.444273] NetLabel: Initializing [ 0.444835] NetLabel: domain hash size = 128 [ 0.445542] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.446355] NetLabel: unlabeled traffic allowed by default [ 0.447537] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.448677] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.449535] hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ 0.453694] amd_nb: Cannot enumerate AMD northbridges [ 0.454550] clocksource: Switched to clocksource kvm-clock [ 0.463210] pnp: PnP ACPI init [ 0.464397] pnp: PnP ACPI: found 6 devices [ 0.471568] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.473047] NET: Registered protocol family 2 [ 0.474055] default registered [ 0.474570] default registered [ 0.475067] MPTCP: Stable release v0.92 [ 0.475681] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.476941] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.478049] TCP: Hash tables configured (established 16384 bind 16384) [ 0.479129] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.480113] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.481191] NET: Registered protocol family 1 [ 0.481922] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.482881] pci 0000:00:01.0: PIIX3: Enabling Passive Release [ 0.483821] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.484944] Unpacking initramfs... [ 3.361207] Freeing initrd memory: 135708K [ 3.362707] audit: initializing netlink subsys (disabled) [ 3.363612] audit: type=2000 audit(1503705367.358:1): initialized [ 3.364860] Initialise system trusted keyring [ 3.365687] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 3.368533] zbud: loaded [ 3.369227] VFS: Disk quotas dquot_6.6.0 [ 3.369929] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.371477] Key type big_key registered [ 3.376630] NET: Registered protocol family 38 [ 3.377395] Key type asymmetric registered [ 3.378094] Asymmetric key parser 'x509' registered [ 3.378956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 3.380211] io scheduler noop registered [ 3.380868] io scheduler deadline registered [ 3.381630] io scheduler cfq registered (default) [ 3.382497] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 3.383424] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 3.384520] vesafb: mode is 1024x768x24, linelength=3072, pages=6 [ 3.385511] vesafb: scrolling: redraw [ 3.386118] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0 [ 3.387025] vesafb: framebuffer at 0xfd000000, mapped to 0xffffc90000800000, using 4608k, total 16384k [ 3.392834] Console: switching to colour frame buffer device 128x48 [ 3.396877] fb0: VESA VGA frame buffer device [ 3.397697] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 3.398905] ACPI: Power Button [PWRF] [ 3.399683] GHES: HEST is not enabled! [ 3.400390] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 3.425152] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 3.427919] Non-volatile memory driver v1.3 [ 3.428649] Linux agpgart interface v0.103 [ 3.430514] scsi host0: ata_piix [ 3.431164] scsi host1: ata_piix [ 3.431749] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc040 irq 14 [ 3.432844] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc048 irq 15 [ 3.434260] libphy: Fixed MDIO Bus: probed [ 3.435005] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.436071] ehci-pci: EHCI PCI platform driver [ 3.436797] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 3.437791] ohci-pci: OHCI PCI platform driver [ 3.438523] uhci_hcd: USB Universal Host Controller Interface driver [ 3.439846] usbcore: registered new interface driver usbserial [ 3.440931] usbcore: registered new interface driver usbserial_generic [ 3.441984] usbserial: USB Serial support registered for generic [ 3.442991] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 3.445028] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.445824] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.446764] mousedev: PS/2 mouse device common for all mice [ 3.448022] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 3.450321] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 3.451773] rtc_cmos 00:00: RTC can wake from S4 [ 3.453083] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 3.454471] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 3.455634] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs [ 3.457006] device-mapper: uevent: version 1.0.3 [ 3.457833] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 3.459336] hidraw: raw HID events driver (C) Jiri Kosina [ 3.460338] usbcore: registered new interface driver usbhid [ 3.461242] usbhid: USB HID core driver [ 3.461957] drop_monitor: Initializing network drop monitor service [ 3.463059] ip_tables: (C) 2000-2006 Netfilter Core Team [ 3.463992] Initializing XFRM netlink socket [ 3.464839] NET: Registered protocol family 10 [ 3.465782] mip6: Mobile IPv6 [ 3.466284] fullmesh registered [ 3.466798] NET: Registered protocol family 17 [ 3.467740] microcode: CPU0 sig=0x663, pf=0x1, revision=0x1 [ 3.468684] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 3.470253] registered taskstats version 1 [ 3.471155] Loading compiled-in X.509 certificates [ 3.473185] Loaded X.509 cert 'Fedora kernel signing key: 17425007713aeb41370feadff78998c1f5009811' [ 3.474663] zswap: loaded using pool lzo/zbud [ 3.475606] Magic number: 13:224:960 [ 3.476262] memory memory11: hash matches [ 3.477012] rtc_cmos 00:00: setting system clock to 2017-08-25 23:56:06 UTC (1503705366) [ 3.585395] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100 [ 3.586346] ata1.00: 209715200 sectors, multi 16: LBA48 [ 3.587718] ata1.00: configured for MWDMA2 [ 3.588514] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 3.590053] sd 0:0:0:0: [sda] 209715200 512-byte logical blocks: (107 GB/100 GiB) [ 3.591980] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 [ 3.593146] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 3.594315] ata2.00: configured for MWDMA2 [ 3.595405] sd 0:0:0:0: [sda] Write Protect is off [ 3.596295] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.598132] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 3.600349] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 3.601454] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.603124] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 3.604251] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.606773] Freeing unused kernel memory: 1524K [ 3.607531] Write protecting the kernel read-only data: 12288k [ 3.608889] Freeing unused kernel memory: 220K [ 3.611494] Freeing unused kernel memory: 624K [ 3.617485] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.619631] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.621163] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.623617] systemd[1]: systemd 231 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 3.626532] systemd[1]: Detected virtualization qemu. [ 3.627391] systemd[1]: Detected architecture x86-64. Welcome to Fedora 25 (Twenty Five)! [ 3.629495] systemd[1]: No hostname configured. [ 3.630298] systemd[1]: Set hostname to . [ 3.633646] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.643293] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.666771] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.668538] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.674103] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.676677] random: systemd-sysv-ge: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.679481] random: systemd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.694867] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 3.697254] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 3.699643] systemd[1]: Listening on Device-mapper event daemon FIFOs. [ OK ] Listening on Device-mapper event daemon FIFOs. [ 3.702261] systemd[1]: Started Forward Password Requests to Wall Directory Watch. [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 3.705189] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 3.707501] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ 3.710225] systemd[1]: Reached target Network is Online. [ OK ] Reached target Network is Online. [ 3.712515] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 3.714536] systemd[1]: Listening on LVM2 metadata daemon socket. [ OK ] Listening on LVM2 metadata daemon socket. [ 3.717027] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 3.719389] systemd[1]: Listening on LVM2 poll daemon socket. [ OK ] Listening on LVM2 poll daemon socket. [ 3.721975] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 3.724581] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point. [ OK ] Set up automount Arbitrary Executab...ats File System Automount Point. [ 3.728079] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 3.731045] systemd[1]: Reached target Encrypted Volumes. [ OK ] Reached target Encrypted Volumes. [ 3.733333] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 3.735726] systemd[1]: Created slice System Slice. [ OK ] Created slice System Slice. [ 3.738543] systemd[1]: Starting Journal Service... Starting Journal Service... [ 3.740997] systemd[1]: Mounting Temporary Directory... Mounting Temporary Directory... [ 3.750093] systemd[1]: Mounting Debug File System... Mounting Debug File System... [ 3.772644] systemd[1]: Starting Setup Virtual Console... Starting Setup Virtual Console... [ 3.784893] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling... Starting Monitoring of LVM2 mirrors... dmeventd or progress polling... [ 3.802209] systemd[1]: Created slice system-serial\x2dgetty.slice. [ OK ] Created slice system-serial\x2dgetty.slice. [ 3.810256] systemd[1]: Listening on Process Core Dump Socket. [ OK ] Listening on Process Core Dump Socket. [ 3.817124] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 3.820745] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 3.825313] systemd[1]: Mounting POSIX Message Queue File System... Mounting POSIX Message Queue File System... [ 3.831534] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 3.841046] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 3.850262] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 3.852941] systemd[1]: Created slice system-sshd\x2dkeygen.slice. [ OK ] Created slice system-sshd\x2dkeygen.slice. [ 3.856315] systemd[1]: Mounting Configuration File System... Mounting Configuration File System... [ 3.859392] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 3.877724] systemd[1]: Mounting Huge Pages File System... Mounting Huge Pages File System... [ 3.892287] systemd[1]: Starting Remount Root and Kernel File Systems... Starting Remount Root and Kernel File Systems... [ 3.909064] systemd[1]: Mounted Configuration File System. [ OK ] Mounted Configuration File System. [ 3.916656] systemd[1]: Mounted POSIX Message Queue File System. [ OK ] Mounted POSIX Message Queue File System. [ 3.921681] systemd[1]: Mounted Debug File System. [ OK ] Mounted Debug File System. [ 3.924876] systemd[1]: Mounted Huge Pages File System. [ OK ] Mounted Huge Pages File System. [ 3.929092] systemd[1]: Mounted Temporary Directory. [ OK ] Mounted Temporary Directory. [ 3.932116] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ 3.934956] audit: type=1130 audit(1503705366.957:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Setup Virtual Console. [ 3.946607] audit: type=1130 audit(1503705366.969:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Create list of required sta...ce nodes for the current kernel. [ 3.954726] audit: type=1130 audit(1503705366.977:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Apply Kernel Variables. [ 3.961721] audit: type=1130 audit(1503705366.984:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Remount Root and Kernel File Systems. [ 3.968838] audit: type=1130 audit(1503705366.991:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started LVM2 metadata daemon. [ 3.986877] audit: type=1130 audit(1503705367.009:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-lvmetad comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Create System Users... Starting Flush Journal to Persistent Storage... [ OK ] Started Create System Users. [ 4.058632] audit: type=1130 audit(1503705367.081:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Configure read-only root support. [ 4.074616] audit: type=1130 audit(1503705367.097:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=fedora-readonly comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 4.087241] systemd-journald[103]: Received request to flush runtime journal from PID 1 [ OK ] Started Flush Journal to Persistent Storage. [ 4.095908] audit: type=1130 audit(1503705367.118:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Load/Save Random Seed... Starting Create Static Device Nodes in /dev... [ OK ] Started Load/Save Random Seed. [ OK ] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [ OK ] Started udev Kernel Device Manager. [ 4.364635] tsc: Refined TSC clocksource calibration: 2133.400 MHz [ 4.365697] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1ec0704647e, max_idle_ns: 440795218013 ns [ OK ] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... [ OK ] Started udev Coldplug all Devices. [ 4.693140] parport_pc 00:04: reported by Plug and Play ACPI [ 4.696146] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] [ 4.735171] Floppy drive(s): fd0 is 2.88M AMI BIOS [ 4.747107] FDC 0 is a S82078B [ 4.842095] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 4.870773] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ OK ] Found device /dev/ttyS0. [ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [ OK ] Reached target Local File Systems (Pre). [ OK ] Reached target Local File Systems. Starting Mark the need to relabel after reboot... Starting Rebuild Journal Catalog... Starting Rebuild Dynamic Linker Cache... Starting Restore /run/initramfs on shutdown... Starting Create Volatile Files and Directories... [ 5.087455] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 5.088621] e1000: Copyright (c) 1999-2006 Intel Corporation. [ OK ] Started Mark the need to relabel after reboot. [ OK ] Started Rebuild Journal Catalog. [ OK ] Started Rebuild Dynamic Linker Cache. [ OK ] Started Restore /run/initramfs on shutdown. [ OK ] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Update is Completed... [ OK ] Started Update is Completed. [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Reached target System Initialization. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Reached target Sockets. [ OK ] Started dnf makecache timer.[ 5.225119] [drm] Initialized drm 1.1.0 20060810 [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Reached target Basic System. Starting OpenSSH ed25519 Server Key Generation... Starting Permit User Sessions... Starting OpenSSH rsa Server Key Generation... Starting System Logging Service... Starting OpenSSH ecdsa Server Key Generation... Starting pl_boot service... 23:56:08 ==================== PlanetLab BootCD - distro nornet based on f25 23:56:08 ==================== pl_sysinit: bringing system online [ OK ] Started D-Bus System Message Bus. 23:56:08 ==================== pl_sysinit: mounting file systems 23:56:08 ========== running /bin/mount -v -a Starting Login Service... / : ignored 23:56:08 ========== /bin/mount -v -a returned with retcod=0 [ OK ] Started System Logging Service. 23:56:08 ==================== pl_sysinit: WARNING cannot start udev daemon (probably safe under systemd) [ OK ] Started OpenSSH ed25519 Server Key Generation. 23:56:08 ==================== pl_sysinit: invoking hardware initialization script 23:56:08 ========== running /etc/init.d/pl_hwinit [ OK ] Started Permit User Sessions. [ OK ] Started OpenSSH ecdsa Server Key Generation. [ OK ] Started Getty on tty2. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started Login Service. [ 5.585400] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 23:56:08 ========== /etc/init.d/pl_hwinit returned with retcod=0 23:56:08 ==================== pl_sysinit: finding CD to mount on /usr 23:56:08 ==================== pl_sysinit: creating device mapper control node 23:56:08 ==================== pl_sysinit: configuring kernel parameters 23:56:08 ========== running /sbin/sysctl -e -p /etc/sysctl.conf net.ipv4.ip_forward = 0 net.ipv4.conf.default.rp_filter = 1 kernel.sysrq = 0 kernel.core_uses_pid = 1 net.ipv4.tcp_moderate_rcvbuf = 0 net.ipv4.tcp_window_scaling = 0 23:56:08 ========== /sbin/sysctl -e -p /etc/sysctl.conf returned with retcod=0 23:56:08 ==================== pl_sysinit: WARNING cannot start rsyslog 23:56:09 ==================== pl_sysinit: bringing network online 23:56:09 ========== running /etc/init.d/pl_netinit [ 6.116596] blk_update_request: I/O error, dev fd0, sector 0 [ 6.117545] floppy: error -5 while reading block 0 [ 6.118329] random: nonblocking pool is initialized [ 6.138595] blk_update_request: I/O error, dev fd0, sector 0 [ 6.139524] floppy: error -5 while reading block 0 mount: /dev/fd0 is not a valid block device /sys/class/net / / lo: flags=73 mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 1 (Local Loopback) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 Aug 25 23:56:06 localhost systemd[1]: run-udev.mount: Failed to load configuration: No such file or directory Aug 25 23:56:06 localhost systemd[1]: run-udev-control.mount: Failed to load configuration: No such file or directory Aug 25 23:56:06 localhost systemd[1]: systemd-udevd-control.socket: Installed new job systemd-udevd-control.socket/start as 22 Aug 25 23:56:06 localhost systemd[1]: systemd-udev-trigger.service: Installed new job systemd-udev-trigger.service/start as 20 Aug 25 23:56:06 localhost systemd[1]: systemd-udevd.service: Installed new job systemd-udevd.service/start as 21 Aug 25 23:56:06 localhost systemd[1]: systemd-udevd-kernel.socket: Installed new job systemd-udevd-kernel.socket/start as 23 Aug 25 23:56:06 localhost systemd[1]: run-udev.mount: Collecting. Aug 25 23:56:06 localhost systemd[1]: run-udev-control.mount: Collecting. Aug 25 23:56:06 localhost systemd[1]: systemd-udevd-kernel.socket: ConditionPathIsReadWrite=/sys succeeded. Aug 25 23:56:06 localhost systemd[1]: systemd-udevd-kernel.socket: Changed dead -> listening Aug 25 23:56:06 localhost systemd[1]: systemd-udevd-kernel.socket: Job systemd-udevd-kernel.socket/start finished, result=done Aug 25 23:56:06 localhost systemd[1]: Listening on udev Kernel Socket. Aug 25 23:56:06 localhost systemd[1]: systemd-udevd-control.socket: ConditionPathIsReadWrite=/sys succeeded. Aug 25 23:56:06 localhost systemd[1]: systemd-udevd-control.socket: Changed dead -> listening Aug 25 23:56:06 localhost systemd[1]: systemd-udevd-control.socket: Job systemd-udevd-control.socket/start finished, result=done Aug 25 23:56:06 localhost systemd[1]: Listening on udev Control Socket. Aug 25 23:56:07 localhost systemd[1]: systemd-hwdb-update.service: ConditionDirectoryNotEmpty=|/etc/udev/hwdb.d/ failed. Aug 25 23:56:07 localhost systemd[1]: systemd-hwdb-update.service: ConditionPathExists=|/etc/udev/hwdb.bin succeeded. Aug 25 23:56:07 localhost systemd[1]: systemd-hwdb-update.service: ConditionPathExists=|!/usr/lib/udev/hwdb.bin succeeded. Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/20-OUI.hwdb' Aug 25 23:56:07 localhost journalctl[153]: Sent message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=KillUnit cookie=1 reply_cookie=0 error=n/a Aug 25 23:56:07 localhost systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=KillUnit cookie=1 reply_cookie=0 error=n/a Aug 25 23:56:07 localhost journalctl[153]: Got message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 error=n/a Aug 25 23:56:07 localhost systemd[1]: Sent message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 error=n/a Aug 25 23:56:07 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: ConditionPathIsReadWrite=/sys succeeded. Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: About to execute: /usr/lib/systemd/systemd-udevd Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: Forked /usr/lib/systemd/systemd-udevd as 167 Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: Changed dead -> start Aug 25 23:56:07 localhost systemd[1]: Starting udev Kernel Device Manager... Aug 25 23:56:07 localhost systemd[167]: systemd-udevd.service: Executing: /usr/lib/systemd/systemd-udevd Aug 25 23:56:07 localhost systemd-udevd[167]: set children_max to 10 Aug 25 23:56:07 localhost systemd-udevd[167]: Failed to symlink /proc/kcore to /dev/core: File exists Aug 25 23:56:07 localhost systemd-udevd[167]: Failed to symlink /proc/self/fd to /dev/fd: File exists Aug 25 23:56:07 localhost systemd-udevd[167]: Failed to symlink /proc/self/fd/0 to /dev/stdin: File exists Aug 25 23:56:07 localhost systemd-udevd[167]: Failed to symlink /proc/self/fd/1 to /dev/stdout: File exists Aug 25 23:56:07 localhost systemd-udevd[167]: Failed to symlink /proc/self/fd/2 to /dev/stderr: File exists Aug 25 23:56:07 localhost systemd-udevd[167]: === trie on-disk === Aug 25 23:56:07 localhost systemd-udevd[167]: tool version: 231 Aug 25 23:56:07 localhost systemd-udevd[167]: file size: 7055294 bytes Aug 25 23:56:07 localhost systemd-udevd[167]: header size 80 bytes Aug 25 23:56:07 localhost systemd-udevd[167]: strings 1810454 bytes Aug 25 23:56:07 localhost systemd-udevd[167]: nodes 5244760 bytes Aug 25 23:56:07 localhost systemd-udevd[167]: Load module index Aug 25 23:56:07 localhost systemd-udevd[167]: Network interface NamePolicy= disabled on kernel command line, ignoring. Aug 25 23:56:07 localhost systemd-udevd[167]: timestamp of '/etc/systemd/network' changed Aug 25 23:56:07 localhost systemd-udevd[167]: timestamp of '/usr/lib/systemd/network' changed Aug 25 23:56:07 localhost systemd-udevd[167]: Parsed configuration file /usr/lib/systemd/network/99-default.link Aug 25 23:56:07 localhost systemd-udevd[167]: Created link configuration context. Aug 25 23:56:07 localhost systemd-udevd[167]: timestamp of '/etc/udev/rules.d' changed Aug 25 23:56:07 localhost systemd-udevd[167]: timestamp of '/usr/lib/udev/rules.d' changed Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/10-dm.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/11-dm-lvm.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/13-dm-disk.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/50-udev-default.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-block.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-cdrom_id.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-drm.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-evdev.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-net.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-alsa.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-input.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage-tape.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-v4l.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-raw.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-serial.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs-dm.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/69-dm-lvm-metad.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/70-mouse.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/70-power-switch.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/70-touchpad.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/70-uaccess.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/71-biosdevname.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/71-seat.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/73-seat-late.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/75-net-description.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/75-probe_mtd.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/78-sound-card.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/80-drivers.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/80-net-setup-link.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/90-vconsole.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/95-dm-notify.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/98-kexec.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/99-systemd.rules Aug 25 23:56:07 localhost systemd-udevd[167]: rules contain 24576 bytes tokens (2048 * 12 bytes), 11140 bytes strings Aug 25 23:56:07 localhost systemd-udevd[167]: 1644 strings (20711 bytes), 1092 de-duplicated (10124 bytes), 553 trie nodes used Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 167 (WATCHDOG=1) Aug 25 23:56:07 localhost systemd-udevd[167]: chmod '/dev/loop-control' 0660 Aug 25 23:56:07 localhost systemd-udevd[167]: chown '/dev/loop-control' 0 6 Aug 25 23:56:07 localhost systemd-udevd[167]: chmod '/dev/net/tun' 0666 Aug 25 23:56:07 localhost systemd-udevd[167]: chmod '/dev/fuse' 0666 Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 167 (READY=1, STATUS=Processing...) Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: Changed start -> running Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: Job systemd-udevd.service/start finished, result=done Aug 25 23:56:07 localhost systemd[1]: Started udev Kernel Device Manager. Aug 25 23:56:07 localhost systemd[1]: systemd-udevd-control.socket: Changed listening -> running Aug 25 23:56:07 localhost systemd[1]: systemd-udevd-kernel.socket: Changed listening -> running Aug 25 23:56:07 localhost systemd[1]: Got cgroup empty notification for: /system.slice/systemd-udevd.service Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/20-acpi-vendor.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/20-bluetooth-vendor-product.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/20-net-ifname.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/20-pci-classes.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/20-pci-vendor-model.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/20-sdio-classes.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/20-sdio-vendor-model.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/20-usb-classes.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/20-usb-vendor-model.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/60-evdev.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/60-keyboard.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/70-mouse.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/70-pointingstick.hwdb' Aug 25 23:56:07 localhost systemd-hwdb[147]: reading file '/usr/lib/udev/hwdb.d/70-touchpad.hwdb' Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: ConditionPathIsReadWrite=/sys succeeded. Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: About to execute: /usr/bin/udevadm trigger --type=subsystems --action=add Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: Forked /usr/bin/udevadm as 171 Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: Changed dead -> start Aug 25 23:56:07 localhost systemd[1]: Starting udev Coldplug all Devices... Aug 25 23:56:07 localhost systemd[171]: systemd-udev-trigger.service: Executing: /usr/bin/udevadm trigger --type=subsystems --action=add Aug 25 23:56:07 localhost udevadm[171]: calling: trigger Aug 25 23:56:07 localhost udevadm[171]: device-enumerator: scanning /sys/bus Aug 25 23:56:07 localhost systemd[1]: Got cgroup empty notification for: /system.slice/systemd-udev-trigger.service Aug 25 23:56:07 localhost systemd-udevd[167]: seq 793 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[167]: Unload module index Aug 25 23:56:07 localhost systemd-udevd[167]: Unloaded link configuration context. Aug 25 23:56:07 localhost systemd-udevd[167]: === trie on-disk === Aug 25 23:56:07 localhost systemd-udevd[167]: tool version: 231 Aug 25 23:56:07 localhost systemd-udevd[167]: file size: 7055294 bytes Aug 25 23:56:07 localhost systemd-udevd[167]: header size 80 bytes Aug 25 23:56:07 localhost systemd-udevd[167]: strings 1810454 bytes Aug 25 23:56:07 localhost systemd-udevd[167]: nodes 5244760 bytes Aug 25 23:56:07 localhost systemd-udevd[167]: Load module index Aug 25 23:56:07 localhost systemd-udevd[167]: Network interface NamePolicy= disabled on kernel command line, ignoring. Aug 25 23:56:07 localhost systemd-udevd[167]: timestamp of '/etc/systemd/network' changed Aug 25 23:56:07 localhost systemd-udevd[167]: timestamp of '/usr/lib/systemd/network' changed Aug 25 23:56:07 localhost systemd-udevd[167]: Parsed configuration file /usr/lib/systemd/network/99-default.link Aug 25 23:56:07 localhost systemd-udevd[167]: Created link configuration context. Aug 25 23:56:07 localhost systemd-udevd[167]: timestamp of '/etc/udev/rules.d' changed Aug 25 23:56:07 localhost systemd-udevd[167]: timestamp of '/usr/lib/udev/rules.d' changed Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/10-dm.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/11-dm-lvm.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/13-dm-disk.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/50-udev-default.rules[ 6.788057] ppdev: user-space parallel port driver Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 167 (RELOADING=1, STATUS=Flushing configuration...) Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: Changed running -> reload Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: Got notification message from PID 167 (READY=1, STATUS=Processing...) Aug 25 23:56:07 localhost systemd[1]: systemd-udevd.service: Changed reload -> running Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-block.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-cdrom_id.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-drm.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-evdev.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-net.rules Aug 25 23:56:07 localhost udevadm[178]: calling: trigger Aug 25 23:56:07 localhost udevadm[178]: device-enumerator: scan all dirs Aug 25 23:56:07 localhost udevadm[178]: device-enumerator: scanning /sys/bus Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-alsa.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-input.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage-tape.rules[ 6.853737] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 02:34:56:00:00:01 [ 6.854933] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-storage.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-persistent-v4l.rules[ 6.863124] fb: switching to bochsdrmfb from VESA VGA [ 6.864082] Console: switching to colour dummy device 80x25 Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-raw.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/60-serial.rules[ 6.870765] [drm] Found bochs VGA, ID 0xb0c0. [ 6.871488] [drm] Framebuffer size 16384 kB @ 0xfd000000, mmio @ 0xfebf0000. Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs-dm.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/64-btrfs.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/69-dm-lvm-metad.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/70-mouse.rules[ 6.887042] [TTM] Zone kernel: Available graphics memory: 1024526 kiB [ 6.888122] [TTM] Initializing pool allocator Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/70-power-switch.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/70-touchpad.rules[ 6.895583] [TTM] Initializing DMA pool allocator Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/70-uaccess.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/71-biosdevname.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/71-seat.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/73-seat-late.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/75-net-description.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/75-probe_mtd.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/78-sound-card.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/80-drivers.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/80-net-setup-link.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/90-vconsole.rules[ 6.906052] fbcon: bochsdrmfb (fb0) is primary device Aug 25 23:56:07 localhost udevadm[178]: device-enumerator: scanning /sys/class Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/95-dm-notify.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/98-kexec.rules Aug 25 23:56:07 localhost systemd-udevd[167]: Reading rules file: /usr/lib/udev/rules.d/99-systemd.rules Aug 25 23:56:07 localhost systemd-udevd[167]: rules contain 24576 bytes tokens (2048 * 12 bytes), 11140 bytes strings[ 6.937967] Console: switching to colour frame buffer device 128x48 [ 6.954081] bochs-drm 0000:00:02.0: fb0: bochsdrmfb frame buffer device Aug 25 23:56:07 localhost systemd-udevd[167]: 1644 strings (20711 bytes), 1092 de-duplicated (10124 bytes), 553 trie nodes used[ 6.958802] [drm] Initialized bochs-drm 1.0.0 20130925 for 0000:00:02.0 on minor 0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 793 forked new worker [174] Aug 25 23:56:07 localhost systemd-udevd[167]: seq 794 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 795 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 796 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 797 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 798 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 799 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 800 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 801 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 802 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 802 forked new worker [175] Aug 25 23:56:07 localhost systemd-udevd[167]: seq 803 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 803 forked new worker [176] Aug 25 23:56:07 localhost systemd[1]: Received SIGCHLD from PID 171 (udevadm). Aug 25 23:56:07 localhost systemd[1]: Child 171 (udevadm) died (code=exited, status=0/SUCCESS) Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: Child 171 belongs to systemd-udev-trigger.service Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: Main process exited, code=exited, status=0/SUCCESS Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: Running next main command for state start. Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: About to execute: /usr/bin/udevadm trigger --type=devices --action=add Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: Forked /usr/bin/udevadm as 178 Aug 25 23:56:07 localhost systemd[178]: systemd-udev-trigger.service: Executing: /usr/bin/udevadm trigger --type=devices --action=add Aug 25 23:56:07 localhost systemd-udevd[174]: seq 793 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 793 processed Aug 25 23:56:07 localhost systemd-udevd[167]: seq 804 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 804 forked new worker [179] Aug 25 23:56:07 localhost systemd-udevd[167]: passed 134 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 795 forked new worker [180] Aug 25 23:56:07 localhost systemd-udevd[167]: seq 796 forked new worker [181] Aug 25 23:56:07 localhost systemd-udevd[174]: seq 794 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 794 processed Aug 25 23:56:07 localhost systemd-udevd[176]: seq 803 running Aug 25 23:56:07 localhost systemd-udevd[176]: passed device to netlink monitor 0x558cf2fc0e00 Aug 25 23:56:07 localhost systemd-udevd[176]: seq 803 processed Aug 25 23:56:07 localhost systemd-udevd[179]: seq 804 running Aug 25 23:56:07 localhost systemd-udevd[179]: passed device to netlink monitor 0x558cf2fc5080 Aug 25 23:56:07 localhost systemd-udevd[179]: seq 804 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 802 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 802 processed Aug 25 23:56:07 localhost systemd-udevd[180]: seq 795 running Aug 25 23:56:07 localhost systemd-udevd[180]: passed device to netlink monitor 0x558cf2fbb710 Aug 25 23:56:07 localhost systemd-udevd[180]: seq 795 processed Aug 25 23:56:07 localhost systemd-udevd[181]: seq 796 running Aug 25 23:56:07 localhost systemd-udevd[181]: passed device to netlink monitor 0x558cf2fbcac0 Aug 25 23:56:07 localhost systemd-udevd[181]: seq 796 processed Aug 25 23:56:07 localhost systemd-udevd[167]: seq 797 forked new worker [183] Aug 25 23:56:07 localhost systemd-udevd[167]: seq 798 forked new worker [184] Aug 25 23:56:07 localhost systemd-udevd[167]: seq 799 forked new worker [185] Aug 25 23:56:07 localhost systemd-udevd[167]: seq 800 forked new worker [186] Aug 25 23:56:07 localhost systemd-udevd[167]: maximum number (10) of children reached Aug 25 23:56:07 localhost systemd[1]: Got cgroup empty notification for: /system.slice/systemd-udev-trigger.service Aug 25 23:56:07 localhost systemd-udevd[183]: seq 797 running Aug 25 23:56:07 localhost systemd-udevd[183]: passed device to netlink monitor 0x558cf2fbac20 Aug 25 23:56:07 localhost systemd-udevd[183]: seq 797 processed Aug 25 23:56:07 localhost systemd-udevd[184]: seq 798 running Aug 25 23:56:07 localhost systemd-udevd[184]: passed device to netlink monitor 0x558cf2fc4130 Aug 25 23:56:07 localhost systemd-udevd[184]: seq 798 processed Aug 25 23:56:07 localhost systemd-udevd[186]: seq 800 running Aug 25 23:56:07 localhost systemd[1]: Got cgroup empty notification for: /system.slice/systemd-udev-trigger.service Aug 25 23:56:07 localhost systemd-udevd[185]: seq 799 running Aug 25 23:56:07 localhost systemd-udevd[185]: passed device to netlink monitor 0x558cf2fc2200 Aug 25 23:56:07 localhost systemd-udevd[185]: seq 799 processed Aug 25 23:56:07 localhost systemd-udevd[167]: seq 805 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[167]: maximum number (10) of children reached Aug 25 23:56:07 localhost systemd-udevd[167]: maximum number (10) of children reached Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 805 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 805 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 801 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 801 processed Aug 25 23:56:07 localhost systemd-udevd[186]: passed device to netlink monitor 0x558cf2fc07e0 Aug 25 23:56:07 localhost systemd-udevd[186]: seq 800 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 118 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 806 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 140 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 807 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 807 running Aug 25 23:56:07 localhost systemd-udevd[174]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/60-evdev.rules:8 Aug 25 23:56:07 localhost systemd-udevd[174]: IMPORT builtin 'hwdb' returned non-zero Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 807 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 806 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 806 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 808 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 118 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 809 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 810 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 811 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 812 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 812 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 812 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 808 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 808 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 118 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: passed 142 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 810 running Aug 25 23:56:07 localhost audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 810 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 809 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 809 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 141 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[179]: seq 811 running Aug 25 23:56:07 localhost systemd-udevd[179]: passed device to netlink monitor 0x558cf2fc5080 Aug 25 23:56:07 localhost systemd-udevd[179]: seq 811 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 136 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 813 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[180]: seq 813 running Aug 25 23:56:07 localhost systemd-udevd[180]: passed device to netlink monitor 0x558cf2fbb710 Aug 25 23:56:07 localhost systemd-udevd[180]: seq 813 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 136 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 814 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 149 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 815 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 815 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 815 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 814 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 814 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 816 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 123 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 817 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 818 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 819 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 819 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 819 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 816 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 816 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 121 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 817 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 817 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 151 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 818 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 818 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 147 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 820 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[179]: seq 820 running Aug 25 23:56:07 localhost systemd-udevd[179]: passed device to netlink monitor 0x558cf2fc5080 Aug 25 23:56:07 localhost systemd-udevd[179]: seq 820 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 123 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 821 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 821 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 821 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 117 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 822 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 822 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 [ OK ] Started OpenSSH rsa Server Key Generation. [ OK ] Reached target sshd-keygen.target. Aug 25 23:56:07 localhost systemd-udevd[175]: seq 822 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Starting OpenSSH server daemon... Aug 25 23:56:07 localhost systemd-udevd[167]: seq 823 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 136 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 824 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 824 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 824 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 823 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 [ OK ] Started OpenSSH server daemon. [ OK ] Reached target Multi-User System. Aug 25 23:56:07 localhost systemd-udevd[175]: seq 823 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 119 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 825 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 825 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 825 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 118 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 826 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 827 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 827 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 827 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 826 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 826 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 144 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 828 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 828 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 828 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 142 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 829 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 829 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 829 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 142 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 830 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 135 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 831 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 831 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 831 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 830 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 830 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 832 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 832 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 832 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 833 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 834 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 834 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 834 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 833 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 833 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 835 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 835 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 835 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 836 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 137 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 837 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 837 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 837 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 836 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 836 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 838 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 838 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 838 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 147 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 839 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 839 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 839 processed Aug 25 23:56:07 localhost systemd-udevd[167]: seq 840 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 840 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 840 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 126 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 841 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 841 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 841 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 142 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 842 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 842 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 842 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 147 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 843 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 145 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 844 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 844 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 844 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 843 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 843 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 121 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 845 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 845 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 845 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 123 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 846 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 846 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 846 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 144 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 847 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 146 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 848 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 848 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 848 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 847 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 847 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 144 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 849 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 849 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 849 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 154 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 850 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 143 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 851 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 851 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 851 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 850 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 850 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 153 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 852 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 852 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 852 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 153 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 853 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 853 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 853 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 147 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 854 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 145 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 855 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 855 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 855 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 854 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 854 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 151 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 856 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 856 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 856 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 141 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 857 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 857 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 857 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 146 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 858 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 152 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 859 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 859 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 859 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 858 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 858 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 118 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 860 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 140 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 861 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 861 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 861 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 860 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 860 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 140 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 862 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 862 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 862 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 139 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 863 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 137 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 863 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 863 processed Aug 25 23:56:07 localhost systemd-udevd[167]: seq 864 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 864 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 864 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 137 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 865 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 865 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 865 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 119 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 866 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 866 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 866 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 134 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 867 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 867 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 867 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 134 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 868 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 120 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 869 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 870 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 871 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 871 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 871 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 868 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 868 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 118 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 869 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 869 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 138 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 870 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 870 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 140 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 872 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[179]: seq 872 running Aug 25 23:56:07 localhost systemd-udevd[179]: passed device to netlink monitor 0x558cf2fc5080 Aug 25 23:56:07 localhost systemd-udevd[179]: seq 872 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 118 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 873 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 873 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 873 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 125 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 874 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 874 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 874 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 145 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 875 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 875 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 875 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 134 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 876 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 876 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 876 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 134 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 877 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 877 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 877 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 136 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 878 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 137 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 879 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 879 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 879 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 878 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 878 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 140 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 880 queued, 'add' 'drivers' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 880 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 880 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 148 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 881 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 124 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 882 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 882 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 882 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 881 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 881 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 118 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 883 queued, 'add' 'bus' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 883 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 883 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 126 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 884 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 125 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 885 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 885 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 885 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 884 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 884 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 125 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 886 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 886 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 886 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 128 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 887 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 887 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 887 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 125 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 888 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 888 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 888 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 889 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 889 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 889 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 128 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 890 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 126 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 891 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 891 running Aug 25 23:56:07 localhost systemd-udevd[174]: created db file '/run/udev/data/+module:configfs' for '/module/configfs' Aug 25 23:56:07 localhost systemd[1]: Received SIGCHLD from PID 178 (udevadm). Aug 25 23:56:07 localhost systemd[1]: Child 178 (udevadm) died (code=exited, status=0/SUCCESS) Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: Child 178 belongs to systemd-udev-trigger.service Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: Main process exited, code=exited, status=0/SUCCESS Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: Changed start -> exited Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: Job systemd-udev-trigger.service/start finished, result=done Aug 25 23:56:07 localhost systemd[1]: Started udev Coldplug all Devices. Aug 25 23:56:07 localhost systemd[1]: systemd-udev-trigger.service: cgroup is empty Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 891 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 890 running Aug 25 23:56:07 localhost systemd-udevd[175]: ATTR '/sys/module/block/parameters/events_dfl_poll_msecs' writing '2000' /usr/lib/udev/rules.d/60-block.rules:5 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 890 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 892 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 128 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 893 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 893 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 893 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 892 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 892 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 131 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 894 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 894 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 894 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 895 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 896 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 896 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 896 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 895 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 895 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 130 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 897 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 897 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 897 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 898 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 898 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 898 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 132 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 899 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 134 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 900 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 900 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 900 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 899 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 899 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 901 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 901 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 901 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 135 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 902 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 124 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 903 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 903 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 903 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 902 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 902 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 135 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 904 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 130 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 905 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 905 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 905 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 904 running Aug 25 23:56:07 localhost systemd[1]: Got cgroup empty notification for: /system.slice/systemd-udev-trigger.service Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 904 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 126 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 906 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 906 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 906 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 131 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 907 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 125 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 908 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 908 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 908 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 907 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 907 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 124 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 909 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 909 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 909 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 910 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 910 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 910 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 911 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 912 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 912 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 912 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 911 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 911 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 913 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 913 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 913 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 128 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 914 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 914 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 914 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 915 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 916 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 916 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 916 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 915 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 915 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 917 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 917 running Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 917 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 918 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[167]: passed 135 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 919 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 919 running Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 919 processed Aug 25 23:56:07 localhost systemd-udevd[167]: passed 128 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 918 running Aug 25 23:56:07 localhost systemd-udevd[167]: seq 920 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 920 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 132 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: seq 918 processed Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 921 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 920 processed Aug 25 23:56:07 localhost systemd-udevd[179]: seq 921 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[179]: passed device to netlink monitor 0x558cf2fc5080 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 922 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[179]: seq 921 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 922 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 130 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 923 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 922 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 923 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 924 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 923 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 924 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 925 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 924 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 925 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 132 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 926 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 925 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 926 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 132 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 927 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 926 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 927 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 928 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 927 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 928 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 130 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 929 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 928 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 929 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 128 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 930 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 929 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 930 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 931 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 930 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 931 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 932 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 931 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 932 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 128 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 933 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 932 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 933 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 934 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 933 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 934 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 935 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 934 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 935 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 123 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 936 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 935 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 936 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 937 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 936 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 937 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 938 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 937 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 938 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 128 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 939 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 938 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 939 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 126 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 940 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 939 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 940 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 130 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 941 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 940 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 941 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 128 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 942 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 941 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 942 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 943 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 942 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 943 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 128 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 944 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 943 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 944 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 945 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 944 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 945 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 946 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 945 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 946 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 123 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 947 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 946 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 947 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 130 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 948 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 947 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 948 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 129 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 949 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 948 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 949 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 127 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 950 queued, 'add' 'module' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 949 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 950 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 126 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 951 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 950 processed Aug 25 23:56:07 localhost systemd-udevd[174]: seq 951 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 155 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[174]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:15 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 952 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[174]: RUN 'kmod load $env{MODALIAS}' /usr/lib/udev/rules.d/80-drivers.rules:5 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 953 queued, 'add' 'input' Aug 25 23:56:07 localhost systemd-udevd[174]: created db file '/run/udev/data/+acpi:LNXSYSTM:00' for '/devices/LNXSYSTM:00' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 954 queued, 'add' 'input' Aug 25 23:56:07 localhost systemd-udevd[174]: Execute 'load' 'acpi:LNXSYSTM:' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 955 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[174]: No module matches 'acpi:LNXSYSTM:' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 956 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 957 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 951 processed Aug 25 23:56:07 localhost systemd-udevd[167]: seq 958 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 952 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 181 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:15 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 955 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 167 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: RUN 'kmod load $env{MODALIAS}' /usr/lib/udev/rules.d/80-drivers.rules:5 Aug 25 23:56:07 localhost systemd-udevd[174]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:15 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 959 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: created db file '/run/udev/data/+acpi:LNXPWRBN:00' for '/devices/LNXSYSTM:00/LNXPWRBN:00' Aug 25 23:56:07 localhost systemd-udevd[174]: RUN 'kmod load $env{MODALIAS}' /usr/lib/udev/rules.d/80-drivers.rules:5 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 960 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: Execute 'load' 'acpi:LNXPWRBN:' Aug 25 23:56:07 localhost systemd-udevd[174]: created db file '/run/udev/data/+acpi:LNXSYBUS:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 961 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: No module matches 'acpi:LNXPWRBN:' Aug 25 23:56:07 localhost systemd-udevd[174]: Execute 'load' 'acpi:LNXSYBUS:' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 962 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: passed device to netlink monitor 0x558cf2fce3b0 Aug 25 23:56:07 localhost systemd-udevd[174]: No module matches 'acpi:LNXSYBUS:' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 963 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: seq 952 processed Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 964 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[174]: seq 955 processed Aug 25 23:56:07 localhost systemd-udevd[175]: seq 953 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 310 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: IMPORT builtin 'input_id' /usr/lib/udev/rules.d/50-udev-default.rules:14 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 965 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: capabilities/ev raw kernel attribute: 3 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 956 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 187 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: capabilities/abs raw kernel attribute: 0 Aug 25 23:56:07 localhost systemd-udevd[174]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:15 Aug 25 23:56:07 localhost systemd-udevd[179]: seq 958 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 177 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: capabilities/rel raw kernel attribute: 0 Aug 25 23:56:07 localhost systemd-udevd[174]: RUN 'kmod load $env{MODALIAS}' /usr/lib/udev/rules.d/80-drivers.rules:5 Aug 25 23:56:07 localhost systemd-udevd[179]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:15 Aug 25 23:56:07 localhost systemd-udevd[180]: seq 959 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 177 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: capabilities/key raw kernel attribute: 10000000000000 0 Aug 25 23:56:07 localhost systemd-udevd[174]: created db file '/run/udev/data/+acpi:ACPI0010:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/ACPI0010:00' Aug 25 23:56:07 localhost systemd-udevd[179]: RUN 'kmod load $env{MODALIAS}' /usr/lib/udev/rules.d/80-drivers.rules:5 Aug 25 23:56:07 localhost systemd-udevd[180]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:15 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 966 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: properties raw kernel attribute: 0 Aug 25 23:56:07 localhost systemd-udevd[174]: Execute 'load' 'acpi:ACPI0010:PNP0A05:' Aug 25 23:56:07 localhost systemd-udevd[179]: created db file '/run/udev/data/+acpi:PNP0103:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0103:00' Aug 25 23:56:07 localhost systemd-udevd[180]: RUN 'kmod load $env{MODALIAS}' /usr/lib/udev/rules.d/80-drivers.rules:5 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 967 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: test_key: checking bit block 0 for any keys; found=0 Aug 25 23:56:07 localhost systemd-udevd[174]: No module matches 'acpi:ACPI0010:PNP0A05:' Aug 25 23:56:07 localhost systemd-udevd[179]: Execute 'load' 'acpi:PNP0103:' Aug 25 23:56:07 localhost systemd-udevd[180]: created db file '/run/udev/data/+acpi:PNP0A03:00' for '/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 968 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: test_key: checking bit block 64 for any keys; found=1 Aug 25 23:56:07 localhost systemd-udevd[174]: passed device to netlink monitor 0x558cf2fb1820 Aug 25 23:56:07 localhost systemd-udevd[179]: No module matches 'acpi:PNP0103:' Aug 25 23:56:07 localhost systemd-udevd[180]: Execute 'load' 'acpi:PNP0A03:' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 969 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: test_key: checking bit block 128 for any keys; found=1 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 956 processed Aug 25 23:56:07 localhost systemd-udevd[179]: passed device to netlink monitor 0x558cf2fc5080 Aug 25 23:56:07 localhost systemd-udevd[180]: No module matches 'acpi:PNP0A03:' Aug 25 23:56:07 localhost systemd-udevd[167]: seq 970 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[175]: test_key: checking bit block 192 for any keys; found=1 Aug 25 23:56:07 localhost systemd-udevd[179]: seq 958 processed Aug 25 23:56:07 localhost systemd-udevd[180]: passed device to netlink monitor 0x558cf2fbb710 Aug 25 23:56:07 localhost systemd-udevd[174]: seq 957 running Aug 25 23:56:07 localhost systemd-udevd[167]: passed 187 byte device to netlink monitor 0x558cf2fb05f0 Aug 25 23:56:07 localhost systemd-udevd[175]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:15 Aug 25 23:56:07 localhost systemd-udevd[180]: seq 959 processed Aug 25 23:56:07 localhost systemd-udevd[174]: IMPORT builtin 'hwdb' /usr/lib/udev/rules.d/50-udev-default.rules:15 Aug 25 23:56:07 localhost systemd-udevd[167]: seq 971 queued, 'add' 'acpi' Aug 25 23:56:07 localhost systemd-udevd[198]: starting 'ata_id --export /dev/sda' Aug 25 23:56:08 localhost systemd-update-utmp[217]: Sent message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=Get cookie=1 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=TryRestartUnit cookie=1 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=10 reply_cookie=1 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.DBus.Properties member=Get cookie=1 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd-update-utmp[217]: Got message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=3 reply_cookie=1 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=3 reply_cookie=1 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=GetUnit cookie=2 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=16 reply_cookie=2 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=2 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=3 reply_cookie=2 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=3 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=4 reply_cookie=3 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RequestName cookie=4 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=6 reply_cookie=4 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=ListNames cookie=5 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=7 reply_cookie=5 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=Hello cookie=1 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 object=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=2 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 object=n/a interface=n/a member=n/a cookie=3 reply_cookie=2 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=3 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 object=n/a interface=n/a member=n/a cookie=4 reply_cookie=3 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=4 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 object=n/a interface=n/a member=n/a cookie=5 reply_cookie=4 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=5 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 object=n/a interface=n/a member=n/a cookie=6 reply_cookie=5 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Sent message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=Subscribe cookie=6 reply_cookie=0 error=n/a Aug 25 23:56:09 localhost pl_sysinit[248]: + DEFAULT_NET_DEV=eth0 Aug 25 23:56:08 localhost systemd[1]: Got message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1/unit/kdump_2eservice interface=org.freedesktop.DBus.Properties member=Get cookie=3 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=72 reply_cookie=3 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_call sender=:1.1 destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=Subscribe cookie=6 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=18 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=8 reply_cookie=18 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=GetNameOwner cookie=19 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd[1]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.0 object=n/a interface=n/a member=n/a cookie=9 reply_cookie=19 error=n/a Aug 25 23:56:08 localhost systemd[1]: Sent message type=method_return sender=n/a destination=:1.1 object=n/a interface=n/a member=n/a cookie=20 reply_cookie=6 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Got message type=method_return sender=:1.0 destination=:1.1 object=n/a interface=n/a member=n/a cookie=20 reply_cookie=6 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus object=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RequestName cookie=7 reply_cookie=0 error=n/a Aug 25 23:56:08 localhost systemd-logind[263]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.1 object=n/a interface=n/a member=n/a cookie=8 reply_cookie=7 error=n/a Aug 25 23:56:09 localhost pl_sysinit[248]: + egrep -q '^PRIMARY=["'\'']?[yY1t]' ifcfg-eth0 Aug 25 23:56:09 localhost pl_sysinit[248]: + ETH_DEVICE=eth0 Aug 25 23:56:09 localhost pl_sysinit[248]: + [[ -z eth0 ]] Aug 25 23:56:09 localhost pl_sysinit[248]: + /sbin/ifconfig eth0 Aug 25 23:56:09 localhost pl_sysinit[248]: + verbose-message 'pl_netinit: waiting for device eth0 - 0s/60s' Aug 25 23:56:09 localhost pl_sysinit[248]: + egrep 'eth|bnx|udev' Aug 25 23:56:09 localhost kernel: e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 02:34:56:00:00:01 Aug 25 23:56:09 localhost kernel: e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection Aug 25 23:56:09 localhost systemd[1]: sys-subsystem-net-devices-eth0.device: Changed dead -> plugged Aug 25 23:56:09 localhost systemd[1]: sys-devices-pci0000:00-0000:00:03.0-net-eth0.device: Changed dead -> plugged org.freedesktop.network1.busname static dbus-org.freedesktop.network1.service disabled network.service generated systemd-networkd-wait-online.service disabled systemd-networkd.service disabled systemd-networkd.socket disabled network-online.target static network-pre.target static network.target static [ 9.271799] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX Starting network (via systemctl): Starting LSB: Bring up/down networking... Regression TestLab BootCD 5.4 Regression TestLab Node: localhost Kernel 4.4.84-888.fc25.x86_64 on an x86_64 http://vplc01.simula.nornet/ This machine is a node in the Regression TestLab distributed network. It has not fully booted yet. If you have cancelled the boot process at the request of Regression TestLab Support, please follow the instructions provided to you. Otherwise, please contact thierry.parmentelat@inria.fr. Console login at this point is restricted to root. Provide the root password of the default Regression TestLab Central administrator account at the time that this CD was created. localhost login: [ 13.836343] audit_printk_skb: 84 callbacks suppressed [ 13.837248] audit: type=1130 audit(1503705376.858:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] pl_netinit has no need to patch /etc/resolv.conf 23:56:16 ========== /etc/init.d/pl_netinit returned with retcod=0 23:56:16 ==================== pl_sysinit: attempting to sync clock [ 23.190777] audit: type=2404 audit(1503705386.213:40): pid=656 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=656 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 23.195692] audit: type=2404 audit(1503705386.218:41): pid=656 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=656 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 23.200342] audit: type=2404 audit(1503705386.223:42): pid=656 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=656 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 23.205365] audit: type=2407 audit(1503705386.227:43): pid=655 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=656 suid=74 rport=59054 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 23.210808] audit: type=2407 audit(1503705386.233:44): pid=655 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=656 suid=74 rport=59054 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 23.286976] audit: type=1100 audit(1503705386.309:45): pid=655 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 23.292277] audit: type=2404 audit(1503705386.314:46): pid=655 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=656 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 23.298055] audit: type=2404 audit(1503705386.320:47): pid=655 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=656 suid=74 rport=59054 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 23.302418] audit: type=1109 audit(1503705386.324:48): pid=655 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 38.379697] audit_printk_skb: 12 callbacks suppressed [ 38.380599] audit: type=2404 audit(1503705401.402:53): pid=658 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=658 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 38.385602] audit: type=2404 audit(1503705401.408:54): pid=658 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=658 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 38.390356] audit: type=2404 audit(1503705401.413:55): pid=658 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=658 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 38.395513] audit: type=2407 audit(1503705401.417:56): pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=658 suid=74 rport=59064 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 38.400981] audit: type=2407 audit(1503705401.423:57): pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=658 suid=74 rport=59064 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 38.475069] audit: type=1100 audit(1503705401.497:58): pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 38.480033] audit: type=2404 audit(1503705401.502:59): pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=658 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 38.485222] audit: type=2404 audit(1503705401.508:60): pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=658 suid=74 rport=59064 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 38.490096] audit: type=1109 audit(1503705401.512:61): pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 38.494015] audit: type=2404 audit(1503705401.516:62): pid=657 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=657 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' 25 Aug 23:56:48 ntpdate[652]: step time server 194.63.250.121 offset 1.205405 sec [ 46.272154] audit_printk_skb: 9 callbacks suppressed [ 46.273010] audit: type=1111 audit(1503705410.499:66): pid=669 uid=0 auid=4294967295 ses=4294967295 msg='op=change-system-time exe="/usr/sbin/hwclock" hostname=? addr=? terminal=console res=success' 23:56:50 ==================== pl_boot: generating new nonce 23:56:50 ==================== pl_boot: fetching script from boot server vplc01.simula.nornet 23:56:50 ==================== pl_boot: verifying downloaded script 23:56:50 ==================== pl_boot: decrypted and verified script succesfully 23:56:50 ==================== pl_boot: handing control to download script Current BREAKPOINT_MODE is Off 23:56:50(UTC) BootManager started at: Fri, 25 Aug 2017 23:56:50 +0000 23:56:50(UTC) Running version 5.3 of BootManager. 23:56:50(UTC) Step: Initializing the BootManager. 23:56:50(UTC) Opening connection to API server 23:56:50(UTC) Running on boot cd version: (5, 4) 23:56:50(UTC) Step: Reading node configuration file. 23:56:50(UTC) Checking standard floppy disk for plnode.txt file. 23:56:50(UTC) Mounting /dev/fd0 on /tmp/conffilemount 23:56:50(UTC) sysexec >>> mount -o ro -t ext2,msdos /dev/fd0 /tmp/conffilemount sysexec >>> mount -o ro -t ext2,msdos /dev/fd0 /tmp/conffilemount [ 46.764701] blk_update_request: I/O error, dev fd0, sector 0 [ 46.765959] floppy: error -5 while reading block 0 [ 46.786844] blk_update_request: I/O error, dev fd0, sector 0 [ 46.787979] floppy: error -5 while reading block 0 23:56:51(UTC) ==========stderr mount: /dev/fd0 is not a valid block device 23:56:51(UTC) sysexec >>> umount /tmp/conffilemount sysexec >>> umount /tmp/conffilemount 23:56:51(UTC) ==========stderr umount: /tmp/conffilemount: not mounted 23:56:51(UTC) Checking flash devices for plnode.txt file. 23:56:51(UTC) Skipping non-scsi device fd0 23:56:51(UTC) Skipping non-removable device sda 23:56:51(UTC) Skipping non-scsi device sr0 23:56:51(UTC) Checking standard floppy disk for planet.cnf file (for legacy nodes). 23:56:51(UTC) Checking / (ramdisk) for plnode.txt file. 23:56:51(UTC) Checking for existence of /plnode.txt 23:56:51(UTC) Checking /usr/boot (cd) for plnode.txt file. 23:56:51(UTC) Checking for existence of /usr/boot/plnode.txt 23:56:51(UTC) Read in contents of file /usr/boot/plnode.txt 23:56:51(UTC) Successfully read and parsed node configuration file. 23:56:51(UTC) Checking that hostname vnode01.simula.nornet resolves 23:56:51(UTC) Hostname vnode01.simula.nornet correctly resolves to 10.1.1.65: 23:56:51(UTC) Using NODE_ID 1 23:56:51(UTC) ReadNodeConfiguration: [5] using plnode.txt from CD in /usr/boot 23:56:51(UTC) Step: Authenticating node with PLC. 23:56:51(UTC) Authentication successful. 23:56:51(UTC) Step: Updating node last boot times at PLC. 23:56:51(UTC) Successfully updated boot state for this node at PLC 23:56:51(UTC) Step: Starting RunlevelAgent.py 23:56:51(UTC) Step: Retrieving details of node from PLC. 23:56:51(UTC) Successfully retrieved node record. 23:56:51(UTC) Current boot state: reinstall 23:56:51(UTC) Node make/model: qemu/minhw 23:56:51(UTC) node model indicates override to hardware requirements. 23:56:51(UTC) Primary network as returned from PLC: {'last_updated': None, 'network': '10.1.1.0', 'ip': '10.1.1.65', 'dns1': '10.1.1.1', 'hostname': None, 'netmask': '255.255.255.0', 'interface_tag_ids': [], 'interface_id': 1, 'broadcast': '10.1.1.255', 'method': 'static', 'mac': '02:34:56:00:00:01', 'node_id': 1, 'gateway': '10.1.1.1', 'dns2': '10.1.2.1', 'is_primary': True, 'type': 'ipv4', 'bwlimit': None} 23:56:51(UTC) NodeFlavour as returned from PLC: {'fcdistro': 'f25', 'nodefamily': 'nornet-f25-x86_64', 'virt': 'lxc', 'extensions': [], 'pldistro': 'nornet', 'plain': False, 'arch': 'x86_64'} 23:56:51(UTC) Step: Starting fallback sshd. 23:56:51(UTC) Creating SSH1 RSA host key /etc/ssh/ssh_host_key 23:56:51(UTC) sysexec >>> ssh-keygen -q -t rsa1 -f /etc/ssh/ssh_host_key -C '' -N '' sysexec >>> ssh-keygen -q -t rsa1 -f /etc/ssh/ssh_host_key -C '' -N '' 23:56:51(UTC) ==========stderr Saving key "/etc/ssh/ssh_host_key" failed: unknown or unsupported key type 23:56:51(UTC) sysexec >>> chmod 600 /etc/ssh/ssh_host_key sysexec >>> chmod 600 /etc/ssh/ssh_host_key 23:56:51(UTC) ==========stderr chmod: cannot access '/etc/ssh/ssh_host_key': No such file or directory 23:56:51(UTC) sysexec >>> chmod 644 /etc/ssh/ssh_host_key.pub sysexec >>> chmod 644 /etc/ssh/ssh_host_key.pub 23:56:51(UTC) ==========stderr chmod: cannot access '/etc/ssh/ssh_host_key.pub': No such file or directory 23:56:51(UTC) Creating SSH2 DSA host key /etc/ssh/ssh_host_dsa_key 23:56:51(UTC) sysexec >>> ssh-keygen -q -t dsa -f /etc/ssh/ssh_host_dsa_key -C '' -N '' sysexec >>> ssh-keygen -q -t dsa -f /etc/ssh/ssh_host_dsa_key -C '' -N '' 23:56:51(UTC) sysexec >>> chmod 600 /etc/ssh/ssh_host_dsa_key sysexec >>> chmod 600 /etc/ssh/ssh_host_dsa_key 23:56:51(UTC) sysexec >>> chmod 644 /etc/ssh/ssh_host_dsa_key.pub sysexec >>> chmod 644 /etc/ssh/ssh_host_dsa_key.pub 23:56:51(UTC) sysexec >>> cp -f /tmp/source/debug_files//sshd_config /etc/ssh//sshd_config sysexec >>> cp -f /tmp/source/debug_files//sshd_config /etc/ssh//sshd_config 23:56:51(UTC) Installing debug ssh key for root user 23:56:51(UTC) sysexec >>> cp -f /tmp/source/debug_files//debug_root_ssh_key /root/.ssh/authorized_keys sysexec >>> cp -f /tmp/source/debug_files//debug_root_ssh_key /root/.ssh/authorized_keys 23:56:51(UTC) sysexec >>> chmod 700 /root/.ssh sysexec >>> chmod 700 /root/.ssh 23:56:51(UTC) sysexec >>> chmod 600 /root/.ssh/authorized_keys sysexec >>> chmod 600 /root/.ssh/authorized_keys 23:56:51(UTC) Starting sshd 23:56:51(UTC) sysexec >>> service sshd start sysexec >>> service sshd start 23:56:51(UTC) ==========stderr Redirecting to /bin/systemctl start sshd.service Calling manager for StartUnit on sshd.service, replace Sent message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=StartUnit cookie=1 reply_cookie=0 error=n/a Got message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=1 reply_cookie=1 error=n/a Sent message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=GetUnit cookie=2 reply_cookie=0 error=n/a Got message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=4 reply_cookie=2 error=n/a Sent message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1/unit/sshd_2eservice interface=org.freedesktop.DBus.Properties member=Get cookie=3 reply_cookie=0 error=n/a Got message type=method_return sender=n/a destination=n/a object=n/a interface=n/a member=n/a cookie=5 reply_cookie=3 error=n/a Adding /org/freedesktop/systemd1/job/158 to the set Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobNew cookie=2 reply_cookie=0 error=n/a Got message type=signal sender=n/a destination=n/a object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=JobRemoved cookie=3 reply_cookie=0 error=n/a Got result done/Inappropriate ioctl for device for job sshd.service 23:56:51(UTC) sysexec >>> touch /tmp/SSHD_RUNNING sysexec >>> touch /tmp/SSHD_RUNNING 23:56:51(UTC) Step: Checking if hardware requirements met. 23:56:51(UTC) Checking for available memory. 23:56:51(UTC) Looks like we have enough memory: 2049052 kb 23:56:56(UTC) Detected block devices: 23:56:56(UTC) {'/dev/sda': (8, 0, 104857600, 107.3741824, False)} 23:56:56(UTC) Usable block devices: 23:56:56(UTC) ['/dev/sda'] 23:56:56(UTC) The total usable disk size of all disks is insufficient, but running anyway. 23:56:56(UTC) Total size for all usable block devices: 107.37 Gb 23:56:56(UTC) Step: Install: Initializing. 23:56:56(UTC) Unmounting any previous mounts 23:56:56(UTC) sysexec >>> umount /tmp/mnt/sysimg/proc sysexec >>> umount /tmp/mnt/sysimg/proc 23:56:56(UTC) ==========stderr umount: /tmp/mnt/sysimg/proc: mountpoint not found 23:56:56(UTC) sysexec >>> umount /tmp/mnt/sysimg/mnt/cdrom sysexec >>> umount /tmp/mnt/sysimg/mnt/cdrom 23:56:56(UTC) ==========stderr umount: /tmp/mnt/sysimg/mnt/cdrom: mountpoint not found 23:56:56(UTC) sysexec >>> umount /tmp/mnt/sysimg/vservers sysexec >>> umount /tmp/mnt/sysimg/vservers 23:56:56(UTC) ==========stderr umount: /tmp/mnt/sysimg/vservers: mountpoint not found 23:56:56(UTC) sysexec >>> umount /tmp/mnt/sysimg/sys sysexec >>> umount /tmp/mnt/sysimg/sys 23:56:56(UTC) ==========stderr umount: /tmp/mnt/sysimg/sys: mountpoint not found 23:56:56(UTC) sysexec >>> umount /tmp/mnt/sysimg/dev sysexec >>> umount /tmp/mnt/sysimg/dev 23:56:56(UTC) ==========stderr umount: /tmp/mnt/sysimg/dev: mountpoint not found 23:56:56(UTC) sysexec >>> umount /tmp/mnt/sysimg sysexec >>> umount /tmp/mnt/sysimg 23:56:56(UTC) ==========stderr umount: /tmp/mnt/sysimg: mountpoint not found 23:56:56(UTC) Cleaning up any existing PlanetLab config files 23:56:56(UTC) Creating system image path 23:56:56(UTC) Step: Install: partitioning disks. 23:56:56(UTC) sysexec >>> swapoff /dev/mapper/planetlab-swap sysexec >>> swapoff /dev/mapper/planetlab-swap 23:56:56(UTC) ==========stderr swapoff: /dev/mapper/planetlab-swap: swapoff failed: No such file or directory 23:56:56(UTC) sysexec >>> vgscan sysexec >>> vgscan 23:56:56(UTC) ==========stdout Reading volume groups from cache. 23:56:56(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgscan invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[33566]) leaked on vgscan invocation. Parent PID 702: /usr/bin/python 23:56:56(UTC) sysexec >>> vgchange -ay sysexec >>> vgchange -ay 23:56:56(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgchange invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[33566]) leaked on vgchange invocation. Parent PID 702: /usr/bin/python 23:56:56(UTC) sysexec >>> lvremove -f /dev/mapper/planetlab-root sysexec >>> lvremove -f /dev/mapper/planetlab-root 23:56:56(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on lvremove invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[33566]) leaked on lvremove invocation. Parent PID 702: /usr/bin/python Volume group "planetlab" not found Cannot process volume group planetlab 23:56:56(UTC) sysexec >>> lvremove -f /dev/mapper/planetlab-swap sysexec >>> lvremove -f /dev/mapper/planetlab-swap 23:56:56(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on lvremove invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[33566]) leaked on lvremove invocation. Parent PID 702: /usr/bin/python Volume group "planetlab" not found Cannot process volume group planetlab 23:56:56(UTC) sysexec >>> lvremove -f /dev/mapper/planetlab-vservers sysexec >>> lvremove -f /dev/mapper/planetlab-vservers 23:56:56(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on lvremove invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[33566]) leaked on lvremove invocation. Parent PID 702: /usr/bin/python Volume group "planetlab" not found Cannot process volume group planetlab 23:56:56(UTC) sysexec >>> vgchange -an sysexec >>> vgchange -an 23:56:56(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgchange invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[33566]) leaked on vgchange invocation. Parent PID 702: /usr/bin/python 23:56:56(UTC) sysexec >>> vgremove -f planetlab sysexec >>> vgremove -f planetlab 23:56:56(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgremove invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[33566]) leaked on vgremove invocation. Parent PID 702: /usr/bin/python Volume group "planetlab" not found Cannot process volume group planetlab 23:56:56(UTC) Running vgscan for devices 23:56:56(UTC) sysexec >>> vgscan sysexec >>> vgscan 23:56:57(UTC) ==========stdout Reading volume groups from cache. 23:56:57(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgscan invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[33566]) leaked on vgscan invocation. Parent PID 702: /usr/bin/python 23:56:57(UTC) Using pyparted 2.x 23:56:57(UTC) sysexec >>> dd if=/dev/zero of=/dev/sda bs=512 count=1 sysexec >>> dd if=/dev/zero of=/dev/sda bs=512 count=1 23:56:57(UTC) ==========stderr 1+0 records in 1+0 records out 512 bytes copied, 0.0745056 s, 6.9 kB/s 23:56:57(UTC) Current disk for /dev/sda - partition type msdos parted.Disk instance -- type: msdos primaryPartitionCount: 1 lastPartitionNumber: 1 maxPrimaryPartitionCount: 4 partitions: [] device: PedDisk: <_ped.Disk object at 0x7f4df47347a0> 23:56:57(UTC) Current dev for /dev/sda parted.Device instance -- model: ATA QEMU HARDDISK path: /dev/sda type: 1 sectorSize: 512 physicalSectorSize: 512 length: 209715200 openCount: 0 readOnly: False externalMode: False dirty: False bootDirty: False host: 1 did: 0 busy: False hardwareGeometry: (411206, 255, 2) biosGeometry: (411206, 255, 2) PedDevice: <_ped.Device object at 0x7f4df6400950> 23:56:57(UTC) Successfully initialized /dev/sda 23:56:57(UTC) partitions=['/dev/sda1'] 23:56:57(UTC) sysexec >>> dd if=/dev/zero of=/dev/sda1 bs=512 count=1 sysexec >>> dd if=/dev/zero of=/dev/sda1 bs=512 count=1 23:56:57(UTC) ==========stderr 1+0 records in 1+0 records out 512 bytes copied, 0.00250024 s, 205 kB/s [ 53.572960] audit: type=2404 audit(1503705417.800:67): pid=1158 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1158 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 53.578778] audit: type=2404 audit(1503705417.806:68): pid=1158 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1158 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 53.583462] audit: type=2404 audit(1503705417.811:69): pid=1158 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1158 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 53.588588] audit: type=2407 audit(1503705417.816:70): pid=1157 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1158 suid=74 rport=59074 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 53.593951] audit: type=2407 audit(1503705417.821:71): pid=1157 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1158 suid=74 rport=59074 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 53.667074] audit: type=1100 audit(1503705417.894:72): pid=1157 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey_auth rport=59074 acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 53.670743] audit: type=1100 audit(1503705417.898:73): pid=1157 uid=0 auid=4294967295 ses=4294967295 msg='op=key algo=ssh-rsa size=2048 fp=SHA256:c7:5f:a8:43:a8:13:20:06:09:fa:ed:d9:ef:32:7f:b2:16:0f:55:cc:98:f3:80:32:5c:fe:c0:84:12:fe:08:5b rport=59074 acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 53.676185] audit: type=1101 audit(1503705417.904:74): pid=1157 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix acct="root" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=success' [ 53.680290] audit: type=2404 audit(1503705417.907:75): pid=1157 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1158 suid=74 rport=59074 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' 23:56:58(UTC) sysexec >>> pvcreate -ffy /dev/sda1 sysexec >>> pvcreate -ffy /dev/sda1 23:56:58(UTC) ==========stdout Physical volume "/dev/sda1" successfully created. 23:56:58(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on pvcreate invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[36248]) leaked on pvcreate invocation. Parent PID 702: /usr/bin/python 23:56:58(UTC) sysexec >>> vgcreate -s32M planetlab /dev/sda1 sysexec >>> vgcreate -s32M planetlab /dev/sda1 23:56:58(UTC) ==========stdout Volume group "planetlab" successfully created 23:56:58(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgcreate invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[36248]) leaked on vgcreate invocation. Parent PID 702: /usr/bin/python 23:56:58(UTC) sysexec >>> lvcreate -L1G -nswap planetlab sysexec >>> lvcreate -L1G -nswap planetlab 23:56:58(UTC) ==========stdout Logical volume "swap" created. 23:56:58(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on lvcreate invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[36248]) leaked on lvcreate invocation. Parent PID 702: /usr/bin/python 23:56:58(UTC) sysexec >>> lvcreate -L70G -nroot planetlab sysexec >>> lvcreate -L70G -nroot planetlab 23:56:58(UTC) ==========stdout Logical volume "root" created. 23:56:58(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on lvcreate invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[36248]) leaked on lvcreate invocation. Parent PID 702: /usr/bin/python 23:56:58(UTC) sysexec >>> lvcreate -l927 -nvservers planetlab sysexec >>> lvcreate -l927 -nvservers planetlab 23:56:59(UTC) ==========stdout Logical volume "vservers" created. 23:56:59(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on lvcreate invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[36248]) leaked on lvcreate invocation. Parent PID 702: /usr/bin/python 23:56:59(UTC) sysexec >>> mkswap -f /dev/mapper/planetlab-swap sysexec >>> mkswap -f /dev/mapper/planetlab-swap 23:56:59(UTC) ==========stdout Setting up swapspace version 1, size = 1024 MiB (1073737728 bytes) no label, UUID=b9ebcd0b-7c36-46c2-a9f8-378d4a7b6341 23:56:59(UTC) formatting root partition (/dev/mapper/planetlab-root). 23:56:59(UTC) sysexec >>> mkfs.ext2 -q -m 5 -j /dev/mapper/planetlab-root sysexec >>> mkfs.ext2 -q -m 5 -j /dev/mapper/planetlab-root [ 71.370049] audit_printk_skb: 114 callbacks suppressed [ 71.370979] audit: type=2404 audit(1503705435.597:114): pid=1239 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1239 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 71.376022] audit: type=2404 audit(1503705435.603:115): pid=1239 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1239 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 71.381000] audit: type=2404 audit(1503705435.608:116): pid=1239 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1239 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 71.387091] audit: type=2407 audit(1503705435.614:117): pid=1238 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1239 suid=74 rport=59116 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 71.392710] audit: type=2407 audit(1503705435.620:118): pid=1238 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1239 suid=74 rport=59116 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 71.470395] audit: type=1100 audit(1503705435.697:119): pid=1238 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 71.476255] audit: type=2404 audit(1503705435.703:120): pid=1238 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1239 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 71.482334] audit: type=2404 audit(1503705435.710:121): pid=1238 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1239 suid=74 rport=59116 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 71.486859] audit: type=1109 audit(1503705435.714:122): pid=1238 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 71.491025] audit: type=2404 audit(1503705435.718:123): pid=1238 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1238 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 86.546662] audit_printk_skb: 9 callbacks suppressed [ 86.547537] audit: type=2404 audit(1503705450.774:127): pid=1241 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1241 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 86.553271] audit: type=2404 audit(1503705450.780:128): pid=1241 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1241 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 86.558213] audit: type=2404 audit(1503705450.786:129): pid=1241 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1241 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 86.564061] audit: type=2407 audit(1503705450.791:130): pid=1240 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1241 suid=74 rport=59126 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 86.569758] audit: type=2407 audit(1503705450.797:131): pid=1240 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1241 suid=74 rport=59126 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 86.645163] audit: type=1100 audit(1503705450.872:132): pid=1240 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 86.650967] audit: type=2404 audit(1503705450.878:133): pid=1240 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1241 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 86.655727] audit: type=2404 audit(1503705450.883:134): pid=1240 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1241 suid=74 rport=59126 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 86.661383] audit: type=1109 audit(1503705450.888:135): pid=1240 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 86.665134] audit: type=2404 audit(1503705450.892:136): pid=1240 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1240 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 101.734360] audit_printk_skb: 9 callbacks suppressed [ 101.735233] audit: type=2404 audit(1503705465.961:140): pid=1243 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1243 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 101.740733] audit: type=2404 audit(1503705465.968:141): pid=1243 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1243 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 101.745537] audit: type=2404 audit(1503705465.973:142): pid=1243 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1243 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 101.751008] audit: type=2407 audit(1503705465.978:143): pid=1242 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1243 suid=74 rport=59136 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 101.756486] audit: type=2407 audit(1503705465.984:144): pid=1242 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1243 suid=74 rport=59136 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 101.831332] audit: type=1100 audit(1503705466.058:145): pid=1242 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 101.836605] audit: type=2404 audit(1503705466.064:146): pid=1242 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1243 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 101.842468] audit: type=2404 audit(1503705466.070:147): pid=1242 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1243 suid=74 rport=59136 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 101.847149] audit: type=1109 audit(1503705466.074:148): pid=1242 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 101.850908] audit: type=2404 audit(1503705466.078:149): pid=1242 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1242 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' 23:57:50(UTC) sysexec >>> tune2fs -c -1 -i 0 /dev/mapper/planetlab-root sysexec >>> tune2fs -c -1 -i 0 /dev/mapper/planetlab-root 23:57:50(UTC) ==========stdout tune2fs 1.43.3 (04-Sep-2016) Setting maximal mount count to -1 Setting interval between checks to 0 seconds 23:57:50(UTC) formatting vservers btrfs partition (/dev/mapper/planetlab-vservers). -f|--force force overwrite of existing filesystem 23:57:50(UTC) sysexec >>> mkfs.btrfs -f /dev/mapper/planetlab-vservers sysexec >>> mkfs.btrfs -f /dev/mapper/planetlab-vservers [ 106.745559] raid6: sse2x1 gen() 5164 MB/s [ 106.762560] raid6: sse2x1 xor() 4011 MB/s [ 106.779557] raid6: sse2x2 gen() 6136 MB/s [ 106.796559] raid6: sse2x2 xor() 4767 MB/s [ 106.813558] raid6: sse2x4 gen() 6972 MB/s [ 106.830557] raid6: sse2x4 xor() 5345 MB/s [ 106.831286] raid6: using algorithm sse2x4 gen() 6972 MB/s [ 106.832194] raid6: .... xor() 5345 MB/s, rmw enabled [ 106.833039] raid6: using intx1 recovery algorithm [ 106.840459] xor: measuring software checksum speed [ 106.850556] prefetch64-sse: 8200.000 MB/sec [ 106.860558] generic_sse: 7264.000 MB/sec [ 106.861287] xor: using function: prefetch64-sse (8200.000 MB/sec) [ 106.942704] Btrfs loaded [ 106.944102] BTRFS: device fsid 1b177bd2-6248-4e21-b7db-252dd500238e devid 1 transid 3 /dev/dm-2 23:57:51(UTC) ==========stdout btrfs-progs v4.6.1 See http://btrfs.wiki.kernel.org for more information. Performing full device TRIM (28.97GiB) ... Label: (null) UUID: 1b177bd2-6248-4e21-b7db-252dd500238e Node size: 16384 Sector size: 4096 Filesystem size: 28.97GiB Block group profiles: Data: single 8.00MiB Metadata: DUP 1.01GiB System: DUP 12.00MiB SSD detected: no Incompat features: extref, skinny-metadata Number of devices: 1 Devices: ID SIZE PATH 1 28.97GiB /dev/mapper/planetlab-vservers 23:57:51(UTC) Block devices used (in lvm): ['/dev/sda'] 23:57:51(UTC) End of InstallPartitionDisks - PARTITIONS status - BEG 23:57:51(UTC) sysexec >>> vgdisplay sysexec >>> vgdisplay 23:57:51(UTC) ==========stdout --- Volume group --- VG Name planetlab System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 4 VG Access read/write VG Status resizable MAX LV 0 Cur LV 3 Open LV 0 Max PV 0 Cur PV 1 Act PV 1 VG Size 99.97 GiB PE Size 32.00 MiB Total PE 3199 Alloc PE / Size 3199 / 99.97 GiB Free PE / Size 0 / 0 VG UUID eZ0CWB-pccN-CYLn-A0eB-aEdr-wfmn-s8N7ga 23:57:51(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgdisplay invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[36248]) leaked on vgdisplay invocation. Parent PID 702: /usr/bin/python 23:57:51(UTC) sysexec >>> pvdisplay sysexec >>> pvdisplay 23:57:51(UTC) ==========stdout --- Physical volume --- PV Name /dev/sda1 VG Name planetlab PV Size 100.00 GiB / not usable 32.00 MiB Allocatable yes (but full) PE Size 32.00 MiB Total PE 3199 Free PE 0 Allocated PE 3199 PV UUID hdMHLk-me3m-uDV8-FYcZ-p9O0-E4Eb-lQwJl4 23:57:51(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on pvdisplay invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[36248]) leaked on pvdisplay invocation. Parent PID 702: /usr/bin/python 23:57:51(UTC) PARTITIONS[root]=/dev/mapper/planetlab-root 23:57:51(UTC) sysexec >>> ls -l /dev/mapper/planetlab-root sysexec >>> ls -l /dev/mapper/planetlab-root 23:57:51(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 25 23:57 /dev/mapper/planetlab-root -> ../dm-1 23:57:51(UTC) PARTITIONS[swap]=/dev/mapper/planetlab-swap 23:57:51(UTC) sysexec >>> ls -l /dev/mapper/planetlab-swap sysexec >>> ls -l /dev/mapper/planetlab-swap 23:57:51(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 25 23:56 /dev/mapper/planetlab-swap -> ../dm-0 23:57:51(UTC) PARTITIONS[vservers]=/dev/mapper/planetlab-vservers 23:57:51(UTC) sysexec >>> ls -l /dev/mapper/planetlab-vservers sysexec >>> ls -l /dev/mapper/planetlab-vservers 23:57:51(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 25 23:57 /dev/mapper/planetlab-vservers -> ../dm-2 23:57:51(UTC) End of InstallPartitionDisks - PARTITIONS status - END 23:57:51(UTC) Step: Install: bootstrapfs tarball (upgrade=False). 23:57:51(UTC) In InstallBootstrapFS - PARTITIONS status - BEG 23:57:51(UTC) sysexec >>> vgdisplay sysexec >>> vgdisplay 23:57:51(UTC) ==========stdout --- Volume group --- VG Name planetlab System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 4 VG Access read/write VG Status resizable MAX LV 0 Cur LV 3 Open LV 0 Max PV 0 Cur PV 1 Act PV 1 VG Size 99.97 GiB PE Size 32.00 MiB Total PE 3199 Alloc PE / Size 3199 / 99.97 GiB Free PE / Size 0 / 0 VG UUID eZ0CWB-pccN-CYLn-A0eB-aEdr-wfmn-s8N7ga 23:57:51(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgdisplay invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[36248]) leaked on vgdisplay invocation. Parent PID 702: /usr/bin/python 23:57:51(UTC) sysexec >>> pvdisplay sysexec >>> pvdisplay 23:57:51(UTC) ==========stdout --- Physical volume --- PV Name /dev/sda1 VG Name planetlab PV Size 100.00 GiB / not usable 32.00 MiB Allocatable yes (but full) PE Size 32.00 MiB Total PE 3199 Free PE 0 Allocated PE 3199 PV UUID hdMHLk-me3m-uDV8-FYcZ-p9O0-E4Eb-lQwJl4 23:57:51(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on pvdisplay invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[36248]) leaked on pvdisplay invocation. Parent PID 702: /usr/bin/python 23:57:51(UTC) PARTITIONS[root]=/dev/mapper/planetlab-root 23:57:51(UTC) sysexec >>> ls -l /dev/mapper/planetlab-root sysexec >>> ls -l /dev/mapper/planetlab-root 23:57:51(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 25 23:57 /dev/mapper/planetlab-root -> ../dm-1 23:57:51(UTC) PARTITIONS[swap]=/dev/mapper/planetlab-swap 23:57:51(UTC) sysexec >>> ls -l /dev/mapper/planetlab-swap sysexec >>> ls -l /dev/mapper/planetlab-swap 23:57:51(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 25 23:56 /dev/mapper/planetlab-swap -> ../dm-0 23:57:51(UTC) PARTITIONS[vservers]=/dev/mapper/planetlab-vservers 23:57:51(UTC) sysexec >>> ls -l /dev/mapper/planetlab-vservers sysexec >>> ls -l /dev/mapper/planetlab-vservers 23:57:51(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 25 23:57 /dev/mapper/planetlab-vservers -> ../dm-2 23:57:51(UTC) In InstallBootstrapFS - PARTITIONS status - END Ignoring breakpoint (BREAKPOINT_MODE=False) : we need to make /dev/mapper/* appear 23:57:51(UTC) turning on swap space 23:57:51(UTC) sysexec >>> swapon /dev/mapper/planetlab-swap sysexec >>> swapon /dev/mapper/planetlab-swap [ 107.449354] Adding 1048572k swap on /dev/mapper/planetlab-swap. Priority:-1 extents:1 across:1048572k FS 23:57:51(UTC) mounting root file system 23:57:51(UTC) sysexec >>> mount -t ext3 /dev/mapper/planetlab-root /tmp/mnt/sysimg sysexec >>> mount -t ext3 /dev/mapper/planetlab-root /tmp/mnt/sysimg [ 107.473446] EXT4-fs (dm-1): mounting ext3 file system using the ext4 subsystem [ 107.493283] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) 23:57:51(UTC) mounting vserver partition in root file system (type btrfs) 23:57:51(UTC) sysexec >>> mount -t btrfs /dev/mapper/planetlab-vservers /tmp/mnt/sysimg/vservers sysexec >>> mount -t btrfs /dev/mapper/planetlab-vservers /tmp/mnt/sysimg/vservers [ 107.521094] BTRFS info (device dm-2): disk space caching is enabled [ 107.522150] BTRFS: has skinny extents [ 107.522769] BTRFS: flagging fs with big metadata feature [ 107.528251] BTRFS: creating UUID tree 23:57:51(UTC) Enabling btrfs quota on /tmp/mnt/sysimg/vservers sysexec >>> btrfs quota enable /tmp/mnt/sysimg/vservers 23:57:52(UTC) Using compressed bootstrapfs images 23:57:52(UTC) Using nodefamily=nornet-f25-x86_64 23:57:52(UTC) Installing only core software 23:57:52(UTC) downloading /boot/bootstrapfs-nornet-f25-x86_64.tar.bz2 [ 107.912744] BTRFS info (device dm-2): qgroup scan completed (inconsistency flag cleared) [ 116.931222] audit_printk_skb: 9 callbacks suppressed [ 116.932102] audit: type=2404 audit(1503705481.158:153): pid=1316 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1316 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 116.942745] audit: type=2404 audit(1503705481.170:154): pid=1316 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1316 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 116.952753] audit: type=2404 audit(1503705481.180:155): pid=1316 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1316 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 116.963081] audit: type=2407 audit(1503705481.190:156): pid=1315 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1316 suid=74 rport=59146 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 116.974743] audit: type=2407 audit(1503705481.202:157): pid=1315 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1316 suid=74 rport=59146 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 117.066959] audit: type=1100 audit(1503705481.294:158): pid=1315 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 117.073207] audit: type=2404 audit(1503705481.300:159): pid=1315 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1316 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 117.082630] audit: type=2404 audit(1503705481.310:160): pid=1315 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1316 suid=74 rport=59146 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 117.091995] audit: type=1109 audit(1503705481.319:161): pid=1315 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 117.100225] audit: type=2404 audit(1503705481.327:162): pid=1315 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1315 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 132.163060] audit_printk_skb: 9 callbacks suppressed [ 132.163944] audit: type=2404 audit(1503705496.390:166): pid=1318 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1318 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 132.174830] audit: type=2404 audit(1503705496.402:167): pid=1318 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1318 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 132.182611] audit: type=2404 audit(1503705496.410:168): pid=1318 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1318 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 132.195025] audit: type=2407 audit(1503705496.422:169): pid=1317 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1318 suid=74 rport=59156 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 132.206717] audit: type=2407 audit(1503705496.434:170): pid=1317 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1318 suid=74 rport=59156 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 132.299659] audit: type=1100 audit(1503705496.527:171): pid=1317 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 132.305186] audit: type=2404 audit(1503705496.532:172): pid=1317 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1318 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 132.314657] audit: type=2404 audit(1503705496.542:173): pid=1317 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1318 suid=74 rport=59156 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 132.323983] audit: type=1109 audit(1503705496.551:174): pid=1317 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 132.335174] audit: type=2404 audit(1503705496.562:175): pid=1317 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1317 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 147.397333] audit_printk_skb: 9 callbacks suppressed [ 147.398228] audit: type=2404 audit(1503705511.624:179): pid=1321 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1321 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 147.408729] audit: type=2404 audit(1503705511.636:180): pid=1321 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1321 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 147.421704] audit: type=2404 audit(1503705511.649:181): pid=1321 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1321 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 147.432174] audit: type=2407 audit(1503705511.659:182): pid=1320 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1321 suid=74 rport=59166 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 147.442677] audit: type=2407 audit(1503705511.670:183): pid=1320 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1321 suid=74 rport=59166 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 147.531626] audit: type=1100 audit(1503705511.759:184): pid=1320 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 147.540115] audit: type=2404 audit(1503705511.767:185): pid=1320 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1321 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 147.558446] audit: type=2404 audit(1503705511.785:186): pid=1320 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1321 suid=74 rport=59166 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 147.573576] audit: type=1109 audit(1503705511.800:187): pid=1320 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 147.587426] audit: type=2404 audit(1503705511.814:188): pid=1320 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1320 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' 23:58:41(UTC) Done downloading (49 seconds) 23:58:41(UTC) downloading sha1sum for /boot/bootstrapfs-nornet-f25-x86_64.tar.bz2 23:58:41(UTC) verifying sha1sum for /boot/bootstrapfs-nornet-f25-x86_64.tar.bz2 23:58:44(UTC) extracting /tmp/mnt/sysimg/bootstrapfs-nornet-f25-x86_64.tar.bz2 in /tmp/mnt/sysimg 23:58:44(UTC) sysexec >>> tar -C /tmp/mnt/sysimg -xpf /tmp/mnt/sysimg/bootstrapfs-nornet-f25-x86_64.tar.bz2 -j sysexec >>> tar -C /tmp/mnt/sysimg -xpf /tmp/mnt/sysimg/bootstrapfs-nornet-f25-x86_64.tar.bz2 -j [ 162.598860] audit_printk_skb: 9 callbacks suppressed [ 162.599728] audit: type=2404 audit(1503705526.826:192): pid=1326 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1326 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 162.610704] audit: type=2404 audit(1503705526.838:193): pid=1326 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1326 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 162.619631] audit: type=2404 audit(1503705526.847:194): pid=1326 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1326 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 162.629995] audit: type=2407 audit(1503705526.857:195): pid=1325 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1326 suid=74 rport=59176 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 162.640657] audit: type=2407 audit(1503705526.868:196): pid=1325 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1326 suid=74 rport=59176 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 162.736339] audit: type=1100 audit(1503705526.963:197): pid=1325 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 162.742305] audit: type=2404 audit(1503705526.969:198): pid=1325 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1326 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 162.751651] audit: type=2404 audit(1503705526.979:199): pid=1325 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1326 suid=74 rport=59176 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 162.760274] audit: type=1109 audit(1503705526.987:200): pid=1325 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 162.767846] audit: type=2404 audit(1503705526.995:201): pid=1325 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1325 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 177.813486] audit_printk_skb: 9 callbacks suppressed [ 177.814356] audit: type=2404 audit(1503705542.040:205): pid=1328 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1328 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 177.823700] audit: type=2404 audit(1503705542.051:206): pid=1328 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1328 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 177.832630] audit: type=2404 audit(1503705542.060:207): pid=1328 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1328 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 177.843008] audit: type=2407 audit(1503705542.070:208): pid=1327 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1328 suid=74 rport=59186 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 177.854657] audit: type=2407 audit(1503705542.082:209): pid=1327 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1328 suid=74 rport=59186 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 177.948083] audit: type=1100 audit(1503705542.175:210): pid=1327 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 177.954021] audit: type=2404 audit(1503705542.181:211): pid=1327 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1328 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 177.963632] audit: type=2404 audit(1503705542.191:212): pid=1327 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1328 suid=74 rport=59186 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 177.972966] audit: type=1109 audit(1503705542.200:213): pid=1327 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 177.981021] audit: type=2404 audit(1503705542.208:214): pid=1327 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1327 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 193.035250] audit_printk_skb: 9 callbacks suppressed [ 193.036149] audit: type=2404 audit(1503705557.262:218): pid=1330 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1330 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 193.047757] audit: type=2404 audit(1503705557.275:219): pid=1330 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1330 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 193.057685] audit: type=2404 audit(1503705557.285:220): pid=1330 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1330 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 193.068108] audit: type=2407 audit(1503705557.295:221): pid=1329 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1330 suid=74 rport=59196 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 193.078694] audit: type=2407 audit(1503705557.306:222): pid=1329 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1330 suid=74 rport=59196 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 193.136074] audit: type=1100 audit(1503705557.363:223): pid=1329 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 193.141206] audit: type=2404 audit(1503705557.368:224): pid=1329 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1330 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 193.150629] audit: type=2404 audit(1503705557.378:225): pid=1329 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1330 suid=74 rport=59196 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 193.160045] audit: type=1109 audit(1503705557.387:226): pid=1329 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 193.166802] audit: type=2404 audit(1503705557.394:227): pid=1329 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1329 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 208.184958] audit_printk_skb: 9 callbacks suppressed [ 208.185823] audit: type=2404 audit(1503705572.412:231): pid=1332 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1332 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 208.196696] audit: type=2404 audit(1503705572.424:232): pid=1332 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1332 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 208.205626] audit: type=2404 audit(1503705572.433:233): pid=1332 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1332 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 208.216082] audit: type=2407 audit(1503705572.443:234): pid=1331 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1332 suid=74 rport=59206 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 208.226705] audit: type=2407 audit(1503705572.454:235): pid=1331 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1332 suid=74 rport=59206 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 208.317421] audit: type=1100 audit(1503705572.544:236): pid=1331 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 208.323369] audit: type=2404 audit(1503705572.550:237): pid=1331 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1332 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 208.331643] audit: type=2404 audit(1503705572.559:238): pid=1331 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1332 suid=74 rport=59206 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 208.339979] audit: type=1109 audit(1503705572.567:239): pid=1331 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 208.348054] audit: type=2404 audit(1503705572.575:240): pid=1331 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1331 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 223.395966] audit_printk_skb: 9 callbacks suppressed [ 223.396838] audit: type=2404 audit(1503705587.623:244): pid=1334 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1334 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 223.407689] audit: type=2404 audit(1503705587.635:245): pid=1334 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1334 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 223.417679] audit: type=2404 audit(1503705587.645:246): pid=1334 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1334 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 223.427130] audit: type=2407 audit(1503705587.654:247): pid=1333 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1334 suid=74 rport=59216 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 223.438700] audit: type=2407 audit(1503705587.666:248): pid=1333 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1334 suid=74 rport=59216 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 223.489988] audit: type=1100 audit(1503705587.717:249): pid=1333 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 223.495027] audit: type=2404 audit(1503705587.722:250): pid=1333 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1334 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 223.504622] audit: type=2404 audit(1503705587.732:251): pid=1333 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1334 suid=74 rport=59216 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 223.513975] audit: type=1109 audit(1503705587.741:252): pid=1333 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 223.521999] audit: type=2404 audit(1503705587.749:253): pid=1333 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1333 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 238.585627] audit_printk_skb: 9 callbacks suppressed [ 238.586522] audit: type=2404 audit(1503705602.813:257): pid=1336 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1336 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 238.596764] audit: type=2404 audit(1503705602.824:258): pid=1336 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1336 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 238.606673] audit: type=2404 audit(1503705602.834:259): pid=1336 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1336 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 238.617100] audit: type=2407 audit(1503705602.844:260): pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1336 suid=74 rport=59226 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 238.628694] audit: type=2407 audit(1503705602.856:261): pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1336 suid=74 rport=59226 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 238.722390] audit: type=1100 audit(1503705602.949:262): pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 238.727954] audit: type=2404 audit(1503705602.955:263): pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1336 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 238.737623] audit: type=2404 audit(1503705602.965:264): pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1336 suid=74 rport=59226 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 238.746969] audit: type=1109 audit(1503705602.974:265): pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 238.755012] audit: type=2404 audit(1503705602.982:266): pid=1335 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1335 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 253.824309] audit_printk_skb: 9 callbacks suppressed [ 253.825199] audit: type=2404 audit(1503705618.051:270): pid=1338 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1338 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 253.834706] audit: type=2404 audit(1503705618.062:271): pid=1338 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1338 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 253.843621] audit: type=2404 audit(1503705618.071:272): pid=1338 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1338 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 253.853021] audit: type=2407 audit(1503705618.080:273): pid=1337 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1338 suid=74 rport=59236 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 253.863644] audit: type=2407 audit(1503705618.091:274): pid=1337 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1338 suid=74 rport=59236 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 253.956530] audit: type=1100 audit(1503705618.183:275): pid=1337 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 253.962062] audit: type=2404 audit(1503705618.189:276): pid=1337 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1338 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 253.971623] audit: type=2404 audit(1503705618.199:277): pid=1337 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1338 suid=74 rport=59236 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 253.980958] audit: type=1109 audit(1503705618.208:278): pid=1337 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 253.989013] audit: type=2404 audit(1503705618.216:279): pid=1337 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1337 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 269.008857] audit_printk_skb: 9 callbacks suppressed [ 269.009734] audit: type=2404 audit(1503705633.236:283): pid=1344 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1344 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 269.020742] audit: type=2404 audit(1503705633.248:284): pid=1344 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1344 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 269.029871] audit: type=2404 audit(1503705633.257:285): pid=1344 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1344 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 269.040250] audit: type=2407 audit(1503705633.267:286): pid=1343 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1344 suid=74 rport=59246 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 269.052149] audit: type=2407 audit(1503705633.279:287): pid=1343 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1344 suid=74 rport=59246 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 269.146641] audit: type=1100 audit(1503705633.374:288): pid=1343 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 269.151937] audit: type=2404 audit(1503705633.379:289): pid=1343 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1344 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 269.161648] audit: type=2404 audit(1503705633.389:290): pid=1343 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1344 suid=74 rport=59246 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 269.169840] audit: type=1109 audit(1503705633.397:291): pid=1343 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 269.177330] audit: type=2404 audit(1503705633.404:292): pid=1343 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1343 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 284.247915] audit_printk_skb: 9 callbacks suppressed [ 284.248830] audit: type=2404 audit(1503705648.475:296): pid=1348 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1348 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 284.260747] audit: type=2404 audit(1503705648.488:297): pid=1348 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1348 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 284.270624] audit: type=2404 audit(1503705648.498:298): pid=1348 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1348 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 284.280128] audit: type=2407 audit(1503705648.507:299): pid=1347 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1348 suid=74 rport=59256 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 284.291723] audit: type=2407 audit(1503705648.519:300): pid=1347 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1348 suid=74 rport=59256 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 284.347458] audit: type=1100 audit(1503705648.574:301): pid=1347 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 284.353056] audit: type=2404 audit(1503705648.580:302): pid=1347 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1348 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 284.362651] audit: type=2404 audit(1503705648.590:303): pid=1347 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1348 suid=74 rport=59256 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 284.371061] audit: type=1109 audit(1503705648.598:304): pid=1347 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 284.380026] audit: type=2404 audit(1503705648.607:305): pid=1347 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1347 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 299.445019] audit_printk_skb: 9 callbacks suppressed [ 299.445910] audit: type=2404 audit(1503705663.672:309): pid=1350 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1350 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 299.455698] audit: type=2404 audit(1503705663.683:310): pid=1350 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1350 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 299.465623] audit: type=2404 audit(1503705663.693:311): pid=1350 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1350 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 299.475009] audit: type=2407 audit(1503705663.702:312): pid=1349 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1350 suid=74 rport=59266 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 299.485723] audit: type=2407 audit(1503705663.713:313): pid=1349 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1350 suid=74 rport=59266 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 299.576993] audit: type=1100 audit(1503705663.804:314): pid=1349 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 299.582385] audit: type=2404 audit(1503705663.809:315): pid=1349 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1350 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 299.592097] audit: type=2404 audit(1503705663.819:316): pid=1349 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1350 suid=74 rport=59266 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 299.600678] audit: type=1109 audit(1503705663.828:317): pid=1349 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 299.608078] audit: type=2404 audit(1503705663.835:318): pid=1349 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1349 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 314.633305] audit_printk_skb: 9 callbacks suppressed [ 314.634184] audit: type=2404 audit(1503705678.860:322): pid=1353 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1353 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 314.645717] audit: type=2404 audit(1503705678.873:323): pid=1353 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1353 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 314.655004] audit: type=2404 audit(1503705678.882:324): pid=1353 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1353 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 314.665093] audit: type=2407 audit(1503705678.892:325): pid=1352 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1353 suid=74 rport=59276 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 314.676912] audit: type=2407 audit(1503705678.904:326): pid=1352 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1353 suid=74 rport=59276 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 314.770405] audit: type=1100 audit(1503705678.997:327): pid=1352 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 314.775982] audit: type=2404 audit(1503705679.003:328): pid=1352 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1353 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 314.785662] audit: type=2404 audit(1503705679.013:329): pid=1352 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1353 suid=74 rport=59276 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 314.794036] audit: type=1109 audit(1503705679.021:330): pid=1352 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 314.801485] audit: type=2404 audit(1503705679.028:331): pid=1352 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1352 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 329.873849] audit_printk_skb: 9 callbacks suppressed [ 329.874744] audit: type=2404 audit(1503705694.101:335): pid=1355 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1355 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 329.885704] audit: type=2404 audit(1503705694.113:336): pid=1355 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1355 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 329.895629] audit: type=2404 audit(1503705694.123:337): pid=1355 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1355 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 329.906146] audit: type=2407 audit(1503705694.133:338): pid=1354 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1355 suid=74 rport=59286 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 329.917720] audit: type=2407 audit(1503705694.145:339): pid=1354 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1355 suid=74 rport=59286 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 330.008062] audit: type=1100 audit(1503705694.235:340): pid=1354 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 330.014026] audit: type=2404 audit(1503705694.241:341): pid=1354 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1355 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 330.023653] audit: type=2404 audit(1503705694.251:342): pid=1354 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1355 suid=74 rport=59286 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 330.032201] audit: type=1109 audit(1503705694.259:343): pid=1354 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 330.039770] audit: type=2404 audit(1503705694.267:344): pid=1354 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1354 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' 00:01:35(UTC) Done extracting (171 seconds) 00:01:35(UTC) Copying resolv.conf to temp dir 00:01:36(UTC) sysexec >>> cp /etc/resolv.conf /tmp/mnt/sysimg/etc/ sysexec >>> cp /etc/resolv.conf /tmp/mnt/sysimg/etc/ 00:01:36(UTC) Copying boot server certificates and public key 00:01:36(UTC) sysexec (shell mode) >>> gpg --homedir=/root --export --armor --no-default-keyring --keyring /tmp/mnt/sysimg/usr/boot/pubring.gpg > /tmp/mnt/sysimg/etc/pki/rpm-gpg/RPM-GPG-KEY-planetlabsysexec (shell mode) >>> gpg --homedir=/root --export --armor --no-default-keyring --keyring /tmp/mnt/sysimg/usr/boot/pubring.gpg > /tmp/mnt/sysimg/etc/pki/rpm-gpg/RPM-GPG-KEY-planetlab 00:01:36(UTC) sysexec >>> chroot /tmp/mnt/sysimg rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-planetlab sysexec >>> chroot /tmp/mnt/sysimg rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-planetlab 00:01:40(UTC) Step: Install: Writing configuration files. 00:01:40(UTC) Setting local time to UTC 00:01:40(UTC) sysexec >>> chroot /tmp/mnt/sysimg ln -sf /usr/share/zoneinfo/UTC /etc/localtime sysexec >>> chroot /tmp/mnt/sysimg ln -sf /usr/share/zoneinfo/UTC /etc/localtime 00:01:40(UTC) Creating system directory /etc/planetlab 00:01:40(UTC) Writing system /etc/fstab 00:01:40(UTC) Writing system /etc/issue 00:01:40(UTC) Setting up authentication (non-ssh) 00:01:40(UTC) sysexec >>> chroot /tmp/mnt/sysimg authconfig --nostart --kickstart --enablemd5 --enableshadow sysexec >>> chroot /tmp/mnt/sysimg authconfig --nostart --kickstart --enablemd5 --enableshadow 00:01:42(UTC) ==========stderr getsebool: SELinux is disabled 00:01:42(UTC) sysexec (shell mode) >>> sed -e 's/^root\:\:/root\:*\:/g' /tmp/mnt/sysimg/etc/shadow > /tmp/mnt/sysimg/etc/shadow.newsysexec (shell mode) >>> sed -e 's/^root\:\:/root\:*\:/g' /tmp/mnt/sysimg/etc/shadow > /tmp/mnt/sysimg/etc/shadow.new 00:01:42(UTC) sysexec >>> chroot /tmp/mnt/sysimg mv /etc/shadow.new /etc/shadow sysexec >>> chroot /tmp/mnt/sysimg mv /etc/shadow.new /etc/shadow 00:01:42(UTC) sysexec >>> chroot /tmp/mnt/sysimg chmod 400 /etc/shadow sysexec >>> chroot /tmp/mnt/sysimg chmod 400 /etc/shadow 00:01:42(UTC) Writing node install_version 00:01:42(UTC) Creating ssh host keys 00:01:42(UTC) Generating SSH1 RSA host key /etc/ssh/ssh_host_key (mandatory success=False) sysexec (shell mode) >>> chroot /usr/bin/ssh-keygen -q -t rsa1 -f /etc/ssh/ssh_host_key -C '' -N '' <__main__.log instance at 0x7f4df63c4248> 00:01:42(UTC) sysexec >>> chmod 600 /tmp/mnt/sysimg//etc/ssh/ssh_host_key sysexec >>> chmod 600 /tmp/mnt/sysimg//etc/ssh/ssh_host_key 00:01:42(UTC) ==========stderr chmod: cannot access '/tmp/mnt/sysimg//etc/ssh/ssh_host_key': No such file or directory 00:01:42(UTC) sysexec >>> chmod 644 /tmp/mnt/sysimg//etc/ssh/ssh_host_key.pub sysexec >>> chmod 644 /tmp/mnt/sysimg//etc/ssh/ssh_host_key.pub 00:01:42(UTC) ==========stderr chmod: cannot access '/tmp/mnt/sysimg//etc/ssh/ssh_host_key.pub': No such file or directory 00:01:42(UTC) Generating SSH2 RSA host key /etc/ssh/ssh_host_rsa_key (mandatory success=True) 00:01:42(UTC) sysexec >>> chroot /tmp/mnt/sysimg /usr/bin/ssh-keygen -q -t rsa -f /etc/ssh/ssh_host_rsa_key -C '' -N '' sysexec >>> chroot /tmp/mnt/sysimg /usr/bin/ssh-keygen -q -t rsa -f /etc/ssh/ssh_host_rsa_key -C '' -N '' 00:01:42(UTC) sysexec >>> chmod 600 /tmp/mnt/sysimg//etc/ssh/ssh_host_rsa_key sysexec >>> chmod 600 /tmp/mnt/sysimg//etc/ssh/ssh_host_rsa_key 00:01:42(UTC) sysexec >>> chmod 644 /tmp/mnt/sysimg//etc/ssh/ssh_host_rsa_key.pub sysexec >>> chmod 644 /tmp/mnt/sysimg//etc/ssh/ssh_host_rsa_key.pub 00:01:42(UTC) Generating SSH2 DSA host key /etc/ssh/ssh_host_dsa_key (mandatory success=True) 00:01:42(UTC) sysexec >>> chroot /tmp/mnt/sysimg /usr/bin/ssh-keygen -q -t dsa -f /etc/ssh/ssh_host_dsa_key -C '' -N '' sysexec >>> chroot /tmp/mnt/sysimg /usr/bin/ssh-keygen -q -t dsa -f /etc/ssh/ssh_host_dsa_key -C '' -N '' 00:01:42(UTC) sysexec >>> chmod 600 /tmp/mnt/sysimg//etc/ssh/ssh_host_dsa_key sysexec >>> chmod 600 /tmp/mnt/sysimg//etc/ssh/ssh_host_dsa_key 00:01:42(UTC) sysexec >>> chmod 644 /tmp/mnt/sysimg//etc/ssh/ssh_host_dsa_key.pub sysexec >>> chmod 644 /tmp/mnt/sysimg//etc/ssh/ssh_host_dsa_key.pub 00:01:42(UTC) Step: Install: Shutting down installer. 00:01:42(UTC) Shutting down swap 00:01:42(UTC) sysexec >>> swapoff /dev/mapper/planetlab-swap sysexec >>> swapoff /dev/mapper/planetlab-swap 00:01:42(UTC) Step: Running Ansible Hook 00:01:42(UTC) No Ansible directive. Skipping. 00:01:42(UTC) Step: Updating node boot state at PLC. 00:01:42(UTC) Successfully updated boot state for this node at PLC 00:01:42(UTC) Step: Starting fallback sshd. 00:01:42(UTC) Creating SSH1 RSA host key /etc/ssh/ssh_host_key 00:01:42(UTC) sysexec >>> ssh-keygen -q -t rsa1 -f /etc/ssh/ssh_host_key -C '' -N '' sysexec >>> ssh-keygen -q -t rsa1 -f /etc/ssh/ssh_host_key -C '' -N '' 00:01:43(UTC) ==========stderr Saving key "/etc/ssh/ssh_host_key" failed: unknown or unsupported key type 00:01:43(UTC) sysexec >>> chmod 600 /etc/ssh/ssh_host_key sysexec >>> chmod 600 /etc/ssh/ssh_host_key 00:01:43(UTC) ==========stderr chmod: cannot access '/etc/ssh/ssh_host_key': No such file or directory 00:01:43(UTC) sysexec >>> chmod 644 /etc/ssh/ssh_host_key.pub sysexec >>> chmod 644 /etc/ssh/ssh_host_key.pub 00:01:43(UTC) ==========stderr chmod: cannot access '/etc/ssh/ssh_host_key.pub': No such file or directory 00:01:43(UTC) sysexec >>> cp -f /tmp/source/debug_files//sshd_config /etc/ssh//sshd_config sysexec >>> cp -f /tmp/source/debug_files//sshd_config /etc/ssh//sshd_config 00:01:43(UTC) Installing debug ssh key for root user 00:01:43(UTC) sysexec >>> cp -f /tmp/source/debug_files//debug_root_ssh_key /root/.ssh/authorized_keys sysexec >>> cp -f /tmp/source/debug_files//debug_root_ssh_key /root/.ssh/authorized_keys 00:01:43(UTC) sysexec >>> chmod 700 /root/.ssh sysexec >>> chmod 700 /root/.ssh 00:01:43(UTC) sysexec >>> chmod 600 /root/.ssh/authorized_keys sysexec >>> chmod 600 /root/.ssh/authorized_keys 00:01:43(UTC) sshd is already running 00:01:43(UTC) Step: Install: Initializing. 00:01:43(UTC) Unmounting any previous mounts 00:01:43(UTC) sysexec >>> umount /tmp/mnt/sysimg/proc sysexec >>> umount /tmp/mnt/sysimg/proc 00:01:43(UTC) ==========stderr umount: /tmp/mnt/sysimg/proc: not mounted 00:01:43(UTC) sysexec >>> umount /tmp/mnt/sysimg/mnt/cdrom sysexec >>> umount /tmp/mnt/sysimg/mnt/cdrom 00:01:43(UTC) ==========stderr umount: /tmp/mnt/sysimg/mnt/cdrom: not mounted 00:01:43(UTC) sysexec >>> umount /tmp/mnt/sysimg/vservers sysexec >>> umount /tmp/mnt/sysimg/vservers 00:01:44(UTC) sysexec >>> umount /tmp/mnt/sysimg/sys sysexec >>> umount /tmp/mnt/sysimg/sys 00:01:44(UTC) ==========stderr umount: /tmp/mnt/sysimg/sys: not mounted 00:01:44(UTC) sysexec >>> umount /tmp/mnt/sysimg/dev sysexec >>> umount /tmp/mnt/sysimg/dev 00:01:44(UTC) ==========stderr umount: /tmp/mnt/sysimg/dev: not mounted 00:01:44(UTC) sysexec >>> umount /tmp/mnt/sysimg sysexec >>> umount /tmp/mnt/sysimg 00:01:46(UTC) Cleaning up any existing PlanetLab config files 00:01:46(UTC) Creating system image path 00:01:46(UTC) Step: Validating node installation. 00:01:46(UTC) sysexec >>> vgscan sysexec >>> vgscan 00:01:46(UTC) ==========stdout Reading volume groups from cache. Found volume group "planetlab" using metadata type lvm2 00:01:46(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgscan invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[38811]) leaked on vgscan invocation. Parent PID 702: /usr/bin/python 00:01:46(UTC) sysexec >>> vgchange -ay planetlab sysexec >>> vgchange -ay planetlab 00:01:46(UTC) ==========stdout 3 logical volume(s) in volume group "planetlab" now active 00:01:46(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgchange invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[38811]) leaked on vgchange invocation. Parent PID 702: /usr/bin/python 00:01:46(UTC) fsck root file system 00:01:46(UTC) sysexec >>> e2fsck -v -p /dev/mapper/planetlab-root sysexec >>> e2fsck -v -p /dev/mapper/planetlab-root 00:01:47(UTC) ==========stdout /dev/mapper/planetlab-root: clean, 41254/4587520 files, 728217/18350080 blocks 00:01:47(UTC) sysexec >>> tune2fs -c -1 -i 0 /dev/mapper/planetlab-root sysexec >>> tune2fs -c -1 -i 0 /dev/mapper/planetlab-root 00:01:47(UTC) ==========stdout tune2fs 1.43.3 (04-Sep-2016) Setting maximal mount count to -1 Setting interval between checks to 0 seconds 00:01:47(UTC) mounting root file system 00:01:47(UTC) sysexec >>> mount -t ext3 /dev/mapper/planetlab-root /tmp/mnt/sysimg sysexec >>> mount -t ext3 /dev/mapper/planetlab-root /tmp/mnt/sysimg [ 342.999035] EXT4-fs (dm-1): mounting ext3 file system using the ext4 subsystem [ 343.021037] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) 00:01:47(UTC) mounting /proc 00:01:47(UTC) sysexec >>> mount -t proc none /tmp/mnt/sysimg/proc sysexec >>> mount -t proc none /tmp/mnt/sysimg/proc 00:01:47(UTC) mounting vservers partition in root file system 00:01:47(UTC) sysexec >>> mount -t btrfs /dev/mapper/planetlab-vservers /tmp/mnt/sysimg/vservers sysexec >>> mount -t btrfs /dev/mapper/planetlab-vservers /tmp/mnt/sysimg/vservers [ 343.053047] BTRFS info (device dm-2): disk space caching is enabled [ 343.054108] BTRFS: has skinny extents 00:01:47(UTC) Checking for a custom kernel 00:01:48(UTC) Updated /etc/planetlab/node_id 00:01:48(UTC) Node installation appears to be ok 00:01:48(UTC) Step: Install: Writing Network Configuration files. 00:01:48(UTC) Writing /etc/planetlab/plc_config 00:01:48(UTC) getting via https://vplc01.simula.nornet/PlanetLabConf/get_plc_config.php 00:01:48(UTC) .. Failed. Using old method. -- stack trace follows 00:01:48(UTC) Writing /etc/hosts 00:01:48(UTC) net:InitInterfaces interface 1: {'last_updated': None, 'network': '10.1.1.0', 'ip': '10.1.1.65', 'dns1': '10.1.1.1', 'hostname': None, 'netmask': '255.255.255.0', 'interface_tag_ids': [], 'interface_id': 1, 'broadcast': '10.1.1.255', 'method': 'static', 'mac': '02:34:56:00:00:01', 'node_id': 1, 'gateway': '10.1.1.1', 'dns2': '10.1.2.1', 'is_primary': True, 'type': 'ipv4', 'bwlimit': None} 00:01:48(UTC) net:InitInterfaces macs = {'02:34:56:00:00:01': 'eth0', '00:00:00:00:00:00': 'lo'} 00:01:48(UTC) net:InitInterfaces ips = {'10.1.1.65': 'eth0', '127.0.0.1': 'lo'} 00:01:48(UTC) net:InitInterfaces orig_ifname = eth0 00:01:48(UTC) net:InitInterfaces: Device map: {'eth0': {'USERCTL': 'no', 'DNS2': '10.1.2.1', 'DNS1': '10.1.1.1', 'IPADDR': '10.1.1.65', 'PRIMARY': 'yes', 'GATEWAY': '10.1.1.1', 'NM_CONTROLLED': 'no', 'NETMASK': '255.255.255.0', 'BOOTPROTO': 'static', 'HWADDR': '02:34:56:00:00:01', 'ONBOOT': 'yes'}} 00:01:48(UTC) net:InitInterfaces adding configuration for eth0 00:01:48(UTC) Step: Checking for unused disks to add to LVM. 00:01:48(UTC) In CheckForNewDisks - PARTITIONS status - BEG 00:01:48(UTC) sysexec >>> vgdisplay sysexec >>> vgdisplay 00:01:48(UTC) ==========stdout --- Volume group --- VG Name planetlab System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 4 VG Access read/write VG Status resizable MAX LV 0 Cur LV 3 Open LV 2 Max PV 0 Cur PV 1 Act PV 1 VG Size 99.97 GiB PE Size 32.00 MiB Total PE 3199 Alloc PE / Size 3199 / 99.97 GiB Free PE / Size 0 / 0 VG UUID eZ0CWB-pccN-CYLn-A0eB-aEdr-wfmn-s8N7ga 00:01:48(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgdisplay invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[38811]) leaked on vgdisplay invocation. Parent PID 702: /usr/bin/python 00:01:48(UTC) sysexec >>> pvdisplay sysexec >>> pvdisplay 00:01:48(UTC) ==========stdout --- Physical volume --- PV Name /dev/sda1 VG Name planetlab PV Size 100.00 GiB / not usable 32.00 MiB Allocatable yes (but full) PE Size 32.00 MiB Total PE 3199 Free PE 0 Allocated PE 3199 PV UUID hdMHLk-me3m-uDV8-FYcZ-p9O0-E4Eb-lQwJl4 00:01:48(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on pvdisplay invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[38811]) leaked on pvdisplay invocation. Parent PID 702: /usr/bin/python 00:01:48(UTC) PARTITIONS[root]=/dev/mapper/planetlab-root 00:01:48(UTC) sysexec >>> ls -l /dev/mapper/planetlab-root sysexec >>> ls -l /dev/mapper/planetlab-root 00:01:48(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 26 00:01 /dev/mapper/planetlab-root -> ../dm-1 00:01:48(UTC) PARTITIONS[swap]=/dev/mapper/planetlab-swap 00:01:48(UTC) sysexec >>> ls -l /dev/mapper/planetlab-swap sysexec >>> ls -l /dev/mapper/planetlab-swap 00:01:48(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 26 00:01 /dev/mapper/planetlab-swap -> ../dm-0 00:01:48(UTC) PARTITIONS[vservers]=/dev/mapper/planetlab-vservers 00:01:48(UTC) sysexec >>> ls -l /dev/mapper/planetlab-vservers sysexec >>> ls -l /dev/mapper/planetlab-vservers 00:01:48(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 25 23:57 /dev/mapper/planetlab-vservers -> ../dm-2 00:01:48(UTC) In CheckForNewDisks - PARTITIONS status - END 00:01:48(UTC) Checking device /dev/sda to see if it is part of the volume group. 00:01:48(UTC) sysexec (shell mode) >>> pvdisplay /dev/sda1 | grep -q planetlabsysexec (shell mode) >>> pvdisplay /dev/sda1 | grep -q planetlab 00:01:48(UTC) It appears /dev/sda is part of the volume group, continuing. 00:01:48(UTC) No new disk devices to add to volume group. 00:01:48(UTC) Step: Sending hardware configuration to PLC. 00:01:48(UTC) step SendHardwareConfigToPLC Not implemented, continuing. 00:01:48(UTC) Step: Chain booting node. 00:01:48(UTC) In ChainBootNode - PARTITIONS status - BEG 00:01:48(UTC) sysexec >>> vgdisplay sysexec >>> vgdisplay 00:01:48(UTC) ==========stdout --- Volume group --- VG Name planetlab System ID Format lvm2 Metadata Areas 1 Metadata Sequence No 4 VG Access read/write VG Status resizable MAX LV 0 Cur LV 3 Open LV 2 Max PV 0 Cur PV 1 Act PV 1 VG Size 99.97 GiB PE Size 32.00 MiB Total PE 3199 Alloc PE / Size 3199 / 99.97 GiB Free PE / Size 0 / 0 VG UUID eZ0CWB-pccN-CYLn-A0eB-aEdr-wfmn-s8N7ga 00:01:48(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgdisplay invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[38811]) leaked on vgdisplay invocation. Parent PID 702: /usr/bin/python 00:01:48(UTC) sysexec >>> pvdisplay sysexec >>> pvdisplay 00:01:48(UTC) ==========stdout --- Physical volume --- PV Name /dev/sda1 VG Name planetlab PV Size 100.00 GiB / not usable 32.00 MiB Allocatable yes (but full) PE Size 32.00 MiB Total PE 3199 Free PE 0 Allocated PE 3199 PV UUID hdMHLk-me3m-uDV8-FYcZ-p9O0-E4Eb-lQwJl4 00:01:48(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on pvdisplay invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[38811]) leaked on pvdisplay invocation. Parent PID 702: /usr/bin/python 00:01:48(UTC) PARTITIONS[root]=/dev/mapper/planetlab-root 00:01:48(UTC) sysexec >>> ls -l /dev/mapper/planetlab-root sysexec >>> ls -l /dev/mapper/planetlab-root 00:01:48(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 26 00:01 /dev/mapper/planetlab-root -> ../dm-1 00:01:48(UTC) PARTITIONS[swap]=/dev/mapper/planetlab-swap 00:01:48(UTC) sysexec >>> ls -l /dev/mapper/planetlab-swap sysexec >>> ls -l /dev/mapper/planetlab-swap 00:01:48(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 26 00:01 /dev/mapper/planetlab-swap -> ../dm-0 00:01:48(UTC) PARTITIONS[vservers]=/dev/mapper/planetlab-vservers 00:01:48(UTC) sysexec >>> ls -l /dev/mapper/planetlab-vservers sysexec >>> ls -l /dev/mapper/planetlab-vservers 00:01:48(UTC) ==========stdout lrwxrwxrwx 1 root root 7 Aug 25 23:57 /dev/mapper/planetlab-vservers -> ../dm-2 00:01:48(UTC) In ChainBootNode - PARTITIONS status - END 00:01:48(UTC) Updated /etc/planetlab/session 00:01:48(UTC) Updating configuration files. 00:01:48(UTC) sysexec >>> chroot /tmp/mnt/sysimg /usr/bin/env python /usr/share/NodeManager/conf_files.py --noscripts sysexec >>> chroot /tmp/mnt/sysimg /usr/bin/env python /usr/share/NodeManager/conf_files.py --noscripts [ 345.111076] audit_printk_skb: 9 callbacks suppressed [ 345.111944] audit: type=2404 audit(1503705709.338:348): pid=1498 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1498 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 345.124046] audit: type=2404 audit(1503705709.351:349): pid=1498 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1498 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 345.129127] audit: type=2404 audit(1503705709.356:350): pid=1498 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1498 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 345.134643] audit: type=2407 audit(1503705709.362:351): pid=1497 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1498 suid=74 rport=59296 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 345.139981] audit: type=2407 audit(1503705709.367:352): pid=1497 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1498 suid=74 rport=59296 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 345.214574] audit: type=1100 audit(1503705709.442:353): pid=1497 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 345.219748] audit: type=2404 audit(1503705709.447:354): pid=1497 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1498 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 345.225101] audit: type=2404 audit(1503705709.453:355): pid=1497 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1498 suid=74 rport=59296 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 345.230080] audit: type=1109 audit(1503705709.457:356): pid=1497 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 345.234044] audit: type=2404 audit(1503705709.461:357): pid=1497 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1497 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' 00:01:52(UTC) Running node update. 00:01:52(UTC) sysexec >>> chroot /tmp/mnt/sysimg /usr/bin/NodeUpdate.py start noreboot sysexec >>> chroot /tmp/mnt/sysimg /usr/bin/NodeUpdate.py start noreboot [ 360.303861] audit_printk_skb: 9 callbacks suppressed [ 360.304863] audit: type=2404 audit(1503705724.531:361): pid=1586 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1586 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 360.312064] audit: type=2404 audit(1503705724.539:362): pid=1586 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1586 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 360.317397] audit: type=2404 audit(1503705724.544:363): pid=1586 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1586 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 360.324915] audit: type=2407 audit(1503705724.552:364): pid=1585 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1586 suid=74 rport=59306 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 360.332968] audit: type=2407 audit(1503705724.560:365): pid=1585 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1586 suid=74 rport=59306 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 360.413724] audit: type=1100 audit(1503705724.641:366): pid=1585 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 360.420117] audit: type=2404 audit(1503705724.647:367): pid=1585 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1586 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 360.426259] audit: type=2404 audit(1503705724.653:368): pid=1585 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1586 suid=74 rport=59306 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 360.432209] audit: type=1109 audit(1503705724.659:369): pid=1585 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 360.438195] audit: type=2404 audit(1503705724.665:370): pid=1585 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1585 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 375.504277] audit_printk_skb: 9 callbacks suppressed [ 375.505179] audit: type=2404 audit(1503705739.731:374): pid=1588 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1588 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 375.516707] audit: type=2404 audit(1503705739.744:375): pid=1588 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1588 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 375.526630] audit: type=2404 audit(1503705739.754:376): pid=1588 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1588 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 375.537043] audit: type=2407 audit(1503705739.764:377): pid=1587 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1588 suid=74 rport=59316 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 375.548655] audit: type=2407 audit(1503705739.776:378): pid=1587 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1588 suid=74 rport=59316 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 375.642323] audit: type=1100 audit(1503705739.869:379): pid=1587 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 375.647940] audit: type=2404 audit(1503705739.875:380): pid=1587 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1588 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 375.657627] audit: type=2404 audit(1503705739.885:381): pid=1587 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1588 suid=74 rport=59316 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 375.666946] audit: type=1109 audit(1503705739.894:382): pid=1587 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 375.675008] audit: type=2404 audit(1503705739.902:383): pid=1587 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1587 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 390.746128] audit_printk_skb: 9 callbacks suppressed [ 390.747020] audit: type=2404 audit(1503705754.973:387): pid=1595 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1595 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 390.757703] audit: type=2404 audit(1503705754.985:388): pid=1595 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1595 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 390.767632] audit: type=2404 audit(1503705754.995:389): pid=1595 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1595 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 390.778033] audit: type=2407 audit(1503705755.005:390): pid=1594 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1595 suid=74 rport=59326 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 390.788663] audit: type=2407 audit(1503705755.016:391): pid=1594 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1595 suid=74 rport=59326 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 390.878687] audit: type=1100 audit(1503705755.106:392): pid=1594 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 390.884015] audit: type=2404 audit(1503705755.111:393): pid=1594 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1595 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 390.896640] audit: type=2404 audit(1503705755.124:394): pid=1594 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1595 suid=74 rport=59326 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 390.902011] audit: type=1109 audit(1503705755.129:395): pid=1594 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 390.910010] audit: type=2404 audit(1503705755.137:396): pid=1594 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1594 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 405.980269] audit_printk_skb: 9 callbacks suppressed [ 405.981161] audit: type=2404 audit(1503705770.207:400): pid=1597 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1597 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 405.990731] audit: type=2404 audit(1503705770.218:401): pid=1597 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1597 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 405.999637] audit: type=2404 audit(1503705770.227:402): pid=1597 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1597 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 406.009085] audit: type=2407 audit(1503705770.236:403): pid=1596 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1597 suid=74 rport=59336 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 406.019684] audit: type=2407 audit(1503705770.247:404): pid=1596 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1597 suid=74 rport=59336 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 406.110792] audit: type=1100 audit(1503705770.338:405): pid=1596 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 406.116131] audit: type=2404 audit(1503705770.343:406): pid=1596 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1597 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 406.125661] audit: type=2404 audit(1503705770.353:407): pid=1596 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1597 suid=74 rport=59336 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 406.134969] audit: type=1109 audit(1503705770.362:408): pid=1596 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 406.143027] audit: type=2404 audit(1503705770.370:409): pid=1596 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1596 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 421.168671] audit_printk_skb: 9 callbacks suppressed [ 421.169542] audit: type=2404 audit(1503705785.396:413): pid=1603 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1603 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 421.179711] audit: type=2404 audit(1503705785.407:414): pid=1603 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1603 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 421.189628] audit: type=2404 audit(1503705785.417:415): pid=1603 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1603 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 421.199057] audit: type=2407 audit(1503705785.426:416): pid=1602 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1603 suid=74 rport=59346 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 421.210659] audit: type=2407 audit(1503705785.438:417): pid=1602 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1603 suid=74 rport=59346 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 421.263783] audit: type=1100 audit(1503705785.491:418): pid=1602 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 421.269016] audit: type=2404 audit(1503705785.496:419): pid=1602 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1603 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 421.278637] audit: type=2404 audit(1503705785.506:420): pid=1602 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1603 suid=74 rport=59346 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 421.287982] audit: type=1109 audit(1503705785.515:421): pid=1602 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 421.296029] audit: type=2404 audit(1503705785.523:422): pid=1602 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1602 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 436.351023] audit_printk_skb: 9 callbacks suppressed [ 436.351890] audit: type=2404 audit(1503705800.578:426): pid=1616 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1616 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 436.362783] audit: type=2404 audit(1503705800.590:427): pid=1616 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:eb:17:32:54:4f:4c:ea:7b:7c:15:36:12:5c:e4:90:c4:5a:07:29:03:09:50:b4:bd:a6:e3:30:0c:64:09:4f:34 direction=? spid=1616 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 436.372703] audit: type=2404 audit(1503705800.600:428): pid=1616 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1616 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 436.383200] audit: type=2407 audit(1503705800.610:429): pid=1615 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1616 suid=74 rport=59356 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 436.394750] audit: type=2407 audit(1503705800.622:430): pid=1615 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1616 suid=74 rport=59356 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 436.449270] audit: type=1100 audit(1503705800.676:431): pid=1615 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 436.455248] audit: type=2404 audit(1503705800.682:432): pid=1615 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:7b:c6:28:b3:57:57:ce:b2:07:f0:9a:4c:96:1e:ee:b0:2a:5e:e8:e5:b0:df:42:02:d5:f8:63:d8:bf:0c:74:1f direction=? spid=1616 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 436.464707] audit: type=2404 audit(1503705800.692:433): pid=1615 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1616 suid=74 rport=59356 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 436.474036] audit: type=1109 audit(1503705800.701:434): pid=1615 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:bad_ident grantors=? acct="?" exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=failed' [ 436.482128] audit: type=2404 audit(1503705800.709:435): pid=1615 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:8d:18:b4:55:a9:c0:58:44:79:98:f1:58:90:a2:a7:77:88:18:18:bf:7d:5c:7d:63:57:0d:b0:40:a2:5e:29:f7 direction=? spid=1615 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' 00:03:23(UTC) ==========stdout 0 files removed cachedir: /var/cache/dnf DNF version: 1.1.10 error: Downloading successful, but checksum doesn't match. Calculated: c0b7fd4e5a0447420865a948733564141f80828f1563ad93324ede4c84e490bc554baa6a087bdd9abb5caa1dbd144d3b2de27a4bea20bfae267de39ce5a2b9ff(sha512) c0b7fd4e5a0447420865a948733564141f80828f1563ad93324ede4c84e490bc554baa6a087bdd9abb5caa1dbd144d3b2de27a4bea20bfae267de39ce5a2b9ff(sha512) c0b7fd4e5a0447420865a948733564141f80828f1563ad93324ede4c84e490bc554baa6a087bdd9abb5caa1dbd144d3b2de27a4bea20bfae267de39ce5a2b9ff(sha512) Expected: d4c24fff0dc84039ee73c48fade2037af9c4a334fdf169b25bda2206db4d2a4e67e61cec6741fad78343d6c43837f4dd888f33039d3f7566bb54528e13a67799(sha512) 5a2f834c375111037ae2ab4e1e634721c8e359f164697b42329c74a51aff576275e622cbc8eb5801a9869f97e1556c87293feb0894b7c93778782a4d9cff8322(sha512) 1089378ca792438d97579a270ed9f40370c523b9185050438e74777096960315f3139c401dc899309486e4d3f17b4b1da9e0433ade68cfa795f1f0c3d1393299(sha512) (http://fedora.uib.no/fedora/linux/updates/25/x86_64/repodata/repomd.xml). error: Downloading successful, but checksum doesn't match. Calculated: 20dfd02e7220189935995d6b7943265446405ef4174c7989f43cfa3851d5bcb8c6acf7ff16920ac2801ce206729e4dc7700c7f1b3d22b957119a62d9632c0866(sha512) 20dfd02e7220189935995d6b7943265446405ef4174c7989f43cfa3851d5bcb8c6acf7ff16920ac2801ce206729e4dc7700c7f1b3d22b957119a62d9632c0866(sha512) 20dfd02e7220189935995d6b7943265446405ef4174c7989f43cfa3851d5bcb8c6acf7ff16920ac2801ce206729e4dc7700c7f1b3d22b957119a62d9632c0866(sha512) Expected: d4c24fff0dc84039ee73c48fade2037af9c4a334fdf169b25bda2206db4d2a4e67e61cec6741fad78343d6c43837f4dd888f33039d3f7566bb54528e13a67799(sha512) 5a2f834c375111037ae2ab4e1e634721c8e359f164697b42329c74a51aff576275e622cbc8eb5801a9869f97e1556c87293feb0894b7c93778782a4d9cff8322(sha512) 1089378ca792438d97579a270ed9f40370c523b9185050438e74777096960315f3139c401dc899309486e4d3f17b4b1da9e0433ade68cfa795f1f0c3d1393299(sha512) (http://ftp.uninett.no/linux/fedora/updates/25/x86_64/repodata/repomd.xml). error: Downloading successful, but checksum doesn't match. Calculated: 48e4d3ead126289fc61f9c63306871a46bd80c99f71a0a90832956467e381e621627aaa0d08d51a94e61fd7027f2adaecc954052bf67001ba1faee38dbf09363(sha512) 48e4d3ead126289fc61f9c63306871a46bd80c99f71a0a90832956467e381e621627aaa0d08d51a94e61fd7027f2adaecc954052bf67001ba1faee38dbf09363(sha512) 48e4d3ead126289fc61f9c63306871a46bd80c99f71a0a90832956467e381e621627aaa0d08d51a94e61fd7027f2adaecc954052bf67001ba1faee38dbf09363(sha512) Expected: d4c24fff0dc84039ee73c48fade2037af9c4a334fdf169b25bda2206db4d2a4e67e61cec6741fad78343d6c43837f4dd888f33039d3f7566bb54528e13a67799(sha512) 5a2f834c375111037ae2ab4e1e634721c8e359f164697b42329c74a51aff576275e622cbc8eb5801a9869f97e1556c87293feb0894b7c93778782a4d9cff8322(sha512) 1089378ca792438d97579a270ed9f40370c523b9185050438e74777096960315f3139c401dc899309486e4d3f17b4b1da9e0433ade68cfa795f1f0c3d1393299(sha512) (http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/25/x86_64/repodata/repomd.xml). error: Status code: 404 for http://fedora.uib.no/fedora/linux/updates/25/x86_64/repodata/9a04699aa8e45cf005bc57d248afc7a950f83af8564faf4293d085a9c2c4e460-filelists.xml.gz (http://fedora.uib.no/fedora/linux/updates/25/x86_64/repodata/9a04699aa8e45cf005bc57d248afc7a950f83af8564faf4293d085a9c2c4e460-filelists.xml.gz). error: Status code: 404 for http://fedora.uib.no/fedora/linux/updates/25/x86_64/repodata/9fa4479074c347959f2f341e234f2253de0d4a191e0a7f2666135f8afb8951c4-prestodelta.xml.xz (http://fedora.uib.no/fedora/linux/updates/25/x86_64/repodata/9fa4479074c347959f2f341e234f2253de0d4a191e0a7f2666135f8afb8951c4-prestodelta.xml.xz). error: Status code: 404 for http://fedora.uib.no/fedora/linux/updates/25/x86_64/repodata/fa302588faee881493c2c1a91696d4105f48550b544510d444fbecb7f08cab7a-comps-f25.xml.xz (http://fedora.uib.no/fedora/linux/updates/25/x86_64/repodata/fa302588faee881493c2c1a91696d4105f48550b544510d444fbecb7f08cab7a-comps-f25.xml.xz). error: Status code: 404 for http://ftp.uninett.no/linux/fedora/updates/25/x86_64/repodata/9a04699aa8e45cf005bc57d248afc7a950f83af8564faf4293d085a9c2c4e460-filelists.xml.gz (http://ftp.uninett.no/linux/fedora/updates/25/x86_64/repodata/9a04699aa8e45cf005bc57d248afc7a950f83af8564faf4293d085a9c2c4e460-filelists.xml.gz). error: Status code: 404 for http://ftp.uninett.no/linux/fedora/updates/25/x86_64/repodata/fa302588faee881493c2c1a91696d4105f48550b544510d444fbecb7f08cab7a-comps-f25.xml.xz (http://ftp.uninett.no/linux/fedora/updates/25/x86_64/repodata/fa302588faee881493c2c1a91696d4105f48550b544510d444fbecb7f08cab7a-comps-f25.xml.xz). error: Status code: 404 for http://ftp.uninett.no/linux/fedora/updates/25/x86_64/repodata/9fa4479074c347959f2f341e234f2253de0d4a191e0a7f2666135f8afb8951c4-prestodelta.xml.xz (http://ftp.uninett.no/linux/fedora/updates/25/x86_64/repodata/9fa4479074c347959f2f341e234f2253de0d4a191e0a7f2666135f8afb8951c4-prestodelta.xml.xz). error: Status code: 404 for http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/25/x86_64/repodata/fa302588faee881493c2c1a91696d4105f48550b544510d444fbecb7f08cab7a-comps-f25.xml.xz (http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/25/x86_64/repodata/fa302588faee881493c2c1a91696d4105f48550b544510d444fbecb7f08cab7a-comps-f25.xml.xz). error: Status code: 404 for http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/25/x86_64/repodata/9a04699aa8e45cf005bc57d248afc7a950f83af8564faf4293d085a9c2c4e460-filelists.xml.gz (http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/25/x86_64/repodata/9a04699aa8e45cf005bc57d248afc7a950f83af8564faf4293d085a9c2c4e460-filelists.xml.gz). error: Status code: 404 for http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/25/x86_64/repodata/9fa4479074c347959f2f341e234f2253de0d4a191e0a7f2666135f8afb8951c4-prestodelta.xml.xz (http://www.nic.funet.fi/pub/mirrors/fedora.redhat.com/pub/fedora/linux/updates/25/x86_64/repodata/9fa4479074c347959f2f341e234f2253de0d4a191e0a7f2666135f8afb8951c4-prestodelta.xml.xz). error: Status code: 404 for http://fedora.uib.no/fedora/linux/updates/25/x86_64/repodata/5874c6394b711a4501521daa872a6f043b16559401f6053b749dac1b4a97cf3f-primary.xml.gz (http://fedora.uib.no/fedora/linux/updates/25/x86_64/repodata/5874c6394b711a4501521daa872a6f043b16559401f6053b749dac1b4a97cf3f-primary.xml.gz). error: Status code: 404 for http://ftp.uninett.no/linux/fedora/updates/25/x86_64/repodata/5874c6394b711a4501521daa872a6f043b16559401f6053b749dac1b4a97cf3f-primary.xml.gz (http://ftp.uninett.no/linux/fedora/updates/25/x86_64/repodata/5874c6394b711a4501521daa872a6f043b16559401f6053b749dac1b4a97cf3f-primary.xml.gz). not found updateinfo for: Fedora 25 - x86_64 not found deltainfo for: Regression TestLab nornet-f25-x86_64 not found updateinfo for: Regression TestLab nornet-f25-x86_64 updates: using metadata from Thu Aug 24 22:25:45 2017. fedora: using metadata from Tue Nov 15 19:49:18 2016. nornet-f25-x86_64: using metadata from Fri Aug 25 23:54:50 2017. Last metadata expiration check: 0:00:01 ago on Sat Aug 26 00:03:02 2017. --> Starting dependency resolution --> Finished dependency resolution Dependencies resolved. Nothing to do. Complete! cachedir: /var/cache/dnf DNF version: 1.1.10 repo: using cache for: fedora not found updateinfo for: Fedora 25 - x86_64 repo: using cache for: nornet-f25-x86_64 not found deltainfo for: Regression TestLab nornet-f25-x86_64 not found updateinfo for: Regression TestLab nornet-f25-x86_64 repo: using cache for: updates fedora: using metadata from Tue Nov 15 19:49:18 2016. nornet-f25-x86_64: using metadata from Fri Aug 25 23:54:50 2017. updates: using metadata from Thu Aug 24 22:25:45 2017. Last metadata expiration check: 0:00:07 ago on Sat Aug 26 00:03:02 2017. --> Starting dependency resolution --> Finished dependency resolution Dependencies resolved. Nothing to do. Complete! cachedir: /var/cache/dnf DNF version: 1.1.10 repo: using cache for: updates repo: using cache for: fedora not found updateinfo for: Fedora 25 - x86_64 repo: using cache for: nornet-f25-x86_64 not found deltainfo for: Regression TestLab nornet-f25-x86_64 not found updateinfo for: Regression TestLab nornet-f25-x86_64 updates: using metadata from Thu Aug 24 22:25:45 2017. fedora: using metadata from Tue Nov 15 19:49:18 2016. nornet-f25-x86_64: using metadata from Fri Aug 25 23:54:50 2017. Last metadata expiration check: 0:00:09 ago on Sat Aug 26 00:03:02 2017. --> Starting dependency resolution --> Finished dependency resolution Dependencies resolved. Nothing to do. Complete! cachedir: /var/cache/dnf DNF version: 1.1.10 repo: using cache for: nornet-f25-x86_64 not found deltainfo for: Regression TestLab nornet-f25-x86_64 not found updateinfo for: Regression TestLab nornet-f25-x86_64 repo: using cache for: fedora not found updateinfo for: Fedora 25 - x86_64 repo: using cache for: updates nornet-f25-x86_64: using metadata from Fri Aug 25 23:54:50 2017. fedora: using metadata from Tue Nov 15 19:49:18 2016. updates: using metadata from Thu Aug 24 22:25:45 2017. Last metadata expiration check: 0:00:10 ago on Sat Aug 26 00:03:02 2017. No package nodemanager-vs available. cachedir: /var/cache/dnf DNF version: 1.1.10 repo: using cache for: updates repo: using cache for: nornet-f25-x86_64 not found deltainfo for: Regression TestLab nornet-f25-x86_64 not found updateinfo for: Regression TestLab nornet-f25-x86_64 repo: using cache for: fedora not found updateinfo for: Fedora 25 - x86_64 updates: using metadata from Thu Aug 24 22:25:45 2017. nornet-f25-x86_64: using metadata from Fri Aug 25 23:54:50 2017. fedora: using metadata from Tue Nov 15 19:49:18 2016. Last metadata expiration check: 0:00:12 ago on Sat Aug 26 00:03:02 2017. Adding packages from group 'planetlab': {'vim-enhanced', 'open-vm-tools', 'openssh-server', 'ntp', 'wget', 'filesystem', 'planetlab-umts-tools-backend', 'man-db', 'file', 'tcpdump', 'btrfs-progs', 'hdparm', 'policycoreutils', 'mailcap', 'git', 'nfs-utils', 'crontabs', 'bash', 'xorg-x11-xauth', 'nodemanager-lxc', 'yum-utils', 'NodeUpdate', 'lxc-userspace', 'net-tools', 'curl', 'parted', 'pl_sshd', 'bzip2', 'ethtool', 'setserial', 'systemd', 'virt-what', 'telnet', 'subnetcalc', 'nuttcp', 'tmpwatch', 'cpio', 'lvm2', 'fprobe-ulog', 'openvpn', 'whois', 'rsplib', 'psacct', 'less', 'bc', 'dnsmasq', 'time', 'basesystem', 'openssh-clients', 'nmap', 'util-linux', 'kernel', 'comgt', 'kernel-modules-extra', 'nano', 'python3', 'nornet-nn', 'colordiff', 'smartmontools', 'initscripts', 'iputils', 'wireshark', 'sudo', 'e2fsprogs', 'rpm', 'sliceimage-nornet-f25-x86_64', 'vsys-scripts', 'vconfig', 'libnl3', 'emacs-nox', 'setup', 'tftp', 'libidn', 'expect', 'quota', 'nmap-ncat', 'pciutils', 'rootfiles', 'gzip', 'bind-utils', 'tar', 'mlocate', 'diffutils', 'glibc', 'ppp', 'systemd-container', 'iproute', 'cronie', 'kernel-modules', 'shadow-utils', 'sliceimage-system-nornet-f25-x86_64', 'netperfmeter', 'kbd', 'codemux', 'nornet-ca', 'readline', 'net-snmp-utils', 'lksctp-tools', 'lxc-sliceimage', 'joe', 'vsys', 'rsh', 'rsyslog', 'cronie-anacron', 'wireless-tools', 'dhcp-client', 'iptables', 'logrotate', 'bridge-utils', 'rsync', 'tsctp', 'at', 'htop', 'dracut', 'yum', 'coreutils', 'procps-ng', 'traceroute', 'info', 'ipod', 'perl', 'ed', 'authconfig', 'lsof', 'passwd', 'sendmail', 'psmisc', 'python', 'libvirt', 'transforward', 'linux-firmware', 'bash-completion'} --> Starting dependency resolution --> Finished dependency resolution Dependencies resolved. ================================================================================ Group Packages ================================================================================ Marking packages as installed by the group: @PlanetLab vim-enhanced open-vm-tools openssh-server ntp wget filesystem planetlab-umts-tools-backend man-db file tcpdump btrfs-progs hdparm policycoreutils mailcap git nfs-utils crontabs bash xorg-x11-xauth nodemanager-lxc yum-utils NodeUpdate lxc-userspace net-tools curl parted pl_sshd bzip2 ethtool setserial systemd virt-what telnet subnetcalc nuttcp tmpwatch cpio lvm2 fprobe-ulog openvpn whois rsplib psacct less bc dnsmasq time basesystem openssh-clients nmap util-linux kernel comgt kernel-modules-extra nano python3 nornet-nn colordiff smartmontools initscripts iputils wireshark sudo e2fsprogs rpm sliceimage-nornet-f25-x86_64 vsys-scripts vconfig libnl3 emacs-nox setup tftp libidn expect quota nmap-ncat pciutils rootfiles gzip bind-utils tar mlocate diffutils glibc ppp systemd-container iproute cronie kernel-modules shadow-utils sliceimage-system-nornet-f25-x86_64 netperfmeter kbd codemux nornet-ca readline net-snmp-utils lksctp-tools lxc-sliceimage joe vsys rsh rsyslog cronie-anacron wireless-tools dhcp-client iptables logrotate bridge-utils rsync tsctp at htop dracut yum coreutils procps-ng traceroute info ipod perl ed authconfig lsof passwd sendmail psmisc python libvirt transforward linux-firmware bash-completion Complete! group persistor: saving. cachedir: /var/cache/dnf DNF version: 1.1.10 repo: using cache for: nornet-f25-x86_64 not found deltainfo for: Regression TestLab nornet-f25-x86_64 not found updateinfo for: Regression TestLab nornet-f25-x86_64 repo: using cache for: updates repo: using cache for: fedora not found updateinfo for: Fedora 25 - x86_64 nornet-f25-x86_64: using metadata from Fri Aug 25 23:54:50 2017. updates: using metadata from Thu Aug 24 22:25:45 2017. fedora: using metadata from Tue Nov 15 19:49:18 2016. Last metadata expiration check: 0:00:16 ago on Sat Aug 26 00:03:02 2017. group persistor md version: 0.6.0 --> Starting dependency resolution --> Finished dependency resolution Dependencies resolved. Nothing to do. Complete! group persistor: saving. cachedir: /var/cache/dnf DNF version: 1.1.10 repo: using cache for: fedora not found updateinfo for: Fedora 25 - x86_64 repo: using cache for: nornet-f25-x86_64 not found deltainfo for: Regression TestLab nornet-f25-x86_64 not found updateinfo for: Regression TestLab nornet-f25-x86_64 repo: using cache for: updates fedora: using metadata from Tue Nov 15 19:49:18 2016. nornet-f25-x86_64: using metadata from Fri Aug 25 23:54:50 2017. updates: using metadata from Thu Aug 24 22:25:45 2017. Last metadata expiration check: 0:00:20 ago on Sat Aug 26 00:03:02 2017. --> Starting dependency resolution --> Finished dependency resolution Dependencies resolved. Nothing to do. Complete! ***** 2017-08-26 00:01:52 Turning on messages ***** 2017-08-26 00:01:52 Checking existence of proxy config file... ***** 2017-08-26 00:01:52 Not using any proxy. ***** 2017-08-26 00:01:52 Rebuilding RPM Database. ***** 2017-08-26 00:01:54 Looking for RPMs to be deleted. ***** 2017-08-26 00:01:54 No RPMs listed in file to delete. ***** 2017-08-26 00:01:54 Removing any existing GPG signing keys from the RPM database ***** 2017-08-26 00:01:54 Installing all GPG signing keys in /etc/pki/rpm-gpg ***** 2017-08-26 00:01:58 Removing any existing reboot flags ***** 2017-08-26 00:01:58 Ignoring any reboot flags set by RPMs ***** 2017-08-26 00:01:58 Checking if /usr/bin/dnf supports --verbose ***** 2017-08-26 00:01:59 It does, using --verbose option ***** 2017-08-26 00:01:59 Checking if /usr/bin/dnf supports SSL certificate checks ***** 2017-08-26 00:01:59 Unsupported, not using --sslcertdir option ***** 2017-08-26 00:01:59 Invoking /usr/bin/dnf clean all ***** 2017-08-26 00:01:59 List of crucial packages: ['NodeUpdate', 'nodemanager-lib', 'nodemanager-lxc', 'nodemanager-vs'] ***** 2017-08-26 00:01:59 Invoking /usr/bin/dnf --verbose -y update NodeUpdate ***** 2017-08-26 00:03:09 Invoking /usr/bin/dnf --verbose -y update nodemanager-lib ***** 2017-08-26 00:03:10 Invoking /usr/bin/dnf --verbose -y update nodemanager-lxc ***** 2017-08-26 00:03:12 Invoking /usr/bin/dnf --verbose -y install nodemanager-vs ***** 2017-08-26 00:03:13 Updating PlanetLab group ***** 2017-08-26 00:03:13 Invoking /usr/bin/dnf --verbose -y group install PlanetLab ***** 2017-08-26 00:03:18 Invoking /usr/bin/dnf --verbose -y group upgrade PlanetLab ***** 2017-08-26 00:03:22 Updating rest of system ***** 2017-08-26 00:03:22 Invoking /usr/bin/dnf --verbose -y update ***** 2017-08-26 00:03:23 Checking for extra groups (extensions) to update ***** 2017-08-26 00:03:23 No extra groups found in file. ***** 2017-08-26 00:03:23 Update complete. 00:03:24(UTC) ==========stderr Error: Unable to find a match. 00:03:24(UTC) Step: Updating node configuration. 00:03:24(UTC) Updating vserver's /etc/hosts and /etc/resolv.conf files 00:03:24(UTC) Updating network configuration in: 00:03:24(UTC) /tmp/mnt/sysimg//vservers/.vstub 00:03:24(UTC) /tmp/mnt/sysimg//vservers/.lvref 00:03:24(UTC) /tmp/mnt/sysimg//vservers/.vref 00:03:24(UTC) /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64 00:03:24(UTC) Forcing update on vserver reference directory: /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64 00:03:24(UTC) sysexec (shell mode) >>> echo 'AUTO_UPDATE_NET_FILES' > /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64/etc/AUTO_UPDATE_NET_FILESsysexec (shell mode) >>> echo 'AUTO_UPDATE_NET_FILES' > /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64/etc/AUTO_UPDATE_NET_FILES 00:03:24(UTC) Updating network files in /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64. 00:03:24(UTC) sysexec >>> chattr -i /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64/etc/hosts sysexec >>> chattr -i /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64/etc/hosts 00:03:24(UTC) sysexec >>> chattr -i /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64/etc/resolv.conf sysexec >>> chattr -i /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64/etc/resolv.conf 00:03:24(UTC) ==========stderr chattr: No such file or directory while trying to stat /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64/etc/resolv.conf 00:03:24(UTC) sysexec >>> cp /tmp/mnt/sysimg/etc/resolv.conf /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64/etc sysexec >>> cp /tmp/mnt/sysimg/etc/resolv.conf /tmp/mnt/sysimg//vservers/.vref/nornet-f25-x86_64/etc 00:03:24(UTC) Updating ssh public host key with PLC. 00:03:24(UTC) Copying kernel and initrd for booting. 00:03:24(UTC) locating kernel: found 1 matches in /boot/vmlinuz-4.4.84-888.fc25.x86_64* sysexec >>> cp /tmp/mnt/sysimg/boot/vmlinuz-4.4.84-888.fc25.x86_64 /tmp/kernel 00:03:24(UTC) locating initrd: found 1 matches in /boot/initramfs-4.4.84-888.fc25.x86_64.img sysexec >>> cp /tmp/mnt/sysimg/boot/initramfs-4.4.84-888.fc25.x86_64.img /tmp/initrd 00:03:24(UTC) Unmounting disks. 00:03:24(UTC) sysexec >>> umount /tmp/mnt/sysimg/vservers sysexec >>> umount /tmp/mnt/sysimg/vservers 00:03:25(UTC) sysexec >>> umount /tmp/mnt/sysimg/proc sysexec >>> umount /tmp/mnt/sysimg/proc 00:03:25(UTC) sysexec >>> umount /tmp/mnt/sysimg/dev sysexec >>> umount /tmp/mnt/sysimg/dev 00:03:25(UTC) ==========stderr umount: /tmp/mnt/sysimg/dev: not mounted 00:03:25(UTC) sysexec >>> umount /tmp/mnt/sysimg/sys sysexec >>> umount /tmp/mnt/sysimg/sys 00:03:25(UTC) ==========stderr umount: /tmp/mnt/sysimg/sys: not mounted 00:03:25(UTC) sysexec >>> umount /tmp/mnt/sysimg sysexec >>> umount /tmp/mnt/sysimg 00:03:26(UTC) sysexec >>> vgchange -an sysexec >>> vgchange -an 00:03:26(UTC) ==========stdout 0 logical volume(s) in volume group "planetlab" now active 00:03:26(UTC) ==========stderr File descriptor 3 (/tmp/bm.log) leaked on vgchange invocation. Parent PID 702: /usr/bin/python File descriptor 4 (socket:[40297]) leaked on vgchange invocation. Parent PID 702: /usr/bin/python 00:03:26(UTC) Step: Stopping RunlevelAgent.py 00:03:26(UTC) Unloading modules and chain booting to new kernel. 00:03:26(UTC) Uploading logs to /boot/upload-bmlog.php 00:03:27(UTC) sysexec >>> bash --login -c "upload_logs /root/.bash_eternal_history" sysexec >>> bash --login -c "upload_logs /root/.bash_eternal_history" 00:03:27(UTC) ==========stderr bash: upload_logs: command not found 00:03:27(UTC) sysexec >>> touch /tmp/CANCEL_BOOT sysexec >>> touch /tmp/CANCEL_BOOT 00:03:27(UTC) sysexec >>> ifconfig eth0 down sysexec >>> ifconfig eth0 down 00:03:27(UTC) sysexec >>> umount -a -r -t ext2,ext3,btrfs sysexec >>> umount -a -r -t ext2,ext3,btrfs 00:03:27(UTC) sysexec >>> modprobe -r lvm-mod sysexec >>> modprobe -r lvm-mod 00:03:27(UTC) ==========stderr modprobe: FATAL: Module lvm-mod not found. 00:03:27(UTC) Couldn't read /tmp/loadedmodules, continuing. 00:03:27(UTC) Parsed in "hcheck_reboot0 systemd.log_level=debug console=ttyS0,115200n8 biosdevname=0 net.ifnames=0 selinux=0" kexec args from /kargs.txt 00:03:27(UTC) sysexec >>> hwclock --systohc --utc sysexec >>> hwclock --systohc --utc [ 444.272000] audit_printk_skb: 9 callbacks suppressed [ 444.272872] audit: type=1111 audit(1503705808.499:439): pid=1683 uid=0 auid=4294967295 ses=4294967295 msg='op=change-system-time exe="/usr/sbin/hwclock" hostname=? addr=? terminal=? res=success' 00:03:28(UTC) sysexec >>> kexec --force --initrd=/tmp/initrd --append="root=/dev/mapper/planetlab-root ramdisk_size=8192 hcheck_reboot0 systemd.log_level=debug console=ttyS0,115200n8 biosdevname=0 net.ifnames=0 selinux=0" /tmp/kernel sysexec >>> kexec --force --initrd=/tmp/initrd --append="root=/dev/mapper/planetlab-root ramdisk_size=8192 hcheck_reboot0 systemd.log_level=debug console=ttyS0,115200n8 biosdevname=0 net.ifnames=0 selinux=0" /tmp/kernel [ 444.762802] Unregister pv shared memory for cpu 0 [ 444.794642] sd 0:0:0:0: [sda] Synchronizing SCSI cache [ 444.796613] kexec_core: Starting new kernel [ 0.000000] Initializing cgroup subsys cpuset [ 0.000000] Initializing cgroup subsys cpu [ 0.000000] Initializing cgroup subsys cpuacct [ 0.000000] Linux version 4.4.84-888.fc25.x86_64 (root@2017-08-26--nightly--nornet-f25-linux64) (gcc version 6.4.1 20170727 (Red Hat 6.4.1-1) (GCC) ) #1 SMP Sat Aug 26 00:55:44 CEST 2017 [ 0.000000] Command line: root=/dev/mapper/planetlab-root ramdisk_size=8192 hcheck_reboot0 systemd.log_level=debug console=ttyS0,115200n8 biosdevname=0 net.ifnames=0 selinux=0 [ 0.000000] x86/fpu: Legacy x87 FPU detected. [ 0.000000] x86/fpu: Using 'lazy' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000100-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007ffdffff] usable [ 0.000000] BIOS-e820: [mem 0x000000007ffe0000-0x000000007fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.8 present. [ 0.000000] Hypervisor detected: KVM [ 0.000000] e820: last_pfn = 0x7ffe0 max_arch_pfn = 0x400000000 [ 0.000000] x86/PAT: PAT not supported by CPU. [ 0.000000] x86/PAT: Configuration [0-7]: WB WT UC- UC WB WT UC- UC [ 0.000000] x2apic: enabled by BIOS, switching to x2apic ops [ 0.000000] found SMP MP-table at [mem 0x000f6c20-0x000f6c2f] mapped at [ffff8800000f6c20] [ 0.000000] RAMDISK: [mem 0x7c70a000-0x7dffffff] [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F6A50 000014 (v00 BOCHS ) [ 0.000000] ACPI: RSDT 0x000000007FFE154E 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACP 0x000000007FFE142A 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) [ 0.000000] ACPI: DSDT 0x000000007FFE0040 0013EA (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) [ 0.000000] ACPI: FACS 0x000000007FFE0000 000040 [ 0.000000] ACPI: APIC 0x000000007FFE149E 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) [ 0.000000] ACPI: HPET 0x000000007FFE1516 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) [ 0.000000] Setting APIC routing to cluster x2apic. [ 0.000000] No NUMA configuration found [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007ffdffff] [ 0.000000] NODE_DATA(0) allocated [mem 0x7ffce000-0x7ffdffff] [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 [ 0.000000] kvm-clock: cpu 0, msr 0:7ffcd001, primary cpu clock [ 0.000000] kvm-clock: using sched offset of 501235828687 cycles [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007ffdffff] [ 0.000000] Normal empty [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000007ffdffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007ffdffff] [ 0.000000] ACPI: PM-Timer IO Port: 0x608 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) [ 0.000000] Using ACPI (MADT) for SMP configuration information [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] [ 0.000000] e820: [mem 0x80000000-0xfeffbfff] available for PCI devices [ 0.000000] Booting paravirtualized kernel on KVM [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:1 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88007fc00000 s98776 r8192 d32296 u2097152 [ 0.000000] KVM setup async PF for cpu 0 [ 0.000000] kvm-stealtime: cpu 0, msr 7fc0d900 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515945 [ 0.000000] Policy zone: DMA32 [ 0.000000] Kernel command line: root=/dev/mapper/planetlab-root ramdisk_size=8192 hcheck_reboot0 systemd.log_level=debug console=ttyS0,115200n8 biosdevname=0 net.ifnames=0 selinux=0 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Memory: 2021096K/2096632K available (7960K kernel code, 1290K rwdata, 3472K rodata, 1524K init, 1492K bss, 75536K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=1. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 [ 0.000000] NR_IRQS:4352 nr_irqs:256 16 [ 0.000000] Offload RCU callbacks from all CPUs [ 0.000000] Offload RCU callbacks from CPUs: 0. [ 0.000000] Console: colour dummy device 80x25 [ 0.000000] console [ttyS0] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns [ 0.000000] tsc: Detected 2133.408 MHz processor [ 0.120008] Calibrating delay loop (skipped) preset value.. 4266.81 BogoMIPS (lpj=2133408) [ 0.121496] pid_max: default: 32768 minimum: 301 [ 0.122275] ACPI: Core revision 20150930 [ 0.124332] ACPI: 1 ACPI AML tables successfully acquired and loaded [ 0.125471] Security Framework initialized [ 0.126130] Yama: becoming mindful. [ 0.126740] SELinux: Disabled at boot. [ 0.127621] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.129320] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.130834] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.131954] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes) [ 0.133382] Initializing cgroup subsys io [ 0.134039] Initializing cgroup subsys memory [ 0.134785] Initializing cgroup subsys devices [ 0.135605] Initializing cgroup subsys freezer [ 0.136356] Initializing cgroup subsys net_cls [ 0.137063] Initializing cgroup subsys perf_event [ 0.137863] Initializing cgroup subsys net_prio [ 0.138627] Initializing cgroup subsys hugetlb [ 0.139377] Initializing cgroup subsys pids [ 0.140129] CPU: Physical Processor ID: 0 [ 0.140959] mce: CPU supports 10 MCE banks [ 0.141701] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.142594] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 [ 0.159228] Freeing SMP alternatives memory: 28K [ 0.164386] ftrace: allocating 29759 entries in 117 pages [ 0.207377] Switched APIC routing to physical x2apic. [ 0.209284] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.312279] smpboot: CPU0: Intel QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3) [ 0.314054] Performance Events: Broken PMU hardware detected, using software events only. [ 0.315569] Failed to access perfctr msr (MSR c2 is 0) [ 0.317108] x86: Booted up 1 node, 1 CPUs [ 0.317786] smpboot: Total of 1 processors activated (4266.81 BogoMIPS) [ 0.319206] devtmpfs: initialized [ 0.322864] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns [ 0.324478] futex hash table entries: 256 (order: 2, 16384 bytes) [ 0.325636] atomic64_test: passed for x86-64 platform with CX8 and with SSE [ 0.326777] pinctrl core: initialized pinctrl subsystem [ 0.327727] RTC time: 0:03:30, date: 08/26/17 [ 0.328587] NET: Registered protocol family 16 [ 0.329589] cpuidle: using governor menu [ 0.330369] ACPI: bus type PCI registered [ 0.331016] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.332190] PCI: Using configuration type 1 for base access [ 0.334764] ACPI: Added _OSI(Module Device) [ 0.335472] ACPI: Added _OSI(Processor Device) [ 0.336188] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.336940] ACPI: Added _OSI(Processor Aggregator Device) [ 0.338908] ACPI: Interpreter enabled [ 0.339552] ACPI: (supports S0 S3 S4 S5) [ 0.340188] ACPI: Using IOAPIC for interrupt routing [ 0.340995] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.345606] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) [ 0.346618] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 0.347723] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM [ 0.348794] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. [ 0.350990] acpiphp: Slot [3] registered [ 0.351672] acpiphp: Slot [4] registered [ 0.352347] acpiphp: Slot [5] registered [ 0.353001] acpiphp: Slot [6] registered [ 0.353677] acpiphp: Slot [7] registered [ 0.354356] acpiphp: Slot [8] registered [ 0.355005] acpiphp: Slot [9] registered [ 0.355681] acpiphp: Slot [10] registered [ 0.356373] acpiphp: Slot [11] registered [ 0.357036] acpiphp: Slot [12] registered [ 0.357727] acpiphp: Slot [13] registered [ 0.358420] acpiphp: Slot [14] registered [ 0.359084] acpiphp: Slot [15] registered [ 0.359788] acpiphp: Slot [16] registered [ 0.360481] acpiphp: Slot [17] registered [ 0.361156] acpiphp: Slot [18] registered [ 0.361839] acpiphp: Slot [19] registered [ 0.362529] acpiphp: Slot [20] registered [ 0.363210] acpiphp: Slot [21] registered [ 0.363889] acpiphp: Slot [22] registered [ 0.364585] acpiphp: Slot [23] registered [ 0.365278] acpiphp: Slot [24] registered [ 0.365942] acpiphp: Slot [25] registered [ 0.366631] acpiphp: Slot [26] registered [ 0.367323] acpiphp: Slot [27] registered [ 0.367988] acpiphp: Slot [28] registered [ 0.368676] acpiphp: Slot [29] registered [ 0.369376] acpiphp: Slot [30] registered [ 0.370043] acpiphp: Slot [31] registered [ 0.370723] PCI host bridge to bus 0000:00 [ 0.371399] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.372482] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.373561] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.374756] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff window] [ 0.375942] pci_bus 0000:00: root bus resource [bus 00-ff] [ 0.382470] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.383628] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.384667] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.385802] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] [ 0.387515] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI [ 0.389021] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB [ 0.412337] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 10 11) *0, disabled. [ 0.413861] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 10 11) *0, disabled. [ 0.415207] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) [ 0.416321] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 11) *0, disabled. [ 0.417595] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) [ 0.418661] ACPI: Enabled 2 GPEs in block 00 to 0F [ 0.419669] vgaarb: setting as boot device: PCI:0000:00:02.0 [ 0.420585] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.421873] vgaarb: loaded [ 0.422330] vgaarb: bridge control possible 0000:00:02.0 [ 0.423584] SCSI subsystem initialized [ 0.424302] ACPI: bus type USB registered [ 0.424973] usbcore: registered new interface driver usbfs [ 0.425870] usbcore: registered new interface driver hub [ 0.426751] usbcore: registered new device driver usb [ 0.427698] PCI: Using ACPI for IRQ routing [ 0.428643] NetLabel: Initializing [ 0.429215] NetLabel: domain hash size = 128 [ 0.429903] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.430730] NetLabel: unlabeled traffic allowed by default [ 0.431748] HPET: 3 timers in total, 0 timers will be used for per-cpu timer [ 0.432894] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 [ 0.433770] hpet0: 3 comparators, 64-bit 100.000000 MHz counter [ 0.436822] amd_nb: Cannot enumerate AMD northbridges [ 0.437681] clocksource: Switched to clocksource kvm-clock [ 0.445769] pnp: PnP ACPI init [ 0.446950] pnp: PnP ACPI: found 6 devices [ 0.453982] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.455480] NET: Registered protocol family 2 [ 0.456432] default registered [ 0.456951] default registered [ 0.457458] MPTCP: Stable release v0.92 [ 0.458081] TCP established hash table entries: 16384 (order: 5, 131072 bytes) [ 0.459363] TCP bind hash table entries: 16384 (order: 6, 262144 bytes) [ 0.460478] TCP: Hash tables configured (established 16384 bind 16384) [ 0.461577] UDP hash table entries: 1024 (order: 3, 32768 bytes) [ 0.462568] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes) [ 0.463659] NET: Registered protocol family 1 [ 0.464413] pci 0000:00:00.0: Limiting direct PCI/PCI transfers [ 0.465398] pci 0000:00:01.0: Activating ISA DMA hang workarounds [ 0.466509] Unpacking initramfs... [ 0.854461] Freeing initrd memory: 25560K [ 0.855863] audit: initializing netlink subsys (disabled) [ 0.856773] audit: type=2000 audit(1503705810.522:1): initialized [ 0.858048] Initialise system trusted keyring [ 0.858876] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.861731] zbud: loaded [ 0.862408] VFS: Disk quotas dquot_6.6.0 [ 0.863103] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.864670] Key type big_key registered [ 0.869863] NET: Registered protocol family 38 [ 0.870626] Key type asymmetric registered [ 0.871328] Asymmetric key parser 'x509' registered [ 0.872203] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250) [ 0.873443] io scheduler noop registered [ 0.874110] io scheduler deadline registered [ 0.874872] io scheduler cfq registered (default) [ 0.875770] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.876682] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.877865] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0 [ 0.879074] ACPI: Power Button [PWRF] [ 0.879841] GHES: HEST is not enabled! [ 0.880542] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 0.905729] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A [ 0.908462] Non-volatile memory driver v1.3 [ 0.909216] Linux agpgart interface v0.103 [ 0.911055] scsi host0: ata_piix [ 0.911705] scsi host1: ata_piix [ 0.912291] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc040 irq 14 [ 0.913394] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc048 irq 15 [ 0.914818] libphy: Fixed MDIO Bus: probed [ 0.915549] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 0.916618] ehci-pci: EHCI PCI platform driver [ 0.917371] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 0.918378] ohci-pci: OHCI PCI platform driver [ 0.919371] uhci_hcd: USB Universal Host Controller Interface driver [ 0.920470] usbcore: registered new interface driver usbserial [ 0.921431] usbcore: registered new interface driver usbserial_generic [ 0.922498] usbserial: USB Serial support registered for generic [ 0.923512] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 [ 0.925569] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 0.926390] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 0.927339] mousedev: PS/2 mouse device common for all mice [ 0.928598] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1 [ 0.930783] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4 [ 0.932264] rtc_cmos 00:00: RTC can wake from S4 [ 0.933566] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3 [ 0.934963] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 [ 0.936106] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs [ 0.937512] device-mapper: uevent: version 1.0.3 [ 0.938363] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com [ 0.939858] hidraw: raw HID events driver (C) Jiri Kosina [ 0.940810] usbcore: registered new interface driver usbhid [ 0.941725] usbhid: USB HID core driver [ 0.942431] drop_monitor: Initializing network drop monitor service [ 0.943542] ip_tables: (C) 2000-2006 Netfilter Core Team [ 0.944484] Initializing XFRM netlink socket [ 0.945343] NET: Registered protocol family 10 [ 0.946279] mip6: Mobile IPv6 [ 0.946794] fullmesh registered [ 0.947316] NET: Registered protocol family 17 [ 0.948234] microcode: CPU0 sig=0x663, pf=0x1, revision=0x1 [ 0.949186] microcode: Microcode Update Driver: v2.01 , Peter Oruba [ 0.950785] registered taskstats version 1 [ 0.951476] Loading compiled-in X.509 certificates [ 0.953517] Loaded X.509 cert 'Fedora kernel signing key: 17425007713aeb41370feadff78998c1f5009811' [ 0.955012] zswap: loaded using pool lzo/zbud [ 0.955957] Magic number: 13:475:52 [ 0.956699] rtc_cmos 00:00: setting system clock to 2017-08-26 00:03:30 UTC (1503705810) [ 1.066412] ata1.00: ATA-7: QEMU HARDDISK, 2.5+, max UDMA/100 [ 1.067375] ata1.00: 209715200 sectors, multi 16: LBA48 [ 1.068741] ata1.00: configured for MWDMA2 [ 1.069549] scsi 0:0:0:0: Direct-Access ATA QEMU HARDDISK 2.5+ PQ: 0 ANSI: 5 [ 1.071552] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 [ 1.072929] sd 0:0:0:0: [sda] 209715200 512-byte logical blocks: (107 GB/100 GiB) [ 1.074179] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 1.075357] ata2.00: configured for MWDMA2 [ 1.076314] sd 0:0:0:0: [sda] Write Protect is off [ 1.077218] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.079069] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 [ 1.081320] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray [ 1.082432] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 1.084199] sr 1:0:0:0: Attached scsi generic sg1 type 5 [ 1.085337] sd 0:0:0:0: [sda] Attached SCSI disk [ 1.087875] Freeing unused kernel memory: 1524K [ 1.088638] Write protecting the kernel read-only data: 12288k [ 1.089808] Freeing unused kernel memory: 220K [ 1.092416] Freeing unused kernel memory: 624K [ 1.098539] random: systemd: uninitialized urandom read (16 bytes read, 12 bits of entropy available) [ 1.100653] random: systemd: uninitialized urandom read (16 bytes read, 12 bits of entropy available) [ 1.102203] random: systemd: uninitialized urandom read (16 bytes read, 12 bits of entropy available) [ 1.104624] systemd[1]: systemd 231 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN) [ 1.107547] systemd[1]: Detected virtualization qemu. [ 1.108409] systemd[1]: Detected architecture x86-64. [ 1.109292] systemd[1]: Running in initial RAM disk. Welcome to Fedora 25 (Twenty Five) dracut-046-2.git20170811.fc25 (Initramfs)! [ 1.111820] systemd[1]: No hostname configured. [ 1.112603] systemd[1]: Set hostname to . [ 1.113458] random: systemd: uninitialized urandom read (16 bytes read, 12 bits of entropy available) [ 1.114951] systemd[1]: Initializing machine ID from random generator. [ 1.128173] random: systemd-cryptse: uninitialized urandom read (16 bytes read, 12 bits of entropy available) [ 1.164064] random: systemd: uninitialized urandom read (16 bytes read, 12 bits of entropy available) [ 1.165660] random: systemd: uninitialized urandom read (16 bytes read, 12 bits of entropy available) [ 1.167216] random: systemd: uninitialized urandom read (16 bytes read, 12 bits of entropy available) [ 1.168769] random: systemd: uninitialized urandom read (16 bytes read, 12 bits of entropy available) [ 1.170916] random: systemd: uninitialized urandom read (16 bytes read, 12 bits of entropy available) [ 1.178337] systemd[1]: Reached target Swap. [ OK ] Reached target Swap. [ 1.180778] systemd[1]: Created slice System Slice. [ OK ] Created slice System Slice. [ 1.182953] systemd[1]: Reached target Slices. [ OK ] Reached target Slices. [ 1.185017] systemd[1]: Listening on udev Kernel Socket. [ OK ] Listening on udev Kernel Socket. [ 1.187300] systemd[1]: Reached target Timers. [ OK ] Reached target Timers. [ 1.189362] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 1.192230] systemd[1]: Starting dracut cmdline hook... Starting dracut cmdline hook... [ 1.194366] systemd[1]: Reached target Local File Systems. [ OK ] Reached target Local File Systems. [ 1.203316] systemd[1]: Starting Create Volatile Files and Directories... Starting Create Volatile Files and Directories... [ 1.217345] systemd[1]: Starting Apply Kernel Variables... Starting Apply Kernel Variables... [ 1.231126] systemd[1]: Listening on Journal Audit Socket. [ OK ] Listening on Journal Audit Socket. [ 1.241020] systemd[1]: Listening on Journal Socket (/dev/log). [ OK ] Listening on Journal Socket (/dev/log). [ 1.246557] systemd[1]: Starting Journal Service... Starting Journal Service... [ 1.255964] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ 1.267058] systemd[1]: Reached target Paths. [ OK ] Reached target Paths. [ 1.274007] systemd[1]: Reached target Encrypted Volumes. [ OK ] Reached target Encrypted Volumes. [ 1.281623] systemd[1]: Starting Create list of required static device nodes for the current kernel... Starting Create list of required st... nodes for the current kernel... [ 1.295871] systemd[1]: Listening on udev Control Socket. [ OK ] Listening on udev Control Socket. [ 1.304045] systemd[1]: Reached target Sockets. [ OK ] Reached target Sockets. [ 1.314054] systemd[1]: Started Create Volatile Files and Directories. [ OK ] Started Create Volatile Files and Directories. [ 1.324062] audit: type=1130 audit(1503705810.867:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.334999] systemd[1]: Started Apply Kernel Variables. [ OK ] Started Apply Kernel Variables. [ 1.342773] audit: type=1130 audit(1503705810.886:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.351985] systemd[1]: Started Create list of required static device nodes for the current kernel. [ OK ] Started Create list of required sta...ce nodes for the current kernel. [ 1.361024] audit: type=1130 audit(1503705810.904:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 1.366888] systemd[1]: Started Journal Service. [ OK ] Started Journal Service. [ 1.372033] audit: type=1130 audit(1503705810.915:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Create Static Device Nodes in /dev... [ OK ] Started Create Static Device Nodes in /dev. [ 1.407775] audit: type=1130 audit(1503705810.951:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started dracut cmdline hook. [ 1.421777] audit: type=1130 audit(1503705810.965:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting udev Kernel Device Manager... [ OK ] Started udev Kernel Device Manager. [ 1.443837] audit: type=1130 audit(1503705810.987:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting dracut pre-trigger hook... [ OK ] Started dracut pre-trigger hook. [ 1.480323] audit: type=1130 audit(1503705811.023:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting udev Coldplug all Devices... Mounting Configuration File System... [ OK ] Started udev Coldplug all Devices. [ 1.616768] audit: type=1130 audit(1503705811.160:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Mounted Configuration File System. Starting dracut initqueue hook... [ OK ] Reached target System Initialization. [ OK ] Reached target Basic System. [ 1.370341] dracut-initqueue[227]: calling: settle [ 1.784473] Floppy drive(s): fd0 is 2.88M AMI BIOS [ 1.796156] FDC 0 is a S82078B [ 1.856773] tsc: Refined TSC clocksource calibration: 2133.400 MHz [ 1.857812] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1ec0704647e, max_idle_ns: 440795218013 ns [ OK ] Found device /dev/mapper/planetlab-root. [ OK ] Reached target Initrd Root Device. [ 2.766697] raid6: sse2x1 gen() 5144 MB/s [ 2.783687] raid6: sse2x1 xor() 4056 MB/s [ 2.800695] raid6: sse2x2 gen() 6140 MB/s [ 2.817688] raid6: sse2x2 xor() 4773 MB/s [ 2.834695] raid6: sse2x4 gen() 6898 MB/s [ 2.851689] raid6: sse2x4 xor() 5349 MB/s [ 2.852386] raid6: using algorithm sse2x4 gen() 6898 MB/s [ 2.853265] raid6: .... xor() 5349 MB/s, rmw enabled [ 2.854072] raid6: using intx1 recovery algorithm [ 2.858342] xor: measuring software checksum speed [ 2.868686] prefetch64-sse: 8904.000 MB/sec [ 2.878686] generic_sse: 7844.000 MB/sec [ 2.879385] xor: using function: prefetch64-sse (8904.000 MB/sec) [ 2.959854] Btrfs loaded [ 2.961748] BTRFS: device fsid 1b177bd2-6248-4e21-b7db-252dd500238e devid 1 transid 15 /dev/dm-2 [ 2.655343] dracut-initqueue[227]: calling: settle [ OK ] Started dracut initqueue hook. [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting File System Check on /dev/mapper/planetlab-root... [ OK ] Started File System Check on /dev/mapper/planetlab-root. Mounting /sysroot... [ 3.139896] EXT4-fs (dm-1): mounting ext3 file system using the ext4 subsystem [ 3.154001] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null) [ OK ] Mounted /sysroot. [ OK ] Reached target Initrd Root File System. Starting Reload Configuration from the Real Root... [ OK ] Started Reload Configuration from the Real Root. [ OK ] Reached target Initrd File Systems. [ OK ] Reached target Initrd Default Target. Starting Cleaning Up and Shutting Down Daemons... [ OK ] Stopped Cleaning Up and Shutting Down Daemons. [ OK ] Stopped target Remote File Systems. [ OK ] Stopped target Remote File Systems (Pre). [ OK ] Stopped dracut cmdline hook. [ OK ] Stopped target Timers. [ OK ] Stopped dracut initqueue hook. [ OK ] Stopped target Initrd Default Target. [ OK ] Stopped target Initrd Root Device. [ OK ] Stopped target Basic System. [ OK ] Stopped target Sockets. [ OK ] Stopped target System Initialization. [ OK ] Stopped Apply Kernel Variables. [ OK ] Stopped target Swap. [ OK ] Stopped target Slices. [ OK ] Stopped udev Coldplug all Devices. [ OK ] Stopped dracut pre-trigger hook. Stopping udev Kernel Device Manager... [ OK ] Stopped Create Volatile Files and Directories. [ OK ] Stopped target Local File Systems. [ OK ] Stopped target Encrypted Volumes. [ OK ] Stopped target Paths. [ OK ] Stopped Dispatch Password Requests to Console Directory Watch. [ OK ] Stopped udev Kernel Device Manager. [ OK ] Stopped Create Static Device Nodes in /dev. [ OK ] Stopped Create list of required sta...ce nodes for the current kernel. [ OK ] Closed udev Kernel Socket. [ OK ] Closed udev Control Socket. Starting Cleanup udevd DB... [ OK ] Started Cleanup udevd DB. [ OK ] Reached target Switch Root. Starting Switch Root... [ 3.497500] random: nonblocking pool is initialized [ 3.556735] systemd-journald[135]: Received SIGTERM from PID 1 (n/a). Welcome to Fedora 25 (Twenty Five)! [ OK ] Stopped Switch Root. [ OK ] Stopped Journal Service. Starting Journal Service... [ OK ] Listening on LVM2 poll daemon socket. [ OK ] Set up automount Arbitrary Executab...ats File System Automount Point. Starting Remount Root and Kernel File Systems... [ OK ] Stopped target Switch Root. [ OK ] Stopped target Initrd File Systems. Starting Setup Virtual Console... [ OK ] Listening on udev Control Socket. Mounting Huge Pages File System... [ OK ] Started Forward Password Requests to Wall Directory Watch. [ 3.990881] EXT4-fs (dm-1): re-mounted. Opts: (null) [ OK ] Listening on /dev/initctl Compatibility Named Pipe. [ OK ] Listening on Device-mapper event daemon FIFOs. Starting Create list of required st... nodes for the current kernel... [ OK ] Created slice system-getty.slice. [ OK ] Listening on Process Core Dump Socket. [ OK ] Listening on udev Kernel Socket. [ OK ] Created slice User and Session Slice. [ OK ] Reached target Slices. Mounting POSIX Message Queue File System... Starting Load Kernel Modules... [ OK ] Listening on LVM2 metadata daemon socket. [ 4.074272] transforward: module verification failed: signature and/or required key missing - tainting kernel Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...[ 4.082979] Transforward: starting transforward version 0.0.1. Mounting Debug File System... [ OK ] Created slice system-serial\x2dgetty.slice. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ OK ] Reached target Encrypted Volumes. [ OK ] Reached target Paths. [ OK ] Created slice system-sshd\x2dkeygen.slice. [ OK ] Stopped target Initrd Root File System. [ OK ] Created slice system-systemd\x2dfsck.slice. [ OK ] Mounted POSIX Message Queue File System. [ OK ] Mounted Debug File System. [ OK ] Mounted Huge Pages File System. [ OK ] Started Journal Service. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Setup Virtual Console. [ OK ] Started Create list of required sta...ce nodes for the current kernel. [ OK ] Started Load Kernel Modules. [ OK ] Started LVM2 metadata daemon. Starting Apply Kernel Variables... Starting Configure read-only root support... Starting Rebuild Hardware Database... Starting Create System Users... Starting Flush Journal to Persistent Storage... [ OK ] Started Apply Kernel Variables. [ OK ] Started Configure read-only root support. [ OK ] Started Create System Users. [ 4.313512] systemd-journald[412]: Received request to flush runtime journal from PID 1 Starting Create Static Device Nodes in /dev... Starting Load/Save Random Seed... [ OK ] Started Load/Save Random Seed. [ OK ] Started Create Static Device Nodes in /dev. Starting udev Kernel Device Manager... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Started Rebuild Hardware Database. Starting udev Coldplug all Devices... [ OK ] Started udev Coldplug all Devices. [ 5.335209] parport_pc 00:04: reported by Plug and Play ACPI [ 5.337055] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP] [ 5.475772] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 [ 5.498756] input: PC Speaker as /devices/platform/pcspkr/input/input5 [ OK ] Created slice system-lvm2\x2dpvscan.slice. Starting LVM2 PV scan on device 8:0... [ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling. [ OK ] Reached target Local File Systems (Pre). [ OK ] Found device /dev/ttyS0. [ 5.671007] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI [ 5.672209] e1000: Copyright (c) 1999-2006 Intel Corporation. [ 5.805593] ppdev: user-space parallel port driver [ OK ] Found device /dev/mapper/planetlab-vservers. Starting File System Check on /dev/mapper/planetlab-vservers... [ 5.866316] [drm] Initialized drm 1.1.0 20060810 [ OK ] Found device /dev/mapper/planetlab-swap. Activating swap /dev/mapper/planetlab-swap... [ 5.911608] Adding 1048572k swap on /dev/mapper/planetlab-swap. Priority:-1 extents:1 across:1048572k FS [ OK ] Activated swap /dev/mapper/planetlab-swap. [ OK ] Started File System Check on /dev/mapper/planetlab-vservers. [ 5.947762] audit_printk_skb: 147 callbacks suppressed [ 5.948609] audit: type=1130 audit(1503705815.491:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-mapper-planetlab\x2dvservers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Mounting /vservers... [ OK ] Reached target Swap. Mounting Temporary Directory... [ 5.991162] BTRFS info (device dm-2): disk space caching is enabled [ 5.992209] BTRFS: has skinny extents [ OK ] Mounted Temporary Directory. [ 6.026241] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11 [ OK ] Mounted /vservers. [ OK ] Reached target Local File Systems. Starting Rebuild Journal Catalog... Starting Preprocess NFS configuration... Starting Mark the need to relabel after reboot... Starting Restore /run/initramfs on shutdown... Starting Rebuild Dynamic Linker Cache... Starting Create Volatile Files and Directories... [ OK ] Started Rebuild Journal Catalog. [ 6.436261] audit: type=1130 audit(1503705815.979:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Preprocess NFS configuration. [ 6.455601] audit: type=1130 audit(1503705815.998:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.469384] audit: type=1131 audit(1503705816.012:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Mark the need to relabel after reboot. [ 6.488489] audit: type=1130 audit(1503705816.031:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=selinux-autorelabel-mark comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Restore /run/initramfs on shutdown. [ 6.505717] audit: type=1130 audit(1503705816.048:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Create Volatile Files and Directories. [ 6.522560] audit: type=1130 audit(1503705816.065:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting Update UTMP about System Boot/Shutdown... Mounting RPC Pipe File System... [ 6.600789] audit: type=1127 audit(1503705816.144:67): pid=563 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' [ OK ] Started Update UTMP about System Boot/Shutdown. [ 6.619823] audit: type=1130 audit(1503705816.163:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 6.719452] RPC: Registered named UNIX socket transport module. [ 6.720551] RPC: Registered udp transport module. [ 6.721340] RPC: Registered tcp transport module. [ 6.722108] RPC: Registered tcp NFSv4.1 backchannel transport module. [ OK ] Mounted RPC Pipe File System. [ OK ] Reached target rpc_pipefs.target. [ 6.869274] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 02:34:56:00:00:01 [ 6.870485] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection [ 6.872523] [drm] Found bochs VGA, ID 0xb0c0. [ 6.873260] [drm] Framebuffer size 16384 kB @ 0xfd000000, mmio @ 0xfebf0000. [ 6.876477] [TTM] Zone kernel: Available graphics memory: 1024526 kiB [ 6.877560] [TTM] Initializing pool allocator [ 6.878400] [TTM] Initializing DMA pool allocator [ 6.881615] fbcon: bochsdrmfb (fb0) is primary device [ 6.888832] Console: switching to colour frame buffer device 128x48 [ 6.894735] bochs-drm 0000:00:02.0: fb0: bochsdrmfb frame buffer device [ 6.897104] [drm] Initialized bochs-drm 1.0.0 20130925 for 0000:00:02.0 on minor 0 [ OK ] Started LVM2 PV scan on device 8:0. [ 7.484606] audit: type=1130 audit(1503705817.027:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@8:0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Rebuild Dynamic Linker Cache. Starting Update is Completed... [ OK ] Started Update is Completed. [ OK ] Reached target System Initialization. [ OK ] Started daily update of the root trust anchor for DNSSEC. [ OK ] Started dnf makecache timer. [ OK ] Listening on Open-iSCSI iscsiuio Socket. [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Listening on Virtual machine lock manager socket. [ OK ] Listening on Open-iSCSI iscsid Socket. [ OK ] Started Updates mlocate database every day. [ OK ] Reached target Timers. [ OK ] Listening on Virtual machine log manager socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting Open vSwitch Internal Unit... Starting NorNet Research Slice Initializations... [ OK ] Started D-Bus System Message Bus. Starting Rollback uncommitted netcf...rk config change transactions... Starting Fetch configuration files as defined by controlling MyPLC... Starting Login Service... Starting NorNet Research Node Initializations... [ OK ] Started Self Monitoring and Reporting Technology (SMART) Daemon. Starting System Logging Service... Starting GSSAPI Proxy Daemon... Starting OpenSSH ecdsa Server Key Generation... Starting LSB: Bring up/down networking... Starting Network Time Service... Starting OpenSSH ed25519 Server Key Generation... [ OK ] Started NorNet Research Slice Initializations. [ OK ] Started Rollback uncommitted netcf network config change transactions. [ OK ] Started GSSAPI Proxy Daemon. [ OK ] Started Network Time Service. [ OK ] Started OpenSSH ecdsa Server Key Generation. [ OK ] Started OpenSSH ed25519 Server Key Generation. [ OK ] Started System Logging Service. [ OK ] Started Login Service. [ OK ] Reached target sshd-keygen.target. [ OK ] Reached target NFS client services. [ 8.678954] nf_conntrack version 0.5.0 (16384 buckets, 65536 max) [ 8.734413] openvswitch: Open vSwitch switching datapath [ 8.781905] binder registered [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ 8.879543] ndiffports registered [ OK ] Started Open vSwitch Internal Unit. [ 8.925729] redundant registered [ 8.936449] roundrobin registered [ 8.995960] cfg80211: World regulatory domain updated: [ 8.996836] cfg80211: DFS Master region: unset [ 8.997678] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time) [ 8.999290] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A) [ 9.000578] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz, 92000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 9.002077] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A) [ 9.003382] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A) [ 9.004899] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s) [ 9.006427] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s) [ 9.007729] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A) [ 9.009017] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A) [FAILED] Failed to start Fetch configuration...as defined by controlling MyPLC. See 'systemctl status conf_files.service' for details. Starting LXC Sliceimage service... [ 9.157487] sctp: Hash tables configured (established 256 bind 256) [ 9.361567] sctp_probe: probe registered (port=0/fwmark=0) bufsize=65536 [ 9.500754] DCCP: Activated CCID 2 (TCP-like) [ 9.501518] DCCP: Activated CCID 3 (TCP-Friendly Rate Control) [ OK ] Started NorNet Research Node Initializations. [ 9.798547] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX [* ] (1 of 2) A start job is running for...ceimage service (11s / no limit) [** ] (1 of 2) A start job is running for...ceimage service (11s / no limit) [ OK ] Started LSB: Bring up/down networking. [ 15.453983] audit_printk_skb: 51 callbacks suppressed [ 15.454856] audit: type=1130 audit(1503705824.997:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Reached target Network. Starting OpenSSH server daemon... [ OK ] Started Logout off all iSCSI sessions on shutdown. [ 15.485109] audit: type=1130 audit(1503705825.028:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iscsi-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Reached target Remote File Systems (Pre). [ OK ] Reached target Remote File Systems. Starting transforward module... Starting Virtualization daemon... Starting Permit User Sessions... Starting Open vSwitch... [ 15.549904] Transforward: starting transforward version 0.0.1. Starting SYSV: enable Ping of Death... [ OK ] Reached target Network is Online. Starting Notify NFS peers of a restart... [ 15.648025] Activated transforward module[ OK ] Started Permit User Sessions. [ 15.670004] audit: type=1130 audit(1503705825.213:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started transforward module. [ 15.698318] audit: type=1130 audit(1503705825.241:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=transforward comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 15.712765] audit: type=1131 audit(1503705825.256:91): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=transforward comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started Open vSwitch. [ 15.733724] audit: type=1130 audit(1503705825.276:92): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=openvswitch comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [FAILED] Failed to start SYSV: enable Ping of Death. See 'systemctl status pod.service' for details. [ 15.764086] audit: type=1130 audit(1503705825.307:93): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ OK ] Started Notify NFS peers of a restart. [ 15.785955] audit: type=1130 audit(1503705825.329:94): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 15.792945] audit: type=1131 audit(1503705825.336:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ OK ] Started OpenSSH server daemon. [ 15.817674] audit: type=1130 audit(1503705825.360:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' Starting SYSV: PlanetLab OpenSSH server daemon... [ OK ] Started Job spooling tools. [ OK ] Started Getty on tty1. [ OK ] Started Serial Getty on ttyS0. [ OK ] Reached target Login Prompts. [ OK ] Started Command Scheduler. [ OK ] Started Virtualization daemon. [ OK ] Started SYSV: PlanetLab OpenSSH server daemon. Starting SYSV: Vsys file descriptor abritrator startup.... [ OK ] Started SYSV: Vsys file descriptor abritrator startup.. Starting SYSV: codemux startup script... [ 17.254285] ip6_tables: (C) 2000-2006 Netfilter Core Team [ OK ] Started SYSV: codemux startup script. [ 17.327130] Ebtables v2.0 registered [ 18.829120] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this. [ 18.867523] tun: Universal TUN/TAP device driver, 1.6 [ 18.868474] tun: (C) 1999-2004 Max Krasnyansky [ 18.875597] device virbr0-nic entered promiscuous mode [ 19.744141] virbr0: port 1(virbr0-nic) entered listening state [ 19.745129] virbr0: port 1(virbr0-nic) entered listening state [ 19.892867] virbr0: port 1(virbr0-nic) entered disabled state Regression TestLab Node: vnode01.simula.nornet Kernel 4.4.84-888.fc25.x86_64 on an x86_64 http://vplc01.simula.nornet/ This machine is a node in the Regression TestLab distributed network. If you require assistance in administering this node, please contact thierry.parmentelat@inria.fr. Console login to this node is restricted to site_admin. vnode01 login: [ 30.645026] audit_printk_skb: 216 callbacks suppressed [ 30.646135] audit: type=2404 audit(1503705840.188:126): pid=1298 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=1298 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 30.652642] audit: type=2404 audit(1503705840.195:127): pid=1298 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=1298 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 30.659404] audit: type=2404 audit(1503705840.202:128): pid=1298 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=1298 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 30.665004] audit: type=2404 audit(1503705840.208:129): pid=1298 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=1298 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 30.672453] audit: type=2407 audit(1503705840.215:130): pid=1297 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1298 suid=74 rport=59372 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 30.679258] audit: type=2407 audit(1503705840.222:131): pid=1297 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1298 suid=74 rport=59372 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 30.766462] audit: type=1100 audit(1503705840.309:132): pid=1297 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 30.771744] audit: type=2404 audit(1503705840.315:133): pid=1297 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=1298 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 30.776864] audit: type=2404 audit(1503705840.320:134): pid=1297 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1298 suid=74 rport=59372 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 30.783381] audit: type=2404 audit(1503705840.326:135): pid=1297 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=1297 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 45.839793] audit_printk_skb: 12 callbacks suppressed [ 45.840701] audit: type=2404 audit(1503705855.383:140): pid=1300 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=1300 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 45.845734] audit: type=2404 audit(1503705855.389:141): pid=1300 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=1300 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 45.850637] audit: type=2404 audit(1503705855.393:142): pid=1300 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=1300 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 45.855722] audit: type=2404 audit(1503705855.399:143): pid=1300 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=1300 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 45.861138] audit: type=2407 audit(1503705855.404:144): pid=1299 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1300 suid=74 rport=59378 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 45.866550] audit: type=2407 audit(1503705855.409:145): pid=1299 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1300 suid=74 rport=59378 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 45.932798] audit: type=1100 audit(1503705855.476:146): pid=1299 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 45.937606] audit: type=2404 audit(1503705855.480:147): pid=1299 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=1300 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 45.942634] audit: type=2404 audit(1503705855.485:148): pid=1299 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1300 suid=74 rport=59378 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 45.947277] audit: type=2404 audit(1503705855.490:149): pid=1299 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=1299 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 61.171124] audit_printk_skb: 12 callbacks suppressed [ 61.172137] audit: type=2404 audit(1503705870.714:154): pid=1306 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=1306 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 61.177372] audit: type=2404 audit(1503705870.720:155): pid=1306 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=1306 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 61.188354] audit: type=2404 audit(1503705870.731:156): pid=1306 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=1306 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 61.199839] audit: type=2404 audit(1503705870.743:157): pid=1306 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=1306 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 61.211719] audit: type=2407 audit(1503705870.754:158): pid=1305 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1306 suid=74 rport=59510 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 61.223342] audit: type=2407 audit(1503705870.766:159): pid=1305 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=1306 suid=74 rport=59510 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 61.270738] audit: type=1100 audit(1503705870.814:160): pid=1305 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey acct="root" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 61.276776] audit: type=2404 audit(1503705870.820:161): pid=1305 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=1306 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 61.287396] audit: type=2404 audit(1503705870.830:162): pid=1305 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1306 suid=74 rport=59510 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 61.298457] audit: type=2404 audit(1503705870.841:163): pid=1305 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=1305 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 73.371920] audit_printk_skb: 12 callbacks suppressed [ 73.372857] audit: type=1130 audit(1503705882.915:168): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lxc-sliceimage comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 73.383002] audit: type=1131 audit(1503705882.926:169): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lxc-sliceimage comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 73.658932] audit: type=1130 audit(1503705883.202:170): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 73.682948] audit: type=1129 audit(1503705883.226:171): pid=1358 uid=0 auid=4294967295 ses=4294967295 msg='old-level=N new-level=5 comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' [ 73.694888] audit: type=1130 audit(1503705883.238:172): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 73.703188] audit: type=1131 audit(1503705883.246:173): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp-runlevel comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 74.237992] Netfilter messages via NETLINK v0.30. [ 74.246264] ip_set: protocol 6 [ 74.275563] HTB: quantum of class 10001 is big. Consider r2q change. [ 74.279910] HTB: quantum of class 10010 is small. Consider r2q change. [ 74.284410] HTB: quantum of class 10100 is small. Consider r2q change. [ 74.288750] HTB: quantum of class 10020 is small. Consider r2q change. [ 76.362239] audit: type=2404 audit(1503705885.905:174): pid=1445 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=1445 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 76.367571] audit: type=2404 audit(1503705885.910:175): pid=1445 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=1445 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 76.372886] audit: type=2404 audit(1503705885.916:176): pid=1445 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=1445 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 76.378106] audit: type=2404 audit(1503705885.921:177): pid=1445 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=1445 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 82.317427] audit_printk_skb: 30 callbacks suppressed [ 82.318510] audit: type=1116 audit(1503705891.860:188): pid=1468 uid=0 auid=4294967295 ses=4294967295 msg='op=add-group id=1001 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' [ 82.543005] audit: type=1132 audit(1503705892.086:189): pid=1468 uid=0 auid=4294967295 ses=4294967295 msg='op=add-shadow-group id=1001 exe="/usr/sbin/groupadd" hostname=? addr=? terminal=? res=success' [ 82.693281] audit: type=1114 audit(1503705892.236:190): pid=1472 uid=0 auid=4294967295 ses=4294967295 msg='op=add-user id=1000 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' [ 83.856230] audit: type=1102 audit(1503705893.399:191): pid=1472 uid=0 auid=4294967295 ses=4294967295 msg='op=add-home-dir id=1000 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' [ 83.994432] audit: type=1100 audit(1503705893.537:192): pid=1478 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 83.997902] audit: type=1101 audit(1503705893.541:193): pid=1478 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 84.002019] audit: type=1103 audit(1503705893.545:194): pid=1478 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 84.033179] audit: type=1101 audit(1503705893.576:195): pid=1480 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 84.051548] audit: type=1006 audit(1503705893.594:196): pid=1480 uid=0 old-auid=4294967295 auid=0 old-ses=4294967295 ses=1 res=1 [ 84.056964] audit: type=1105 audit(1503705893.600:197): pid=1480 uid=0 auid=0 ses=1 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 85.040663] device veth1204438364 entered promiscuous mode [ 85.045959] IPv6: ADDRCONF(NETDEV_UP): veth1204438364: link is not ready [ 85.128727] fuse init (API version 7.23) [ 85.177302] eth0: renamed from vnet0 [ 87.549110] audit_printk_skb: 87 callbacks suppressed [ 87.549990] audit: type=1100 audit(1503705897.092:218): pid=1610 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 87.557817] audit: type=1101 audit(1503705897.101:219): pid=1610 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 87.566466] audit: type=1103 audit(1503705897.109:220): pid=1610 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 87.571016] audit: type=1130 audit(1503705897.114:221): pid=1523 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 87.598475] audit: type=1101 audit(1503705897.141:222): pid=1613 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 87.614814] audit: type=1006 audit(1503705897.158:223): pid=1613 uid=0 old-auid=4294967295 auid=0 old-ses=4294967295 ses=2 res=1 [ 87.622023] audit: type=1105 audit(1503705897.165:224): pid=1613 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 87.713880] audit: type=1130 audit(1503705897.257:225): pid=1523 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 87.757455] audit: type=1130 audit(1503705897.300:226): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 87.770311] audit: type=1105 audit(1503705897.313:227): pid=1610 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_xauth acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 89.123493] device veth4022986911 entered promiscuous mode [ 89.131913] IPv6: ADDRCONF(NETDEV_UP): veth4022986911: link is not ready [ 89.231734] eth0: renamed from vnet0 [ 92.645444] audit_printk_skb: 180 callbacks suppressed [ 92.646330] audit: type=1130 audit(1503705902.188:279): pid=1691 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 92.786814] audit: type=1130 audit(1503705902.330:280): pid=1691 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 92.983816] audit: type=1130 audit(1503705902.527:281): pid=1691 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 93.049923] audit: type=2404 audit(1503705902.593:282): pid=1778 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=1801 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 93.059806] audit: type=2404 audit(1503705902.603:283): pid=1778 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=1801 suid=0 rport=59676 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 93.073201] audit: type=1106 audit(1503705902.616:284): pid=1778 uid=0 auid=4294967295 ses=4294967295 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=success' [ 93.082204] audit: type=1131 audit(1503705902.625:285): pid=1691 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 93.088938] audit: type=1113 audit(1503705902.632:286): pid=1778 uid=0 auid=4294967295 ses=4294967295 msg='op=login id=0 exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=success' [ 93.092845] audit: type=2404 audit(1503705902.636:287): pid=1778 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=1778 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 93.101773] IPv6: ADDRCONF(NETDEV_CHANGE): veth1204438364: link becomes ready [ 93.103014] virbr0: port 2(veth1204438364) entered listening state [ 93.104064] virbr0: port 2(veth1204438364) entered listening state [ 93.111799] audit: type=2404 audit(1503705902.655:288): pid=1778 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=1778 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 95.108790] virbr0: port 2(veth1204438364) entered learning state [ 97.112924] virbr0: topology change detected, propagating [ 97.114227] virbr0: port 2(veth1204438364) entered forwarding state [ 97.483467] device veth1272139547 entered promiscuous mode [ 97.487915] IPv6: ADDRCONF(NETDEV_UP): veth1272139547: link is not ready [ 97.489078] virbr0: port 4(veth1272139547) entered listening state [ 97.490132] virbr0: port 4(veth1272139547) entered listening state [ 98.118933] virbr0: port 4(veth1272139547) entered disabled state [ 98.179195] eth0: renamed from vnet0 [ 98.191859] audit_printk_skb: 117 callbacks suppressed [ 98.192963] audit: type=2501 audit(1503705907.735:321): pid=1131 uid=0 auid=4294967295 ses=4294967295 msg='virt=lxc resrc=fs reason=start vm="inri_sl3" uuid=d2eef738-ca27-488c-991a-54d528df68cb old-fs="?" new-fs="/vservers/inri_sl3/" exe="/usr/sbin/libvirtd" hostname=? addr=? terminal=? res=success' [ 98.205406] audit: type=2501 audit(1503705907.748:322): pid=1131 uid=0 auid=4294967295 ses=4294967295 msg='virt=lxc resrc=net reason=start vm="inri_sl3" uuid=d2eef738-ca27-488c-991a-54d528df68cb old-net="?" new-net="52:54:00:91:fe:86" exe="/usr/sbin/libvirtd" hostname=? addr=? terminal=? res=success' [ 98.223470] audit: type=2501 audit(1503705907.766:323): pid=1131 uid=0 auid=4294967295 ses=4294967295 msg='virt=lxc resrc=chardev reason=start vm="inri_sl3" uuid=d2eef738-ca27-488c-991a-54d528df68cb old-chardev="?" new-chardev="/dev/pts/2" exe="/usr/sbin/libvirtd" hostname=? addr=? terminal=? res=success' [ 98.241837] audit: type=2501 audit(1503705907.785:324): pid=1131 uid=0 auid=4294967295 ses=4294967295 msg='virt=lxc resrc=mem reason=start vm="inri_sl3" uuid=d2eef738-ca27-488c-991a-54d528df68cb old-mem=0 new-mem=524288 exe="/usr/sbin/libvirtd" hostname=? addr=? terminal=? res=success' [ 98.256148] audit: type=2501 audit(1503705907.799:325): pid=1131 uid=0 auid=4294967295 ses=4294967295 msg='virt=lxc resrc=vcpu reason=start vm="inri_sl3" uuid=d2eef738-ca27-488c-991a-54d528df68cb old-vcpu=0 new-vcpu=1 exe="/usr/sbin/libvirtd" hostname=? addr=? terminal=? res=success' [ 98.270309] audit: type=2500 audit(1503705907.813:326): pid=1131 uid=0 auid=4294967295 ses=4294967295 msg='virt=lxc op=start reason=booted vm="inri_sl3" uuid=d2eef738-ca27-488c-991a-54d528df68cb vm-pid=2189 exe="/usr/sbin/libvirtd" hostname=? addr=? terminal=? res=success' [ 98.283434] audit: type=2500 audit(1503705907.826:327): pid=1131 uid=0 auid=4294967295 ses=4294967295 msg='virt=lxc op=init vm="inri_sl3" uuid=d2eef738-ca27-488c-991a-54d528df68cb vm-pid=2189 init-pid=2196 pid-ns=4026532319 exe="/usr/sbin/libvirtd" hostname=? addr=? terminal=? res=success' [ 98.309181] audit: type=1325 audit(1503705907.852:328): table=filter family=7 entries=3 [ 98.313743] audit: type=1300 audit(1503705907.852:328): arch=c000003e syscall=54 success=yes exit=0 a0=5 a1=0 a2=80 a3=5558adae9760 items=0 ppid=1357 pid=2232 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="ebtables" exe="/usr/sbin/ebtables" key=(null) [ 98.328292] audit: type=1327 audit(1503705907.852:328): proctitle=2F7362696E2F65627461626C6573002D4100494E505554002D69007665746831303032002D6A006D61726B002D2D7365742D6D61726B0031303032 [ 103.218348] audit: type=1123 audit(1503705912.761:329): pid=2235 uid=0 auid=4294967295 ses=4294967295 msg='cwd="/home/inri_sl1" cmd=2F62696E2F7368202D2D6C6F67696E202D63206563686F20686F73746E616D65203B20686F73746E616D653B206563686F2069643B2069643B206563686F20756E616D65202D61203B20756E616D65202D61 terminal=? res=success' [ 103.227675] audit: type=1110 audit(1503705912.770:330): pid=2235 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 103.290891] audit: type=1105 audit(1503705912.834:331): pid=2235 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 103.350907] audit: type=1114 audit(1503705912.894:332): pid=2282 uid=0 auid=4294967295 ses=4294967295 msg='op=add-user id=1003 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' [ 103.383041] audit: type=1130 audit(1503705912.926:333): pid=2196 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 103.948892] audit: type=1130 audit(1503705913.492:334): pid=2196 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 104.045880] audit: type=1130 audit(1503705913.589:335): pid=2196 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 104.063853] audit: type=1130 audit(1503705913.607:336): pid=2196 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 104.070773] audit: type=1131 audit(1503705913.614:337): pid=2196 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 104.079050] audit: type=1130 audit(1503705913.622:338): pid=2196 uid=0 auid=4294967295 ses=4294967295 msg='unit=nornet-research-node comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 104.222999] IPv6: ADDRCONF(NETDEV_CHANGE): veth4022986911: link becomes ready [ 104.224265] virbr0: port 3(veth4022986911) entered listening state [ 104.225314] virbr0: port 3(veth4022986911) entered listening state [ 105.870587] device veth149519534 entered promiscuous mode [ 105.874929] IPv6: ADDRCONF(NETDEV_UP): veth149519534: link is not ready [ 105.991562] eth0: renamed from vnet0 [ 106.228698] virbr0: port 3(veth4022986911) entered learning state [ 108.232705] virbr0: topology change detected, propagating [ 108.233701] virbr0: port 3(veth4022986911) entered forwarding state [ 108.428843] audit_printk_skb: 210 callbacks suppressed [ 108.429859] audit: type=1130 audit(1503705917.972:400): pid=2670 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 108.440111] audit: type=1130 audit(1503705917.983:401): pid=1523 uid=0 auid=4294967295 ses=4294967295 msg='unit=network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 108.446645] audit: type=1130 audit(1503705917.989:402): pid=2670 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 108.459770] audit: type=1131 audit(1503705918.003:403): pid=2670 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 108.471975] audit: type=1130 audit(1503705918.015:404): pid=2670 uid=0 auid=4294967295 ses=4294967295 msg='unit=nornet-research-node comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 108.476091] audit: type=1130 audit(1503705918.019:405): pid=1523 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 108.480819] audit: type=1131 audit(1503705918.024:406): pid=1523 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 108.506891] audit: type=1102 audit(1503705918.050:407): pid=2717 uid=0 auid=4294967295 ses=4294967295 msg='op=add-home-dir id=1004 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' [ 108.674567] audit: type=1100 audit(1503705918.217:408): pid=2934 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 108.682808] audit: type=1101 audit(1503705918.226:409): pid=2934 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 110.647396] device veth2384286665 entered promiscuous mode [ 110.652731] IPv6: ADDRCONF(NETDEV_UP): veth2384286665: link is not ready [ 110.909098] eth0: renamed from vnet0 [ 111.014216] IPv6: ADDRCONF(NETDEV_CHANGE): veth1272139547: link becomes ready [ 111.015501] virbr0: port 4(veth1272139547) entered listening state [ 111.016564] virbr0: port 4(veth1272139547) entered listening state [ 113.020706] virbr0: port 4(veth1272139547) entered learning state [ 113.520800] audit_printk_skb: 237 callbacks suppressed [ 113.521726] audit: type=1106 audit(1503705923.064:480): pid=3322 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_xauth acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 113.535807] audit: type=1104 audit(1503705923.079:481): pid=3322 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 113.621216] audit: type=1131 audit(1503705923.164:482): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 113.804391] audit: type=1106 audit(1503705923.347:483): pid=3188 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl3" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 113.821200] audit: type=1104 audit(1503705923.364:484): pid=3188 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl3" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 113.872232] audit: type=1106 audit(1503705923.415:485): pid=3120 uid=0 auid=4294967295 ses=4294967295 msg='op=login id=1002 exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=success' [ 113.877395] audit: type=1113 audit(1503705923.420:486): pid=3120 uid=0 auid=4294967295 ses=4294967295 msg='op=login id=1002 exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=success' [ 113.890787] audit: type=2404 audit(1503705923.434:487): pid=3120 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=3148 suid=1002 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 113.902807] audit: type=2404 audit(1503705923.446:488): pid=3120 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=3148 suid=1002 rport=59706 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 113.911186] audit: type=2404 audit(1503705923.454:489): pid=3120 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=3120 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 114.173600] device veth256486133 entered promiscuous mode [ 114.178947] IPv6: ADDRCONF(NETDEV_UP): veth256486133: link is not ready [ 114.511596] eth0: renamed from vnet0 [ 115.024697] virbr0: topology change detected, propagating [ 115.025642] virbr0: port 4(veth1272139547) entered forwarding state [ 116.234050] IPv6: ADDRCONF(NETDEV_CHANGE): veth149519534: link becomes ready [ 116.235346] virbr0: port 5(veth149519534) entered listening state [ 116.236378] virbr0: port 5(veth149519534) entered listening state [ 118.236706] virbr0: port 5(veth149519534) entered learning state [ 118.559930] audit_printk_skb: 399 callbacks suppressed [ 118.560801] audit: type=2404 audit(1503705928.103:614): pid=4213 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=4213 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 118.578824] audit: type=2404 audit(1503705928.122:615): pid=4213 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=4213 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 118.586499] audit: type=2404 audit(1503705928.129:616): pid=4213 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=4213 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 118.594764] audit: type=1106 audit(1503705928.138:617): pid=3983 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_xauth acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 118.606432] audit: type=2404 audit(1503705928.149:618): pid=4213 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=4213 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 118.612346] audit: type=2407 audit(1503705928.155:619): pid=4207 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=4213 suid=74 rport=59730 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 118.618829] audit: type=1104 audit(1503705928.162:620): pid=3983 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 118.622060] audit: type=2407 audit(1503705928.165:621): pid=4207 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=4213 suid=74 rport=59730 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 118.691933] audit: type=1130 audit(1503705928.235:622): pid=3515 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 118.721761] audit: type=1100 audit(1503705928.265:623): pid=4207 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey_auth rport=59730 acct="inri_sl1" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 119.454420] device veth1081674311 entered promiscuous mode [ 119.462936] IPv6: ADDRCONF(NETDEV_UP): veth1081674311: link is not ready [ 119.740326] eth0: renamed from vnet0 [ 120.240701] virbr0: topology change detected, propagating [ 120.241704] virbr0: port 5(veth149519534) entered forwarding state [ 122.996317] IPv6: ADDRCONF(NETDEV_CHANGE): veth2384286665: link becomes ready [ 122.997616] virbr0: port 6(veth2384286665) entered listening state [ 122.998664] virbr0: port 6(veth2384286665) entered listening state [ 124.725459] audit_printk_skb: 411 callbacks suppressed [ 124.726445] audit: type=1130 audit(1503705934.268:752): pid=4416 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 124.773080] audit: type=1123 audit(1503705934.316:753): pid=5236 uid=0 auid=4294967295 ses=4294967295 msg='cwd="/home/inri_sl2" cmd=2F62696E2F7368202D2D6C6F67696E202D632066616C7365 terminal=? res=success' [ 124.787049] audit: type=1110 audit(1503705934.330:754): pid=5236 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 124.972141] audit: type=1130 audit(1503705934.515:755): pid=4416 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 125.004705] virbr0: port 6(veth2384286665) entered learning state [ 125.011760] audit: type=1130 audit(1503705934.555:756): pid=4416 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 125.023772] audit: type=1131 audit(1503705934.567:757): pid=4416 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 125.041825] audit: type=1130 audit(1503705934.585:758): pid=4416 uid=0 auid=4294967295 ses=4294967295 msg='unit=nornet-research-node comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 127.008848] virbr0: topology change detected, propagating [ 127.009820] virbr0: port 6(veth2384286665) entered forwarding state [ 127.621435] audit: type=1105 audit(1503705937.164:759): pid=5236 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 127.851328] audit: type=1106 audit(1503705937.394:760): pid=5236 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 127.856442] audit: type=1104 audit(1503705937.399:761): pid=5236 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 129.815218] audit_printk_skb: 246 callbacks suppressed [ 129.816289] audit: type=1130 audit(1503705939.355:844): pid=4416 uid=0 auid=4294967295 ses=4294967295 msg='unit=gssproxy comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 129.936487] audit: type=1130 audit(1503705939.479:845): pid=1523 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 130.135497] audit: type=1130 audit(1503705939.678:846): pid=4416 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 130.254159] audit: type=1130 audit(1503705939.797:847): pid=4416 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 130.397236] audit: type=1130 audit(1503705939.940:848): pid=4416 uid=0 auid=4294967295 ses=4294967295 msg='unit=console-getty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 130.448020] audit: type=2404 audit(1503705939.991:849): pid=6168 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=6168 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 130.458850] audit: type=2404 audit(1503705940.002:850): pid=6168 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=6168 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 130.468943] audit: type=2404 audit(1503705940.012:851): pid=6168 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=6168 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 130.480829] audit: type=2404 audit(1503705940.024:852): pid=6168 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=6168 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 130.491280] audit: type=2407 audit(1503705940.034:853): pid=6167 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=6168 suid=74 rport=59778 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 131.353222] IPv6: ADDRCONF(NETDEV_CHANGE): veth256486133: link becomes ready [ 131.354493] virbr0: port 7(veth256486133) entered listening state [ 131.355535] virbr0: port 7(veth256486133) entered listening state [ 133.356703] virbr0: port 7(veth256486133) entered learning state [ 135.192068] audit_printk_skb: 360 callbacks suppressed [ 135.193001] audit: type=1130 audit(1503705944.735:974): pid=1691 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 135.237004] IPv6: ADDRCONF(NETDEV_CHANGE): veth1081674311: link becomes ready [ 135.238433] virbr0: port 8(veth1081674311) entered listening state [ 135.239483] virbr0: port 8(veth1081674311) entered listening state [ 135.360709] virbr0: topology change detected, propagating [ 135.361668] virbr0: port 7(veth256486133) entered forwarding state [ 135.397543] audit: type=2404 audit(1503705944.940:975): pid=7106 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=7106 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 135.409476] audit: type=2404 audit(1503705944.952:976): pid=7106 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=7106 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 135.426120] audit: type=2404 audit(1503705944.969:977): pid=7106 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=7106 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 135.433539] audit: type=2404 audit(1503705944.976:978): pid=7106 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=7106 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 135.439112] audit: type=2407 audit(1503705944.982:979): pid=7105 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=7106 suid=74 rport=59802 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 135.444555] audit: type=2407 audit(1503705944.987:980): pid=7105 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=7106 suid=74 rport=59802 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 135.517958] audit: type=1100 audit(1503705945.061:981): pid=7105 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey_auth rport=59802 acct="inri_sl3" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 135.521995] audit: type=1100 audit(1503705945.065:982): pid=7105 uid=0 auid=4294967295 ses=4294967295 msg='op=key algo=ssh-rsa size=2048 fp=SHA256:3f:dd:f5:d8:40:22:71:e4:3f:ec:6c:07:2b:ba:b1:a3:07:07:d3:bc:7d:c2:c7:70:d9:f0:94:c0:2d:3e:04:c3 rport=59802 acct="inri_sl3" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 135.528345] audit: type=2404 audit(1503705945.071:983): pid=7105 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=7106 suid=74 rport=59802 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 137.244704] virbr0: port 8(veth1081674311) entered learning state [ 139.248700] virbr0: topology change detected, propagating [ 139.249615] virbr0: port 8(veth1081674311) entered forwarding state [ 140.426129] audit_printk_skb: 402 callbacks suppressed [ 140.427081] audit: type=1123 audit(1503705949.969:1118): pid=7877 uid=0 auid=4294967295 ses=4294967295 msg='cwd="/home/inri_sl2" cmd=2F62696E2F7368202D2D6C6F67696E202D6320736370202D74202E2F746370746573742E7079 terminal=? res=success' [ 140.435998] audit: type=1110 audit(1503705949.979:1119): pid=7877 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 140.465120] audit: type=1105 audit(1503705950.008:1120): pid=7877 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 140.781102] audit: type=1106 audit(1503705950.324:1121): pid=7877 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 140.787826] audit: type=1104 audit(1503705950.331:1122): pid=7877 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 140.807982] audit: type=2404 audit(1503705950.351:1123): pid=7848 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=7850 suid=1001 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 140.815800] audit: type=2404 audit(1503705950.359:1124): pid=7848 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=7850 suid=1001 rport=59834 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 140.825268] audit: type=1106 audit(1503705950.368:1125): pid=7848 uid=0 auid=4294967295 ses=4294967295 msg='op=login id=1001 exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=success' [ 140.831815] audit: type=1113 audit(1503705950.375:1126): pid=7848 uid=0 auid=4294967295 ses=4294967295 msg='op=login id=1001 exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=success' [ 140.839837] audit: type=2404 audit(1503705950.383:1127): pid=7848 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=7848 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 145.443859] audit_printk_skb: 639 callbacks suppressed [ 145.444783] audit: type=1123 audit(1503705954.987:1341): pid=9129 uid=0 auid=4294967295 ses=4294967295 msg='cwd="/home/inri_sl1" cmd=2F62696E2F7368202D2D6C6F67696E202D63202E2F746370746573742E707920736572766572202D70203130303032202D74203230 terminal=? res=success' [ 145.454149] audit: type=1110 audit(1503705954.997:1342): pid=9129 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 145.460751] audit: type=1123 audit(1503705955.004:1343): pid=9134 uid=0 auid=4294967295 ses=4294967295 msg='cwd="/home/inri_sl2" cmd=2F62696E2F7368202D2D6C6F67696E202D6320736370202D74202E2F746370746573742E7079 terminal=? res=success' [ 145.470937] audit: type=1110 audit(1503705955.014:1344): pid=9134 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 145.475700] audit: type=1105 audit(1503705955.018:1345): pid=9129 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 145.508511] audit: type=1105 audit(1503705955.051:1346): pid=9134 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 146.365815] audit: type=1106 audit(1503705955.909:1347): pid=9134 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 146.377356] audit: type=1104 audit(1503705955.920:1348): pid=9134 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl2" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 146.391489] audit: type=2404 audit(1503705955.934:1349): pid=9076 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=9080 suid=1001 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 146.396556] audit: type=2404 audit(1503705955.939:1350): pid=9076 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=9080 suid=1001 rport=59894 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 151.588487] audit_printk_skb: 312 callbacks suppressed [ 151.589416] audit: type=1123 audit(1503705961.131:1455): pid=10287 uid=0 auid=4294967295 ses=4294967295 msg='cwd="/home/inri_sl1" cmd=2F62696E2F7368202D2D6C6F67696E202D63206563686F20686F73746E616D65203B20686F73746E616D653B206563686F2069643B2069643B206563686F20756E616D65202D61203B20756E616D65202D61 terminal=? res=success' [ 151.600952] audit: type=1110 audit(1503705961.144:1456): pid=10287 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 151.620637] audit: type=1105 audit(1503705961.163:1457): pid=10287 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 151.843320] audit: type=1106 audit(1503705961.386:1458): pid=10287 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 151.848346] audit: type=1104 audit(1503705961.391:1459): pid=10287 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 151.858431] audit: type=2404 audit(1503705961.401:1460): pid=10243 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=10246 suid=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 151.864293] audit: type=2404 audit(1503705961.407:1461): pid=10243 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=10246 suid=1000 rport=59930 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 151.869164] audit: type=1106 audit(1503705961.412:1462): pid=10243 uid=0 auid=4294967295 ses=4294967295 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=success' [ 151.872328] audit: type=1113 audit(1503705961.415:1463): pid=10243 uid=0 auid=4294967295 ses=4294967295 msg='op=login id=1000 exe="/usr/sbin/sshd" hostname=10.1.1.23 addr=10.1.1.23 terminal=ssh res=success' [ 151.875526] audit: type=2404 audit(1503705961.418:1464): pid=10243 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=10243 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 158.686664] audit_printk_skb: 201 callbacks suppressed [ 158.687866] audit: type=1130 audit(1503705968.229:1532): pid=3091 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 162.616379] audit: type=1131 audit(1503705972.159:1533): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 162.936414] audit: type=1130 audit(1503705972.479:1534): pid=3515 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 163.517544] audit: type=1130 audit(1503705973.060:1535): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lxc-sliceimage comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 163.524760] audit: type=1131 audit(1503705973.068:1536): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lxc-sliceimage comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 163.661212] audit: type=1130 audit(1503705973.204:1537): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 163.790297] audit: type=1130 audit(1503705973.333:1538): pid=4416 uid=0 auid=4294967295 ses=4294967295 msg='unit=pf2slice comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 164.172804] audit: type=1106 audit(1503705973.716:1539): pid=8477 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 164.181908] audit: type=1104 audit(1503705973.725:1540): pid=8477 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 164.201560] audit: type=2404 audit(1503705973.744:1541): pid=8413 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=8432 suid=1000 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 168.964218] audit_printk_skb: 66 callbacks suppressed [ 168.975605] audit: type=2404 audit(1503705978.507:1564): pid=11051 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=11051 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 168.981508] audit: type=2404 audit(1503705978.524:1565): pid=11051 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=11051 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 168.987627] audit: type=2404 audit(1503705978.530:1566): pid=11051 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=11051 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 168.992796] audit: type=2404 audit(1503705978.536:1567): pid=11051 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=11051 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 168.998193] audit: type=2407 audit(1503705978.541:1568): pid=11050 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=11051 suid=74 rport=59948 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 169.003839] audit: type=2407 audit(1503705978.547:1569): pid=11050 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=11051 suid=74 rport=59948 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 169.049539] virbr0: port 2(veth1204438364) entered disabled state [ 169.055853] device veth1204438364 left promiscuous mode [ 169.056844] audit: type=1700 audit(1503705978.600:1570): dev=veth1204438364 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 169.059008] virbr0: port 2(veth1204438364) entered disabled state [ 169.072445] audit: type=1100 audit(1503705978.615:1571): pid=11050 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey_auth rport=59948 acct="inri_sl1" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 169.079916] audit: type=1100 audit(1503705978.623:1572): pid=11050 uid=0 auid=4294967295 ses=4294967295 msg='op=key algo=ssh-rsa size=2048 fp=SHA256:3f:dd:f5:d8:40:22:71:e4:3f:ec:6c:07:2b:ba:b1:a3:07:07:d3:bc:7d:c2:c7:70:d9:f0:94:c0:2d:3e:04:c3 rport=59948 acct="inri_sl1" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 169.100321] audit: type=2404 audit(1503705978.643:1573): pid=11050 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=11051 suid=74 rport=59948 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 174.006344] virbr0: port 3(veth4022986911) entered disabled state [ 174.012361] device veth4022986911 left promiscuous mode [ 174.013424] audit_printk_skb: 261 callbacks suppressed [ 174.014415] audit: type=1700 audit(1503705983.556:1661): dev=veth4022986911 prom=0 old_prom=256 auid=4294967295 uid=0 gid=0 ses=4294967295 [ 174.016806] virbr0: port 3(veth4022986911) entered disabled state [ 174.112056] audit: type=2500 audit(1503705983.655:1662): pid=1131 uid=0 auid=4294967295 ses=4294967295 msg='virt=lxc op=stop reason=destroyed vm="inri_sl2" uuid=b07fa70d-7150-4214-b38a-db7f08bb6eb7 vm-pid=-1 exe="/usr/sbin/libvirtd" hostname=? addr=? terminal=? res=success' [ 174.128177] audit: type=1115 audit(1503705983.671:1663): pid=11461 uid=0 auid=4294967295 ses=4294967295 msg='op=delete-user id=1001 exe="/usr/sbin/userdel" hostname=? addr=? terminal=? res=success' [ 174.131606] audit: type=1102 audit(1503705983.674:1664): pid=11461 uid=0 auid=4294967295 ses=4294967295 msg='op=delete-mail-file id=1001 exe="/usr/sbin/userdel" hostname=? addr=? terminal=? res=success' [ 174.135440] audit: type=1102 audit(1503705983.678:1665): pid=11461 uid=0 auid=4294967295 ses=4294967295 msg='op=deleting-home-directory id=1001 exe="/usr/sbin/userdel" hostname=? addr=? terminal=? res=success' [ 176.604775] audit: type=1130 audit(1503705986.148:1666): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=vsys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 176.773830] audit: type=1131 audit(1503705986.317:1667): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=vsys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 176.823770] audit: type=1131 audit(1503705986.367:1668): pid=2196 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 176.843201] audit: type=1131 audit(1503705986.386:1669): pid=2196 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 176.849869] audit: type=1131 audit(1503705986.393:1670): pid=2196 uid=0 auid=4294967295 ses=4294967295 msg='unit=gssproxy comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 178.413450] virbr0: port 4(veth1272139547) entered disabled state [ 178.423250] device veth1272139547 left promiscuous mode [ 178.424195] virbr0: port 4(veth1272139547) entered disabled state [ 183.180652] audit_printk_skb: 18 callbacks suppressed [ 183.181563] audit: type=1130 audit(1503705992.723:1677): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=vsys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 183.445817] audit: type=1131 audit(1503705992.989:1678): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=vsys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 183.490354] audit: type=1130 audit(1503705993.033:1679): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=vsys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 185.652961] audit: type=2404 audit(1503705995.196:1680): pid=11589 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=11589 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 185.657759] audit: type=2404 audit(1503705995.201:1681): pid=11589 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=11589 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 185.662584] audit: type=2404 audit(1503705995.205:1682): pid=11589 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=11589 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 185.667359] audit: type=2404 audit(1503705995.210:1683): pid=11589 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=11589 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 185.672611] audit: type=2407 audit(1503705995.215:1684): pid=11588 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=11589 suid=74 rport=59966 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 185.677947] audit: type=2407 audit(1503705995.221:1685): pid=11588 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=11589 suid=74 rport=59966 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 188.737201] audit: type=2404 audit(1503705998.280:1686): pid=11588 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=11589 suid=74 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 188.742804] audit: type=2404 audit(1503705998.286:1687): pid=11588 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=11589 suid=74 rport=59966 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 188.747555] audit: type=2404 audit(1503705998.290:1688): pid=11588 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=11588 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 188.753064] audit: type=2404 audit(1503705998.296:1689): pid=11588 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=11588 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 188.757975] audit: type=2404 audit(1503705998.301:1690): pid=11588 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=11588 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 188.762893] audit: type=2404 audit(1503705998.306:1691): pid=11588 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=11588 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 188.767812] audit: type=1112 audit(1503705998.311:1692): pid=11588 uid=0 auid=4294967295 ses=4294967295 msg='op=login acct="(unknown)" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=failed' [ 188.804149] audit: type=2404 audit(1503705998.347:1693): pid=11591 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=11591 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 188.809082] audit: type=2404 audit(1503705998.352:1694): pid=11591 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=11591 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 188.814082] audit: type=2404 audit(1503705998.357:1695): pid=11591 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=11591 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 200.751661] audit_printk_skb: 372 callbacks suppressed [ 200.752889] audit: type=1114 audit(1503706010.294:1820): pid=12453 uid=0 auid=4294967295 ses=4294967295 msg='op=add-user id=1007 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' [ 201.081102] audit: type=1102 audit(1503706010.624:1821): pid=12453 uid=0 auid=4294967295 ses=4294967295 msg='op=add-home-dir id=1007 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' [ 201.145075] audit: type=1100 audit(1503706010.688:1822): pid=12459 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 201.148547] audit: type=1101 audit(1503706010.691:1823): pid=12459 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_succeed_if acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 201.152491] audit: type=1103 audit(1503706010.695:1824): pid=12459 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_rootok acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 201.180311] audit: type=1101 audit(1503706010.723:1825): pid=12461 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_unix,pam_localuser acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 201.191826] audit: type=1006 audit(1503706010.735:1826): pid=12461 uid=0 old-auid=4294967295 auid=0 old-ses=4294967295 ses=8 res=1 [ 201.196979] audit: type=1105 audit(1503706010.740:1827): pid=12461 uid=0 auid=0 ses=8 msg='op=PAM:session_open grantors=pam_selinux,pam_selinux,pam_loginuid,pam_keyinit,pam_limits,pam_systemd,pam_unix acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 201.268296] audit: type=1130 audit(1503706010.811:1828): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 201.273822] audit: type=1105 audit(1503706010.817:1829): pid=12459 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_systemd,pam_unix,pam_xauth acct="root" exe="/usr/bin/su" hostname=? addr=? terminal=? res=success' [ 201.886531] device veth1509531603 entered promiscuous mode [ 201.893925] IPv6: ADDRCONF(NETDEV_UP): veth1509531603: link is not ready [ 201.964948] eth0: renamed from vnet0 [ 204.096648] device veth1117719032 entered promiscuous mode [ 204.104932] IPv6: ADDRCONF(NETDEV_UP): veth1117719032: link is not ready [ 204.223486] eth0: renamed from vnet0 [ 211.972476] audit_printk_skb: 258 callbacks suppressed [ 211.973484] audit: type=1114 audit(1503706021.925:1898): pid=12735 uid=0 auid=4294967295 ses=4294967295 msg='op=add-user id=1009 exe="/usr/sbin/useradd" hostname=? addr=? terminal=? res=success' [ 212.200793] IPv6: ADDRCONF(NETDEV_CHANGE): veth1509531603: link becomes ready [ 212.202093] virbr0: port 2(veth1509531603) entered listening state [ 212.203145] virbr0: port 2(veth1509531603) entered listening state [ 212.255628] audit: type=1130 audit(1503706022.208:1899): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 212.334870] audit: type=1130 audit(1503706022.288:1900): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 212.349809] audit: type=1131 audit(1503706022.303:1901): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 212.367226] audit: type=1130 audit(1503706022.320:1902): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=nornet-research-node comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 212.376394] audit: type=1130 audit(1503706022.329:1903): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 212.470856] audit: type=1130 audit(1503706022.424:1904): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 212.539052] audit: type=1123 audit(1503706022.492:1905): pid=12826 uid=0 auid=4294967295 ses=4294967295 msg='cwd="/home/inri_sl1" cmd=2F62696E2F7368202D2D6C6F67696E202D63206563686F20686F73746E616D65203B20686F73746E616D653B206563686F2069643B2069643B206563686F20756E616D65202D61203B20756E616D65202D61 terminal=? res=success' [ 212.550583] audit: type=1110 audit(1503706022.503:1906): pid=12826 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 212.571075] audit: type=1105 audit(1503706022.524:1907): pid=12826 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_keyinit,pam_limits,pam_keyinit,pam_limits,pam_unix acct="inri_sl1" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 214.204704] virbr0: port 2(veth1509531603) entered learning state [ 214.643621] device veth1278091035 entered promiscuous mode [ 214.652718] IPv6: ADDRCONF(NETDEV_UP): veth1278091035: link is not ready [ 214.835249] eth0: renamed from vnet0 [ 216.208705] virbr0: topology change detected, propagating [ 216.209667] virbr0: port 2(veth1509531603) entered forwarding state [ 216.262160] IPv6: ADDRCONF(NETDEV_CHANGE): veth1117719032: link becomes ready [ 216.263542] virbr0: port 3(veth1117719032) entered listening state [ 216.264620] virbr0: port 3(veth1117719032) entered listening state [ 217.545489] audit_printk_skb: 303 callbacks suppressed [ 217.546391] audit: type=1123 audit(1503706027.498:2000): pid=13551 uid=0 auid=4294967295 ses=4294967295 msg='cwd="/home/inri_sl3" cmd=2F62696E2F7368202D2D6C6F67696E202D63207375646F202D69202F7573722F62696E2F706C635F747269676765725F6F6D665F7263 terminal=? res=success' [ 217.569033] audit: type=1110 audit(1503706027.522:2001): pid=13551 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_unix acct="inri_sl3" exe="/usr/bin/sudo" hostname=? addr=? terminal=? res=success' [ 218.203093] audit: type=1131 audit(1503706028.156:2002): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=console-getty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 218.222088] audit: type=1130 audit(1503706028.175:2003): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=console-getty comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed' [ 218.268709] virbr0: port 3(veth1117719032) entered learning state [ 218.809687] audit: type=1130 audit(1503706028.762:2004): pid=12496 uid=0 auid=4294967295 ses=4294967295 msg='unit=nornet-research-slice comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 219.190648] audit: type=1130 audit(1503706029.143:2005): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=nornet-research-slice comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 220.272994] virbr0: topology change detected, propagating [ 220.274237] virbr0: port 3(veth1117719032) entered forwarding state [ 230.985645] audit: type=1130 audit(1503706040.938:2006): pid=12496 uid=0 auid=4294967295 ses=4294967295 msg='unit=network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 231.009804] audit: type=1130 audit(1503706040.963:2007): pid=12496 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 231.015758] audit: type=1131 audit(1503706040.969:2008): pid=12496 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 231.052195] audit: type=1130 audit(1503706041.005:2009): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=network comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 231.063578] audit: type=1130 audit(1503706041.016:2010): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 231.067155] audit: type=1131 audit(1503706041.020:2011): pid=12687 uid=0 auid=4294967295 ses=4294967295 msg='unit=rpc-statd-notify comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' [ 240.708377] audit: type=2404 audit(1503706050.661:2012): pid=13842 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:b9:3e:6e:4e:f4:ce:11:0c:35:57:15:2b:d4:a4:62:27:63:25:1a:b2:06:07:ad:63:29:24:db:fd:d6:05:ea:49 direction=? spid=13842 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 240.713973] audit: type=2404 audit(1503706050.667:2013): pid=13842 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c6:56:ee:6b:cc:c3:17:5d:62:d5:5a:0e:9d:9a:bd:75:7f:21:2b:bb:c0:12:3f:5b:28:db:cd:4e:06:51:b7:6c direction=? spid=13842 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 240.718989] audit: type=2404 audit(1503706050.672:2014): pid=13842 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:c5:44:58:bf:6a:9d:6d:bd:dd:5d:33:13:45:55:0a:1a:8e:14:d2:94:4b:63:99:ae:37:8d:db:d1:04:05:ad:6a direction=? spid=13842 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 240.724038] audit: type=2404 audit(1503706050.677:2015): pid=13842 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=server fp=SHA256:75:10:bc:de:43:d4:37:b3:99:e1:e3:d1:09:c0:cf:bf:f7:07:81:9e:4b:08:fc:2d:37:9b:30:74:83:5b:28:dc direction=? spid=13842 suid=0 exe="/usr/sbin/sshd" hostname=? addr=? terminal=? res=success' [ 240.729416] audit: type=2407 audit(1503706050.682:2016): pid=13841 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-server cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=13842 suid=74 rport=60082 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 240.735158] audit: type=2407 audit(1503706050.688:2017): pid=13841 uid=0 auid=4294967295 ses=4294967295 msg='op=start direction=from-client cipher=aes256-gcm@openssh.com ksize=256 mac= pfs=curve25519-sha256@libssh.org spid=13842 suid=74 rport=60082 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 240.804767] audit: type=1100 audit(1503706050.758:2018): pid=13841 uid=0 auid=4294967295 ses=4294967295 msg='op=pubkey_auth rport=60082 acct="inri_sl3" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 240.808940] audit: type=1100 audit(1503706050.762:2019): pid=13841 uid=0 auid=4294967295 ses=4294967295 msg='op=key algo=ssh-rsa size=2048 fp=SHA256:3f:dd:f5:d8:40:22:71:e4:3f:ec:6c:07:2b:ba:b1:a3:07:07:d3:bc:7d:c2:c7:70:d9:f0:94:c0:2d:3e:04:c3 rport=60082 acct="inri_sl3" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 240.815265] audit: type=2404 audit(1503706050.768:2020): pid=13841 uid=0 auid=4294967295 ses=4294967295 msg='op=destroy kind=session fp=? direction=both spid=13842 suid=74 rport=60082 laddr=10.1.1.65 lport=22 exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=? res=success' [ 240.821323] audit: type=1100 audit(1503706050.774:2021): pid=13841 uid=0 auid=4294967295 ses=4294967295 msg='op=success acct="inri_sl3" exe="/usr/sbin/sshd" hostname=? addr=10.1.1.23 terminal=ssh res=success'