Last active
September 5, 2017 07:27
-
-
Save basvandijk/2c03464e1cfe3ceceb2a6b4b3c81b41c to your computer and use it in GitHub Desktop.
No private key found while key is loaded
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alice] $ cat /etc/swanctl/swanctl.conf | |
connections { | |
alice { | |
children { | |
alice { | |
remote_ts = 10.0.0.0/24 | |
start_action = start | |
updown = /nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/libexec/ipsec/_updown iptables | |
} | |
} | |
local-main { | |
auth = pubkey | |
id = alice | |
} | |
remote-main { | |
auth = pubkey | |
id = moon | |
} | |
remote_addrs = moon | |
vips = 0.0.0.0 | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[moon] $ cat /etc/swanctl/swanctl.conf | |
connections { | |
alice { | |
children { | |
alice { | |
local_ts = 10.0.0.0/24 | |
updown = /nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/libexec/ipsec/_updown iptables | |
} | |
} | |
local-main { | |
auth = pubkey | |
id = moon | |
} | |
pools = alice | |
remote-main { | |
auth = pubkey | |
id = alice | |
} | |
} | |
carol { | |
children { | |
carol { | |
local_ts = 10.0.0.0/24 | |
updown = /nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/libexec/ipsec/_updown iptables | |
} | |
} | |
local-main { | |
auth = pubkey | |
id = moon | |
} | |
pools = carol | |
remote-main { | |
auth = pubkey | |
id = carol | |
} | |
} | |
} | |
pools { | |
alice { | |
addrs = 10.0.0.1 | |
} | |
carol { | |
addrs = 10.0.0.2 | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alice] $ pki --print --in /etc/swanctl/x509/aliceCert.der | |
subject: "C=CH, O=strongSwan, CN=alice" | |
issuer: "C=CH, O=strongSwan, CN=strongSwan CA" | |
validity: not before Sep 04 20:36:35 2017, ok | |
not after Sep 03 20:36:35 2020, ok (expires in 1094 days) | |
serial: 15:e5:2b:aa:af:61:cf:f1 | |
authkeyId: ec:cd:2d:9a:ab:0c:d0:62:aa:87:7f:1c:92:5c:7d:29:0f:e0:14:3b | |
subjkeyId: 05:20:15:f0:62:c4:24:8f:69:2a:bd:c3:7e:dd:ee:dd:c9:7d:e4:72 | |
pubkey: RSA 2048 bits | |
keyid: 95:94:34:5c:6f:4b:3b:9c:1f:b2:19:96:9d:1b:80:33:9d:f2:19:3a | |
subjkey: 05:20:15:f0:62:c4:24:8f:69:2a:bd:c3:7e:dd:ee:dd:c9:7d:e4:72 | |
[alice] $ pki --print --in /etc/swanctl/rsa/alicePrivKey.der --type rsa | |
privkey: RSA 2048 bits | |
keyid: 95:94:34:5c:6f:4b:3b:9c:1f:b2:19:96:9d:1b:80:33:9d:f2:19:3a | |
subjkey: 05:20:15:f0:62:c4:24:8f:69:2a:bd:c3:7e:dd:ee:dd:c9:7d:e4:72 | |
[alice] $ pki --verify --in /etc/swanctl/x509/aliceCert.der --cacert /etc/swanctl/x509ca/caCert.der | |
using certificate "C=CH, O=strongSwan, CN=alice" | |
using trusted ca certificate "C=CH, O=strongSwan, CN=strongSwan CA" | |
reached self-signed root ca with a path length of 0 | |
certificate trusted, lifetimes valid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
these derivations will be built: | |
/nix/store/8p7mqk5i7jikly248vcm9iaiv8fm3v5r-vm-test-run-strongswan-swanctl-pubkey.drv | |
building path(s) ‘/nix/store/3iyqvd6ll7yl7bbh7w0lbd1ysp3hvm2z-vm-test-run-strongswan-swanctl-pubkey’ | |
starting VDE switch for network 1 | |
running the VM test script | |
starting all VMs | |
carol: starting vm | |
carol# Formatting '/tmp/nix-build-vm-test-run-strongswan-swanctl-pubkey.drv-0/vm-state-carol/carol.qcow2', fmt=qcow2 size=536870912 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16 | |
carol# qemu-system-x86_64: -net nic,vlan=0,model=virtio: 'vlan' is deprecated. Please use 'netdev' instead. | |
carol: QEMU running (pid 20093) | |
moon: starting vm | |
moon# Formatting '/tmp/nix-build-vm-test-run-strongswan-swanctl-pubkey.drv-0/vm-state-moon/moon.qcow2', fmt=qcow2 size=536870912 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16 | |
moon# qemu-system-x86_64: -net nic,vlan=0,model=virtio: 'vlan' is deprecated. Please use 'netdev' instead. | |
moon: QEMU running (pid 20104) | |
alice: starting vm | |
alice# Formatting '/tmp/nix-build-vm-test-run-strongswan-swanctl-pubkey.drv-0/vm-state-alice/alice.qcow2', fmt=qcow2 size=536870912 encryption=off cluster_size=65536 lazy_refcounts=off refcount_bits=16 | |
alice# qemu-system-x86_64: -net nic,vlan=0,model=virtio: 'vlan' is deprecated. Please use 'netdev' instead. | |
alice: QEMU running (pid 20116) | |
carol: waiting for success: ping -c 1 10.0.0.1 | |
carol: running command: ping -c 1 10.0.0.1 | |
carol: waiting for the VM to finish booting | |
carol# [ 0.000000] Linux version 4.9.45 (nixbld@localhost) (gcc version 6.4.0 (GCC) ) #1-NixOS SMP Fri Aug 25 00:12:55 UTC 2017 | |
carol# [ 0.000000] Command line: loglevel=7 console=ttyS0 panic=1 boot.panic_on_fail init=/nix/store/9kapb0m6aay9biwsawvivdr76gia022s-nixos-system-carol-17.09.git.abe2b05/init regInfo=/nix/store/pav1s0qr3zysr7gc7grmjsar8nmqs864-reginfo | |
carol# [ 0.000000] x86/fpu: Legacy x87 FPU detected. | |
carol# [ 0.000000] x86/fpu: Using 'eager' FPU context switches. | |
carol# [ 0.000000] e820: BIOS-provided physical RAM map: | |
carol# [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable | |
carol# [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved | |
carol# [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved | |
carol# [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000017fdbfff] usable | |
carol# [ 0.000000] BIOS-e820: [mem 0x0000000017fdc000-0x0000000017ffffff] reserved | |
carol# [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved | |
carol# [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved | |
carol# [ 0.000000] NX (Execute Disable) protection: active | |
carol# [ 0.000000] SMBIOS 2.8 present. | |
carol# [ 0.000000] Hypervisor detected: KVM | |
carol# [ 0.000000] e820: last_pfn = 0x17fdc max_arch_pfn = 0x400000000 | |
carol# [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- UC | |
carol# [ 0.000000] found SMP MP-table at [mem 0x000f6a70-0x000f6a7f] mapped at [ffff9936c00f6a70] | |
carol# [ 0.000000] Scanning 1 areas for low memory corruption | |
carol# [ 0.000000] RAMDISK: [mem 0x17999000-0x17fcffff] | |
carol# [ 0.000000] ACPI: Early table checksum verification disabled | |
carol# [ 0.000000] ACPI: RSDP 0x00000000000F6880 000014 (v00 BOCHS ) | |
carol# [ 0.000000] ACPI: RSDT 0x0000000017FE154E 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) | |
carol# [ 0.000000] ACPI: FACP 0x0000000017FE142A 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) | |
carol# [ 0.000000] ACPI: DSDT 0x0000000017FE0040 0013EA (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) | |
carol# [ 0.000000] ACPI: FACS 0x0000000017FE0000 000040 | |
carol# [ 0.000000] ACPI: APIC 0x0000000017FE149E 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) | |
carol# [ 0.000000] ACPI: HPET 0x0000000017FE1516 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) | |
carol# [ 0.000000] No NUMA configuration found | |
carol# [ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000017fdbfff] | |
carol# [ 0.000000] NODE_DATA(0) allocated [mem 0x17fd8000-0x17fdbfff] | |
carol# [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 | |
carol# [ 0.000000] kvm-clock: cpu 0, msr 0:17fd2001, primary cpu clock | |
carol# [ 0.000000] kvm-clock: using sched offset of 429087069 cycles | |
carol# [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns | |
carol# [ 0.000000] Zone ranges: | |
carol# [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] | |
carol# [ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000017fdbfff] | |
carol# [ 0.000000] Normal empty | |
carol# [ 0.000000] Movable zone start for each node | |
carol# [ 0.000000] Early memory node ranges | |
carol# [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] | |
carol# [ 0.000000] node 0: [mem 0x0000000000100000-0x0000000017fdbfff] | |
carol# [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000017fdbfff] | |
carol# [ 0.000000] ACPI: PM-Timer IO Port: 0x608 | |
carol# [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) | |
carol# [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 | |
carol# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) | |
carol# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) | |
carol# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) | |
carol# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) | |
carol# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) | |
carol# [ 0.000000] Using ACPI (MADT) for SMP configuration information | |
carol# [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 | |
carol# [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs | |
carol# [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] | |
carol# [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] | |
carol# [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] | |
carol# [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] | |
carol# [ 0.000000] e820: [mem 0x18000000-0xfeffbfff] available for PCI devices | |
carol# [ 0.000000] Booting paravirtualized kernel on KVM | |
carol# [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns | |
carol# [ 0.000000] setup_percpu: NR_CPUS:384 nr_cpumask_bits:384 nr_cpu_ids:1 nr_node_ids:1 | |
carol# [ 0.000000] percpu: Embedded 35 pages/cpu @ffff9936d7600000 s102424 r8192 d32744 u2097152 | |
carol# [ 0.000000] KVM setup async PF for cpu 0 | |
carol# [ 0.000000] kvm-stealtime: cpu 0, msr 1760d940 | |
carol# [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 96613 | |
carol# [ 0.000000] Policy zone: DMA32 | |
carol# [ 0.000000] Kernel command line: loglevel=7 console=ttyS0 panic=1 boot.panic_on_fail init=/nix/store/9kapb0m6aay9biwsawvivdr76gia022s-nixos-system-carol-17.09.git.abe2b05/init regInfo=/nix/store/pav1s0qr3zysr7gc7grmjsar8nmqs864-reginfo | |
carol# [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) | |
carol# [ 0.000000] Memory: 368520K/392680K available (5562K kernel code, 986K rwdata, 1864K rodata, 1308K init, 780K bss, 24160K reserved, 0K cma-reserved) | |
carol# [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 | |
carol# [ 0.000000] Hierarchical RCU implementation. | |
carol# [ 0.000000] Build-time adjustment of leaf fanout to 64. | |
carol# [ 0.000000] RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=1. | |
carol# [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 | |
carol# [ 0.000000] NR_IRQS:24832 nr_irqs:256 16 | |
carol# [ 0.000000] Console: colour VGA+ 80x25 | |
carol# [ 0.000000] console [ttyS0] enabled | |
carol# [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns | |
carol# [ 0.000000] tsc: Detected 2793.544 MHz processor | |
carol# [ 0.052659] Calibrating delay loop (skipped) preset value.. 5587.08 BogoMIPS (lpj=2793544) | |
carol# [ 0.053367] pid_max: default: 32768 minimum: 301 | |
carol# [ 0.053755] ACPI: Core revision 20160831 | |
carol# [ 0.054620] ACPI: 1 ACPI AML tables successfully acquired and loaded | |
carol# [ 0.055173] Security Framework initialized | |
carol# [ 0.055536] Yama: becoming mindful. | |
carol# [ 0.055839] AppArmor: AppArmor initialized | |
carol# [ 0.056217] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) | |
carol# [ 0.056855] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) | |
carol# [ 0.057466] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) | |
carol# [ 0.058009] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) | |
carol# [ 0.058729] CPU: Physical Processor ID: 0 | |
carol# [ 0.059081] mce: CPU supports 10 MCE banks | |
carol# [ 0.059461] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 | |
carol# [ 0.059897] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 | |
carol# [ 0.065970] Freeing SMP alternatives memory: 24K | |
carol# [ 0.069144] ftrace: allocating 22936 entries in 90 pages | |
moon# [ 0.000000] Linux version 4.9.45 (nixbld@localhost) (gcc version 6.4.0 (GCC) ) #1-NixOS SMP Fri Aug 25 00:12:55 UTC 2017 | |
moon# [ 0.000000] Command line: loglevel=7 console=ttyS0 panic=1 boot.panic_on_fail init=/nix/store/9nl1da19fir34kw1cmq1r3bk1pyf8x1c-nixos-system-moon-17.09.git.abe2b05/init regInfo=/nix/store/swfsqp8s50465q98sydi40fkkybc31l7-reginfo | |
moon# [ 0.000000] x86/fpu: Legacy x87 FPU detected. | |
moon# [ 0.000000] x86/fpu: Using 'eager' FPU context switches. | |
moon# [ 0.000000] e820: BIOS-provided physical RAM map: | |
carol# [ 0.082365] smpboot: Max logical packages: 1 | |
moon# [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable | |
carol# [ 0.082842] x2apic enabled | |
moon# [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved | |
carol# [ 0.083205] Switched APIC routing to physical x2apic. | |
moon# [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved | |
carol# [ 0.084128] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 | |
moon# [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000017fdbfff] usable | |
moon# [ 0.000000] BIOS-e820: [mem 0x0000000017fdc000-0x0000000017ffffff] reserved | |
moon# [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved | |
moon# [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved | |
moon# [ 0.000000] NX (Execute Disable) protection: active | |
moon# [ 0.000000] SMBIOS 2.8 present. | |
moon# [ 0.000000] Hypervisor detected: KVM | |
moon# [ 0.000000] e820: last_pfn = 0x17fdc max_arch_pfn = 0x400000000 | |
moon# [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- UC | |
moon# [ 0.000000] found SMP MP-table at [mem 0x000f6a70-0x000f6a7f] mapped at [ffff898a000f6a70] | |
moon# [ 0.000000] Scanning 1 areas for low memory corruption | |
moon# [ 0.000000] RAMDISK: [mem 0x17999000-0x17fcffff] | |
moon# [ 0.000000] ACPI: Early table checksum verification disabled | |
moon# [ 0.000000] ACPI: RSDP 0x00000000000F6880 000014 (v00 BOCHS ) | |
moon# [ 0.000000] ACPI: RSDT 0x0000000017FE154E 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) | |
moon# [ 0.000000] ACPI: FACP 0x0000000017FE142A 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) | |
moon# [ 0.000000] ACPI: DSDT 0x0000000017FE0040 0013EA (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) | |
moon# [ 0.000000] ACPI: FACS 0x0000000017FE0000 000040 | |
moon# [ 0.000000] ACPI: APIC 0x0000000017FE149E 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) | |
moon# [ 0.000000] ACPI: HPET 0x0000000017FE1516 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) | |
moon# [ 0.000000] No NUMA configuration found | |
moon# [ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000017fdbfff] | |
moon# [ 0.000000] NODE_DATA(0) allocated [mem 0x17fd8000-0x17fdbfff] | |
moon# [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 | |
moon# [ 0.000000] kvm-clock: cpu 0, msr 0:17fd2001, primary cpu clock | |
moon# [ 0.000000] kvm-clock: using sched offset of 421360166 cycles | |
moon# [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns | |
moon# [ 0.000000] Zone ranges: | |
moon# [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] | |
moon# [ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000017fdbfff] | |
moon# [ 0.000000] Normal empty | |
moon# [ 0.000000] Movable zone start for each node | |
moon# [ 0.000000] Early memory node ranges | |
moon# [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] | |
moon# [ 0.000000] node 0: [mem 0x0000000000100000-0x0000000017fdbfff] | |
moon# [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000017fdbfff] | |
moon# [ 0.000000] ACPI: PM-Timer IO Port: 0x608 | |
moon# [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) | |
moon# [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 | |
moon# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) | |
moon# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) | |
moon# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) | |
moon# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) | |
moon# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) | |
moon# [ 0.000000] Using ACPI (MADT) for SMP configuration information | |
moon# [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 | |
moon# [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs | |
moon# [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] | |
moon# [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] | |
moon# [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] | |
moon# [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] | |
moon# [ 0.000000] e820: [mem 0x18000000-0xfeffbfff] available for PCI devices | |
moon# [ 0.000000] Booting paravirtualized kernel on KVM | |
moon# [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns | |
moon# [ 0.000000] setup_percpu: NR_CPUS:384 nr_cpumask_bits:384 nr_cpu_ids:1 nr_node_ids:1 | |
moon# [ 0.000000] percpu: Embedded 35 pages/cpu @ffff898a17600000 s102424 r8192 d32744 u2097152 | |
moon# [ 0.000000] KVM setup async PF for cpu 0 | |
moon# [ 0.000000] kvm-stealtime: cpu 0, msr 1760d940 | |
moon# [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 96613 | |
moon# [ 0.000000] Policy zone: DMA32 | |
moon# [ 0.000000] Kernel command line: loglevel=7 console=ttyS0 panic=1 boot.panic_on_fail init=/nix/store/9nl1da19fir34kw1cmq1r3bk1pyf8x1c-nixos-system-moon-17.09.git.abe2b05/init regInfo=/nix/store/swfsqp8s50465q98sydi40fkkybc31l7-reginfo | |
moon# [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) | |
moon# [ 0.000000] Memory: 368520K/392680K available (5562K kernel code, 986K rwdata, 1864K rodata, 1308K init, 780K bss, 24160K reserved, 0K cma-reserved) | |
moon# [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 | |
moon# [ 0.000000] Hierarchical RCU implementation. | |
moon# [ 0.000000] Build-time adjustment of leaf fanout to 64. | |
moon# [ 0.000000] RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=1. | |
moon# [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 | |
moon# [ 0.000000] NR_IRQS:24832 nr_irqs:256 16 | |
moon# [ 0.000000] Console: colour VGA+ 80x25 | |
moon# [ 0.000000] console [ttyS0] enabled | |
moon# [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns | |
moon# [ 0.000000] tsc: Detected 2793.544 MHz processor | |
moon# [ 0.057896] Calibrating delay loop (skipped) preset value.. 5587.08 BogoMIPS (lpj=2793544) | |
moon# [ 0.058600] pid_max: default: 32768 minimum: 301 | |
moon# [ 0.059001] ACPI: Core revision 20160831 | |
moon# [ 0.059857] ACPI: 1 ACPI AML tables successfully acquired and loaded | |
moon# [ 0.060403] Security Framework initialized | |
moon# [ 0.060771] Yama: becoming mindful. | |
moon# [ 0.061074] AppArmor: AppArmor initialized | |
moon# [ 0.061447] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) | |
moon# [ 0.062089] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) | |
moon# [ 0.062710] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) | |
moon# [ 0.063254] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) | |
moon# [ 0.063983] CPU: Physical Processor ID: 0 | |
moon# [ 0.064330] mce: CPU supports 10 MCE banks | |
moon# [ 0.064721] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 | |
moon# [ 0.065160] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 | |
moon# [ 0.071117] Freeing SMP alternatives memory: 24K | |
moon# [ 0.074217] ftrace: allocating 22936 entries in 90 pages | |
moon# [ 0.087219] smpboot: Max logical packages: 1 | |
moon# [ 0.087729] x2apic enabled | |
moon# [ 0.088090] Switched APIC routing to physical x2apic. | |
moon# [ 0.089036] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 | |
alice# [ 0.000000] Linux version 4.9.45 (nixbld@localhost) (gcc version 6.4.0 (GCC) ) #1-NixOS SMP Fri Aug 25 00:12:55 UTC 2017 | |
alice# [ 0.000000] Command line: loglevel=7 console=ttyS0 panic=1 boot.panic_on_fail init=/nix/store/s2gapx821d3v2y39k2w8fh04p4xn8rb2-nixos-system-alice-17.09.git.abe2b05/init regInfo=/nix/store/2wd7w5lfdy0v043ggxpz6rq2dj9si4hy-reginfo | |
alice# [ 0.000000] x86/fpu: Legacy x87 FPU detected. | |
alice# [ 0.000000] x86/fpu: Using 'eager' FPU context switches. | |
alice# [ 0.000000] e820: BIOS-provided physical RAM map: | |
alice# [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable | |
alice# [ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved | |
alice# [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved | |
alice# [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000017fdbfff] usable | |
alice# [ 0.000000] BIOS-e820: [mem 0x0000000017fdc000-0x0000000017ffffff] reserved | |
alice# [ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved | |
alice# [ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved | |
alice# [ 0.000000] NX (Execute Disable) protection: active | |
alice# [ 0.000000] SMBIOS 2.8 present. | |
alice# [ 0.000000] Hypervisor detected: KVM | |
alice# [ 0.000000] e820: last_pfn = 0x17fdc max_arch_pfn = 0x400000000 | |
alice# [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- UC | |
alice# [ 0.000000] found SMP MP-table at [mem 0x000f6a70-0x000f6a7f] mapped at [ffff982bc00f6a70] | |
alice# [ 0.000000] Scanning 1 areas for low memory corruption | |
alice# [ 0.000000] RAMDISK: [mem 0x17999000-0x17fcffff] | |
alice# [ 0.000000] ACPI: Early table checksum verification disabled | |
alice# [ 0.000000] ACPI: RSDP 0x00000000000F6880 000014 (v00 BOCHS ) | |
alice# [ 0.000000] ACPI: RSDT 0x0000000017FE154E 000030 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001) | |
alice# [ 0.000000] ACPI: FACP 0x0000000017FE142A 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001) | |
alice# [ 0.000000] ACPI: DSDT 0x0000000017FE0040 0013EA (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001) | |
alice# [ 0.000000] ACPI: FACS 0x0000000017FE0000 000040 | |
alice# [ 0.000000] ACPI: APIC 0x0000000017FE149E 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001) | |
alice# [ 0.000000] ACPI: HPET 0x0000000017FE1516 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001) | |
alice# [ 0.000000] No NUMA configuration found | |
alice# [ 0.000000] Faking a node at [mem 0x0000000000000000-0x0000000017fdbfff] | |
alice# [ 0.000000] NODE_DATA(0) allocated [mem 0x17fd8000-0x17fdbfff] | |
alice# [ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00 | |
alice# [ 0.000000] kvm-clock: cpu 0, msr 0:17fd2001, primary cpu clock | |
alice# [ 0.000000] kvm-clock: using sched offset of 422803398 cycles | |
alice# [ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns | |
alice# [ 0.000000] Zone ranges: | |
alice# [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] | |
alice# [ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000017fdbfff] | |
alice# [ 0.000000] Normal empty | |
alice# [ 0.000000] Movable zone start for each node | |
alice# [ 0.000000] Early memory node ranges | |
alice# [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff] | |
alice# [ 0.000000] node 0: [mem 0x0000000000100000-0x0000000017fdbfff] | |
alice# [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000017fdbfff] | |
alice# [ 0.000000] ACPI: PM-Timer IO Port: 0x608 | |
alice# [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1]) | |
alice# [ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23 | |
alice# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) | |
alice# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level) | |
carol# [ 0.186248] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1) | |
alice# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) | |
carol# [ 0.186969] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only. | |
alice# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level) | |
carol# [ 0.188038] x86: Booted up 1 node, 1 CPUs | |
alice# [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level) | |
carol# [ 0.188370] smpboot: Total of 1 processors activated (5587.08 BogoMIPS) | |
alice# [ 0.000000] Using ACPI (MADT) for SMP configuration information | |
carol# [ 0.189063] devtmpfs: initialized | |
alice# [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 | |
alice# [ 0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs | |
carol# [ 0.189465] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns | |
alice# [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] | |
carol# [ 0.190243] futex hash table entries: 256 (order: 2, 16384 bytes) | |
alice# [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] | |
alice# [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] | |
alice# [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] | |
alice# [ 0.000000] e820: [mem 0x18000000-0xfeffbfff] available for PCI devices | |
alice# [ 0.000000] Booting paravirtualized kernel on KVM | |
carol# [ 0.190754] pinctrl core: initialized pinctrl subsystem | |
carol# [ 0.191174] NET: Registered protocol family 16 | |
carol# [ 0.191513] cpuidle: using governor menu | |
carol# [ 0.191751] ACPI: bus type PCI registered | |
carol# [ 0.191969] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
carol# [ 0.192371] PCI: Using configuration type 1 for base access | |
alice# [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns | |
carol# [ 0.193162] HugeTLB registered 2 MB page size, pre-allocated 0 pages | |
alice# [ 0.000000] setup_percpu: NR_CPUS:384 nr_cpumask_bits:384 nr_cpu_ids:1 nr_node_ids:1 | |
carol# [ 0.193654] ACPI: Added _OSI(Module Device) | |
carol# [ 0.193933] ACPI: Added _OSI(Processor Device) | |
carol# [ 0.194217] ACPI: Added _OSI(3.0 _SCP Extensions) | |
carol# [ 0.194520] ACPI: Added _OSI(Processor Aggregator Device) | |
alice# [ 0.000000] percpu: Embedded 35 pages/cpu @ffff982bd7600000 s102424 r8192 d32744 u2097152 | |
alice# [ 0.000000] KVM setup async PF for cpu 0 | |
alice# [ 0.000000] kvm-stealtime: cpu 0, msr 1760d940 | |
alice# [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 96613 | |
alice# [ 0.000000] Policy zone: DMA32 | |
carol# [ 0.196113] ACPI: Interpreter enabled | |
carol# [ 0.196367] ACPI: (supports S0 S3 S4 S5) | |
alice# [ 0.000000] Kernel command line: loglevel=7 console=ttyS0 panic=1 boot.panic_on_fail init=/nix/store/s2gapx821d3v2y39k2w8fh04p4xn8rb2-nixos-system-alice-17.09.git.abe2b05/init regInfo=/nix/store/2wd7w5lfdy0v043ggxpz6rq2dj9si4hy-reginfo | |
carol# [ 0.196623] ACPI: Using IOAPIC for interrupt routing | |
alice# [ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes) | |
carol# [ 0.196956] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
alice# [ 0.000000] Memory: 368520K/392680K available (5562K kernel code, 986K rwdata, 1864K rodata, 1308K init, 780K bss, 24160K reserved, 0K cma-reserved) | |
alice# [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 | |
alice# [ 0.000000] Hierarchical RCU implementation. | |
alice# [ 0.000000] Build-time adjustment of leaf fanout to 64. | |
carol# [ 0.198829] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) | |
alice# [ 0.000000] RCU restricting CPUs from NR_CPUS=384 to nr_cpu_ids=1. | |
carol# [ 0.199229] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] | |
alice# [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1 | |
alice# [ 0.000000] NR_IRQS:24832 nr_irqs:256 16 | |
carol# [ 0.199753] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM | |
alice# [ 0.000000] Console: colour VGA+ 80x25 | |
alice# [ 0.000000] console [ttyS0] enabled | |
alice# [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns | |
carol# [ 0.200385] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. | |
alice# [ 0.000000] tsc: Detected 2793.544 MHz processor | |
carol# [ 0.202011] acpiphp: Slot [3] registered | |
alice# [ 0.054702] Calibrating delay loop (skipped) preset value.. 5587.08 BogoMIPS (lpj=2793544) | |
carol# [ 0.202283] acpiphp: Slot [4] registered | |
carol# [ 0.202589] acpiphp: Slot [5] registered | |
alice# [ 0.055311] pid_max: default: 32768 minimum: 301 | |
carol# [ 0.202844] acpiphp: Slot [6] registered | |
alice# [ 0.055771] ACPI: Core revision 20160831 | |
carol# [ 0.203109] acpiphp: Slot [7] registered | |
carol# [ 0.203372] acpiphp: Slot [8] registered | |
carol# [ 0.203641] acpiphp: Slot [9] registered | |
carol# [ 0.203900] acpiphp: Slot [10] registered | |
carol# [ 0.204168] acpiphp: Slot [11] registered | |
carol# [ 0.204435] acpiphp: Slot [12] registered | |
alice# [ 0.056957] ACPI: 1 ACPI AML tables successfully acquired and loaded | |
carol# [ 0.204709] acpiphp: Slot [13] registered | |
alice# [ 0.057627] Security Framework initialized | |
carol# [ 0.204977] acpiphp: Slot [14] registered | |
alice# [ 0.058032] Yama: becoming mindful. | |
carol# [ 0.205238] acpiphp: Slot [15] registered | |
alice# [ 0.058310] AppArmor: AppArmor initialized | |
carol# [ 0.205708] acpiphp: Slot [16] registered | |
carol# [ 0.206002] acpiphp: Slot [17] registered | |
alice# [ 0.058718] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes) | |
carol# [ 0.206285] acpiphp: Slot [18] registered | |
carol# [ 0.206565] acpiphp: Slot [19] registered | |
carol# [ 0.206839] acpiphp: Slot [20] registered | |
alice# [ 0.059484] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes) | |
carol# [ 0.207122] acpiphp: Slot [21] registered | |
carol# [ 0.207413] acpiphp: Slot [22] registered | |
alice# [ 0.060184] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes) | |
carol# [ 0.207687] acpiphp: Slot [23] registered | |
carol# [ 0.207966] acpiphp: Slot [24] registered | |
carol# [ 0.208239] acpiphp: Slot [25] registered | |
alice# [ 0.060829] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes) | |
carol# [ 0.208519] acpiphp: Slot [26] registered | |
carol# [ 0.208805] acpiphp: Slot [27] registered | |
alice# [ 0.061746] CPU: Physical Processor ID: 0 | |
carol# [ 0.209083] acpiphp: Slot [28] registered | |
carol# [ 0.209372] acpiphp: Slot [29] registered | |
alice# [ 0.062160] mce: CPU supports 10 MCE banks | |
carol# [ 0.209646] acpiphp: Slot [30] registered | |
carol# [ 0.209925] acpiphp: Slot [31] registered | |
alice# [ 0.062595] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 | |
carol# [ 0.210195] PCI host bridge to bus 0000:00 | |
alice# [ 0.063114] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0 | |
carol# [ 0.210472] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] | |
carol# [ 0.210907] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] | |
carol# [ 0.211345] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] | |
carol# [ 0.211821] pci_bus 0000:00: root bus resource [mem 0x18000000-0xfebfffff window] | |
carol# [ 0.212301] pci_bus 0000:00: root bus resource [bus 00-ff] | |
alice# [ 0.069184] Freeing SMP alternatives memory: 24K | |
carol# [ 0.219247] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] | |
alice# [ 0.072292] ftrace: allocating 22936 entries in 90 pages | |
carol# [ 0.219698] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] | |
carol# [ 0.220128] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] | |
carol# [ 0.220581] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] | |
carol# [ 0.228842] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI | |
carol# [ 0.229310] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB | |
alice# [ 0.085865] smpboot: Max logical packages: 1 | |
alice# [ 0.086240] x2apic enabled | |
alice# [ 0.086562] Switched APIC routing to physical x2apic. | |
alice# [ 0.087401] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 | |
moon# [ 0.191507] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1) | |
moon# [ 0.192247] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only. | |
moon# [ 0.193390] x86: Booted up 1 node, 1 CPUs | |
moon# [ 0.193730] smpboot: Total of 1 processors activated (5587.08 BogoMIPS) | |
moon# [ 0.194420] devtmpfs: initialized | |
moon# [ 0.194826] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns | |
moon# [ 0.195608] futex hash table entries: 256 (order: 2, 16384 bytes) | |
moon# [ 0.196122] pinctrl core: initialized pinctrl subsystem | |
moon# [ 0.196656] NET: Registered protocol family 16 | |
moon# [ 0.197121] cpuidle: using governor menu | |
moon# [ 0.197467] ACPI: bus type PCI registered | |
moon# [ 0.197808] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
moon# [ 0.198394] PCI: Using configuration type 1 for base access | |
moon# [ 0.199199] HugeTLB registered 2 MB page size, pre-allocated 0 pages | |
moon# [ 0.199814] ACPI: Added _OSI(Module Device) | |
moon# [ 0.200157] ACPI: Added _OSI(Processor Device) | |
moon# [ 0.200523] ACPI: Added _OSI(3.0 _SCP Extensions) | |
moon# [ 0.200907] ACPI: Added _OSI(Processor Aggregator Device) | |
moon# [ 0.202576] ACPI: Interpreter enabled | |
moon# [ 0.202898] ACPI: (supports S0 S3 S4 S5) | |
moon# [ 0.203218] ACPI: Using IOAPIC for interrupt routing | |
moon# [ 0.203637] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
moon# [ 0.205655] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) | |
moon# [ 0.206158] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] | |
moon# [ 0.206722] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM | |
moon# [ 0.207256] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. | |
moon# [ 0.208247] acpiphp: Slot [3] registered | |
moon# [ 0.208590] acpiphp: Slot [4] registered | |
moon# [ 0.208935] acpiphp: Slot [5] registered | |
moon# [ 0.209275] acpiphp: Slot [6] registered | |
moon# [ 0.209619] acpiphp: Slot [7] registered | |
moon# [ 0.209962] acpiphp: Slot [8] registered | |
moon# [ 0.210302] acpiphp: Slot [9] registered | |
moon# [ 0.210646] acpiphp: Slot [10] registered | |
moon# [ 0.210995] acpiphp: Slot [11] registered | |
moon# [ 0.211340] acpiphp: Slot [12] registered | |
moon# [ 0.211697] acpiphp: Slot [13] registered | |
moon# [ 0.212187] acpiphp: Slot [14] registered | |
moon# [ 0.212540] acpiphp: Slot [15] registered | |
moon# [ 0.212893] acpiphp: Slot [16] registered | |
moon# [ 0.213241] acpiphp: Slot [17] registered | |
moon# [ 0.213592] acpiphp: Slot [18] registered | |
moon# [ 0.213941] acpiphp: Slot [19] registered | |
moon# [ 0.214289] acpiphp: Slot [20] registered | |
moon# [ 0.214640] acpiphp: Slot [21] registered | |
moon# [ 0.214989] acpiphp: Slot [22] registered | |
moon# [ 0.215333] acpiphp: Slot [23] registered | |
moon# [ 0.215689] acpiphp: Slot [24] registered | |
moon# [ 0.216035] acpiphp: Slot [25] registered | |
moon# [ 0.216380] acpiphp: Slot [26] registered | |
moon# [ 0.216736] acpiphp: Slot [27] registered | |
moon# [ 0.217081] acpiphp: Slot [28] registered | |
moon# [ 0.217424] acpiphp: Slot [29] registered | |
moon# [ 0.217781] acpiphp: Slot [30] registered | |
moon# [ 0.218127] acpiphp: Slot [31] registered | |
moon# [ 0.218461] PCI host bridge to bus 0000:00 | |
moon# [ 0.218805] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] | |
moon# [ 0.219350] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] | |
moon# [ 0.219903] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] | |
moon# [ 0.220501] pci_bus 0000:00: root bus resource [mem 0x18000000-0xfebfffff window] | |
moon# [ 0.221107] pci_bus 0000:00: root bus resource [bus 00-ff] | |
moon# [ 0.227911] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] | |
moon# [ 0.228485] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] | |
moon# [ 0.229024] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] | |
moon# [ 0.229600] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] | |
moon# [ 0.237647] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI | |
moon# [ 0.238245] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB | |
alice# [ 0.189428] smpboot: CPU0: Intel Common KVM processor (family: 0xf, model: 0x6, stepping: 0x1) | |
alice# [ 0.190019] Performance Events: unsupported Netburst CPU model 6 no PMU driver, software events only. | |
alice# [ 0.190912] x86: Booted up 1 node, 1 CPUs | |
alice# [ 0.191171] smpboot: Total of 1 processors activated (5587.08 BogoMIPS) | |
alice# [ 0.191720] devtmpfs: initialized | |
alice# [ 0.192050] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns | |
alice# [ 0.192654] futex hash table entries: 256 (order: 2, 16384 bytes) | |
alice# [ 0.193045] pinctrl core: initialized pinctrl subsystem | |
alice# [ 0.193467] NET: Registered protocol family 16 | |
alice# [ 0.193842] cpuidle: using governor menu | |
alice# [ 0.194111] ACPI: bus type PCI registered | |
alice# [ 0.194353] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
alice# [ 0.194802] PCI: Using configuration type 1 for base access | |
alice# [ 0.195518] HugeTLB registered 2 MB page size, pre-allocated 0 pages | |
alice# [ 0.196004] ACPI: Added _OSI(Module Device) | |
alice# [ 0.196271] ACPI: Added _OSI(Processor Device) | |
alice# [ 0.196543] ACPI: Added _OSI(3.0 _SCP Extensions) | |
alice# [ 0.196835] ACPI: Added _OSI(Processor Aggregator Device) | |
alice# [ 0.198386] ACPI: Interpreter enabled | |
alice# [ 0.198648] ACPI: (supports S0 S3 S4 S5) | |
alice# [ 0.198891] ACPI: Using IOAPIC for interrupt routing | |
alice# [ 0.199199] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
alice# [ 0.201045] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff]) | |
alice# [ 0.201444] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] | |
alice# [ 0.201866] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM | |
alice# [ 0.202275] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge. | |
alice# [ 0.203064] acpiphp: Slot [3] registered | |
alice# [ 0.203325] acpiphp: Slot [4] registered | |
alice# [ 0.203583] acpiphp: Slot [5] registered | |
alice# [ 0.203835] acpiphp: Slot [6] registered | |
alice# [ 0.204085] acpiphp: Slot [7] registered | |
alice# [ 0.204335] acpiphp: Slot [8] registered | |
alice# [ 0.204593] acpiphp: Slot [9] registered | |
alice# [ 0.204855] acpiphp: Slot [10] registered | |
alice# [ 0.205110] acpiphp: Slot [11] registered | |
alice# [ 0.205366] acpiphp: Slot [12] registered | |
alice# [ 0.205627] acpiphp: Slot [13] registered | |
alice# [ 0.205891] acpiphp: Slot [14] registered | |
alice# [ 0.206147] acpiphp: Slot [15] registered | |
alice# [ 0.206401] acpiphp: Slot [16] registered | |
alice# [ 0.206663] acpiphp: Slot [17] registered | |
alice# [ 0.206927] acpiphp: Slot [18] registered | |
alice# [ 0.207182] acpiphp: Slot [19] registered | |
alice# [ 0.207447] acpiphp: Slot [20] registered | |
alice# [ 0.207872] acpiphp: Slot [21] registered | |
alice# [ 0.208127] acpiphp: Slot [22] registered | |
alice# [ 0.208382] acpiphp: Slot [23] registered | |
alice# [ 0.208644] acpiphp: Slot [24] registered | |
alice# [ 0.208913] acpiphp: Slot [25] registered | |
alice# [ 0.209168] acpiphp: Slot [26] registered | |
alice# [ 0.209423] acpiphp: Slot [27] registered | |
alice# [ 0.209685] acpiphp: Slot [28] registered | |
alice# [ 0.209955] acpiphp: Slot [29] registered | |
alice# [ 0.210211] acpiphp: Slot [30] registered | |
alice# [ 0.210472] acpiphp: Slot [31] registered | |
alice# [ 0.210726] PCI host bridge to bus 0000:00 | |
alice# [ 0.210981] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] | |
alice# [ 0.211393] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] | |
alice# [ 0.211810] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] | |
alice# [ 0.212270] pci_bus 0000:00: root bus resource [mem 0x18000000-0xfebfffff window] | |
alice# [ 0.212726] pci_bus 0000:00: root bus resource [bus 00-ff] | |
carol# [ 0.360087] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) | |
carol# [ 0.361728] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) | |
carol# [ 0.362178] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) | |
carol# [ 0.362625] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) | |
carol# [ 0.363045] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) | |
carol# [ 0.363473] ACPI: Enabled 2 GPEs in block 00 to 0F | |
carol# [ 0.363889] vgaarb: setting as boot device: PCI:0000:00:02.0 | |
carol# [ 0.364333] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none | |
carol# [ 0.364986] vgaarb: loaded | |
carol# [ 0.365214] vgaarb: bridge control possible 0000:00:02.0 | |
carol# [ 0.365713] PCI: Using ACPI for IRQ routing | |
carol# [ 0.366237] NetLabel: Initializing | |
carol# [ 0.366522] NetLabel: domain hash size = 128 | |
carol# [ 0.366876] NetLabel: protocols = UNLABELED CIPSOv4 | |
carol# [ 0.367297] NetLabel: unlabeled traffic allowed by default | |
alice# [ 0.220268] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] | |
alice# [ 0.220719] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6] | |
carol# [ 0.367808] HPET: 3 timers in total, 0 timers will be used for per-cpu timer | |
carol# [ 0.368373] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 | |
alice# [ 0.221126] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] | |
carol# [ 0.368708] hpet0: 3 comparators, 64-bit 100.000000 MHz counter | |
alice# [ 0.221662] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376] | |
carol# [ 0.372177] clocksource: Switched to clocksource kvm-clock | |
carol# [ 0.375477] VFS: Disk quotas dquot_6.6.0 | |
carol# [ 0.375744] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
carol# [ 0.376236] AppArmor: AppArmor Filesystem Enabled | |
carol# [ 0.376564] pnp: PnP ACPI init | |
carol# [ 0.377006] pnp: PnP ACPI: found 6 devices | |
alice# [ 0.229605] pci 0000:00:01.3: quirk: [io 0x0600-0x063f] claimed by PIIX4 ACPI | |
alice# [ 0.230202] pci 0000:00:01.3: quirk: [io 0x0700-0x070f] claimed by PIIX4 SMB | |
carol# [ 0.382600] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns | |
carol# [ 0.383241] NET: Registered protocol family 2 | |
carol# [ 0.383604] TCP established hash table entries: 4096 (order: 3, 32768 bytes) | |
carol# [ 0.384061] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) | |
carol# [ 0.384483] TCP: Hash tables configured (established 4096 bind 4096) | |
carol# [ 0.384897] UDP hash table entries: 256 (order: 1, 8192 bytes) | |
carol# [ 0.385279] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) | |
carol# [ 0.385704] NET: Registered protocol family 1 | |
carol# [ 0.386008] pci 0000:00:00.0: Limiting direct PCI/PCI transfers | |
carol# [ 0.386480] pci 0000:00:01.0: PIIX3: Enabling Passive Release | |
carol# [ 0.386931] pci 0000:00:01.0: Activating ISA DMA hang workarounds | |
carol# [ 0.398260] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 | |
carol# [ 0.409854] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] | |
carol# [ 0.410626] Trying to unpack rootfs image as initramfs... | |
moon# [ 0.360317] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) | |
moon# [ 0.360810] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) | |
moon# [ 0.361435] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) | |
moon# [ 0.362087] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) | |
moon# [ 0.362678] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) | |
moon# [ 0.363168] ACPI: Enabled 2 GPEs in block 00 to 0F | |
moon# [ 0.363564] vgaarb: setting as boot device: PCI:0000:00:02.0 | |
moon# [ 0.363925] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none | |
moon# [ 0.364415] vgaarb: loaded | |
moon# [ 0.364583] vgaarb: bridge control possible 0000:00:02.0 | |
moon# [ 0.364956] PCI: Using ACPI for IRQ routing | |
moon# [ 0.365375] NetLabel: Initializing | |
moon# [ 0.365595] NetLabel: domain hash size = 128 | |
moon# [ 0.365864] NetLabel: protocols = UNLABELED CIPSOv4 | |
moon# [ 0.366171] NetLabel: unlabeled traffic allowed by default | |
moon# [ 0.366550] HPET: 3 timers in total, 0 timers will be used for per-cpu timer | |
moon# [ 0.366998] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 | |
moon# [ 0.367322] hpet0: 3 comparators, 64-bit 100.000000 MHz counter | |
moon# [ 0.370773] clocksource: Switched to clocksource kvm-clock | |
moon# [ 0.374195] VFS: Disk quotas dquot_6.6.0 | |
moon# [ 0.374462] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
moon# [ 0.374937] AppArmor: AppArmor Filesystem Enabled | |
moon# [ 0.375260] pnp: PnP ACPI init | |
moon# [ 0.375701] pnp: PnP ACPI: found 6 devices | |
moon# [ 0.381288] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns | |
moon# [ 0.381905] NET: Registered protocol family 2 | |
moon# [ 0.382293] TCP established hash table entries: 4096 (order: 3, 32768 bytes) | |
moon# [ 0.382750] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) | |
moon# [ 0.383173] TCP: Hash tables configured (established 4096 bind 4096) | |
moon# [ 0.383576] UDP hash table entries: 256 (order: 1, 8192 bytes) | |
moon# [ 0.383948] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) | |
moon# [ 0.384354] NET: Registered protocol family 1 | |
moon# [ 0.384638] pci 0000:00:00.0: Limiting direct PCI/PCI transfers | |
moon# [ 0.385025] pci 0000:00:01.0: PIIX3: Enabling Passive Release | |
moon# [ 0.385391] pci 0000:00:01.0: Activating ISA DMA hang workarounds | |
moon# [ 0.397266] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 | |
carol# [ 0.464698] Freeing initrd memory: 6364K | |
carol# [ 0.465125] Scanning for low memory corruption every 60 seconds | |
carol# [ 0.465803] audit: initializing netlink subsys (disabled) | |
carol# [ 0.466287] audit: type=2000 audit(1504551071.705:1): initialized | |
carol# [ 0.466983] workingset: timestamp_bits=40 max_order=17 bucket_order=0 | |
carol# [ 0.468421] zbud: loaded | |
carol# [ 0.468878] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) | |
carol# [ 0.469533] io scheduler noop registered | |
carol# [ 0.469873] io scheduler deadline registered | |
carol# [ 0.470258] io scheduler cfq registered (default) | |
carol# [ 0.470708] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 | |
carol# [ 0.471174] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 | |
carol# [ 0.471805] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
moon# [ 0.409335] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] | |
moon# [ 0.409951] Trying to unpack rootfs image as initramfs... | |
carol# [ 0.494340] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A | |
carol# [ 0.496419] brd: module loaded | |
carol# [ 0.496803] microcode: sig=0xf61, pf=0x1, revision=0x1 | |
carol# [ 0.497258] microcode: Microcode Update Driver: v2.01 <[email protected]>, Peter Oruba | |
carol# [ 0.498042] registered taskstats version 1 | |
carol# [ 0.498402] zswap: loaded using pool lzo/zbud | |
carol# [ 0.498795] AppArmor: AppArmor sha1 policy hashing enabled | |
alice# [ 0.351397] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11) | |
carol# [ 0.500257] Freeing unused kernel memory: 1308K | |
alice# [ 0.353240] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11) | |
carol# [ 0.500568] Write protecting the kernel read-only data: 8192k | |
alice# [ 0.353675] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11) | |
carol# [ 0.501062] Freeing unused kernel memory: 564K | |
alice# [ 0.354189] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11) | |
carol# [ 0.501610] Freeing unused kernel memory: 184K | |
alice# [ 0.354710] ACPI: PCI Interrupt Link [LNKS] (IRQs *9) | |
carol# | |
alice# [ 0.355226] ACPI: Enabled 2 GPEs in block 00 to 0F | |
carol# [1;32m<<< NixOS Stage 1 >>>[0m | |
carol# | |
alice# [ 0.355719] vgaarb: setting as boot device: PCI:0000:00:02.0 | |
alice# [ 0.356176] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none | |
alice# [ 0.356819] vgaarb: loaded | |
alice# [ 0.357048] vgaarb: bridge control possible 0000:00:02.0 | |
alice# [ 0.357532] PCI: Using ACPI for IRQ routing | |
alice# [ 0.358039] NetLabel: Initializing | |
alice# [ 0.358315] NetLabel: domain hash size = 128 | |
alice# [ 0.358671] NetLabel: protocols = UNLABELED CIPSOv4 | |
alice# [ 0.359084] NetLabel: unlabeled traffic allowed by default | |
alice# [ 0.359586] HPET: 3 timers in total, 0 timers will be used for per-cpu timer | |
alice# [ 0.360156] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0 | |
alice# [ 0.360581] hpet0: 3 comparators, 64-bit 100.000000 MHz counter | |
alice# [ 0.363146] clocksource: Switched to clocksource kvm-clock | |
carol# loading module virtio_balloon... | |
alice# [ 0.367045] VFS: Disk quotas dquot_6.6.0 | |
alice# [ 0.367389] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
carol# loading module virtio_console... | |
alice# [ 0.367986] AppArmor: AppArmor Filesystem Enabled | |
alice# [ 0.368402] pnp: PnP ACPI init | |
alice# [ 0.368898] pnp: PnP ACPI: found 6 devices | |
carol# loading module virtio_rng... | |
carol# loading module dm_mod... | |
alice# [ 0.374542] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns | |
alice# [ 0.375322] NET: Registered protocol family 2 | |
alice# [ 0.375773] TCP established hash table entries: 4096 (order: 3, 32768 bytes) | |
carol# [ 0.523306] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: [email protected] | |
alice# [ 0.376363] TCP bind hash table entries: 4096 (order: 4, 65536 bytes) | |
carol# running udev... | |
alice# [ 0.376896] TCP: Hash tables configured (established 4096 bind 4096) | |
alice# [ 0.377433] UDP hash table entries: 256 (order: 1, 8192 bytes) | |
alice# [ 0.377901] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) | |
alice# [ 0.378421] NET: Registered protocol family 1 | |
alice# [ 0.378704] pci 0000:00:00.0: Limiting direct PCI/PCI transfers | |
carol# [ 0.526100] systemd-udevd[99]: starting version 234 | |
alice# [ 0.379097] pci 0000:00:01.0: PIIX3: Enabling Passive Release | |
alice# [ 0.379564] pci 0000:00:01.0: Activating ISA DMA hang workarounds | |
moon# [ 0.464714] Freeing initrd memory: 6364K | |
moon# [ 0.465060] Scanning for low memory corruption every 60 seconds | |
moon# [ 0.465561] audit: initializing netlink subsys (disabled) | |
moon# [ 0.465924] audit: type=2000 audit(1504551071.774:1): initialized | |
moon# [ 0.466461] workingset: timestamp_bits=40 max_order=17 bucket_order=0 | |
moon# [ 0.467690] zbud: loaded | |
moon# [ 0.468064] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) | |
moon# [ 0.468537] io scheduler noop registered | |
moon# [ 0.468789] io scheduler deadline registered | |
moon# [ 0.469052] io scheduler cfq registered (default) | |
moon# [ 0.469372] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 | |
moon# [ 0.469718] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 | |
moon# [ 0.470190] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
alice# [ 0.392450] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11 | |
carol# [ 0.547962] rtc_cmos 00:00: RTC can wake from S4 | |
carol# [ 0.549802] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 | |
alice# [ 0.404079] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] | |
carol# [ 0.551755] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs | |
alice# [ 0.404847] Trying to unpack rootfs image as initramfs... | |
moon# [ 0.492588] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A | |
moon# [ 0.494580] brd: module loaded | |
moon# [ 0.494917] microcode: sig=0xf61, pf=0x1, revision=0x1 | |
moon# [ 0.495272] microcode: Microcode Update Driver: v2.01 <[email protected]>, Peter Oruba | |
moon# [ 0.495916] registered taskstats version 1 | |
moon# [ 0.496190] zswap: loaded using pool lzo/zbud | |
moon# [ 0.496492] AppArmor: AppArmor sha1 policy hashing enabled | |
carol# [ 0.562226] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 | |
carol# [ 0.563227] serio: i8042 KBD port at 0x60,0x64 irq 1 | |
moon# [ 0.498057] Freeing unused kernel memory: 1308K | |
carol# [ 0.563561] serio: i8042 AUX port at 0x60,0x64 irq 12 | |
moon# [ 0.498501] Write protecting the kernel read-only data: 8192k | |
moon# [ 0.499029] Freeing unused kernel memory: 564K | |
moon# [ 0.499563] Freeing unused kernel memory: 184K | |
moon# | |
moon# [1;32m<<< NixOS Stage 1 >>>[0m | |
moon# | |
moon# loading module virtio_balloon... | |
moon# loading module virtio_console... | |
moon# loading module virtio_rng... | |
moon# loading module dm_mod... | |
moon# [ 0.521295] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: [email protected] | |
moon# running udev... | |
carol# [ 0.587327] SCSI subsystem initialized | |
moon# [ 0.524109] systemd-udevd[99]: starting version 234 | |
carol# [ 0.596413] ACPI: bus type USB registered | |
carol# [ 0.596680] usbcore: registered new interface driver usbfs | |
carol# [ 0.597025] usbcore: registered new interface driver hub | |
carol# [ 0.600389] usbcore: registered new device driver usb | |
alice# [ 0.462147] Freeing initrd memory: 6364K | |
alice# [ 0.462594] Scanning for low memory corruption every 60 seconds | |
carol# [ 0.610067] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 | |
alice# [ 0.463292] audit: initializing netlink subsys (disabled) | |
alice# [ 0.463677] audit: type=2000 audit(1504551071.857:1): initialized | |
alice# [ 0.464232] workingset: timestamp_bits=40 max_order=17 bucket_order=0 | |
alice# [ 0.465477] zbud: loaded | |
alice# [ 0.465856] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) | |
alice# [ 0.466340] io scheduler noop registered | |
alice# [ 0.466656] io scheduler deadline registered | |
carol# [ 0.614021] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
alice# [ 0.467009] io scheduler cfq registered (default) | |
alice# [ 0.467436] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 | |
alice# [ 0.467886] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 | |
alice# [ 0.468500] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled | |
moon# [ 0.553740] rtc_cmos 00:00: RTC can wake from S4 | |
moon# [ 0.554187] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 | |
moon# [ 0.554632] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs | |
carol# [ 0.623019] uhci_hcd: USB Universal Host Controller Interface driver | |
moon# [ 0.559813] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 | |
moon# [ 0.561799] serio: i8042 KBD port at 0x60,0x64 irq 1 | |
moon# [ 0.562133] serio: i8042 AUX port at 0x60,0x64 irq 12 | |
carol# [ 0.637435] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 | |
alice# [ 0.491030] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A | |
alice# [ 0.493208] brd: module loaded | |
alice# [ 0.493598] microcode: sig=0xf61, pf=0x1, revision=0x1 | |
alice# [ 0.494045] microcode: Microcode Update Driver: v2.01 <[email protected]>, Peter Oruba | |
alice# [ 0.494813] registered taskstats version 1 | |
alice# [ 0.495184] zswap: loaded using pool lzo/zbud | |
alice# [ 0.495575] AppArmor: AppArmor sha1 policy hashing enabled | |
alice# [ 0.497030] Freeing unused kernel memory: 1308K | |
alice# [ 0.497409] Write protecting the kernel read-only data: 8192k | |
alice# [ 0.497994] Freeing unused kernel memory: 564K | |
alice# [ 0.498621] Freeing unused kernel memory: 184K | |
alice# | |
alice# [1;32m<<< NixOS Stage 1 >>>[0m | |
alice# | |
carol# [ 0.647268] scsi host0: ata_piix | |
carol# [ 0.647675] scsi host1: ata_piix | |
carol# [ 0.648052] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc140 irq 14 | |
carol# [ 0.648625] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc148 irq 15 | |
moon# [ 0.587310] SCSI subsystem initialized | |
moon# [ 0.590544] ACPI: bus type USB registered | |
alice# loading module virtio_balloon... | |
moon# [ 0.594012] usbcore: registered new interface driver usbfs | |
moon# [ 0.594401] usbcore: registered new interface driver hub | |
alice# loading module virtio_console... | |
carol# [ 0.661771] uhci_hcd 0000:00:01.2: UHCI Host Controller | |
alice# loading module virtio_rng... | |
carol# [ 0.662247] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 | |
carol# [ 0.662817] uhci_hcd 0000:00:01.2: detected 2 ports | |
moon# [ 0.597607] usbcore: registered new device driver usb | |
carol# [ 0.663216] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 | |
carol# [ 0.663690] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 | |
alice# loading module dm_mod... | |
carol# [ 0.664158] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
carol# [ 0.664740] usb usb1: Product: UHCI Host Controller | |
carol# [ 0.665190] usb usb1: Manufacturer: Linux 4.9.45 uhci_hcd | |
carol# [ 0.665655] usb usb1: SerialNumber: 0000:00:01.2 | |
carol# [ 0.666400] hub 1-0:1.0: USB hub found | |
carol# [ 0.666743] hub 1-0:1.0: 2 ports detected | |
alice# [ 0.521699] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: [email protected] | |
alice# running udev... | |
alice# [ 0.524637] systemd-udevd[99]: starting version 234 | |
moon# [ 0.612030] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
carol# [ 0.678998] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 | |
moon# [ 0.616452] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 | |
moon# [ 0.618581] uhci_hcd: USB Universal Host Controller Interface driver | |
carol# [ 0.691882] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 | |
alice# [ 0.547005] rtc_cmos 00:00: RTC can wake from S4 | |
alice# [ 0.550162] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0 | |
alice# [ 0.550722] rtc_cmos 00:00: alarms up to one day, y3k, 114 bytes nvram, hpet irqs | |
alice# [ 0.553569] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 | |
alice# [ 0.554593] serio: i8042 KBD port at 0x60,0x64 irq 1 | |
alice# [ 0.554936] serio: i8042 AUX port at 0x60,0x64 irq 12 | |
moon# [ 0.643052] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 | |
moon# [ 0.663503] uhci_hcd 0000:00:01.2: UHCI Host Controller | |
moon# [ 0.663871] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 | |
moon# [ 0.664458] uhci_hcd 0000:00:01.2: detected 2 ports | |
moon# [ 0.664955] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 | |
moon# [ 0.665511] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 | |
moon# [ 0.666100] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
moon# [ 0.666735] usb usb1: Product: UHCI Host Controller | |
moon# [ 0.667153] usb usb1: Manufacturer: Linux 4.9.45 uhci_hcd | |
moon# [ 0.667615] usb usb1: SerialNumber: 0000:00:01.2 | |
moon# [ 0.668207] hub 1-0:1.0: USB hub found | |
alice# [ 0.586716] SCSI subsystem initialized | |
moon# [ 0.668545] hub 1-0:1.0: 2 ports detected | |
moon# [ 0.670392] scsi host0: ata_piix | |
moon# [ 0.670715] scsi host1: ata_piix | |
moon# [ 0.671013] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc140 irq 14 | |
moon# [ 0.671466] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc148 irq 15 | |
alice# [ 0.597946] ACPI: bus type USB registered | |
alice# [ 0.601580] usbcore: registered new interface driver usbfs | |
alice# [ 0.601979] usbcore: registered new interface driver hub | |
moon# [ 0.684872] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 | |
alice# [ 0.605182] usbcore: registered new device driver usb | |
carol# [ 0.755261] 9pnet: Installing 9P2000 support | |
alice# [ 0.611430] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10 | |
moon# [ 0.698149] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 | |
alice# [ 0.618491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
alice# [ 0.625026] uhci_hcd: USB Universal Host Controller Interface driver | |
alice# [ 0.639001] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0 | |
alice# [ 0.648735] scsi host0: ata_piix | |
alice# [ 0.649080] scsi host1: ata_piix | |
alice# [ 0.649430] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc140 irq 14 | |
alice# [ 0.649886] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc148 irq 15 | |
alice# [ 0.662580] uhci_hcd 0000:00:01.2: UHCI Host Controller | |
alice# [ 0.662930] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1 | |
alice# [ 0.663405] uhci_hcd 0000:00:01.2: detected 2 ports | |
carol# [ 0.810692] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 | |
alice# [ 0.663804] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c080 | |
carol# [ 0.811426] ata2.00: configured for MWDMA2 | |
alice# [ 0.664244] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001 | |
alice# [ 0.664680] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
carol# [ 0.812017] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 | |
alice# [ 0.665140] usb usb1: Product: UHCI Host Controller | |
alice# [ 0.665483] usb usb1: Manufacturer: Linux 4.9.45 uhci_hcd | |
alice# [ 0.665831] usb usb1: SerialNumber: 0000:00:01.2 | |
alice# [ 0.666319] hub 1-0:1.0: USB hub found | |
alice# [ 0.666570] hub 1-0:1.0: 2 ports detected | |
alice# [ 0.678476] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10 | |
moon# [ 0.762044] 9pnet: Installing 9P2000 support | |
carol# [ 0.827522] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray | |
carol# [ 0.828026] cdrom: Uniform CD-ROM driver Revision: 3.20 | |
alice# [ 0.691450] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11 | |
carol# [ 0.874753] random: fast init done | |
moon# [ 0.830312] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 | |
moon# [ 0.831148] ata2.00: configured for MWDMA2 | |
moon# [ 0.831849] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 | |
alice# [ 0.751360] 9pnet: Installing 9P2000 support | |
moon# [ 0.848147] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray | |
moon# [ 0.848887] cdrom: Uniform CD-ROM driver Revision: 3.20 | |
alice# [ 0.810802] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100 | |
alice# [ 0.811693] ata2.00: configured for MWDMA2 | |
alice# [ 0.812410] scsi 1:0:0:0: CD-ROM QEMU QEMU DVD-ROM 2.5+ PQ: 0 ANSI: 5 | |
moon# [ 0.895032] random: fast init done | |
carol# kbd_mode: KDSKBMODE: Inappropriate ioctl for device | |
carol# %Gstarting device mapper and LVM... | |
%alice# [ 0.828535] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray | |
alice# [ 0.828985] cdrom: Uniform CD-ROM driver Revision: 3.20 | |
carol# [ 0.977911] clocksource: Switched to clocksource acpi_pm | |
carol# [ 0.978351] usb 1-1: new full-speed USB device number 2 using uhci_hcd | |
carol# mke2fs 1.43.4 (31-Jan-2017) | |
carol# Creating filesystem with 131072 4k blocks and 32768 inodes | |
carol# Filesystem UUID: 5e5c340b-9bc0-4f02-9879-67fee4d52345 | |
carol# Superblock backups stored on blocks: | |
carol# 32768, 98304 | |
carol# | |
carol# Allocating group tables: 0/4 done | |
carol# Writing inode tables: 0/4 done | |
carol# Creating journal (4096 blocks): done | |
alice# [ 0.875564] random: fast init done | |
moon# [ 0.981799] usb 1-1: new full-speed USB device number 2 using uhci_hcd | |
moon# kbd_mode: KDSKBMODE: Inappropriate ioctl for device | |
moon# %Gstarting device mapper and LVM... | |
%moon# [ 1.010058] clocksource: Switched to clocksource acpi_pm | |
moon# mke2fs 1.43.4 (31-Jan-2017) | |
moon# Creating filesystem with 131072 4k blocks and 32768 inodes | |
moon# Filesystem UUID: 2fc28045-a215-42f0-8bbc-5b65d0340b63 | |
moon# Superblock backups stored on blocks: | |
moon# 32768, 98304 | |
moon# | |
moon# Allocating group tables: 0/4 done | |
moon# Writing inode tables: 0/4 done | |
moon# Creating journal (4096 blocks): done | |
carol# Writing superblocks and filesystem accounting information: 0/4 done | |
carol# | |
carol# checking /dev/vda... | |
carol# fsck (busybox 1.27.2) | |
carol# [fsck.ext4 (1) -- /mnt-root/] fsck.ext4 -a /dev/vda | |
carol# /dev/vda: clean, 11/32768 files, 6353/131072 blocks | |
carol# mounting /dev/vda on /... | |
alice# [ 0.978185] usb 1-1: new full-speed USB device number 2 using uhci_hcd | |
alice# kbd_mode: KDSKBMODE: Inappropriate ioctl for device | |
alice# %Gstarting device mapper and LVM... | |
%carol# [ 1.132566] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 | |
carol# [ 1.133220] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 | |
carol# [ 1.133932] usb 1-1: Product: QEMU USB Tablet | |
carol# [ 1.134340] usb 1-1: Manufacturer: QEMU | |
carol# [ 1.134724] usb 1-1: SerialNumber: 42 | |
alice# [ 0.990427] clocksource: Switched to clocksource acpi_pm | |
alice# mke2fs 1.43.4 (31-Jan-2017) | |
alice# Creating filesystem with 131072 4k blocks and 32768 inodes | |
alice# Filesystem UUID: 74034871-cdb6-4ce1-a274-a150f9d73fc5 | |
alice# Superblock backups stored on blocks: | |
alice# 32768, 98304 | |
alice# | |
alice# Allocating group tables: 0/4 done | |
alice# Writing inode tables: 0/4 done | |
carol# [ 1.148636] hidraw: raw HID events driver (C) Jiri Kosina | |
alice# Creating journal (4096 blocks): done | |
carol# [ 1.159519] usbcore: registered new interface driver usbhid | |
carol# [ 1.159977] usbhid: USB HID core driver | |
carol# [ 1.161378] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input2 | |
carol# [ 1.162567] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 | |
carol# [ 1.186354] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null) | |
carol# mounting store on /nix/.ro-store... | |
carol# [ 1.198702] FS-Cache: Loaded | |
moon# Writing superblocks and filesystem accounting information: 0/4 [ 1.135820] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 | |
moon# [ 1.136303] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 | |
carol# [ 1.201713] 9p: Installing v9fs 9p2000 file system support | |
moon# [ 1.136826] usb 1-1: Product: QEMU USB Tablet | |
moon# [ 1.137120] usb 1-1: Manufacturer: QEMU | |
moon# [ 1.137395] usb 1-1: SerialNumber: 42 | |
carol# [ 1.202899] FS-Cache: Netfs '9p' registered for caching | |
moon# done | |
moon# | |
carol# mounting tmpfs on /nix/.rw-store... | |
carol# mounting shared on /tmp/shared... | |
carol# mounting xchg on /tmp/xchg... | |
moon# [ 1.148709] hidraw: raw HID events driver (C) Jiri Kosina | |
carol# mounting overlay filesystem on /nix/store... | |
moon# [ 1.156617] usbcore: registered new interface driver usbhid | |
moon# [ 1.157000] usbhid: USB HID core driver | |
moon# [ 1.158443] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input2 | |
moon# [ 1.159251] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 | |
moon# checking /dev/vda... | |
moon# fsck (busybox 1.27.2) | |
moon# [fsck.ext4 (1) -- /mnt-root/] fsck.ext4 -a /dev/vda | |
moon# /dev/vda: clean, 11/32768 files, 6353/131072 blocks | |
moon# mounting /dev/vda on /... | |
alice# Writing superblocks and filesystem accounting information: 0/4 [ 1.133082] usb 1-1: New USB device found, idVendor=0627, idProduct=0001 | |
alice# [ 1.133589] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5 | |
alice# [ 1.134105] usb 1-1: Product: QEMU USB Tablet | |
alice# [ 1.134420] usb 1-1: Manufacturer: QEMU | |
alice# [ 1.134674] usb 1-1: SerialNumber: 42 | |
alice# done | |
alice# | |
carol# | |
carol# [1;32m<<< NixOS Stage 2 >>>[0m | |
carol# | |
alice# [ 1.143821] hidraw: raw HID events driver (C) Jiri Kosina | |
alice# [ 1.151676] usbcore: registered new interface driver usbhid | |
alice# [ 1.152057] usbhid: USB HID core driver | |
alice# [ 1.153519] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/0003:0627:0001.0001/input/input2 | |
alice# [ 1.154358] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Mouse [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0 | |
carol# [ 1.302499] EXT4-fs (vda): re-mounted. Opts: (null) | |
carol# [ 1.303432] booting system configuration /nix/store/9kapb0m6aay9biwsawvivdr76gia022s-nixos-system-carol-17.09.git.abe2b05 | |
alice# checking /dev/vda... | |
alice# fsck (busybox 1.27.2) | |
alice# [fsck.ext4 (1) -- /mnt-root/] fsck.ext4 -a /dev/vda | |
alice# /dev/vda: clean, 11/32768 files, 6353/131072 blocks | |
alice# mounting /dev/vda on /... | |
moon# [ 1.261245] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null) | |
moon# mounting store on /nix/.ro-store... | |
moon# [ 1.269636] FS-Cache: Loaded | |
moon# [ 1.272333] 9p: Installing v9fs 9p2000 file system support | |
moon# [ 1.273426] FS-Cache: Netfs '9p' registered for caching | |
moon# mounting tmpfs on /nix/.rw-store... | |
moon# mounting shared on /tmp/shared... | |
moon# mounting xchg on /tmp/xchg... | |
moon# mounting overlay filesystem on /nix/store... | |
alice# [ 1.211977] EXT4-fs (vda): mounted filesystem with ordered data mode. Opts: (null) | |
alice# mounting store on /nix/.ro-store... | |
alice# [ 1.218844] FS-Cache: Loaded | |
alice# [ 1.221722] 9p: Installing v9fs 9p2000 file system support | |
alice# [ 1.222983] FS-Cache: Netfs '9p' registered for caching | |
alice# mounting tmpfs on /nix/.rw-store... | |
alice# mounting shared on /tmp/shared... | |
alice# mounting xchg on /tmp/xchg... | |
carol# running activation script... | |
alice# mounting overlay filesystem on /nix/store... | |
moon# | |
moon# [1;32m<<< NixOS Stage 2 >>>[0m | |
moon# | |
moon# [ 1.388492] EXT4-fs (vda): re-mounted. Opts: (null) | |
moon# [ 1.389777] booting system configuration /nix/store/9nl1da19fir34kw1cmq1r3bk1pyf8x1c-nixos-system-moon-17.09.git.abe2b05 | |
alice# | |
alice# [1;32m<<< NixOS Stage 2 >>>[0m | |
alice# | |
alice# [ 1.345110] EXT4-fs (vda): re-mounted. Opts: (null) | |
alice# [ 1.346401] booting system configuration /nix/store/s2gapx821d3v2y39k2w8fh04p4xn8rb2-nixos-system-alice-17.09.git.abe2b05 | |
carol# [ 1.498230] tsc: Refined TSC clocksource calibration: 2793.644 MHz | |
carol# [ 1.498632] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2844cc9f3af, max_idle_ns: 440795268994 ns | |
moon# running activation script... | |
moon# [ 1.493833] tsc: Refined TSC clocksource calibration: 2793.646 MHz | |
moon# [ 1.494348] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2844ce349f9, max_idle_ns: 440795203612 ns | |
carol# setting up /etc... | |
alice# running activation script... | |
alice# [ 1.490203] tsc: Refined TSC clocksource calibration: 2793.643 MHz | |
alice# [ 1.490773] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2844cbd488a, max_idle_ns: 440795301685 ns | |
moon# setting up /etc... | |
alice# setting up /etc... | |
carol# Initializing machine ID from random generator. | |
moon# Initializing machine ID from random generator. | |
alice# Initializing machine ID from random generator. | |
carol# [ 2.336852] random: crng init done | |
moon# [ 2.452198] random: crng init done | |
alice# [ 2.392308] random: crng init done | |
carol# starting systemd... | |
carol# [ 2.669608] NET: Registered protocol family 10 | |
carol# [ 2.673672] ip_tables: (C) 2000-2006 Netfilter Core Team | |
carol# [ 2.677719] systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT -SELINUX +IMA +APPARMOR -SMACK -SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid) | |
carol# [ 2.679093] systemd[1]: Detected virtualization kvm. | |
carol# [ 2.679441] systemd[1]: Detected architecture x86-64. | |
carol# [ 2.680472] systemd[1]: Set hostname to <carol>. | |
carol# [ 2.701610] systemd-fstab-generator[479]: Checking was requested for "store", but it is not a device. | |
carol# [ 2.702811] systemd-fstab-generator[479]: Checking was requested for "shared", but it is not a device. | |
carol# [ 2.703732] systemd-fstab-generator[479]: Checking was requested for "xchg", but it is not a device. | |
moon# starting systemd... | |
alice# starting systemd... | |
moon# [ 2.773665] NET: Registered protocol family 10 | |
moon# [ 2.778742] ip_tables: (C) 2000-2006 Netfilter Core Team | |
moon# [ 2.784784] systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT -SELINUX +IMA +APPARMOR -SMACK -SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid) | |
moon# [ 2.786610] systemd[1]: Detected virtualization kvm. | |
moon# [ 2.787087] systemd[1]: Detected architecture x86-64. | |
moon# [ 2.788248] systemd[1]: Set hostname to <moon>. | |
alice# [ 2.723451] NET: Registered protocol family 10 | |
moon# [ 2.808179] systemd-fstab-generator[476]: Checking was requested for "store", but it is not a device. | |
moon# [ 2.809756] systemd-fstab-generator[476]: Checking was requested for "shared", but it is not a device. | |
alice# [ 2.728819] ip_tables: (C) 2000-2006 Netfilter Core Team | |
moon# [ 2.810991] systemd-fstab-generator[476]: Checking was requested for "xchg", but it is not a device. | |
alice# [ 2.733904] systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT -SELINUX +IMA +APPARMOR -SMACK -SYSVINIT +UTMP -LIBCRYPTSETUP +GCRYPT -GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN default-hierarchy=hybrid) | |
alice# [ 2.736090] systemd[1]: Detected virtualization kvm. | |
alice# [ 2.736676] systemd[1]: Detected architecture x86-64. | |
alice# [ 2.738255] systemd[1]: Set hostname to <alice>. | |
carol# [ 2.895108] systemd[1]: Listening on udev Control Socket. | |
carol# [ 2.897375] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount. | |
carol# [ 2.898216] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
carol# [ 2.899216] systemd[1]: Listening on Journal Audit Socket. | |
carol# [ 2.899911] systemd[1]: Listening on Journal Socket. | |
carol# [ 2.900552] systemd[1]: Listening on Journal Socket (/dev/log). | |
alice# [ 2.758758] systemd-fstab-generator[478]: Checking was requested for "store", but it is not a device. | |
alice# [ 2.760033] systemd-fstab-generator[478]: Checking was requested for "shared", but it is not a device. | |
alice# [ 2.761483] systemd-fstab-generator[478]: Checking was requested for "xchg", but it is not a device. | |
carol# [ 2.945572] EXT4-fs (vda): re-mounted. Opts: (null) | |
carol# [ 2.963245] loop: module loaded | |
carol# [ 2.969651] audit: type=1130 audit(1504551072.991:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
carol# [ 2.985790] audit: type=1130 audit(1504551073.007:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
carol# [ 3.028587] audit: type=1127 audit(1504551073.050:4): pid=506 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' | |
carol# [ 3.034466] audit: type=1130 audit(1504551073.056:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
moon# [ 3.021422] systemd[1]: Created slice User and Session Slice. | |
moon# [ 3.022457] systemd[1]: Listening on Journal Socket. | |
moon# [ 3.023365] systemd[1]: Listening on udev Kernel Socket. | |
moon# [ 3.024199] systemd[1]: Started Forward Password Requests to Wall Directory Watch. | |
moon# [ 3.025182] systemd[1]: Listening on udev Control Socket. | |
moon# [ 3.025966] systemd[1]: Listening on Journal Socket (/dev/log). | |
carol# [ 3.047470] audit: type=1130 audit(1504551073.069:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
carol# [ 3.047670] audit: type=1130 audit(1504551073.069:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
carol# [ 3.068132] audit: type=1130 audit(1504551073.089:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
carol# [ 3.086896] audit: type=1130 audit(1504551073.108:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
alice# [ 2.973503] systemd[1]: Listening on udev Control Socket. | |
alice# [ 2.974303] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount. | |
alice# [ 2.975128] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. | |
carol# [ 3.096428] audit: type=1130 audit(1504551073.118:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
alice# [ 2.976005] systemd[1]: Started Dispatch Password Requests to Console Directory Watch. | |
alice# [ 2.977074] systemd[1]: Listening on Journal Socket (/dev/log). | |
alice# [ 2.977671] systemd[1]: Listening on Journal Socket. | |
moon# [ 3.086018] EXT4-fs (vda): re-mounted. Opts: (null) | |
moon# [ 3.093022] loop: module loaded | |
moon# [ 3.108461] audit: type=1130 audit(1504551074.097:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
alice# [ 3.032470] EXT4-fs (vda): re-mounted. Opts: (null) | |
alice# [ 3.037433] audit: type=1130 audit(1504551074.046:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
alice# [ 3.042433] loop: module loaded | |
moon# [ 3.122755] audit: type=1130 audit(1504551074.111:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
alice# [ 3.045954] audit: type=1130 audit(1504551074.054:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
carol# [ 3.032664] systemd-modules-load[484]: Inserted module 'cpufreq_ondemand' | |
carol# [ 3.225454] systemd-journald[495]: Received request to flush runtime journal from PID 1 | |
alice# [ 3.090013] audit: type=1127 audit(1504551074.098:4): pid=506 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' | |
moon# [ 3.169145] audit: type=1127 audit(1504551074.158:4): pid=504 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success' | |
moon# [ 3.170958] audit: type=1130 audit(1504551074.160:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
moon# [ 3.183016] audit: type=1130 audit(1504551074.172:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
moon# [ 3.183208] audit: type=1130 audit(1504551074.172:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
moon# [ 3.183380] audit: type=1130 audit(1504551074.172:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
moon# [ 3.211513] audit: type=1130 audit(1504551074.200:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
moon# [ 3.222329] audit: type=1130 audit(1504551074.211:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
alice# [ 3.098889] audit: type=1130 audit(1504551074.107:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
alice# [ 3.111665] audit: type=1130 audit(1504551074.120:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
alice# [ 3.111894] audit: type=1130 audit(1504551074.120:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
carol# [ 3.145667] systemd-modules-load[484]: Inserted module 'loop' | |
carol# [ 3.149121] nscd[537]: 537 monitoring file `/etc/passwd` (1) | |
alice# [ 3.150136] audit: type=1130 audit(1504551074.158:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
carol# [ 3.153478] systemd-modules-load[484]: Inserted module 'snd_pcm_oss' | |
carol# [ 3.156405] nscd[537]: 537 monitoring directory `/etc` (2) | |
carol# [ 3.159954] systemd-modules-load[484]: Failed to find module 'gcov-proc' | |
carol# [ 3.162269] nscd[537]: 537 monitoring file `/etc/group` (3) | |
alice# [ 3.152114] audit: type=1130 audit(1504551074.160:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
carol# [ 3.165928] systemd-udevd[510]: Specified group 'kvm' unknown | |
alice# [ 3.164588] audit: type=1130 audit(1504551074.173:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/nix/store/4vf9y0c8qkzcixq1x0dky37f7blx1qxh-systemd-234/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' | |
carol# [ 3.175727] nscd[537]: 537 monitoring directory `/etc` (2) | |
carol# [ 3.181990] systemd[1]: Starting Flush Journal to Persistent Storage... | |
carol# [ 3.188360] nscd[537]: 537 monitoring file `/etc/hosts` (4) | |
carol# [ 3.192640] systemd[1]: Reached target System Initialization. | |
carol# [ 3.194598] nscd[537]: 537 monitoring directory `/etc` (2) | |
carol# [ 3.196327] systemd[1]: Started Daily Cleanup of Temporary Directories. | |
carol# [ 3.199221] nscd[537]: 537 monitoring file `/etc/resolv.conf` (5) | |
carol# [ 3.201616] systemd[1]: Reached target Timers. | |
carol# [ 3.203450] nscd[537]: 537 monitoring directory `/etc` (2) | |
carol# [ 3.205697] systemd[1]: Listening on Nix Daemon Socket. | |
carol# [ 3.207934] systemd[1]: Listening on D-Bus System Message Bus Socket. | |
carol# [ 3.397036] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 | |
carol# [ 3.211882] systemd[1]: Reached target Sockets. | |
carol# [ 3.213169] systemd[1]: Reached target Basic System. | |
carol# [ 3.400173] ACPI: Power Button [PWRF] | |
carol# [ 3.216385] systemd[1]: Starting Store Sound Card State... | |
carol# [ 3.218751] systemd[1]: Starting Name Service Cache Daemon... | |
alice# [ 3.065457] systemd-modules-load[484]: Inserted module 'cpufreq_ondemand' | |
carol# [ 3.221342] systemd[1]: Starting Kernel Auditing... | |
carol# [ 3.224387] systemd[1]: Started Store Sound Card State. | |
carol# [ 3.225415] 18f7jhsyjkq7d0aaygnm7jra31776wlw-audit-disable[525]: No rules | |
moon# [ 3.164481] systemd-modules-load[486]: Inserted module 'cpufreq_ondemand' | |
carol# [ 3.228469] systemd[1]: Started Kernel Auditing. | |
carol# [ 3.231092] systemd[1]: Started Setup Virtual Console. | |
carol# [ 3.233703] systemd[1]: Started Name Service Cache Daemon. | |
carol# [ 3.236085] systemd[1]: Reached target Host and Network Name Lookups. | |
moon# [ 3.173604] systemd-modules-load[486]: Inserted module 'loop' | |
carol# [ 3.236980] systemd[1]: Reached target User and Group Name Lookups. | |
carol# [ 3.238719] systemd[1]: Starting Login Service... | |
alice# [ 3.098426] systemd-modules-load[484]: Inserted module 'loop' | |
carol# [ 3.240292] systemd[1]: Started D-Bus System Message Bus. | |
carol# [ 3.241213] systemd[1]: Started Flush Journal to Persistent Storage. | |
moon# [ 3.362549] systemd-journald[482]: Received request to flush runtime journal from PID 1 | |
carol# [ 3.243201] systemd-logind[548]: New seat seat0. | |
carol# [ 3.243906] systemd[1]: Started Login Service. | |
carol# [ 3.245546] systemd[1]: Starting Create Volatile Files and Directories... | |
carol# [ 3.247322] systemd[1]: Started Create Volatile Files and Directories. | |
carol# [ 3.434247] parport_pc 00:04: reported by Plug and Play ACPI | |
carol# [ 3.434885] parport0: PC-style at 0x378, irq 7 [PCSPP(,...)] | |
alice# [ 3.107354] systemd-modules-load[484]: Inserted module 'snd_pcm_oss' | |
alice# [ 3.297574] systemd-journald[485]: Received request to flush runtime journal from PID 1 | |
carol# [ 3.461383] Linux agpgart interface v0.103 | |
carol# [ 3.464440] Floppy drive(s): fd0 is 2.88M AMI BIOS | |
carol# [ 3.476634] FDC 0 is a S82078B | |
carol# [ 3.497194] mousedev: PS/2 mouse device common for all mice | |
carol# [ 3.497965] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 | |
carol# [ 3.335609] systemd[1]: Found device Virtio network device. | |
moon# [ 3.281348] systemd-modules-load[486]: Inserted module 'snd_pcm_oss' | |
moon# [ 3.284043] nscd[533]: 533 monitoring file `/etc/passwd` (1) | |
carol# [ 3.346288] systemd[1]: Starting Link configuration of eth1... | |
carol# [ 3.347334] systemd[1]: Starting Address configuration of eth1... | |
moon# [ 3.288150] systemd-modules-load[486]: Failed to find module 'gcov-proc' | |
moon# [ 3.290811] nscd[533]: 533 monitoring directory `/etc` (2) | |
moon# [ 3.294739] systemd-udevd[506]: Specified group 'kvm' unknown | |
moon# [ 3.297679] nscd[533]: 533 monitoring file `/etc/group` (3) | |
alice# [ 3.219589] systemd-modules-load[484]: Failed to find module 'gcov-proc' | |
carol# [ 3.360298] network-link-eth1-start[574]: Configuring link... | |
carol# [ 3.361346] network-addresses-eth1-start[575]: bringing up interface... | |
alice# [ 3.222613] nscd[535]: 535 monitoring file `/etc/passwd` (1) | |
carol# [ 3.364971] systemd[1]: Started Link configuration of eth1. | |
alice# [ 3.226906] systemd-udevd[508]: Specified group 'kvm' unknown | |
carol# [ 3.367306] systemd[1]: Reached target All Network Interfaces (deprecated). | |
moon# [ 3.302126] systemd[1]: Reached target System Initialization. | |
alice# [ 3.229989] nscd[535]: 535 monitoring directory `/etc` (2) | |
moon# [ 3.310345] nscd[533]: 533 monitoring directory `/etc` (2) | |
moon# [ 3.317144] systemd[1]: Listening on D-Bus System Message Bus Socket. | |
alice# [ 3.240990] systemd[1]: Reached target System Initialization. | |
moon# [ 3.322185] nscd[533]: 533 monitoring file `/etc/hosts` (4) | |
carol# [ 3.385106] network-addresses-eth1-start[575]: added ip 192.168.1.2/24 | |
moon# [ 3.324442] systemd[1]: Started Daily Cleanup of Temporary Directories. | |
moon# [ 3.507070] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 | |
moon# [ 3.507635] ACPI: Power Button [PWRF] | |
alice# [ 3.244679] nscd[535]: 535 monitoring file `/etc/group` (3) | |
moon# [ 3.326359] nscd[533]: 533 monitoring directory `/etc` (2) | |
moon# [ 3.328431] systemd[1]: Reached target Timers. | |
carol# [ 3.389128] systemd[1]: Started Address configuration of eth1. | |
carol# [ 3.390092] systemd[1]: Starting Networking Setup... | |
moon# [ 3.329108] nscd[533]: 533 monitoring file `/etc/resolv.conf` (5) | |
alice# [ 3.250664] systemd[1]: Listening on Nix Daemon Socket. | |
moon# [ 3.331653] systemd[1]: Listening on Nix Daemon Socket. | |
alice# [ 3.252739] nscd[535]: 535 monitoring directory `/etc` (2) | |
moon# [ 3.332442] nscd[533]: 533 monitoring directory `/etc` (2) | |
alice# [ 3.255064] systemd[1]: Listening on D-Bus System Message Bus Socket. | |
moon# [ 3.334430] systemd[1]: Reached target Sockets. | |
alice# [ 3.256206] nscd[535]: 535 monitoring file `/etc/hosts` (4) | |
moon# [ 3.336442] systemd[1]: Reached target Basic System. | |
alice# [ 3.258417] systemd[1]: Reached target Sockets. | |
alice# [ 3.260384] nscd[535]: 535 monitoring directory `/etc` (2) | |
moon# [ 3.338577] systemd[1]: Starting Kernel Auditing... | |
alice# [ 3.262415] systemd[1]: Reached target Basic System. | |
alice# [ 3.263040] nscd[535]: 535 monitoring file `/etc/resolv.conf` (5) | |
moon# [ 3.340514] systemd[1]: Starting Name Service Cache Daemon... | |
alice# [ 3.265194] systemd[1]: Starting Store Sound Card State... | |
moon# [ 3.342686] systemd[1]: Starting Store Sound Card State... | |
alice# [ 3.265848] nscd[535]: 535 monitoring directory `/etc` (2) | |
alice# [ 3.267948] systemd[1]: Starting Name Service Cache Daemon... | |
moon# [ 3.346119] 18f7jhsyjkq7d0aaygnm7jra31776wlw-audit-disable[518]: No rules | |
moon# [ 3.348205] systemd[1]: Starting Flush Journal to Persistent Storage... | |
alice# [ 3.270393] systemd[1]: Starting Kernel Auditing... | |
alice# [ 3.271344] systemd[1]: Started Daily Cleanup of Temporary Directories. | |
moon# [ 3.350792] systemd[1]: Started Store Sound Card State. | |
alice# [ 3.273531] systemd[1]: Reached target Timers. | |
alice# [ 3.276921] systemd[1]: Starting Flush Journal to Persistent Storage... | |
moon# [ 3.354443] systemd[1]: Started Setup Virtual Console. | |
moon# [ 3.357186] systemd[1]: Started Kernel Auditing. | |
alice# [ 3.279434] systemd[1]: Started Store Sound Card State.[ 3.459024] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 | |
carol# [ 3.419844] systemd[1]: Found device /dev/ttyS0. | |
alice# | |
alice# [ 3.281867] 18f7jhsyjkq7d0aaygnm7jra31776wlw-audit-disable[523]: No rules | |
moon# [ 3.360149] systemd[1]: Started Name Service Cache Daemon. | |
alice# [ 3.282638] systemd[1]: Started Kernel Auditing.[ 3.461361] ACPI: Power Button [PWRF] | |
alice# | |
alice# [ 3.285124] systemd[1]: Started Setup Virtual Console. | |
moon# [ 3.363093] systemd[1]: Reached target User and Group Name Lookups. | |
moon# [ 3.547862] parport_pc 00:04: reported by Plug and Play ACPI | |
alice# [ 3.287864] systemd[1]: Started Name Service Cache Daemon. | |
moon# [ 3.366811] systemd[1]: Starting Login Service... | |
alice# [ 3.288848] systemd[1]: Reached target Host and Network Name Lookups. | |
alice# [ 3.290095] systemd[1]: Reached target User and Group Name Lookups. | |
moon# [ 3.369353] systemd[1]: Reached target Host and Network Name Lookups. | |
moon# [ 3.371064] systemd[1]: Started D-Bus System Message Bus. | |
alice# [ 3.293091] systemd[1]: Starting Login Service... | |
moon# [ 3.371781] systemd[1]: Started Flush Journal to Persistent Storage. | |
alice# [ 3.295071] systemd[1]: Started D-Bus System Message Bus. | |
moon# [ 3.373547] systemd-logind[544]: New seat seat0. | |
alice# [ 3.295797] systemd[1]: Started Flush Journal to Persistent Storage. | |
moon# [ 3.375312] systemd[1]: Starting Create Volatile Files and Directories... | |
moon# [ 3.376203] systemd[1]: Started Login Service. | |
alice# [ 3.297592] systemd-logind[547]: New seat seat0. | |
moon# [ 3.377968] systemd[1]: Started Create Volatile Files and Directories. | |
alice# [ 3.300368] systemd[1]: Starting Create Volatile Files and Directories... | |
alice# [ 3.301238] systemd[1]: Started Login Service. | |
alice# [ 3.302191] systemd[1]: Started Create Volatile Files and Directories. | |
moon# [ 3.562518] parport0: PC-style at 0x378, irq 7 [PCSPP(,...)] | |
carol# [ 3.631878] [drm] Initialized | |
alice# [ 3.486387] parport_pc 00:04: reported by Plug and Play ACPI | |
alice# [ 3.486926] parport0: PC-style at 0x378, irq 7 [PCSPP(,...)] | |
moon# [ 3.587120] Floppy drive(s): fd0 is 2.88M AMI BIOS | |
moon# [ 3.588964] Linux agpgart interface v0.103 | |
alice# [ 3.514439] Floppy drive(s): fd0 is 2.88M AMI BIOS | |
carol# [ 3.476320] systemd[1]: Started Networking Setup. | |
carol# [ 3.476952] systemd[1]: Starting Extra networking commands.... | |
moon# [ 3.599231] FDC 0 is a S82078B | |
alice# [ 3.518136] Linux agpgart interface v0.103 | |
moon# [ 3.604375] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 | |
carol# [ 3.485720] systemd[1]: Started Extra networking commands.. | |
alice# [ 3.526545] FDC 0 is a S82078B | |
alice# [ 3.535980] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0x700, revision 0 | |
moon# [ 3.629009] mousedev: PS/2 mouse device common for all mice | |
carol# [ 3.517204] systemd[1]: Reached target Network. | |
carol# [ 3.518083] systemd[1]: Starting Permit User Sessions... | |
alice# [ 3.559492] mousedev: PS/2 mouse device common for all mice | |
carol# [ 3.518885] systemd[1]: Reached target Network is Online. | |
carol# [ 3.525333] systemd[1]: Starting strongSwan IPsec IKEv1/IKEv2 daemon using swanctl... | |
moon# [ 3.470731] systemd[1]: Found device Virtio network device. | |
moon# [ 3.471412] systemd[1]: Starting Address configuration of eth1... | |
carol# [ 3.534088] systemd[ 3.720837] [drm] Found bochs VGA, ID 0xb0c0. | |
moon# [ 3.473350] systemd[1]: Starting Link configuration of eth1... | |
carol# [ 3.721211] [drm] Framebuffer size 16384 kB @ 0xfd000000, mmio @ 0xfebd0000. | |
carol# [1]: Started Permit User Sessions. | |
carol# [ 3.537393] systemd[1]: Started Getty on tty1. | |
alice# [ 3.400058] systemd[1]: Found device Virtio network device. | |
alice# [ 3.401473] systemd[1]: Starting Link configuration of eth1... | |
carol# [ 3.540365] systemd[1]: Reached target Login Prompts. | |
carol# [ 3.730660] [TTM] Zone kernel: Available graphics memory: 188482 kiB | |
alice# [ 3.404450] systemd[1]: Starting Address configuration of eth1... | |
carol# [ 3.731184] [TTM] Initializing pool allocator | |
moon# [ 3.483562] network-addresses-eth1-start[562]: bringing up interface... | |
carol# [ 3.732063] [TTM] Initializing DMA pool allocator | |
moon# [ 3.486816] network-link-eth1-start[563]: Configuring link... | |
moon# [ 3.488673] systemd[1]: Started Link configuration of eth1. | |
moon# [ 3.490808] systemd[1]: Reached target All Network Interfaces (deprecated). | |
alice# [ 3.413370] network-link-eth1-start[565]: Configuring link... | |
alice# [ 3.419491] network-addresses-eth1-start[566]: bringing up interface... | |
alice# [ 3.423149] systemd[1]: Started Link configuration of eth1. | |
moon# [ 3.504713] network-addresses-eth1-start[562]: added ip 192.168.1.3/24 | |
moon# [ 3.507272] systemd[1]: Started Address configuration of eth1. | |
alice# [ 3.427500] systemd[1]: Reached target All Network Interfaces (deprecated). | |
moon# [ 3.509317] systemd[1]: Starting Networking Setup... | |
alice# [ 3.439930] network-addresses-eth1-start[566]: added ip 192.168.1.1/24 | |
alice# [ 3.442470] systemd[1]: Started Address configuration of eth1. | |
alice# [ 3.444618] systemd[1]: Starting Networking Setup... | |
carol# [ 3.739069] fbcon: bochsdrmfb (fb0) is primary device | |
moon# [ 3.545955] systemd[1]: Found device /dev/ttyS0. | |
carol# [ 3.788030] Console: switching to colour frame buffer device 128x48 | |
carol# [ 3.796112] bochs-drm 0000:00:02.0: fb0: bochsdrmfb frame buffer device | |
carol# [ 3.560866] systemd[1]: Found device /dev/hvc0. | |
carol# [ 3.613366] systemd[1]: Started backdoor.service.[ 3.800395] [drm] Initialized bochs-drm 1.0.0 20130925 for 0000:00:02.0 on minor 0 | |
carol# | |
moon# [ 3.735705] [drm] Initialized | |
alice# [ 3.661969] [drm] Initialized | |
alice# [ 3.485848] systemd[1]: Found device /dev/ttyS0. | |
carol# connecting to host... | |
carol: connected to guest root shell | |
carol# sh: cannot set terminal process group (-1): Inappropriate ioctl for device | |
carol# sh: no job control in this shell | |
alice# [ 3.536078] systemd[1]: Started Networking Setup. | |
moon# [ 3.614657] systemd[1]: Started Networking Setup. | |
alice# [ 3.537087] systemd[1]: Starting Extra networking commands.... | |
moon# [ 3.616311] systemd[1]: Starting Extra networking commands.... | |
alice# [ 3.548959] systemd[1]: Started Extra networking commands.. | |
moon# [ 3.627473] systemd[1]: Started Extra networking commands.. | |
moon# [ 3.629417] systemd[1]: Reached target Network. | |
alice# [ 3.552360] systemd[1]: Reached target Network. | |
moon# [ 3.631163] systemd[1]: Starting Permit User Sessions... | |
carol# [ 3.879949] ppdev: user-space parallel port driver | |
moon# [ 3.634256] systemd[1]: Reached target Network is Online. | |
alice# [ 3.556800] systemd[1]: Reached target Network is Online. | |
carol# connect: Network is unreachable | |
carol: exit status 2 | |
moon# [ 3.641670] systemd[1]: Starting strongSwan IPsec IKEv1/IKEv2 daemon using swanctl... | |
alice# [ 3.563497] systemd[1]: Starting strongSwan IPsec IKEv1/IKEv2 daemon using swanctl... | |
alice# [ 3.574547] systemd[1]: Starting Permit User Sessions... | |
moon# [ 3.652927] systemd[1]: Started Permit User Sessions. | |
carol# [ 3.903187] NET: Registered protocol family 38 | |
alice# [ 3.577949] systemd[1]: Started Permit User Sessions. | |
carol# [ 3.719460] systemd-logind[548]: Watching system buttons on /dev/input/event0 (AT Translated Set 2 keyboard) | |
carol# [ 3.721501] systemd-logind[548]: Watching system buttons on /dev/input/event2 (Power Button) | |
alice# [ 3.581123] systemd[1]: Started Getty on tty1. | |
alice# [ 3.587335] systemd[1]: Reached target Login Prompts. | |
moon# [ 3.856577] [drm] Found bochs VGA, ID 0xb0c0. | |
moon# [ 3.857194] [drm] Framebuffer size 16384 kB @ 0xfd000000, mmio @ 0xfebd0000. | |
alice# [ 3.777936] [drm] Found bochs VGA, ID 0xb0c0. | |
alice# [ 3.778548] [drm] Framebuffer size 16384 kB @ 0xfd000000, mmio @ 0xfebd0000. | |
moon# [ 3.679218] systemd[1]: Started Getty on tty1. | |
moon# [ 3.680399] systemd[1]: Reached target Login Prompts. | |
moon# [ 3.869141] [TTM] Zone kernel: Available graphics memory: 188482 kiB | |
moon# [ 3.869815] [TTM] Initializing pool allocator | |
alice# [ 3.789124] [TTM] Zone kernel: Available graphics memory: 188482 kiB | |
moon# [ 3.871277] [TTM] Initializing DMA pool allocator | |
alice# [ 3.789725] [TTM] Initializing pool allocator | |
alice# [ 3.790122] [TTM] Initializing DMA pool allocator | |
moon# [ 3.876317] fbcon: bochsdrmfb (fb0) is primary device | |
alice# [ 3.796843] fbcon: bochsdrmfb (fb0) is primary device | |
alice# [ 3.830337] Console: switching to colour frame buffer device 128x48 | |
moon# [ 3.910548] Console: switching to colour frame buffer device 128x48 | |
alice# [ 3.837867] bochs-drm 0000:00:02.0: fb0: bochsdrmfb frame buffer device | |
alice# [ 3.648077] systemd[1]: Found device /dev/hvc0. | |
moon# [ 3.921586] bochs-drm 0000:00:02.0: fb0: bochsdrmfb frame buffer device | |
moon# [ 3.706997] systemd[1]: Found device /dev/hvc0. | |
alice# [ 3.662876] systemd[ 3.841843] [drm] Initialized bochs-drm 1.0.0 20130925 for 0000:00:02.0 on minor 0 | |
alice# [1]: Started backdoor.service. | |
moon# [ 3.744789] [ 3.926950] [drm] Initialized bochs-drm 1.0.0 20130925 for 0000:00:02.0 on minor 0 | |
moon# systemd[1]: Started backdoor.service. | |
moon# connecting to host... | |
moon# sh: cannot set terminal process group (-1): Inappropriate ioctl for device | |
moon# sh: no job control in this shell | |
alice# connecting to host... | |
alice# sh: cannot set terminal process group (-1): Inappropriate ioctl for device | |
moon# [ 4.013082] NET: Registered protocol family 38 | |
alice# sh: no job control in this shell | |
alice# [ 3.934039] NET: Registered protocol family 38 | |
moon# [ 4.016391] ppdev: user-space parallel port driver | |
alice# [ 3.958059] ppdev: user-space parallel port driver | |
carol# [ 4.125047] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64. | |
moon# [ 3.878301] systemd-logind[544]: Watching system buttons on /dev/input/event0 (AT Translated Set 2 keyboard) | |
moon# [ 3.880130] systemd-logind[544]: Watching system buttons on /dev/input/event2 (Power Button) | |
carol# [ 4.135082] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64. | |
carol# [ 4.139208] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64. | |
alice# [ 3.819431] systemd-logind[547]: Watching system buttons on /dev/input/event0 (AT Translated Set 2 keyboard) | |
alice# [ 3.824219] systemd-logind[547]: Watching system buttons on /dev/input/event2 (Power Button) | |
carol# [ 4.202954] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4 | |
moon# [ 4.245943] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64. | |
moon# [ 4.256139] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64. | |
moon# [ 4.260159] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64. | |
alice# [ 4.182146] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64. | |
alice# [ 4.191497] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64. | |
alice# [ 4.195919] camellia-x86_64: performance on this CPU would be suboptimal: disabling camellia-x86_64. | |
carol# [ 4.356928] CPU feature 'AVX registers' is not supported. | |
carol# [ 4.391956] blowfish-x86_64: performance on this CPU would be suboptimal: disabling blowfish-x86_64. | |
moon# [ 4.342455] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4 | |
alice# [ 4.275081] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input4 | |
carol# [ 4.432474] CPU feature 'AVX registers' is not supported. | |
carol# [ 4.436692] CPU feature 'AVX registers' is not supported. | |
carol# [ 4.479799] twofish-x86_64-3way: performance on this CPU would be suboptimal: disabling twofish-x86_64-3way. | |
carol# [ 4.485249] twofish-x86_64-3way: performance on this CPU would be suboptimal: disabling twofish-x86_64-3way. | |
moon# [ 4.474247] CPU feature 'AVX registers' is not supported. | |
carol# [ 4.541544] NET: Registered protocol family 17 | |
alice# [ 4.418317] CPU feature 'AVX registers' is not supported. | |
moon# [ 4.508376] blowfish-x86_64: performance on this CPU would be suboptimal: disabling blowfish-x86_64. | |
carol# [ 4.579929] Initializing XFRM netlink socket | |
carol# [ 4.402228] charon-systemd[618]: dnscert plugin is disabled | |
carol# [ 4.403658] charon-systemd[618]: using forecast interface eth1 | |
carol# [ 4.405091] charon-systemd[618]: joining forecast multicast groups: 224.0.0.1,224.0.0.22,224.0.0.251,224.0.0.252,239.255.255.250 | |
carol# [ 4.406645] charon-systemd[618]: loading ca certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/cacerts' | |
carol# [ 4.408984] charon-systemd[618]: loading aa certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/aacerts' | |
alice# [ 4.451971] blowfish-x86_64: performance on this CPU would be suboptimal: disabling blowfish-x86_64. | |
carol# [ 4.413500] charon-systemd[618]: loading ocsp signer certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/ocspcerts' | |
carol# [ 4.415571] charon-systemd[618]: loading attribute certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/acerts' | |
carol# [ 4.418867] charon-systemd[618]: loading crls from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/crls' | |
carol# [ 4.420637] charon-systemd[618]: loading secrets from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.secrets' | |
carol# [ 4.424202] charon-systemd[618]: opening triplet file /nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/triplets.dat failed: No such file or directory | |
carol# [ 4.426056] charon-systemd[618]: no script for ext-auth script defined, disabled | |
carol# [ 4.427543] charon-systemd[618]: loaded plugins: charon-systemd charon-systemd unbound pkcs11 aes des rc2 sha2 sha1 md5 random nonce x509 revocation constraints acert pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey dnscert pem af-alg fips-prf gmp curve25519 chapoly xcbc cmac hmac attr kernel-netlink resolve socket-default connmark forecast farp stroke vici updown eap-identity eap-sim eap-sim-pcsc eap-aka eap-aka-3gpp2 eap-simaka-pseudonym eap-simaka-reauth eap-md5 eap-gtc eap-mschapv2 xauth-generic xauth-eap xauth-pam dhcp | |
carol# [ 4.430817] charon-systemd[618]: spawning 16 worker threads | |
moon# [ 4.555309] CPU feature 'AVX registers' is not supported. | |
moon# [ 4.561383] CPU feature 'AVX registers' is not supported. | |
carol# [ 4.450658] charon-systemd[618]: loaded certificate 'C=CH, O=strongSwan, CN=carol' | |
carol# [ 4.453122] charon-systemd[618]: loaded certificate 'C=CH, O=strongSwan, CN=strongSwan CA' | |
alice# [ 4.492701] CPU feature 'AVX registers' is not supported. | |
carol# [ 4.455497] charon-systemd[618]: loaded RSA private key | |
carol# [ 4.456473] swanctl[842]: no authorities found, 0 unloaded | |
carol# [ 4.457412] swanctl[842]: no pools found, 0 unloaded | |
alice# [ 4.497726] CPU feature 'AVX registers' is not supported. | |
carol# [ 4.458833] charon-systemd[618]: added vici connection: carol | |
carol# [ 4.460332] charon-systemd[618]: initiating 'carol' | |
carol# [ 4.464342] charon-systemd[618]: initiating IKE_SA carol[1] to 192.168.1.3 | |
carol# [ 4.465751] charon-systemd[618]: generating IKE_SA_INIT request 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(FRAG_SUP) N(HASH_ALG) N(REDIR_SUP) ] | |
carol# [ 4.467447] charon-systemd[618]: sending packet: from 192.168.1.2[500] to 192.168.1.3[500] (642 bytes) | |
carol# [ 4.469622] swanctl[842]: loaded certificate from '/etc/swanctl/x509/carolCert.der' | |
carol# [ 4.471051] swanctl[842]: loaded certificate from '/etc/swanctl/x509ca/caCert.der' | |
carol# [ 4.472532] swanctl[842]: loaded rsa key from '/etc/swanctl/rsa/carolPrivKey.der' | |
carol# [ 4.473767] swanctl[842]: loaded connection 'carol' | |
carol# [ 4.479092] swanctl[842]: successfully loaded 1 connections, 0 unloaded | |
carol# [ 4.480397] systemd[1]: Started strongSwan IPsec IKEv1/IKEv2 daemon using swanctl. | |
carol# [ 4.482157] systemd[1]: Reached target Multi-User System. | |
carol# [ 4.483858] systemd[1]: Startup finished in 2.455s (kernel) + 2.023s (userspace) = 4.478s. | |
moon# [ 4.610526] twofish-x86_64-3way: performance on this CPU would be suboptimal: disabling twofish-x86_64-3way. | |
moon# [ 4.614749] twofish-x86_64-3way: performance on this CPU would be suboptimal: disabling twofish-x86_64-3way. | |
alice# [ 4.542008] twofish-x86_64-3way: performance on this CPU would be suboptimal: disabling twofish-x86_64-3way. | |
alice# [ 4.546255] twofish-x86_64-3way: performance on this CPU would be suboptimal: disabling twofish-x86_64-3way. | |
moon# [ 4.651120] NET: Registered protocol family 17 | |
alice# [ 4.595155] NET: Registered protocol family 17 | |
moon# [ 4.679103] Initializing XFRM netlink socket | |
moon# [ 4.504420] charon-systemd[607]: dnscert plugin is disabled | |
moon# [ 4.505453] charon-systemd[607]: using forecast interface eth1 | |
moon# [ 4.506448] charon-systemd[607]: joining forecast multicast groups: 224.0.0.1,224.0.0.22,224.0.0.251,224.0.0.252,239.255.255.250 | |
moon# [ 4.507481] charon-systemd[607]: loading ca certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/cacerts' | |
moon# [ 4.509434] charon-systemd[607]: loading aa certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/aacerts' | |
moon# [ 4.510920] charon-systemd[607]: loading ocsp signer certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/ocspcerts' | |
moon# [ 4.512567] charon-systemd[607]: loading attribute certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/acerts' | |
moon# [ 4.514508] charon-systemd[607]: loading crls from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/crls' | |
moon# [ 4.516191] charon-systemd[607]: loading secrets from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.secrets' | |
moon# [ 4.519488] charon-systemd[607]: opening triplet file /nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/triplets.dat failed: No such file or directory | |
moon# [ 4.521329] charon-systemd[607]: no script for ext-auth script defined, disabled | |
moon# [ 4.522744] charon-systemd[607]: loaded plugins: charon-systemd charon-systemd unbound pkcs11 aes des rc2 sha2 sha1 md5 random nonce x509 revocation constraints acert pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey dnscert pem af-alg fips-prf gmp curve25519 chapoly xcbc cmac hmac attr kernel-netlink resolve socket-default connmark forecast farp stroke vici updown eap-identity eap-sim eap-sim-pcsc eap-aka eap-aka-3gpp2 eap-simaka-pseudonym eap-simaka-reauth eap-md5 eap-gtc eap-mschapv2 xauth-generic xauth-eap xauth-pam dhcp | |
moon# [ 4.525958] charon-systemd[607]: spawning 16 worker threads | |
alice# [ 4.626816] Initializing XFRM netlink socket | |
alice# [ 4.455500] charon-systemd[608]: dnscert plugin is disabled | |
alice# [ 4.456573] charon-systemd[608]: using forecast interface eth1 | |
alice# [ 4.457688] charon-systemd[608]: joining forecast multicast groups: 224.0.0.1,224.0.0.22,224.0.0.251,224.0.0.252,239.255.255.250 | |
alice# [ 4.458913] charon-systemd[608]: loading ca certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/cacerts' | |
alice# [ 4.461121] charon-systemd[608]: loading aa certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/aacerts' | |
alice# [ 4.462656] charon-systemd[608]: loading ocsp signer certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/ocspcerts' | |
alice# [ 4.464405] charon-systemd[608]: loading attribute certificates from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/acerts' | |
moon# [ 4.544989] charon-systemd[607]: loaded certificate 'C=CH, O=strongSwan, CN=moon' | |
alice# [ 4.466442] charon-systemd[608]: loading crls from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/crls' | |
moon# [ 4.547372] charon-systemd[607]: loaded certificate 'C=CH, O=strongSwan, CN=strongSwan CA' | |
moon# [ 4.549375] charon-systemd[607]: loaded RSA private key | |
alice# [ 4.468226] charon-systemd[608]: loading secrets from '/nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.secrets' | |
moon# [ 4.550185] swanctl[830]: no authorities found, 0 unloaded | |
alice# [ 4.472032] charon-systemd[608]: opening triplet file /nix/store/jdcviy5z25xamq35g8k9qbdpskkx3w9g-strongswan-5.6.0/etc/ipsec.d/triplets.dat failed: No such file or directory | |
moon# [ 4.551080] charon-systemd[607]: added vici pool alice: 10.0.0.1, 1 entries | |
alice# [ 4.473680] charon-systemd[608]: no script for ext-auth script defined, disabled | |
moon# [ 4.552578] charon-systemd[607]: added vici pool carol: 10.0.0.2, 1 entries | |
moon# [ 4.553654] charon-systemd[607]: added vici connection: alice | |
moon# [ 4.554336] charon-systemd[607]: added vici connection: carol | |
alice# [ 4.475130] charon-systemd[608]: loaded plugins: charon-systemd charon-systemd unbound pkcs11 aes des rc2 sha2 sha1 md5 random nonce x509 revocation constraints acert pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey dnscert pem af-alg fips-prf gmp curve25519 chapoly xcbc cmac hmac attr kernel-netlink resolve socket-default connmark forecast farp stroke vici updown eap-identity eap-sim eap-sim-pcsc eap-aka eap-aka-3gpp2 eap-simaka-pseudonym eap-simaka-reauth eap-md5 eap-gtc eap-mschapv2 xauth-generic xauth-eap xauth-pam dhcp | |
moon# [ 4.557165] swanctl[830]: loaded certificate from '/etc/swanctl/x509/moonCert.der' | |
alice# [ 4.478752] charon-systemd[608]: spawning 16 worker threads | |
moon# [ 4.558169] swanctl[830]: loaded certificate from '/etc/swanctl/x509ca/caCert.der' | |
moon# [ 4.559065] swanctl[830]: loaded rsa key from '/etc/swanctl/rsa/moonPrivKey.der' | |
moon# [ 4.559956] swanctl[830]: loaded pool 'alice' | |
moon# [ 4.560686] swanctl[830]: loaded pool 'carol' | |
moon# [ 4.565259] swanctl[830]: successfully loaded 2 pools, 0 unloaded | |
moon# [ 4.565840] swanctl[830]: loaded connection 'alice' | |
moon# [ 4.566641] swanctl[830]: loaded connection 'carol' | |
moon# [ 4.567628] swanctl[830]: successfully loaded 2 connections, 0 unloaded | |
moon# [ 4.569116] systemd[1]: Started strongSwan IPsec IKEv1/IKEv2 daemon using swanctl. | |
moon# [ 4.571416] systemd[1]: Reached target Multi-User System. | |
moon# [ 4.572628] systemd[1]: Startup finished in 2.551s (kernel) + 2.012s (userspace) = 4.564s. | |
alice# [ 4.497727] charon-systemd[608]: loaded certificate 'C=CH, O=strongSwan, CN=alice' | |
alice# [ 4.499767] charon-systemd[608]: loaded certificate 'C=CH, O=strongSwan, CN=strongSwan CA' | |
alice# [ 4.501863] charon-systemd[608]: loaded RSA private key | |
alice# [ 4.502630] swanctl[832]: no authorities found, 0 unloaded | |
alice# [ 4.503364] swanctl[832]: no pools found, 0 unloaded | |
alice# [ 4.504525] charon-systemd[608]: added vici connection: alice | |
alice# [ 4.505857] charon-systemd[608]: initiating 'alice' | |
alice# [ 4.509254] charon-systemd[608]: initiating IKE_SA alice[1] to 192.168.1.3 | |
moon# [ 4.588311] charon-systemd[607]: received packet: from 192.168.1.1[500] to 192.168.1.3[500] (642 bytes) | |
alice# [ 4.510445] charon-systemd[608]: generating IKE_SA_INIT request 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(FRAG_SUP) N(HASH_ALG) N(REDIR_SUP) ] | |
moon# [ 4.589998] charon-systemd[607]: parsed IKE_SA_INIT request 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(FRAG_SUP) N(HASH_ALG) N(REDIR_SUP) ] | |
moon# [ 4.590895] charon-systemd[607]: 192.168.1.1 is initiating an IKE_SA | |
alice# [ 4.512573] charon-systemd[608]: sending packet: from 192.168.1.1[500] to 192.168.1.3[500] (642 bytes) | |
moon# [ 4.591528] charon-systemd[607]: sending cert request for "C=CH, O=strongSwan, CN=strongSwan CA" | |
moon# [ 4.592295] charon-systemd[607]: generating IKE_SA_INIT response 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) CERTREQ N(FRAG_SUP) N(HASH_ALG) N(MULT_AUTH) ] | |
alice# [ 4.514252] charon-systemd[608]: received packet: from 192.168.1.3[500] to 192.168.1.1[500] (267 bytes) | |
moon# [ 4.593256] charon-systemd[607]: sending packet: from 192.168.1.3[500] to 192.168.1.1[500] (267 bytes) | |
alice# [ 4.515517] swanctl[832]: loaded certificate from '/etc/swanctl/x509/aliceCert.der' | |
alice# [ 4.516520] swanctl[832]: loaded certificate from '/etc/swanctl/x509ca/caCert.der' | |
alice# [ 4.517461] swanctl[832]: loaded rsa key from '/etc/swanctl/rsa/alicePrivKey.der' | |
alice# [ 4.522208] swanctl[832]: loaded connection 'alice' | |
alice# [ 4.523142] swanctl[832]: successfully loaded 1 connections, 0 unloaded | |
alice# [ 4.524262] charon-systemd[608]: parsed IKE_SA_INIT response 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) CERTREQ N(FRAG_SUP) N(HASH_ALG) N(MULT_AUTH) ] | |
alice# [ 4.526175] charon-systemd[608]: received cert request for "C=CH, O=strongSwan, CN=strongSwan CA" | |
alice# [ 4.527695] charon-systemd[608]: sending cert request for "C=CH, O=strongSwan, CN=strongSwan CA" | |
alice# [ 4.528500] charon-systemd[608]: no private key found for 'alice' | |
alice# [ 4.529104] systemd[1]: Started strongSwan IPsec IKEv1/IKEv2 daemon using swanctl. | |
alice# [ 4.529727] systemd[1]: Reached target Multi-User System. | |
alice# [ 4.530281] systemd[1]: Startup finished in 2.504s (kernel) + 2.015s (userspace) = 4.520s. | |
carol: running command: ping -c 1 10.0.0.1 | |
carol# connect: Network is unreachable | |
carol: exit status 2 | |
carol: running command: ping -c 1 10.0.0.1 | |
carol# connect: Network is unreachable | |
carol: exit status 2 | |
carol: running command: ping -c 1 10.0.0.1 | |
carol# connect: Network is unreachable | |
carol: exit status 2 | |
carol: running command: ping -c 1 10.0.0.1 | |
carol# connect: Network is unreachable | |
carol: exit status 2 | |
carol# [ 8.464161] charon-systemd[618]: retransmit 1 of request with message ID 0 | |
moon# [ 8.404374] charon-systemd[607]: received packet: from 192.168.1.2[500] to 192.168.1.3[500] (642 bytes) | |
carol# [ 8.465144] charon-systemd[618]: sending packet: from 192.168.1.2[500] to 192.168.1.3[500] (642 bytes) | |
moon# [ 8.405423] charon-systemd[607]: parsed IKE_SA_INIT request 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) N(FRAG_SUP) N(HASH_ALG) N(REDIR_SUP) ] | |
carol# [ 8.466738] charon-systemd[618]: received packet: from 192.168.1.3[500] to 192.168.1.2[500] (267 bytes) | |
moon# [ 8.406647] charon-systemd[607]: 192.168.1.2 is initiating an IKE_SA | |
moon# [ 8.407550] charon-systemd[607]: sending cert request for "C=CH, O=strongSwan, CN=strongSwan CA" | |
carol# [ 8.468154] charon-systemd[618]: parsed IKE_SA_INIT response 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) CERTREQ N(FRAG_SUP) N(HASH_ALG) N(MULT_AUTH) ] | |
carol# [ 8.469760] charon-systemd[618]: received cert request for "C=CH, O=strongSwan, CN=strongSwan CA" | |
moon# [ 8.408654] charon-systemd[607]: generating IKE_SA_INIT response 0 [ SA KE No N(NATD_S_IP) N(NATD_D_IP) CERTREQ N(FRAG_SUP) N(HASH_ALG) N(MULT_AUTH) ] | |
carol# [ 8.471194] charon-systemd[618]: sending cert request for "C=CH, O=strongSwan, CN=strongSwan CA" | |
moon# [ 8.410633] charon-systemd[607]: sending packet: from 192.168.1.3[500] to 192.168.1.2[500] (267 bytes) | |
carol# [ 8.472635] charon-systemd[618]: no private key found for 'carol' | |
carol: running command: ping -c 1 10.0.0.1 | |
carol# connect: Network is unreachable | |
carol: exit status 2 | |
carol: running command: ping -c 1 10.0.0.1 | |
carol# connect: Network is unreachable | |
carol: exit status 2 | |
carol: running command: ping -c 1 10.0.0.1 | |
carol# connect: Network is unreachable | |
carol: exit status 2 | |
carol: running command: ping -c 1 10.0.0.1 | |
carol# connect: Network is unreachable | |
carol: exit status 2 | |
carol: running command: ping -c 1 10.0.0.1 | |
carol# connect: Network is unreachable | |
carol: exit status 2 | |
error: interrupted by the user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment