All of lore.kernel.org
 help / color / mirror / Atom feed
* Xen on ARM: "Failed to allocate contiguous memory for dom0" with dom0_mem greater than 256MB
@ 2014-01-24 10:00 Arianna Avanzini
  2014-01-24 10:14 ` Ian Campbell
  0 siblings, 1 reply; 4+ messages in thread
From: Arianna Avanzini @ 2014-01-24 10:00 UTC (permalink / raw)
  To: xen-devel
  Cc: Paolo Gai, Ian Campbell, Paolo Valente, Stefano Stabellini,
	Dario Faggioli, Claudio Scordino, Julien Grall, Roger Pau Monne

[-- Attachment #1: Type: text/plain, Size: 3378 bytes --]

Hello,

my name's Arianna and, for my master thesis at University of Modena (with Paolo
Valente, in Italy, [1]), I'm porting an automotive grade real-time OS
(Evidence's Erika [2], [3]) on Xen on ARM. I'm running Xen on a cubieboard2,
featuring an Allwinner A20 chip and 1GB of RAM.

I compiled from source both Xen (from staging, my current head is commit
231d7f4) and Linux (from linux-sunxi/sunxi-devel merged with torvalds/master, my
head is commit df32e43), as a dom0 kernel. I was also able to start a PV domU
with the same kernel, which I built with both dom0 and domU options enabled.

I noticed that Xen 4.4 fails to boot the dom0 if more than 256MB of RAM are
assigned to it by providing the dom0_mem boot option. The error message produced
during the boot process is the following.

Xen heap: 0000000076000000-000000007e000000 (32768 pages)
Dom heap: 229376 pages
Looking for UART console serial0
 Xen 4.4-rc2
(XEN) Xen version 4.4-rc2 (ava@) (armv7a-hardfloat-linux-gnueabi-gcc (Gentoo
4.7.3 p1.0, pie-0.5.5) 4.7.3) debug=y Fri Jan 24 10:46:18 CET 2014
(XEN) Latest ChangeSet: Thu Jan 23 10:30:08 2014 +0100 git:231d7f4
(XEN) Console output is synchronous.
(XEN) Processor: 410fc074: "ARM Limited", variant: 0x0, part 0xc07, rev 0x4
(XEN) 32-bit Execution:
(XEN)   Processor Features: 00001131:00011011
(XEN)     Instruction Sets: AArch32 Thumb Thumb-2 ThumbEE Jazelle
(XEN)     Extensions: GenericTimer Security
(XEN)   Debug Features: 02010555
(XEN)   Auxiliary Features: 00000000
(XEN)   Memory Model Features: 10101105 40000000 01240000 02102211
(XEN)  ISA Features: 02101110 13112111 21232041 11112131 10011142 00000000
(XEN) Platform: Allwinner A20
(XEN) Generic Timer IRQ: phys=30 hyp=26 virt=27
(XEN) Using generic timer at 24000 KHz
(XEN) GIC initialization:
(XEN)         gic_dist_addr=0000000001c81000
(XEN)         gic_cpu_addr=0000000001c82000
(XEN)         gic_hyp_addr=0000000001c84000
(XEN)         gic_vcpu_addr=0000000001c86000
(XEN)         gic_maintenance_irq=25
(XEN) GIC: 160 lines, 2 cpus, secure (IID 0100143b).
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Allocated console ring of 16 KiB.
(XEN) VFP implementer 0x41 architecture 2 part 0x30 variant 0x7 rev 0x4
(XEN) Bringing up CPU1
(XEN) Failed to bring up CPU1
(XEN) Failed to bring up CPU 1 (error -19)
(XEN) Brought up 1 CPUs
(XEN) *** LOADING DOMAIN 0 ***
(XEN)
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) Failed to allocate contiguous memory for dom0
(XEN) ****************************************
(XEN)
(XEN) Reboot in five seconds...

After a short search on the xen-devel mailing list, I found a discussion which I
believe might be related to this issue:
http://lists.xen.org/archives/html/xen-devel/2013-12/msg02239.html.
However, from that thread, I wasn't able to extrapolate a solution to the said
issue (not even to understand whether it is a bug or a feature, actually). You
can find attached to this mail the complete logs of a successful boot (with
dom0_mem=256M) and a failing boot (with dom0_mem=512M). If interesting, I'd be
glad to help investigate that, e.g., by providing further logs or by testing
patches.

Thank you,
Arianna



[1] http://www.unimore.it/
[2] http://www.evidence.eu.com/
[3] http://erika.tuxfamily.org/drupal/


-- 
/*
 * Arianna Avanzini
 * avanzini.arianna@gmail.com
 * 73628@studenti.unimore.it
 */

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: failing-boot-dom0_mem-512.log --]
[-- Type: text/x-log; name="failing-boot-dom0_mem-512.log", Size: 1785 bytes --]

Xen heap: 0000000076000000-000000007e000000 (32768 pages)
Dom heap: 229376 pages
Looking for UART console serial0
 Xen 4.4-rc2
(XEN) Xen version 4.4-rc2 (ava@) (armv7a-hardfloat-linux-gnueabi-gcc (Gentoo 4.7.3 p1.0, pie-0.5.5) 4.7.3) debug=y Fri Jan 24 10:46:18 CET 2014
(XEN) Latest ChangeSet: Thu Jan 23 10:30:08 2014 +0100 git:231d7f4
(XEN) Console output is synchronous.
(XEN) Processor: 410fc074: "ARM Limited", variant: 0x0, part 0xc07, rev 0x4
(XEN) 32-bit Execution:
(XEN)   Processor Features: 00001131:00011011
(XEN)     Instruction Sets: AArch32 Thumb Thumb-2 ThumbEE Jazelle
(XEN)     Extensions: GenericTimer Security
(XEN)   Debug Features: 02010555
(XEN)   Auxiliary Features: 00000000
(XEN)   Memory Model Features: 10101105 40000000 01240000 02102211
(XEN)  ISA Features: 02101110 13112111 21232041 11112131 10011142 00000000
(XEN) Platform: Allwinner A20
(XEN) Generic Timer IRQ: phys=30 hyp=26 virt=27
(XEN) Using generic timer at 24000 KHz
(XEN) GIC initialization:
(XEN)         gic_dist_addr=0000000001c81000
(XEN)         gic_cpu_addr=0000000001c82000
(XEN)         gic_hyp_addr=0000000001c84000
(XEN)         gic_vcpu_addr=0000000001c86000
(XEN)         gic_maintenance_irq=25
(XEN) GIC: 160 lines, 2 cpus, secure (IID 0100143b).
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Allocated console ring of 16 KiB.
(XEN) VFP implementer 0x41 architecture 2 part 0x30 variant 0x7 rev 0x4
(XEN) Bringing up CPU1
(XEN) Failed to bring up CPU1
(XEN) Failed to bring up CPU 1 (error -19)
(XEN) Brought up 1 CPUs
(XEN) *** LOADING DOMAIN 0 ***
(XEN) 
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) Failed to allocate contiguous memory for dom0
(XEN) ****************************************
(XEN) 
(XEN) Reboot in five seconds...


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: successful-boot-dom0_mem-256.log --]
[-- Type: text/x-log; name="successful-boot-dom0_mem-256.log", Size: 127322 bytes --]

(XEN) Domain heap initialised
 Xen 4.4-rc2
(XEN) Xen version 4.4-rc2 (ava@) (armv7a-hardfloat-linux-gnueabi-gcc (Gentoo 4.7.3 p1.0, pie-0.5.5) 4.7.3) debug=y Fri Jan 24 10:40:37 CET 2014
(XEN) Latest ChangeSet: Thu Jan 23 10:30:08 2014 +0100 git:231d7f4
(XEN) Console output is synchronous.
(XEN) Processor: 410fc074: "ARM Limited", variant: 0x0, part 0xc07, rev 0x4
(XEN) 32-bit Execution:
(XEN)   Processor Features: 00001131:00011011
(XEN)     Instruction Sets: AArch32 Thumb Thumb-2 ThumbEE Jazelle
(XEN)     Extensions: GenericTimer Security
(XEN)   Debug Features: 02010555
(XEN)   Auxiliary Features: 00000000
(XEN)   Memory Model Features: 10101105 40000000 01240000 02102211
(XEN)  ISA Features: 02101110 13112111 21232041 11112131 10011142 00000000
(XEN) Platform: Allwinner A20
(XEN) Generic Timer IRQ: phys=30 hyp=26 virt=27
(XEN) Using generic timer at 24000 KHz
(XEN) GIC initialization:
(XEN)         gic_dist_addr=0000000001c81000
(XEN)         gic_cpu_addr=0000000001c82000
(XEN)         gic_hyp_addr=0000000001c84000
(XEN)         gic_vcpu_addr=0000000001c86000
(XEN)         gic_maintenance_irq=25
(XEN) GIC: 160 lines, 2 cpus, secure (IID 0100143b).
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Allocated console ring of 16 KiB.
(XEN) VFP implementer 0x41 architecture 2 part 0x30 variant 0x7 rev 0x4
(XEN) Bringing up CPU1
(XEN) Failed to bring up CPU1
(XEN) Failed to bring up CPU 1 (error -19)
(XEN) Brought up 1 CPUs
(XEN) *** LOADING DOMAIN 0 ***
(XEN) Populate P2M 0x60000000->0x70000000 (1:1 mapping for dom0)
(XEN) Loading kernel from boot module 2
(XEN) Loading zImage from 0000000050000000 to 0000000067c00000-0000000067f13300
(XEN) Loading dom0 DTB to 0x0000000068000000-0x0000000068003bd5
(XEN) Scrubbing Free RAM: ........done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) **********************************************
(XEN) ******* WARNING: CONSOLE OUTPUT IS SYNCHRONOUS
(XEN) ******* This option is intended to aid debugging of Xen by ensuring
(XEN) ******* that all output is synchronously delivered on the serial line.
(XEN) ******* However it can introduce SIGNIFICANT latencies and affect
(XEN) ******* timekeeping. It is NOT recommended for production use!
(XEN) **********************************************
(XEN) 3... 2... 1... 
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 264kB init memory.
[    0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.000000] allocated 524288 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] Memory: 252844K/262144K available (4686K kernel code, 229K rwdata, 948K rodata, 235K init, 329K bss, 9300K reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
    vmalloc : 0xd0800000 - 0xff000000   ( 744 MB)
    lowmem  : 0xc0000000 - 0xd0000000   ( 256 MB)
    pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
      .text : 0xc0008000 - 0xc0588c20   (5636 kB)
      .init : 0xc0589000 - 0xc05c3f00   ( 236 kB)
      .data : 0xc05c4000 - 0xc05fd4a0   ( 230 kB)
       .bss : 0xc05fd4a8 - 0xc064faa4   ( 330 kB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] Architected cp15 timer(s) running at 24.00MHz (virt).
[    3.809924] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 2863311519744ns
[    0.000003] Switching to timer-based delay loop
[  175.147051] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
[    0.000038] arch_timer: multiple nodes in dt, skipping
[    0.000007] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps every 26843545593ns
[    0.000008] sched_clock: 32 bits at 160MHz, resolution 6ns, wraps every 26843545593ns
[    0.000176] Console: colour dummy device 80x30
[    0.000211] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[    0.000226] pid_max: default: 32768 minimum: 301
[    0.000396] Mount-cache hash table entries: 512
[    0.003742] Initializing cgroup subsys memory
[    0.003784] Initializing cgroup subsys devices
[    0.003795] Initializing cgroup subsys blkio
[    0.003845] CPU: Testing write buffer coherency: ok
[    0.004248] /cpus/cpu@0 missing clock-frequency property
[    0.004271] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.004303] Setting up static identity map for 0x604712e8 - 0x60471340
[    0.005182] Brought up 1 CPUs
[    0.005196] SMP: Total of 1 processors activated.
[    0.005203] CPU: All CPU(s) started in SVC mode.
[    0.005857] devtmpfs: initialized
[    0.009988] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 4
[    0.010137] Xen 4.4 support found, events_irq=31 gnttab_frame_pfn=1d00
[    0.010220] xen:grant_table: Grant tables using version 1 layout
[    0.010276] Grant table initialized
[    0.010600] pinctrl core: initialized pinctrl subsystem
[    0.010974] regulator-dummy: no parameters
[    0.011290] NET: Registered protocol family 16
[    0.011712] Xen: initializing cpu0
[    0.012031] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.013055] xen:swiotlb_xen: Warning: only able to allocate 4 MB for software IO TLB
[    0.015228] software IO TLB [mem 0x6f000000-0x6f400000] (4MB) mapped at [cf000000-cf3fffff]
[    0.024499] bio: create slab <bio-0> at 0
[    0.025166] xen:balloon: Initialising balloon driver
[    0.025475] reg-fixed-voltage ahci-5v.5: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/ahci_pwr_pin@0, deferring probe
[    0.025498] platform ahci-5v.5: Driver reg-fixed-voltage requests probe deferral
[    0.025521] reg-fixed-voltage usb1-vbus.6: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb1_vbus_pin@0, deferring probe
[    0.025534] platform usb1-vbus.6: Driver reg-fixed-voltage requests probe deferral
[    0.025553] reg-fixed-voltage usb2-vbus.7: could not find pctldev for node /soc@01c00000/pinctrl@01c20800/usb2_vbus_pin@0, deferring probe
[    0.025566] platform usb2-vbus.7: Driver reg-fixed-voltage requests probe deferral
[    0.026450] SCSI subsystem initialized
[    0.026663] libata version 3.00 loaded.
[    0.026879] usbcore: registered new interface driver usbfs
[    0.026927] usbcore: registered new interface driver hub
[    0.027047] usbcore: registered new device driver usb
[    0.027305] pps_core: LinuxPPS API ver. 1 registered
[    0.027314] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.027338] PTP clock support registered
[    0.027407] EDAC MC: Ver: 3.0.0
[    0.028591] Switched to clocksource arch_sys_counter
[    0.038126] NET: Registered protocol family 2
[    0.038825] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[    0.038862] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
[    0.038899] TCP: Hash tables configured (established 2048 bind 2048)
[    0.038970] TCP: reno registered
[    0.038986] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.039021] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.039252] NET: Registered protocol family 1
[    0.039689] RPC: Registered named UNIX socket transport module.
[    0.039703] RPC: Registered udp transport module.
[    0.039709] RPC: Registered tcp transport module.
[    0.039715] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.040950] futex hash table entries: 256 (order: 2, 16384 bytes)
[    0.051520] NFS: Registering the id_resolver key type
[    0.051621] Key type id_resolver registered
[    0.051629] Key type id_legacy registered
[    0.051649] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    0.052238] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.052252] io scheduler noop registered
[    0.052258] io scheduler deadline registered
[    0.052617] io scheduler cfq registered (default)
[    0.054774] sunxi-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    0.055542] xen:xen_evtchn: Event-channel device installed
[    0.804409] console [hvc0] enabled
[    0.807935] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
[    0.816700] serial: Freescale lpuart driver
[    0.822163] brd: module loaded
[    0.829225] loop: module loaded
[    0.833516]  Ring mode enabled
[    0.836498]  No HW DMA feature register supported
[    0.841065]  Normal descriptors
[    0.844470]  Wake-Up On Lan supported
[    0.851748] libphy: stmmac: probed
[    0.855076] eth0: PHY ID 00008201 at 1 IRQ 0 (stmmac-0:01) active
[    0.861366] xen_netfront: Initialising Xen virtual ethernet driver
[    0.867557] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.874083] ehci-platform: EHCI generic platform driver
[    0.879456] sunxi-ehci: Allwinner sunXi EHCI driver
[    0.884404] platform 1c14000.ehci0: Driver sunxi-ehci requests probe deferral
[    0.891557] platform 1c1c000.ehci1: Driver sunxi-ehci requests probe deferral
[    0.898945] usbcore: registered new interface driver usb-storage
[    0.905562] mousedev: PS/2 mouse device common for all mice
[    0.911537] i2c /dev entries driver
[    0.916269] sunxi-wdt 1c20c90.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[    0.924166] xen_wdt: Xen WatchDog Timer Driver v0.01
[    0.929314] xen_wdt: cannot register miscdev on minor=130 (-16)
[    0.935154] wdt: probe of wdt failed with error -16
[    0.940163] sdhci: Secure Digital Host Controller Interface driver
[    0.946322] sdhci: Copyright(c) Pierre Ossman
[    0.951397] sunxi-mci 1c0f000.mmc: base:0xd085c000 irq:64
[    0.956818] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.963550] usbcore: registered new interface driver usbhid
[    0.969117] usbhid: USB HID core driver
[    0.973207] TCP: cubic registered
[    0.977196] NET: Registered protocol family 10
[    0.982463] sit: IPv6 over IPv4 tunneling driver
[    0.987717] NET: Registered protocol family 17
[    0.992324] Key type dns_resolver registered
[    0.996709] Registering SWP/SWPB emulation handler
[    1.002875] ahci-5v: 5000 mV 
[    1.006121] usb1-vbus: 5000 mV 
[    1.009621] usb2-vbus: 5000 mV 
[    1.013043] unable to find transceiver
[    1.016726] sunxi-ehci 1c14000.ehci0: EHCI Host Controller
[    1.022400] sunxi-ehci 1c14000.ehci0: new USB bus registered, assigned bus number 1
[    1.030165] sunxi-ehci 1c14000.ehci0: irq 71, io mem 0x01c14000
[    1.048712] sunxi-ehci 1c14000.ehci0: USB 2.0 started, EHCI 1.00
[    1.055591] hub 1-0:1.0: USB hub found
[    1.059403] hub 1-0:1.0: 1 port detected
[    1.063943] unable to find transceiver
[    1.067629] sunxi-ehci 1c1c000.ehci1: EHCI Host Controller
[    1.073274] sunxi-ehci 1c1c000.ehci1: new USB bus registered, assigned bus number 2
[    1.081046] sunxi-ehci 1c1c000.ehci1: irq 72, io mem 0x01c1c000
[    1.098675] sunxi-ehci 1c1c000.ehci1: USB 2.0 started, EHCI 1.00
[    1.105471] hub 2-0:1.0: USB hub found
[    1.109291] hub 2-0:1.0: 1 port detected
[    1.113559] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.119819] clk: Not disabling unused clocks
[    1.124973] Waiting for root device /dev/sda1...
[    1.428711] usb 2-1: new high-speed USB device number 2 using sunxi-ehci
[    1.548676] mmc0: new high speed SDHC card at address b368
[    1.554497] isa bounce pool size: 16 pages
[    1.558803] mmcblk0: mmc0:b368       7.45 GiB 
[    1.564765]  mmcblk0: p1
[    1.596050] usb-storage 2-1:1.0: USB Mass Storage device detected
[    1.602415] scsi0 : usb-storage 2-1:1.0
[    2.662805] scsi 0:0:0:0: Direct-Access              USB DISK 2.0     PMAP PQ: 0 ANSI: 4
[    3.765875] sd 0:0:0:0: [sda] 62554112 512-byte logical blocks: (32.0 GB/29.8 GiB)
[    3.776108] sd 0:0:0:0: [sda] Write Protect is off
[    3.780855] sd 0:0:0:0: [sda] Mode Sense: 23 00 00 00
[    3.788634] sd 0:0:0:0: [sda] No Caching mode page found
[    3.793864] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    3.809471] sd 0:0:0:0: [sda] No Caching mode page found
[    3.814746] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    3.853666]  sda: sda1
[    3.863975] sd 0:0:0:0: [sda] No Caching mode page found
[    3.869265] sd 0:0:0:0: [sda] Assuming drive cache: write through
[    3.875387] sd 0:0:0:0: [sda] Attached SCSI removable disk
[    3.883618] EXT3-fs (sda1): error: couldn't mount because of unsupported optional features (240)
[    3.894277] EXT2-fs (sda1): error: couldn't mount because of unsupported optional features (240)
[    5.225812] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.233547] VFS: Mounted root (ext4 filesystem) on device 8:1.
[    5.251861] devtmpfs: mounted
[    5.255114] Freeing unused kernel memory: 232K (c0589000 - c05c3000)
[    7.050309] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpuset of type cgroup with options cpuset.
[    7.060085] systemd[1]: Mounting cgroup to /sys/fs/cgroup/cpu,cpuacct of type cgroup with options cpu,cpuacct.
[    7.070594] systemd[1]: Mounting cgroup to /sys/fs/cgroup/memory of type cgroup with options memory.
[    7.080249] systemd[1]: Mounting cgroup to /sys/fs/cgroup/devices of type cgroup with options devices.
[    7.089952] systemd[1]: Mounting cgroup to /sys/fs/cgroup/blkio of type cgroup with options blkio.
[    7.099297] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    7.121251] systemd[1]: Set hostname to <alarm>.
[    7.131809] systemd[1]: Using cgroup controller name=systemd. File system hierarchy is at /sys/fs/cgroup/systemd.
[    7.142679] systemd[1]: Installed release agent.
[    7.148075] systemd[1]: Using notification socket @/org/freedesktop/systemd1/notify
[    7.155990] systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
[    7.172042] random: systemd urandom read with 57 bits of entropy available
[    7.179232] systemd[1]: Successfully created private D-Bus server.
[    7.187759] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-getty-generator as 40
[    7.198080] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-system-update-generator as 41
[    7.210234] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-cryptsetup-generator as 42
[    7.224732] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-gpt-auto-generator as 43
[    7.236355] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-fstab-generator as 44
[    7.247744] systemd[1]: Spawned /usr/lib/systemd/system-generators/systemd-efi-boot-generator as 45
[    7.260724] systemd[1]: /usr/lib/systemd/system-generators/systemd-getty-generator exited successfully.
[    7.270433] systemd[1]: /usr/lib/systemd/system-generators/systemd-system-update-generator exited successfully.
[    7.304059] systemd[1]: /usr/lib/systemd/system-generators/systemd-cryptsetup-generator exited successfully.
[    8.814688] systemd[1]: /usr/lib/systemd/system-generators/systemd-gpt-auto-generator exited successfully.
[    8.824544] systemd[1]: /usr/lib/systemd/system-generators/systemd-fstab-generator exited successfully.
[    8.833975] systemd[1]: /usr/lib/systemd/system-generators/systemd-efi-boot-generator exited successfully.
[    8.847869] systemd[1]: Looking for unit files in (higher priority first):
[    8.854869] systemd[1]: 	/etc/systemd/system
[    8.859124] systemd[1]: 	/run/systemd/system
[    8.863415] systemd[1]: 	/run/systemd/generator
[    8.868007] systemd[1]: 	/usr/local/lib/systemd/system
[    8.873248] systemd[1]: 	/usr/lib/systemd/system
[    8.877909] systemd[1]: SysV init scripts and rcN.d links support disabled
[    8.973129] systemd[1]: Failed to load configuration for plymouth-start.service: No such file or directory
[    8.996507] systemd[1]: Failed to load configuration for syslog.service: No such file or directory
[    9.027853] systemd[1]: Failed to load configuration for syslog.target: No such file or directory
[    9.048363] systemd[1]: Failed to load configuration for display-manager.service: No such file or directory
[    9.076843] systemd[1]: Failed to load configuration for plymouth-quit-wait.service: No such file or directory
[    9.120560] systemd[1]: -.mount changed dead -> mounted
[    9.126140] systemd[1]: Activating default unit: default.target
[    9.132213] systemd[1]: Trying to enqueue job graphical.target/start/isolate
[    9.139934] systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory.
[    9.155336] systemd[1]: Installed new job graphical.target/start as 1
[    9.161831] systemd[1]: Installed new job multi-user.target/start as 2
[    9.168331] systemd[1]: Installed new job basic.target/start as 3
[    9.174531] systemd[1]: Installed new job sysinit.target/start as 4
[    9.180818] systemd[1]: Installed new job local-fs.target/start as 5
[    9.187198] systemd[1]: Installed new job tmp.mount/start as 6
[    9.193115] systemd[1]: Installed new job systemd-remount-fs.service/start as 8
[    9.200477] systemd[1]: Installed new job local-fs-pre.target/start as 9
[    9.207216] systemd[1]: Installed new job swap.target/start as 11
[    9.213392] systemd[1]: Installed new job kmod-static-nodes.service/start as 12
[    9.220760] systemd[1]: Installed new job dev-hugepages.mount/start as 13
[    9.227583] systemd[1]: Installed new job proc-sys-fs-binfmt_misc.automount/start as 14
[    9.235665] systemd[1]: Installed new job systemd-journald.service/start as 15
[    9.242942] systemd[1]: Installed new job systemd-journald.socket/start as 16
[    9.250132] systemd[1]: Installed new job systemd-ask-password-console.path/start as 17
[    9.258187] systemd[1]: Installed new job systemd-binfmt.service/start as 18
[    9.265305] systemd[1]: Installed new job systemd-update-utmp.service/start as 19
[    9.272857] systemd[1]: Installed new job sys-kernel-debug.mount/start as 20
[    9.279946] systemd[1]: Installed new job systemd-random-seed.service/start as 21
[    9.287470] systemd[1]: Installed new job systemd-vconsole-setup.service/start as 22
[    9.295289] systemd[1]: Installed new job systemd-tmpfiles-setup-dev.service/start as 23
[    9.303445] systemd[1]: Installed new job systemd-udevd.service/start as 24
[    9.310456] systemd[1]: Installed new job systemd-udevd-control.socket/start as 25
[    9.318064] systemd[1]: Installed new job systemd-udevd-kernel.socket/start as 26
[    9.325620] systemd[1]: Installed new job systemd-tmpfiles-setup.service/start as 27
[    9.333422] systemd[1]: Installed new job dev-mqueue.mount/start as 28
[    9.340008] systemd[1]: Installed new job systemd-udev-trigger.service/start as 29
[    9.347634] systemd[1]: Installed new job sys-fs-fuse-connections.mount/start as 30
[    9.355347] systemd[1]: Installed new job systemd-journal-flush.service/start as 31
[    9.363060] systemd[1]: Installed new job sys-kernel-config.mount/start as 32
[    9.370257] systemd[1]: Installed new job systemd-modules-load.service/start as 33
[    9.377861] systemd[1]: Installed new job cryptsetup.target/start as 34
[    9.384563] systemd[1]: Installed new job systemd-sysctl.service/start as 35
[    9.391664] systemd[1]: Installed new job sockets.target/start as 38
[    9.398058] systemd[1]: Installed new job dbus.socket/start as 39
[    9.404232] systemd[1]: Installed new job system.slice/start as 40
[    9.410465] systemd[1]: Installed new job -.slice/start as 41
[    9.416258] systemd[1]: Installed new job systemd-shutdownd.socket/start as 42
[    9.423554] systemd[1]: Installed new job systemd-initctl.socket/start as 43
[    9.430661] systemd[1]: Installed new job dmeventd.socket/start as 44
[    9.437144] systemd[1]: Installed new job lvmetad.socket/start as 45
[    9.443584] systemd[1]: Installed new job timers.target/start as 46
[    9.449901] systemd[1]: Installed new job systemd-tmpfiles-clean.timer/start as 47
[    9.457510] systemd[1]: Installed new job paths.target/start as 48
[    9.463766] systemd[1]: Installed new job slices.target/start as 49
[    9.470094] systemd[1]: Installed new job sshd.service/start as 50
[    9.476316] systemd[1]: Installed new job sshdgenkeys.service/start as 51
[    9.483191] systemd[1]: Installed new job haveged.service/start as 52
[    9.489689] systemd[1]: Installed new job remote-fs.target/start as 53
[    9.496267] systemd[1]: Installed new job netctl-ifplugd@eth0.service/start as 54
[    9.503807] systemd[1]: Installed new job sys-subsystem-net-devices-eth0.device/start as 55
[    9.512263] systemd[1]: Installed new job system-netctl\x2difplugd.slice/start as 56
[    9.520034] systemd[1]: Installed new job systemd-ask-password-wall.path/start as 57
[    9.527814] systemd[1]: Installed new job systemd-logind.service/start as 58
[    9.534922] systemd[1]: Installed new job user.slice/start as 59
[    9.540987] systemd[1]: Installed new job dbus.service/start as 60
[    9.547210] systemd[1]: Installed new job systemd-user-sessions.service/start as 61
[    9.554941] systemd[1]: Installed new job getty.target/start as 62
[    9.561304] systemd[1]: Installed new job getty@tty1.service/start as 63
[    9.567936] systemd[1]: Installed new job system-getty.slice/start as 64
[    9.574735] systemd[1]: Installed new job serial-getty@hvc0.service/start as 65
[    9.582083] systemd[1]: Installed new job dev-hvc0.device/start as 66
[    9.588614] systemd[1]: Installed new job system-serial\x2dgetty.slice/start as 67
[    9.596238] systemd[1]: Enqueued job graphical.target/start as 1
[    9.602313] systemd[1]: Loaded units and determined initial transaction in 2.416732s.
[    9.610598] systemd[1]: Expecting device dev-hvc0.device...
[    9.620885] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
[    9.629080] systemd[1]: systemd-ask-password-wall.path changed dead -> waiting
[    9.636267] systemd[1]: Job systemd-ask-password-wall.path/start finished, result=done
[    9.644358] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    9.652022] systemd[1]: Expecting device sys-subsystem-net-devices-eth0.device...
[    9.666071] systemd[1]: Starting Remote File Systems.
[    9.671175] systemd[1]: remote-fs.target changed dead -> active
[    9.677050] systemd[1]: Job remote-fs.target/start finished, result=done
[    9.689204] systemd[1]: Reached target Remote File Systems.
[    9.694795] systemd[1]: Starting LVM2 metadata daemon socket.
[    9.700835] systemd[1]: lvmetad.socket changed dead -> listening
[    9.706798] systemd[1]: Job lvmetad.socket/start finished, result=done
[    9.719359] systemd[1]: Listening on LVM2 metadata daemon socket.
[    9.725468] systemd[1]: Starting Device-mapper event daemon FIFOs.
[    9.731876] systemd[1]: dmeventd.socket changed dead -> listening
[    9.737920] systemd[1]: Job dmeventd.socket/start finished, result=done
[    9.750956] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    9.757502] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    9.764329] systemd[1]: systemd-initctl.socket changed dead -> listening
[    9.771047] systemd[1]: Job systemd-initctl.socket/start finished, result=done
[    9.785034] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    9.792096] systemd[1]: Starting Delayed Shutdown Socket.
[    9.797596] systemd[1]: systemd-shutdownd.socket changed dead -> listening
[    9.804493] systemd[1]: Job systemd-shutdownd.socket/start finished, result=done
[    9.817409] systemd[1]: Listening on Delayed Shutdown Socket.
[    9.823265] systemd[1]: Starting Root Slice.
[    9.828267] systemd[1]: -.slice changed dead -> active
[    9.833478] systemd[1]: Job -.slice/start finished, result=done
[    9.843936] systemd[1]: Created slice Root Slice.
[    9.848803] systemd[1]: Starting User and Session Slice.
[    9.854486] systemd[1]: user.slice changed dead -> active
[    9.859940] systemd[1]: Job user.slice/start finished, result=done
[    9.871656] systemd[1]: Created slice User and Session Slice.
[    9.877423] systemd[1]: Starting System Slice.
[    9.882345] systemd[1]: system.slice changed dead -> active
[    9.887868] systemd[1]: Job system.slice/start finished, result=done
[    9.899052] systemd[1]: Created slice System Slice.
[    9.903957] systemd[1]: Starting system-netctl\x2difplugd.slice.
[    9.910566] systemd[1]: system-netctl\x2difplugd.slice changed dead -> active
[    9.917659] systemd[1]: Job system-netctl\x2difplugd.slice/start finished, result=done
[    9.931993] systemd[1]: Created slice system-netctl\x2difplugd.slice.
[    9.938449] systemd[1]: Starting system-getty.slice.
[    9.944017] systemd[1]: system-getty.slice changed dead -> active
[    9.950174] systemd[1]: Job system-getty.slice/start finished, result=done
[    9.962224] systemd[1]: Created slice system-getty.slice.
[    9.967645] systemd[1]: Starting system-serial\x2dgetty.slice.
[    9.974038] systemd[1]: system-serial\x2dgetty.slice changed dead -> active
[    9.981062] systemd[1]: Job system-serial\x2dgetty.slice/start finished, result=done
[    9.994880] systemd[1]: Created slice system-serial\x2dgetty.slice.
[   10.001298] systemd[1]: Starting Slices.
[   10.005161] systemd[1]: slices.target changed dead -> active
[   10.010930] systemd[1]: Job slices.target/start finished, result=done
[   10.021608] systemd[1]: Reached target Slices.
[   10.026064] systemd[1]: Starting Encrypted Volumes.
[   10.031019] systemd[1]: cryptsetup.target changed dead -> active
[   10.037006] systemd[1]: Job cryptsetup.target/start finished, result=done
[   10.049096] systemd[1]: Reached target Encrypted Volumes.
[   10.054569] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-kernel.socket.
[   10.063422] systemd[1]: Starting udev Kernel Socket.
[   10.068460] systemd[1]: systemd-udevd-kernel.socket changed dead -> listening
[   10.075615] systemd[1]: Job systemd-udevd-kernel.socket/start finished, result=done
[   10.088383] systemd[1]: Listening on udev Kernel Socket.
[   10.093818] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd-control.socket.
[   10.102710] systemd[1]: Starting udev Control Socket.
[   10.107899] systemd[1]: systemd-udevd-control.socket changed dead -> listening
[   10.115152] systemd[1]: Job systemd-udevd-control.socket/start finished, result=done
[   10.128104] systemd[1]: Listening on udev Control Socket.
[   10.133656] systemd[1]: ConditionPathExists=!/run/plymouth/pid succeeded for systemd-ask-password-console.path.
[   10.143783] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
[   10.152017] systemd[1]: systemd-ask-password-console.path changed dead -> waiting
[   10.159554] systemd[1]: Job systemd-ask-password-console.path/start finished, result=done
[   10.167695] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   10.175754] systemd[1]: Starting Paths.
[   10.179632] systemd[1]: paths.target changed dead -> active
[   10.185182] systemd[1]: Job paths.target/start finished, result=done
[   10.195814] systemd[1]: Reached target Paths.
[   10.200307] systemd[1]: Starting Journal Socket.
[   10.205151] systemd[1]: systemd-journald.socket changed dead -> listening
[   10.211981] systemd[1]: Job systemd-journald.socket/start finished, result=done
[   10.224103] systemd[1]: Listening on Journal Socket.
[   10.229283] systemd[1]: ConditionPathExists=/sys/kernel/debug succeeded for sys-kernel-debug.mount.
[   10.238292] systemd[1]: Mounting Debug File System...
[   10.248190] systemd[1]: About to execute: /bin/mount debugfs /sys/kernel/debug -t debugfs
[   10.256976] systemd[1]: Forked /bin/mount as 47
[   10.264903] systemd[47]: Executing: /bin/mount debugfs /sys/kernel/debug -t debugfs
[   10.273130] systemd[1]: sys-kernel-debug.mount changed dead -> mounting
[   10.280040] systemd[1]: ConditionPathExists=/dev/tty0 succeeded for systemd-vconsole-setup.service.
[   10.289838] systemd[1]: Starting Setup Virtual Console...
[   10.301494] systemd[1]: About to execute: /usr/lib/systemd/systemd-vconsole-setup
[   10.310096] systemd[1]: Forked /usr/lib/systemd/systemd-vconsole-setup as 48
[   10.318085] systemd[1]: systemd-vconsole-setup.service changed dead -> start
[   10.328501] systemd[48]: Executing: /usr/lib/systemd/systemd-vconsole-setup
[   10.336229] systemd[1]: ConditionPathExists=/proc/sys/fs/mqueue failed for dev-mqueue.mount.
[   10.345256] systemd[1]: Starting of dev-mqueue.mount requested but condition failed. Ignoring.
[   10.354962] systemd[1]: Job dev-mqueue.mount/start finished, result=done
[   10.361855] systemd[1]: Mounted POSIX Message Queue File System.
[   10.369490] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udev-trigger.service.
[   10.378491] systemd[1]: Starting udev Coldplug all Devices...
[   10.395400] systemd[1]: About to execute: /usr/bin/udevadm trigger --type=subsystems --action=add
[   10.404914] systemd[1]: Forked /usr/bin/udevadm as 49
[   10.415015] systemd[49]: Executing: /usr/bin/udevadm trigger --type=subsystems --action=add
[   10.425297] systemd[1]: systemd-udev-trigger.service changed dead -> start
[   10.432926] systemd[1]: ConditionKernelCommandLine=|rd.modules-load failed for systemd-modules-load.service.
[   10.444977] systemd[1]: ConditionKernelCommandLine=|modules-load failed for systemd-modules-load.service.
[   10.454979] systemd[1]: ConditionDirectoryNotEmpty=|/run/modules-load.d failed for systemd-modules-load.service.
[   10.474809] systemd[1]: ConditionDirectoryNotEmpty=|/etc/modules-load.d failed for systemd-modules-load.service.
[   10.485264] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/modules-load.d failed for systemd-modules-load.service.
[   10.499441] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/modules-load.d failed for systemd-modules-load.service.
[   10.510338] systemd[1]: ConditionDirectoryNotEmpty=|/lib/modules-load.d failed for systemd-modules-load.service.
[   10.521879] systemd[1]: ConditionCapability=CAP_SYS_MODULE succeeded for systemd-modules-load.service.
[   10.531424] systemd[1]: Starting of systemd-modules-load.service requested but condition failed. Ignoring.
[   10.542241] systemd[1]: Job systemd-modules-load.service/start finished, result=done
[   10.550254] systemd[1]: Started Load Kernel Modules.
[   10.555354] systemd[1]: ConditionPathExists=/sys/fs/fuse/connections failed for sys-fs-fuse-connections.mount.
[   10.567742] systemd[1]: Starting of sys-fs-fuse-connections.mount requested but condition failed. Ignoring.
[   10.577749] systemd[1]: Job sys-fs-fuse-connections.mount/start finished, result=done
[   10.585652] systemd[1]: Mounted FUSE Control File System.
[   10.591747] systemd[1]: ConditionPathExists=/sys/kernel/config failed for sys-kernel-config.mount.
[   10.600880] systemd[1]: Starting of sys-kernel-config.mount requested but condition failed. Ignoring.
[   10.610165] systemd[1]: Job sys-kernel-config.mount/start finished, result=done
[   10.617635] systemd[1]: Mounted Configuration File System.
[   10.623298] systemd[1]: ConditionDirectoryNotEmpty=|/run/sysctl.d failed for systemd-sysctl.service.
[   10.643935] systemd[1]: ConditionDirectoryNotEmpty=|/etc/sysctl.d failed for systemd-sysctl.service.
[   10.653472] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/sysctl.d failed for systemd-sysctl.service.
[   10.666180] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/sysctl.d succeeded for systemd-sysctl.service.
[   10.676345] systemd[1]: ConditionDirectoryNotEmpty=|/lib/sysctl.d succeeded for systemd-sysctl.service.
[   10.685797] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-sysctl.service.
[   10.698297] systemd[1]: Starting Apply Kernel Variables...
[   10.709846] systemd[1]: About to execute: /usr/lib/systemd/systemd-sysctl
[   10.718014] systemd[1]: Forked /usr/lib/systemd/systemd-sysctl as 50
[   10.732545] systemd[50]: Executing: /usr/lib/systemd/systemd-sysctl
[   10.747863] systemd[1]: systemd-sysctl.service changed dead -> start
[   10.787337] systemd[1]: Starting Journal Service...
[   10.801137] systemd[1]: About to execute: /usr/lib/systemd/systemd-journald
[   10.814474] systemd[54]: Executing: /usr/lib/systemd/systemd-journald
[   10.821213] systemd[1]: Forked /usr/lib/systemd/systemd-journald as 54
[   10.833496] systemd[1]: systemd-journald.service changed dead -> running
[   10.841070] systemd[1]: Job systemd-journald.service/start finished, result=done
[   10.854632] systemd[1]: Started Journal Service.
[   10.861864] systemd[1]: systemd-journald.socket changed listening -> running
[   10.869445] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for proc-sys-fs-binfmt_misc.automount.
[   10.879515] systemd[1]: ConditionPathExists=/proc/sys/fs/binfmt_misc/ failed for proc-sys-fs-binfmt_misc.automount.
[   10.890393] systemd[1]: Starting of proc-sys-fs-binfmt_misc.automount requested but condition failed. Ignoring.
[   10.900632] systemd[1]: Job proc-sys-fs-binfmt_misc.automount/start finished, result=done
[   10.909600] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   10.919288] systemd[1]: ConditionDirectoryNotEmpty=|/run/binfmt.d failed for systemd-binfmt.service.
[   10.939063] systemd[1]: ConditionDirectoryNotEmpty=|/etc/binfmt.d failed for systemd-binfmt.service.
[   10.948267] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/binfmt.d failed for systemd-binfmt.service.
[   10.971019] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/binfmt.d failed for systemd-binfmt.service.
[   10.981304] systemd[1]: ConditionDirectoryNotEmpty=|/lib/binfmt.d failed for systemd-binfmt.service.
[   10.990585] systemd[1]: ConditionPathIsReadWrite=/proc/sys/ succeeded for systemd-binfmt.service.
[   11.001366] systemd[1]: Starting of systemd-binfmt.service requested but condition failed. Ignoring.
[   11.010757] systemd[1]: Job systemd-binfmt.service/start finished, result=done
[   11.017966] systemd[1]: Started Set Up Additional Binary Formats.
[   11.025358] systemd[1]: ConditionPathExists=/sys/kernel/mm/hugepages failed for dev-hugepages.mount.
[   11.034650] systemd[1]: Starting of dev-hugepages.mount requested but condition failed. Ignoring.
[   11.043706] systemd[1]: Job dev-hugepages.mount/start finished, result=done
[   11.050873] systemd[1]: Mounted Huge Pages File System.
[   11.068308] systemd[1]: ConditionPathExists=/lib/modules/3.13.0-03583-gf9fc80b-dirty/modules.devname failed for kmod-static-nodes.service.
[   11.080866] systemd[1]: Starting of kmod-static-nodes.service requested but condition failed. Ignoring.
[   11.090347] systemd[1]: Job kmod-static-nodes.service/start finished, result=done
[   11.097812] systemd[1]: Started Create list of required static device nodes for the current kernel.
[   11.110721] systemd[1]: ConditionCapability=CAP_MKNOD succeeded for systemd-tmpfiles-setup-dev.service.
[   11.124498] systemd-journald[54]: Vacuuming done, freed 0 bytes
[   11.130671] systemd[1]: Starting Create static device nodes in /dev...
[   11.149436] systemd[1]: About to execute: /usr/bin/systemd-tmpfiles --prefix=/dev --create
[   11.158267] systemd[1]: Forked /usr/bin/systemd-tmpfiles as 56
[   11.181964] systemd[56]: Executing: /usr/bin/systemd-tmpfiles --prefix=/dev --create
[   11.199619] systemd[1]: systemd-tmpfiles-setup-dev.service changed dead -> start
[   11.207132] systemd[1]: Starting Swap.
[   11.216577] systemd[1]: swap.target changed dead -> active
[   11.228848] systemd[1]: Job swap.target/start finished, result=done
[   11.252722] systemd[1]: Reached target Swap.
[   11.257225] systemd[1]: ConditionPathExists=/etc/fstab succeeded for systemd-remount-fs.service.
[   11.275096] systemd[1]: Starting Remount Root and Kernel File Systems...
[   11.300782] systemd[1]: About to execute: /usr/lib/systemd/systemd-remount-fs
[   11.308557] systemd[1]: Forked /usr/lib/systemd/systemd-remount-fs as 57
[   11.331360] systemd[57]: Executing: /usr/lib/systemd/systemd-remount-fs
[   11.359659] systemd[1]: systemd-remount-fs.service changed dead -> start
[   11.366513] systemd[1]: Mounting Temporary Directory...
[   12.205186] systemd[1]: About to execute: /bin/mount tmpfs /tmp -t tmpfs -o mode=1777,strictatime
[   12.215364] systemd[1]: Forked /bin/mount as 60
[   12.223915] systemd[1]: tmp.mount changed dead -> mounting
[   12.231195] systemd[60]: Executing: /bin/mount tmpfs /tmp -t tmpfs -o mode=1777,strictatime
[   12.240289] systemd[1]: Set up jobs progress timerfd.
[   12.254948] systemd[1]: Received SIGCHLD from PID 40 (n/a).
[   12.261440] systemd[1]: Got SIGCHLD for process 47 (mount)
[   12.269365] systemd[1]: Got notification message for unit systemd-journald.service
[   12.276931] systemd[1]: systemd-journald.service: Got message
[   12.287938] systemd[1]: systemd-journald.service: got STATUS=Processing requests...
[   12.296479] systemd[1]: Child 47 died (code=exited, status=0/SUCCESS)
[   12.303273] systemd[1]: Child 47 belongs to sys-kernel-debug.mount
[   12.309795] systemd[1]: sys-kernel-debug.mount mount process exited, code=exited status=0
[   12.317954] systemd[1]: sys-kernel-debug.mount changed mounting -> mounted
[   12.325447] systemd[1]: Job sys-kernel-debug.mount/start finished, result=done
[   12.337637] systemd[1]: Mounted Debug File System.
[   12.343302] systemd[1]: Got SIGCHLD for process 48 (systemd-vconsol)
[   12.350278] systemd[1]: Child 48 died (code=exited, status=0/SUCCESS)
[   12.356660] systemd[1]: Child 48 belongs to systemd-vconsole-setup.service
[   12.364437] systemd[1]: systemd-vconsole-setup.service: main process exited, code=exited, status=0/SUCCESS
[   12.375113] systemd[1]: systemd-vconsole-setup.service changed start -> exited
[   12.382847] systemd[1]: Job systemd-vconsole-setup.service/start finished, result=done
[   12.396177] systemd[1]: Started Setup Virtual Console.
[   12.402188] systemd[1]: Got SIGCHLD for process 49 (udevadm)
[   12.408043] systemd[1]: Child 49 died (code=exited, status=0/SUCCESS)
[   12.415077] systemd[1]: Child 49 belongs to systemd-udev-trigger.service
[   12.422114] systemd[1]: systemd-udev-trigger.service: main process exited, code=exited, status=0/SUCCESS
[   12.432154] systemd[1]: systemd-udev-trigger.service running next main command for state start
[   12.441209] systemd[1]: About to execute: /usr/bin/udevadm trigger --type=devices --action=add
[   12.450679] systemd[1]: Forked /usr/bin/udevadm as 62
[   12.456722] systemd[1]: Got SIGCHLD for process 50 (systemd-sysctl)
[   12.467076] systemd[62]: Executing: /usr/bin/udevadm trigger --type=devices --action=add
[   12.475898] systemd[1]: Child 50 died (code=exited, status=0/SUCCESS)
[   12.488999] systemd[1]: Child 50 belongs to systemd-sysctl.service
[   12.495230] systemd[1]: systemd-sysctl.service: main process exited, code=exited, status=0/SUCCESS
[   12.529713] systemd[1]: systemd-sysctl.service changed start -> exited
[   12.536246] systemd[1]: Job systemd-sysctl.service/start finished, result=done
[   12.564208] systemd[1]: Started Apply Kernel Variables.
[   12.579333] systemd[1]: Got SIGCHLD for process 56 (systemd-tmpfile)
[   12.585944] systemd[1]: Child 56 died (code=exited, status=0/SUCCESS)
[   12.608955] systemd[1]: Child 56 belongs to systemd-tmpfiles-setup-dev.service
[   12.616247] systemd[1]: systemd-tmpfiles-setup-dev.service: main process exited, code=exited, status=0/SUCCESS
[   12.639595] systemd[1]: systemd-tmpfiles-setup-dev.service changed start -> exited
[   12.647154] systemd[1]: Job systemd-tmpfiles-setup-dev.service/start finished, result=done
[   12.681086] systemd[1]: Started Create static device nodes in /dev.
[   12.687758] systemd[1]: Got SIGCHLD for process 57 (systemd-remount)
[   12.699563] systemd[1]: Child 57 died (code=exited, status=0/SUCCESS)
[   12.705964] systemd[1]: Child 57 belongs to systemd-remount-fs.service
[   12.713287] systemd[1]: systemd-remount-fs.service: main process exited, code=exited, status=0/SUCCESS
[   12.723673] systemd[1]: systemd-remount-fs.service changed start -> exited
[   12.731088] systemd[1]: Job systemd-remount-fs.service/start finished, result=done
[   12.745391] systemd[1]: Started Remount Root and Kernel File Systems.
[   12.752728] systemd[1]: Got SIGCHLD for process 60 (mount)
[   12.758408] systemd[1]: Child 60 died (code=exited, status=0/SUCCESS)
[   12.765694] systemd[1]: Child 60 belongs to tmp.mount
[   12.771088] systemd[1]: tmp.mount mount process exited, code=exited status=0
[   12.778119] systemd[1]: tmp.mount changed mounting -> mounted
[   12.784520] systemd[1]: Job tmp.mount/start finished, result=done
[   12.795743] systemd[1]: Mounted Temporary Directory.
[   12.801555] systemd[1]: Got SIGCHLD for process 62 (udevadm)
[   12.807411] systemd[1]: Child 62 died (code=exited, status=0/SUCCESS)
[   12.814438] systemd[1]: Child 62 belongs to systemd-udev-trigger.service
[   12.821424] systemd[1]: systemd-udev-trigger.service: main process exited, code=exited, status=0/SUCCESS
[   12.832126] systemd[1]: systemd-udev-trigger.service changed start -> exited
[   12.839729] systemd[1]: Job systemd-udev-trigger.service/start finished, result=done
[   12.853153] systemd[1]: Started udev Coldplug all Devices.
[   12.859529] systemd[1]: Starting Load/Save Random Seed...
[   12.870268] systemd[1]: About to execute: /usr/lib/systemd/systemd-random-seed load
[   12.878475] systemd[1]: Forked /usr/lib/systemd/systemd-random-seed as 64
[   12.890120] systemd[64]: Executing: /usr/lib/systemd/systemd-random-seed load
[   12.898710] systemd[1]: systemd-random-seed.service changed dead -> start
[   12.906106] systemd[1]: ConditionPathIsReadWrite=/sys succeeded for systemd-udevd.service.
[   12.916358] systemd[1]: Starting udev Kernel Device Manager...
[   12.932770] systemd[1]: About to execute: /usr/lib/systemd/systemd-udevd
[   12.941445] systemd[1]: Forked /usr/lib/systemd/systemd-udevd as 65
[   12.952869] systemd[65]: Executing: /usr/lib/systemd/systemd-udevd
[   12.960367] systemd[1]: systemd-udevd.service changed dead -> start
[   12.967922] systemd[1]: Starting Local File Systems (Pre).
[   12.975229] systemd[1]: local-fs-pre.target changed dead -> active
[   12.982156] systemd[1]: Job local-fs-pre.target/start finished, result=done
[   12.996065] systemd[1]: Reached target Local File Systems (Pre).
[   13.003014] systemd[1]: Starting Local File Systems.
[   13.007935] systemd[1]: local-fs.target changed dead -> active
[   13.014420] systemd[1]: Job local-fs.target/start finished, result=done
[   13.027852] systemd[1]: Reached target Local File Systems.
[   13.035412] systemd[1]: ConditionDirectoryNotEmpty=|/run/tmpfiles.d failed for systemd-tmpfiles-setup.service.
[   13.046757] systemd[1]: ConditionDirectoryNotEmpty=|/etc/tmpfiles.d failed for systemd-tmpfiles-setup.service.
[   13.059058] systemd[1]: ConditionDirectoryNotEmpty=|/usr/local/lib/tmpfiles.d failed for systemd-tmpfiles-setup.service.
[   13.080505] systemd[1]: ConditionDirectoryNotEmpty=|/usr/lib/tmpfiles.d succeeded for systemd-tmpfiles-setup.service.
[   13.092203] systemd[1]: Starting Recreate Volatile Files and Directories...
[   13.101704] systemd-udevd[65]: starting version 208
[   13.115249] systemd[1]: About to execute: /usr/bin/systemd-tmpfiles --create --remove --exclude-prefix=/dev
[   13.126182] systemd[1]: Forked /usr/bin/systemd-tmpfiles as 67
[   13.140100] systemd[67]: Executing: /usr/bin/systemd-tmpfiles --create --remove --exclude-prefix=/dev
[   13.152075] systemd[1]: systemd-tmpfiles-setup.service changed dead -> start
[   13.160779] systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
[   13.192373] systemd[1]: About to execute: /usr/bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
[   13.206389] systemd[1]: Forked /usr/bin/systemctl as 68
[   13.216909] systemd[68]: Executing: /usr/bin/systemctl kill --kill-who=main --signal=SIGUSR1 systemd-journald.service
[   13.230612] systemd[1]: systemd-journal-flush.service changed dead -> start
[   13.249437] systemd[1]: Accepted connection on private bus.
[   13.257538] systemd[1]: Incoming traffic on systemd-udevd-kernel.socket
[   13.266391] systemd[1]: systemd-udevd-kernel.socket changed listening -> running
[   13.275638] systemd[1]: Got notification message for unit systemd-udevd.service
[   13.283450] systemd[1]: systemd-udevd.service: Got message
[   13.291212] systemd[1]: systemd-udevd.service: got READY=1
[   13.302885] systemd[1]: systemd-udevd.service changed start -> running
[   13.311021] systemd[1]: Job systemd-udevd.service/start finished, result=done
[   13.325761] systemd[1]: Started udev Kernel Device Manager.
[   13.332168] systemd[1]: systemd-udevd-control.socket changed listening -> running
[   13.346503] systemd[1]: Received SIGCHLD from PID 60 (n/a).
[   13.352965] systemd[1]: Got SIGCHLD for process 64 (systemd-random-)
[   13.361778] systemd[1]: Child 64 died (code=exited, status=0/SUCCESS)
[   13.368277] systemd[1]: Child 64 belongs to systemd-random-seed.service
[   13.375968] systemd[1]: systemd-random-seed.service: main process exited, code=exited, status=0/SUCCESS
[   13.388242] systemd[1]: systemd-random-seed.service changed start -> exited
[   13.396089] systemd[1]: Job systemd-random-seed.service/start finished, result=done
[   13.410819] systemd[1]: Started Load/Save Random Seed.
[   13.416369] systemd[1]: Got SIGCHLD for process 67 (systemd-tmpfile)
[   13.424916] systemd[1]: Child 67 died (code=exited, status=0/SUCCESS)
[   13.431889] systemd[1]: Child 67 belongs to systemd-tmpfiles-setup.service
[   13.440340] systemd[1]: systemd-tmpfiles-setup.service: main process exited, code=exited, status=0/SUCCESS
[   13.451427] systemd[1]: systemd-tmpfiles-setup.service changed start -> exited
[   13.460833] systemd[1]: Job systemd-tmpfiles-setup.service/start finished, result=done
[   13.477178] systemd[1]: Started Recreate Volatile Files and Directories.
[   13.485899] systemd[1]: Starting Update UTMP about System Reboot/Shutdown...
[   13.501425] systemd[1]: About to execute: /usr/lib/systemd/systemd-update-utmp reboot
[   13.510713] systemd[1]: Forked /usr/lib/systemd/systemd-update-utmp as 70
[   13.531719] systemd[70]: Executing: /usr/lib/systemd/systemd-update-utmp reboot
[   13.541513] systemd[1]: systemd-update-utmp.service changed dead -> start
[   13.552611] systemd[1]: Accepted connection on private bus.
[   13.564907] systemd[1]: Accepted connection on private bus.
[   13.576411] systemd[1]: Accepted connection on private bus.
[   13.584822] systemd[1]: Accepted connection on private bus.
[   13.595031] systemd[1]: Accepted connection on private bus.
[   13.604287] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   13.629997] systemd[1]: Accepted connection on private bus.
[   13.652372] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   13.704564] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   13.750802] systemd[1]: Accepted connection on private bus.
[   13.757024] random: nonblocking pool is initialized
[   13.800575] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   13.888373] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   13.980550] systemd[1]: Accepted connection on private bus.
[   14.033827] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   14.117773] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   14.185491] systemd[1]: dev-ttyS0.device changed dead -> plugged
[   14.225114] systemd[1]: sys-devices-platform-serial8250-tty-ttyS0.device changed dead -> plugged
[   14.273244] systemd[1]: Accepted connection on private bus.
[   14.314524] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   14.369808] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   14.423351] systemd[1]: dev-ttyS1.device changed dead -> plugged
[   14.457995] systemd[1]: sys-devices-platform-serial8250-tty-ttyS1.device changed dead -> plugged
[   14.499259] systemd[1]: Accepted connection on private bus.
[   14.531874] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   14.584395] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   14.636410] systemd[1]: dev-ttyS2.device changed dead -> plugged
[   14.669853] systemd[1]: sys-devices-platform-serial8250-tty-ttyS2.device changed dead -> plugged
[   14.715953] systemd[1]: Accepted connection on private bus.
[   14.746566] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   14.803895] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   14.866340] systemd[1]: dev-ttyS3.device changed dead -> plugged
[   14.900883] systemd[1]: sys-devices-platform-serial8250-tty-ttyS3.device changed dead -> plugged
[   14.954072] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   15.009769] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   15.075213] systemd[1]: dev-ttyS4.device changed dead -> plugged
[   15.112841] systemd[1]: sys-devices-platform-serial8250-tty-ttyS4.device changed dead -> plugged
[   15.163228] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   15.226932] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   15.286796] systemd[1]: dev-ttyS5.device changed dead -> plugged
[   15.324763] systemd[1]: sys-devices-platform-serial8250-tty-ttyS5.device changed dead -> plugged
[   15.337011] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   15.349587] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   15.362050] systemd[1]: dev-ttyS6.device changed dead -> plugged
[   15.368050] systemd[1]: sys-devices-platform-serial8250-tty-ttyS6.device changed dead -> plugged
[   15.378515] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.KillUnit() on /org/freedesktop/systemd1
[   15.389542] systemd-journald[54]: Received request to flush runtime journal from PID 1
[   15.399373] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   15.411485] systemd[1]: dev-ttyS7.device changed dead -> plugged
[   15.417476] systemd[1]: sys-devices-platform-serial8250-tty-ttyS7.device changed dead -> plugged
[   15.426687] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Properties.Get() on /org/freedesktop/systemd1
[   15.438141] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   15.451279] systemd[1]: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc.device changed dead -> plugged
[   15.460457] systemd[1]: dev-mmcblk0.device changed dead -> plugged
[   15.466591] systemd[1]: sys-devices-soc.1-1c0f000.mmc-mmc_host-mmc0-mmc0:b368-block-mmcblk0.device changed dead -> plugged
[   15.480942] systemd[1]: dev-disk-by\x2duuid-f2c6887a\x2d416b\x2d4bc8\x2dbe37\x2db9a73bde38d9.device changed dead -> plugged
[   15.492167] systemd[1]: dev-disk-by\x2dpath-platform\x2d1c0f000.mmc\x2dpart1.device changed dead -> plugged
[   15.501933] systemd[1]: dev-mmcblk0p1.device changed dead -> plugged
[   15.508264] systemd[1]: sys-devices-soc.1-1c0f000.mmc-mmc_host-mmc0-mmc0:b368-block-mmcblk0-mmcblk0p1.device changed dead -> plugged
[   15.521317] systemd[1]: sys-subsystem-net-devices-eth0.device changed dead -> plugged
[   15.529229] systemd[1]: Job sys-subsystem-net-devices-eth0.device/start finished, result=done
[   15.544067] systemd[1]: Found device /sys/subsystem/net/devices/eth0.
[   15.550694] systemd[1]: sys-devices-soc.1-1c50000.ethernet-net-eth0.device changed dead -> plugged
[   15.560741] systemd[1]: dev-hvc0.device changed dead -> plugged
[   15.566661] systemd[1]: Job dev-hvc0.device/start finished, result=done
[   15.577819] systemd[1]: Found device /dev/hvc0.
[   15.582487] systemd[1]: sys-devices-virtual-tty-hvc0.device changed dead -> plugged
[   15.591613] systemd[1]: dev-hvc1.device changed dead -> plugged
[   15.597501] systemd[1]: sys-devices-virtual-tty-hvc1.device changed dead -> plugged
[   15.606788] systemd[1]: sys-subsystem-net-devices-sit0.device changed dead -> plugged
[   15.614709] systemd[1]: sys-devices-virtual-net-sit0.device changed dead -> plugged
[   15.623753] systemd[1]: dev-hvc3.device changed dead -> plugged
[   15.629769] systemd[1]: sys-devices-virtual-tty-hvc3.device changed dead -> plugged
[   15.638810] systemd[1]: dev-hvc2.device changed dead -> plugged
[   15.644703] systemd[1]: sys-devices-virtual-tty-hvc2.device changed dead -> plugged
[   15.653832] systemd[1]: dev-hvc4.device changed dead -> plugged
[   15.659853] systemd[1]: sys-devices-virtual-tty-hvc4.device changed dead -> plugged
[   15.668897] systemd[1]: dev-hvc6.device changed dead -> plugged
[   15.674792] systemd[1]: sys-devices-virtual-tty-hvc6.device changed dead -> plugged
[   15.683971] systemd[1]: dev-hvc5.device changed dead -> plugged
[   15.689995] systemd[1]: sys-devices-virtual-tty-hvc5.device changed dead -> plugged
[   15.699009] systemd[1]: dev-hvc7.device changed dead -> plugged
[   15.704897] systemd[1]: sys-devices-virtual-tty-hvc7.device changed dead -> plugged
[   15.715861] systemd[1]: dev-disk-by\x2dpath-platform\x2d1c1c000.ehci1\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0.device changed dead -> plugged
[   15.728338] systemd[1]: dev-disk-by\x2did-usb\x2d_USB_DISK_2.0_07BC0502CF4000CA\x2d0:0.device changed dead -> plugged
[   15.738958] systemd[1]: dev-sda.device changed dead -> plugged
[   15.744779] systemd[1]: sys-devices-soc.1-1c1c000.ehci1-usb2-2\x2d1-2\x2d1:1.0-host0-target0:0:0-0:0:0:0-block-sda.device changed dead -> plugged
[   15.761794] systemd[1]: dev-disk-by\x2duuid-dfb87bf7\x2d52c8\x2d4780\x2d95de\x2d2c6c3cdc1dc1.device changed dead -> plugged
[   15.773038] systemd[1]: dev-disk-by\x2dpath-platform\x2d1c1c000.ehci1\x2dusb\x2d0:1:1.0\x2dscsi\x2d0:0:0:0\x2dpart1.device changed dead -> plugged
[   15.786165] systemd[1]: dev-disk-by\x2did-usb\x2d_USB_DISK_2.0_07BC0502CF4000CA\x2d0:0\x2dpart1.device changed dead -> plugged
[   15.797732] systemd[1]: dev-sda1.device changed dead -> plugged
[   15.803636] systemd[1]: sys-devices-soc.1-1c1c000.ehci1-usb2-2\x2d1-2\x2d1:1.0-host0-target0:0:0-0:0:0:0-block-sda-sda1.device changed dead -> plugged
[   15.818559] systemd[1]: dev-ttya1.device changed dead -> plugged
[   15.824673] systemd[1]: sys-devices-virtual-tty-ttya1.device changed dead -> plugged
[   15.833720] systemd[1]: dev-ttya0.device changed dead -> plugged
[   15.839881] systemd[1]: sys-devices-virtual-tty-ttya0.device changed dead -> plugged
[   15.849322] systemd[1]: dev-ttya4.device changed dead -> plugged
[   15.855305] systemd[1]: sys-devices-virtual-tty-ttya4.device changed dead -> plugged
[   15.864634] systemd[1]: dev-ttya3.device changed dead -> plugged
[   15.870779] systemd[1]: sys-devices-virtual-tty-ttya3.device changed dead -> plugged
[   15.879866] systemd[1]: dev-ttya2.device changed dead -> plugged
[   15.885843] systemd[1]: sys-devices-virtual-tty-ttya2.device changed dead -> plugged
[   15.895035] systemd[1]: dev-ttya7.device changed dead -> plugged
[   15.901117] systemd[1]: sys-devices-virtual-tty-ttya7.device changed dead -> plugged
[   15.910287] systemd[1]: dev-ttya6.device changed dead -> plugged
[   15.916267] systemd[1]: sys-devices-virtual-tty-ttya6.device changed dead -> plugged
[   15.925522] systemd[1]: dev-ttya5.device changed dead -> plugged
[   15.931609] systemd[1]: sys-devices-virtual-tty-ttya5.device changed dead -> plugged
[   15.940788] systemd[1]: dev-ttyaa.device changed dead -> plugged
[   15.946763] systemd[1]: sys-devices-virtual-tty-ttyaa.device changed dead -> plugged
[   15.955982] systemd[1]: dev-ttya9.device changed dead -> plugged
[   15.962082] systemd[1]: sys-devices-virtual-tty-ttya9.device changed dead -> plugged
[   15.971328] systemd[1]: dev-ttya8.device changed dead -> plugged
[   15.977312] systemd[1]: sys-devices-virtual-tty-ttya8.device changed dead -> plugged
[   15.986561] systemd[1]: dev-ttyad.device changed dead -> plugged
[   15.992651] systemd[1]: sys-devices-virtual-tty-ttyad.device changed dead -> plugged
[   16.001797] systemd[1]: dev-ttyac.device changed dead -> plugged
[   16.007771] systemd[1]: sys-devices-virtual-tty-ttyac.device changed dead -> plugged
[   16.017070] systemd[1]: dev-ttyab.device changed dead -> plugged
[   16.023160] systemd[1]: sys-devices-virtual-tty-ttyab.device changed dead -> plugged
[   16.032363] systemd[1]: dev-ttyb0.device changed dead -> plugged
[   16.038344] systemd[1]: sys-devices-virtual-tty-ttyb0.device changed dead -> plugged
[   16.047561] systemd[1]: dev-ttyaf.device changed dead -> plugged
[   16.053683] systemd[1]: sys-devices-virtual-tty-ttyaf.device changed dead -> plugged
[   16.062820] systemd[1]: dev-ttyae.device changed dead -> plugged
[   16.068924] systemd[1]: sys-devices-virtual-tty-ttyae.device changed dead -> plugged
[   16.077946] systemd[1]: dev-ttyb3.device changed dead -> plugged
[   16.084026] systemd[1]: sys-devices-virtual-tty-ttyb3.device changed dead -> plugged
[   16.093208] systemd[1]: dev-ttyb2.device changed dead -> plugged
[   16.099323] systemd[1]: sys-devices-virtual-tty-ttyb2.device changed dead -> plugged
[   16.108333] systemd[1]: dev-ttyb5.device changed dead -> plugged
[   16.114422] systemd[1]: sys-devices-virtual-tty-ttyb5.device changed dead -> plugged
[   16.123566] systemd[1]: dev-ttyb4.device changed dead -> plugged
[   16.129664] systemd[1]: sys-devices-virtual-tty-ttyb4.device changed dead -> plugged
[   16.138874] systemd[1]: dev-ttyb1.device changed dead -> plugged
[   16.144852] systemd[1]: sys-devices-virtual-tty-ttyb1.device changed dead -> plugged
[   16.154108] systemd[1]: dev-ttyb8.device changed dead -> plugged
[   16.160220] systemd[1]: sys-devices-virtual-tty-ttyb8.device changed dead -> plugged
[   16.169354] systemd[1]: dev-ttyb6.device changed dead -> plugged
[   16.175331] systemd[1]: sys-devices-virtual-tty-ttyb6.device changed dead -> plugged
[   16.184596] systemd[1]: dev-ttyb7.device changed dead -> plugged
[   16.190743] systemd[1]: sys-devices-virtual-tty-ttyb7.device changed dead -> plugged
[   16.199802] systemd[1]: dev-ttybb.device changed dead -> plugged
[   16.205778] systemd[1]: sys-devices-virtual-tty-ttybb.device changed dead -> plugged
[   16.215020] systemd[1]: dev-ttyb9.device changed dead -> plugged
[   16.221120] systemd[1]: sys-devices-virtual-tty-ttyb9.device changed dead -> plugged
[   16.230252] systemd[1]: dev-ttyba.device changed dead -> plugged
[   16.236227] systemd[1]: sys-devices-virtual-tty-ttyba.device changed dead -> plugged
[   16.245469] systemd[1]: dev-ttybe.device changed dead -> plugged
[   16.251564] systemd[1]: sys-devices-virtual-tty-ttybe.device changed dead -> plugged
[   16.260726] systemd[1]: dev-ttybc.device changed dead -> plugged
[   16.266704] systemd[1]: sys-devices-virtual-tty-ttybc.device changed dead -> plugged
[   16.275964] systemd[1]: dev-ttybd.device changed dead -> plugged
[   16.282061] systemd[1]: sys-devices-virtual-tty-ttybd.device changed dead -> plugged
[   16.291223] systemd[1]: dev-ttyc1.device changed dead -> plugged
[   16.297197] systemd[1]: sys-devices-virtual-tty-ttyc1.device changed dead -> plugged
[   16.306407] systemd[1]: dev-ttybf.device changed dead -> plugged
[   16.312499] systemd[1]: sys-devices-virtual-tty-ttybf.device changed dead -> plugged
[   16.321608] systemd[1]: dev-ttyc0.device changed dead -> plugged
[   16.327582] systemd[1]: sys-devices-virtual-tty-ttyc0.device changed dead -> plugged
[   16.336876] systemd[1]: dev-ttyc4.device changed dead -> plugged
[   16.342970] systemd[1]: sys-devices-virtual-tty-ttyc4.device changed dead -> plugged
[   16.352173] systemd[1]: dev-ttyc2.device changed dead -> plugged
[   16.358157] systemd[1]: sys-devices-virtual-tty-ttyc2.device changed dead -> plugged
[   16.367387] systemd[1]: dev-ttyc3.device changed dead -> plugged
[   16.373480] systemd[1]: sys-devices-virtual-tty-ttyc3.device changed dead -> plugged
[   16.382608] systemd[1]: dev-ttyc7.device changed dead -> plugged
[   16.388713] systemd[1]: sys-devices-virtual-tty-ttyc7.device changed dead -> plugged
[   16.397808] systemd[1]: dev-ttyc5.device changed dead -> plugged
[   16.403905] systemd[1]: sys-devices-virtual-tty-ttyc5.device changed dead -> plugged
[   16.413038] systemd[1]: dev-ttyc9.device changed dead -> plugged
[   16.419145] systemd[1]: sys-devices-virtual-tty-ttyc9.device changed dead -> plugged
[   16.428118] systemd[1]: dev-ttyc6.device changed dead -> plugged
[   16.434199] systemd[1]: sys-devices-virtual-tty-ttyc6.device changed dead -> plugged
[   16.443757] systemd[1]: dev-ttycb.device changed dead -> plugged
[   16.449931] systemd[1]: sys-devices-virtual-tty-ttycb.device changed dead -> plugged
[   16.459177] systemd[1]: dev-ttyca.device changed dead -> plugged
[   16.465158] systemd[1]: sys-devices-virtual-tty-ttyca.device changed dead -> plugged
[   16.474489] systemd[1]: dev-ttyc8.device changed dead -> plugged
[   16.480645] systemd[1]: sys-devices-virtual-tty-ttyc8.device changed dead -> plugged
[   16.489743] systemd[1]: dev-ttyce.device changed dead -> plugged
[   16.495720] systemd[1]: sys-devices-virtual-tty-ttyce.device changed dead -> plugged
[   16.504929] systemd[1]: dev-ttycc.device changed dead -> plugged
[   16.511007] systemd[1]: sys-devices-virtual-tty-ttycc.device changed dead -> plugged
[   16.520115] systemd[1]: dev-ttycd.device changed dead -> plugged
[   16.526095] systemd[1]: sys-devices-virtual-tty-ttycd.device changed dead -> plugged
[   16.535410] systemd[1]: dev-ttyd1.device changed dead -> plugged
[   16.541495] systemd[1]: sys-devices-virtual-tty-ttyd1.device changed dead -> plugged
[   16.550636] systemd[1]: dev-ttyd0.device changed dead -> plugged
[   16.556609] systemd[1]: sys-devices-virtual-tty-ttyd0.device changed dead -> plugged
[   16.565980] systemd[1]: dev-ttycf.device changed dead -> plugged
[   16.572072] systemd[1]: sys-devices-virtual-tty-ttycf.device changed dead -> plugged
[   16.581207] systemd[1]: dev-ttyd5.device changed dead -> plugged
[   16.587180] systemd[1]: sys-devices-virtual-tty-ttyd5.device changed dead -> plugged
[   16.596464] systemd[1]: dev-ttyd4.device changed dead -> plugged
[   16.602563] systemd[1]: sys-devices-virtual-tty-ttyd4.device changed dead -> plugged
[   16.611712] systemd[1]: dev-ttyd3.device changed dead -> plugged
[   16.617689] systemd[1]: sys-devices-virtual-tty-ttyd3.device changed dead -> plugged
[   16.627689] systemd[1]: dev-ttyd2.device changed dead -> plugged
[   16.633889] systemd[1]: sys-devices-virtual-tty-ttyd2.device changed dead -> plugged
[   16.643492] systemd[1]: dev-ttyd8.device changed dead -> plugged
[   16.649619] systemd[1]: sys-devices-virtual-tty-ttyd8.device changed dead -> plugged
[   16.660851] systemd[1]: dev-ttyd6.device changed dead -> plugged
[   16.666895] systemd[1]: sys-devices-virtual-tty-ttyd6.device changed dead -> plugged
[   16.678002] systemd[1]: dev-ttyd7.device changed dead -> plugged
[   16.684509] systemd[1]: sys-devices-virtual-tty-ttyd7.device changed dead -> plugged
[   16.694135] systemd[1]: dev-ttydb.device changed dead -> plugged
[   16.700269] systemd[1]: sys-devices-virtual-tty-ttydb.device changed dead -> plugged
[   16.709560] systemd[1]: dev-ttyd9.device changed dead -> plugged
[   16.715706] systemd[1]: sys-devices-virtual-tty-ttyd9.device changed dead -> plugged
[   16.727811] systemd[1]: dev-ttyda.device changed dead -> plugged
[   16.746103] systemd[1]: sys-devices-virtual-tty-ttyda.device changed dead -> plugged
[   16.754467] systemd[1]: Received SIGCHLD from PID 68 (systemctl).
[   16.760890] systemd[1]: Got SIGCHLD for process 68 (systemctl)
[   16.766927] systemd[1]: Child 68 died (code=exited, status=0/SUCCESS)
[   16.773537] systemd[1]: Child 68 belongs to systemd-journal-flush.service
[   16.780896] systemd[1]: systemd-journal-flush.service: main process exited, code=exited, status=0/SUCCESS
[   16.791347] systemd[1]: systemd-journal-flush.service changed start -> dead
[   16.800645] systemd[1]: Job systemd-journal-flush.service/start finished, result=done
[   16.816160] systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
[   16.824147] systemd[1]: Got SIGCHLD for process 70 (systemd-update-)
[   16.830928] systemd[1]: Child 70 died (code=exited, status=0/SUCCESS)
[   16.837313] systemd[1]: Child 70 belongs to systemd-update-utmp.service
[   16.844136] systemd[1]: systemd-update-utmp.service: main process exited, code=exited, status=0/SUCCESS
[   16.854222] systemd[1]: systemd-update-utmp.service changed start -> exited
[   16.861387] systemd[1]: Job systemd-update-utmp.service/start finished, result=done
[   16.875801] systemd[1]: Started Update UTMP about System Reboot/Shutdown.
[   16.882727] systemd[1]: Closed jobs progress timerfd.
[   16.887964] systemd[1]: Starting System Initialization.
[   16.893237] systemd[1]: sysinit.target changed dead -> active
[   16.899002] systemd[1]: Job sysinit.target/start finished, result=done
[   16.911129] systemd[1]: Reached target System Initialization.
[   16.916934] systemd[1]: Starting D-Bus System Message Bus Socket.
[   16.923257] systemd[1]: dbus.socket changed dead -> listening
[   16.929037] systemd[1]: Job dbus.socket/start finished, result=done
[   16.941563] systemd[1]: Listening on D-Bus System Message Bus Socket.
[   16.948056] systemd[1]: Starting Sockets.
[   16.952141] systemd[1]: sockets.target changed dead -> active
[   16.957831] systemd[1]: Job sockets.target/start finished, result=done
[   16.968844] systemd[1]: Reached target Sockets.
[   16.973446] systemd[1]: Starting Daily Cleanup of Temporary Directories.
[   16.980212] systemd[1]: systemd-tmpfiles-clean.timer: Monotonic timer elapses in 14min 43.028401s.
[   16.989213] systemd[1]: systemd-tmpfiles-clean.timer changed dead -> waiting
[   16.996208] systemd[1]: Job systemd-tmpfiles-clean.timer/start finished, result=done
[   17.004055] systemd[1]: Started Daily Cleanup of Temporary Directories.
[   17.010764] systemd[1]: Starting Timers.
[   17.014655] systemd[1]: timers.target changed dead -> active
[   17.020519] systemd[1]: Job timers.target/start finished, result=done
[   17.031615] systemd[1]: Reached target Timers.
[   17.040445] systemd[1]: Starting Basic System.
[   17.044905] systemd[1]: basic.target changed dead -> active
[   17.050650] systemd[1]: Job basic.target/start finished, result=done
[   17.061911] systemd[1]: Reached target Basic System.
[   17.095053] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub failed for sshdgenkeys.service.
[   17.105003] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key failed for sshdgenkeys.service.
[   17.114469] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub failed for sshdgenkeys.service.
[   17.124374] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key failed for sshdgenkeys.service.
[   17.134820] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub failed for sshdgenkeys.service.
[   17.145257] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key failed for sshdgenkeys.service.
[   17.155648] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key.pub failed for sshdgenkeys.service.
[   17.165296] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key failed for sshdgenkeys.service.
[   17.174418] systemd[1]: Starting of sshdgenkeys.service requested but condition failed. Ignoring.
[   17.183508] systemd[1]: Job sshdgenkeys.service/start finished, result=done
[   17.190582] systemd[1]: Started SSH Key Generation.
[   17.196297] systemd[1]: Starting OpenSSH Daemon...
[   17.205335] systemd[1]: About to execute: /usr/bin/sshd -D
[   17.212614] systemd[1]: Forked /usr/bin/sshd as 85
[   17.221739] systemd[85]: Executing: /usr/bin/sshd -D
[   17.227995] systemd[1]: sshd.service changed dead -> running
[   17.234945] systemd[1]: Job sshd.service/start finished, result=done
[   17.246232] systemd[1]: Started OpenSSH Daemon.
[   17.251900] systemd[1]: Starting Entropy Harvesting Daemon...
[   17.264651] systemd[1]: About to execute: /usr/bin/haveged -w 1024 -v 1
[   17.272324] systemd[1]: Forked /usr/bin/haveged as 86
[   17.282912] systemd[86]: Executing: /usr/bin/haveged -w 1024 -v 1
[   17.289574] systemd[1]: haveged.service changed dead -> start
[   17.295425] systemd[1]: Starting Automatic wired network connection using netctl profiles...
[   17.313842] systemd[1]: About to execute: /usr/bin/ifplugd -i eth0 -r /etc/ifplugd/netctl.action -bfIns
[   17.324426] systemd[1]: Forked /usr/bin/ifplugd as 87
[   17.333538] systemd[87]: Executing: /usr/bin/ifplugd -i eth0 -r /etc/ifplugd/netctl.action -bfIns
[   17.344740] systemd[1]: netctl-ifplugd@eth0.service changed dead -> running
[   17.351967] systemd[1]: Job netctl-ifplugd@eth0.service/start finished, result=done
[   17.369047] systemd[1]: Started Automatic wired network connection using netctl profiles.
[   17.377502] systemd[1]: Starting Login Service...
[   17.389362] systemd[1]: About to execute: /usr/lib/systemd/systemd-logind
[   17.397791] systemd[1]: Forked /usr/lib/systemd/systemd-logind as 88
[   17.413083] systemd[88]: Executing: /usr/lib/systemd/systemd-logind
[   17.430633] systemd[1]: systemd-logind.service changed dead -> start
[   17.447076] eth0: device MAC address 8a:70:3c:41:e7:3f
[   17.463394]  No MAC Management Counters available
[   17.468027] stmmac_open: failed PTP initialisation
[   17.473375] systemd[1]: Starting D-Bus System Message Bus...
[   17.501264] systemd[1]: About to execute: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
[   17.529316] systemd[1]: Forked /usr/bin/dbus-daemon as 91
[   17.535973] systemd[1]: dbus.service changed dead -> running
[   17.561972] systemd[91]: Executing: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
[   17.576907] systemd[1]: Job dbus.service/start finished, result=done
[   17.609259] systemd[1]: Started D-Bus System Message Bus.
[   17.625102] systemd[1]: dbus.socket changed listening -> running
[   17.639911] systemd[1]: Starting Permit User Sessions...
[   17.664470] systemd[1]: About to execute: /usr/lib/systemd/systemd-user-sessions start
[   17.684724] systemd[1]: Forked /usr/lib/systemd/systemd-user-sessions as 92
[   17.702333] systemd[92]: Executing: /usr/lib/systemd/systemd-user-sessions start
[   17.716297] systemd[1]: systemd-user-sessions.service changed dead -> start
[   17.735775] systemd[1]: Set up jobs progress timerfd.
[   17.755984] systemd[1]: dev-ttydf.device changed dead -> plugged
[   17.775323] systemd[1]: sys-devices-virtual-tty-ttydf.device changed dead -> plugged
[   17.799241] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   17.819282] systemd[1]: Accepted connection on private bus.
[   17.825324] systemd[1]: Received SIGCHLD from PID 86 (haveged).
[   17.848836] systemd[1]: Got SIGCHLD for process 86 (haveged)
[   17.854778] systemd[1]: Child 86 died (code=exited, status=0/SUCCESS)
[   17.878920] systemd[1]: Child 86 belongs to haveged.service
[   17.889182] systemd[1]: haveged.service: control process exited, code=exited status=0
[   17.898148] systemd[1]: haveged.service got final SIGCHLD for state start
[   17.919386] systemd[1]: Main PID loaded: 90
[   17.924144] systemd[1]: haveged.service changed start -> running
[   17.935111] systemd[1]: Job haveged.service/start finished, result=done
[   17.959177] systemd[1]: Started Entropy Harvesting Daemon.
[   17.965191] systemd[1]: Got SIGCHLD for process 92 (systemd-user-se)
[   17.987454] systemd[1]: Child 92 died (code=exited, status=0/SUCCESS)
[   18.003573] systemd[1]: Child 92 belongs to systemd-user-sessions.service
[   18.023485] systemd[1]: systemd-user-sessions.service: main process exited, code=exited, status=0/SUCCESS
[   18.048427] systemd[1]: systemd-user-sessions.service changed start -> exited
[   18.058786] systemd[1]: Job systemd-user-sessions.service/start finished, result=done
[   18.089277] systemd[1]: Started Permit User Sessions.
[   18.094725] systemd[1]: ConditionPathExists=/dev/tty0 succeeded for getty@tty1.service.
[   18.118449] systemd[1]: Starting Getty on tty1...
[   18.132686] systemd[1]: About to execute: /sbin/agetty --noclear tty1
[   18.154020] systemd[1]: Forked /sbin/agetty as 94
[   18.167281] systemd[1]: getty@tty1.service changed dead -> running
[   18.189243] systemd[1]: Job getty@tty1.service/start finished, result=done
[   18.205949] systemd[1]: Started Getty on tty1.
[   18.219161] systemd[1]: Starting Serial Getty on hvc0...
[   18.239808] systemd[1]: About to execute: /sbin/agetty --keep-baud hvc0 115200,38400,9600
[   18.259001] systemd[1]: Forked /sbin/agetty as 95
[   18.265006] systemd[1]: serial-getty@hvc0.service changed dead -> running
[   18.289854] systemd[1]: Job serial-getty@hvc0.service/start finished, result=done
[   18.315464] systemd[1]: Started Serial Getty on hvc0.
[   18.328146] systemd[1]: Starting Login Prompts.
[   18.359951] systemd[1]: getty.target changed dead -> active
[   18.379017] systemd[1]: Job getty.target/start finished, result=done
[   18.392956] systemd[1]: Reached target Login Prompts.
[   18.398067] systemd[1]: Set up idle_pipe watch.
[   18.423905] systemd[1]: dev-ttyde.device changed dead -> plugged
[   18.436811] systemd[1]: sys-devices-virtual-tty-ttyde.device changed dead -> plugged
[   18.459351] systemd[1]: Accepted connection on private bus.
[   18.470185] systemd[1]: dev-ttydd.device changed dead -> plugged
[   18.476230] systemd[1]: sys-devices-virtual-tty-ttydd.device changed dead -> plugged
[   18.506931] systemd[1]: Accepted connection on private bus.
[   18.528136] systemd[1]: dev-ttydc.device changed dead -> plugged
[   18.552113] systemd[1]: sys-devices-virtual-tty-ttydc.device changed dead -> plugged
[   18.582319] systemd[1]: dev-ttye2.device changed dead -> plugged
[   18.588384] systemd[1]: sys-devices-virtual-tty-ttye2.device changed dead -> plugged
[   18.636519] systemd[1]: dev-ttye0.device changed dead -> plugged
[   18.667160] systemd[1]: sys-devices-virtual-tty-ttye0.device changed dead -> plugged
[   18.682858] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   18.715598] systemd[1]: dev-ttye1.device changed dead -> plugged
[   18.729690] systemd[1]: sys-devices-virtual-tty-ttye1.device changed dead -> plugged
[   18.739345] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   18.765674] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   18.790618] systemd[1]: dev-ttye5.device changed dead -> plugged
[   18.806692] systemd[1]: sys-devices-virtual-tty-ttye5.device changed dead -> plugged
[   18.829105] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   18.848470] systemd[1]: systemd-user-sessions.service: cgroup is empty
[   18.869326] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   18.895026] systemd[1]: dev-ttye4.device changed dead -> plugged
[   18.908831] systemd[1]: sys-devices-virtual-tty-ttye4.device changed dead -> plugged
[   18.943851] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   18.971988] systemd[1]: dev-ttye3.device changed dead -> plugged
[   18.978030] systemd[1]: sys-devices-virtual-tty-ttye3.device changed dead -> plugged
[   19.009320] systemd[1]: Received name :1.1 in reply to Hello
[   19.017891] systemd[1]: Successfully connected to system D-Bus bus f91072bbfe23fa2f1339496e00000012 as :1.1
[   19.055442] systemd[1]: Successfully initialized API on the system bus
[   19.062741] systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameAcquired() on /org/freedesktop/DBus
[   19.090103] systemd[1]: dev-ttye6.device changed dead -> plugged
[   19.096219] systemd[1]: sys-devices-virtual-tty-ttye6.device changed dead -> plugged
[   19.129413] systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
[   19.148967] systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameAcquired() on /org/freedesktop/DBus
[   19.179006] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.Subscribe() on /org/freedesktop/systemd1
[   19.210111] systemd[1]: Successfully acquired name.
[   19.211751] systemd[1]: dev-ttye9.device changed dead -> plugged
[   19.211797] systemd[1]: sys-devices-virtual-tty-ttye9.device changed dead -> plugged
[   19.246502] systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
[   19.299314] systemd[1]: systemd-logind.service's D-Bus name org.freedesktop.login1 now registered by :1.0
[   19.339095] systemd[1]: systemd-logind.service changed start -> running
[   19.358844] systemd[1]: Job systemd-logind.service/start finished, result=done
[   19.401453] systemd[1]: Started Login Service.
[   19.422150] systemd[1]: Closed jobs progress timerfd.
[   19.439154] systemd[1]: Starting Multi-User System.
[   19.458820] systemd[1]: multi-user.target changed dead -> active
[   19.478272] systemd[1]: Job multi-user.target/start finished, result=done
[   19.515447] systemd[1]: Reached target Multi-User System.
[   19.532570] systemd[1]: Starting Graphical Interface.
[   19.544250] systemd[1]: graphical.target changed dead -> active
[   19.558920] systemd[1]: Job graphical.target/start finished, result=done
[   19.585335] systemd[1]: Reached target Graphical Interface.
[   19.599955] systemd[1]: Closed idle_pipe watch.
[   19.612842] systemd[94]: Executing: /sbin/agetty --noclear tty1
[   19.623363] systemd[95]: Executing: /sbin/agetty --keep-baud hvc0 115200,38400,9600
[   19.639269] systemd[1]: Startup finished in 6.860s (kernel) + 12.763s (userspace) = 19.624s.
[   19.665934] systemd[1]: dev-ttye7.device changed dead -> plugged
[   19.678873] systemd[1]: sys-devices-virtual-tty-ttye7.device changed dead -> plugged
[   19.700068] systemd[1]: Received SIGCHLD from PID 85 (sshd).
[   19.719263] systemd[1]: Got SIGCHLD for process 85 (sshd)
[   19.727061] systemd[1]: Child 85 died (code=exited, status=1/FAILURE)
[   19.743739] systemd[1]: Child 85 belongs to sshd.service
[   19.758930] systemd[1]: sshd.service: main process exited, code=exited, status=1/FAILURE
[   19.779517] systemd[1]: sshd.service changed running -> failed
[   19.819700] systemd[1]: Unit sshd.service entered failed state.
[   19.825709] systemd[1]: sshd.service changed failed -> auto-restart
[   19.859881] systemd[1]: Accepted connection on private bus.
[   19.881915] systemd[1]: dev-ttyec.device changed dead -> plugged
[   19.902326] systemd[1]: sys-devices-virtual-tty-ttyec.device changed dead -> plugged
[   19.914398] systemd[1]: dev-ttyeb.device changed dead -> plugged
[   19.928896] systemd[1]: sys-devices-virtual-tty-ttyeb.device changed dead -> plugged
[   19.950595] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   19.999343] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   20.035692] systemd[1]: dev-ttyea.device changed dead -> plugged
[   20.065249] systemd[1]: sys-devices-virtual-tty-ttyea.device changed dead -> plugged
[   20.084145] systemd[1]: sshd.service holdoff time over, scheduling restart.
[   20.097125] systemd[1]: Trying to enqueue job sshd.service/restart/fail
[   20.129460] systemd[1]: Installed new job sshd.service/restart as 70
[   20.135800] systemd[1]: Installed new job sshdgenkeys.service/start as 118
[   20.162262] systemd[1]: Enqueued job sshd.service/restart as 70
[   20.186960] systemd[1]: sshd.service scheduled restart job.
[   20.192731] systemd[1]: Stopping OpenSSH Daemon...
[   20.197553] systemd[1]: sshd.service changed auto-restart -> dead
[   20.228841] systemd[1]: Job sshd.service/restart finished, result=done
[   20.235392] systemd[1]: Converting job sshd.service/restart -> sshd.service/start
[   20.264508] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub failed for sshdgenkeys.service.
[   20.292399] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key failed for sshdgenkeys.service.
[   20.322898] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub failed for sshdgenkeys.service.
[   20.345310] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key failed for sshdgenkeys.service.
[   20.358818] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub failed for sshdgenkeys.service.
[   20.388974] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key failed for sshdgenkeys.service.
[   20.428776] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key.pub failed for sshdgenkeys.service.
[   20.438180] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key failed for sshdgenkeys.service.
[   20.478841] systemd[1]: Starting of sshdgenkeys.service requested but condition failed. Ignoring.
[   20.507066] systemd[1]: Job sshdgenkeys.service/start finished, result=done
[   20.523188] systemd[1]: Started SSH Key Generation.
[   20.534800] systemd[1]: Starting OpenSSH Daemon...
[   20.547139] systemd[1]: About to execute: /usr/bin/sshd -D
[   20.563700] systemd[1]: Forked /usr/bin/sshd as 115
[   20.572805] systemd[115]: Executing: /usr/bin/sshd -D
[   20.582224] systemd[1]: sshd.service changed dead -> running
[   20.596951] systemd[1]: Job sshd.service/start finished, result=done
[   20.618901] systemd[1]: Started OpenSSH Daemon.
[   20.646142] systemd[1]: dev-ttye8.device changed dead -> plugged
[   20.670355] systemd[1]: sys-devices-virtual-tty-ttye8.device changed dead -> plugged
[   20.690744] systemd[1]: dev-ttyef.device changed dead -> plugged
[   20.705023] systemd[1]: sys-devices-virtual-tty-ttyef.device changed dead -> plugged
[   20.731418] systemd[1]: Received SIGCHLD from PID 115 (sshd).
[   20.749057] systemd[1]: Got SIGCHLD for process 115 (sshd)
[   20.766894] systemd[1]: Child 115 died (code=exited, status=1/FAILURE)
[   20.775957] systemd[1]: Child 115 belongs to sshd.service
[   20.787987] systemd[1]: sshd.service: main process exited, code=exited, status=1/FAILURE
[   20.807357] systemd[1]: sshd.service changed running -> failed
[   20.816316] systemd[1]: Unit sshd.service entered failed state.
[   20.828775] systemd[1]: sshd.service changed failed -> auto-restart
[   20.845946] systemd[1]: Accepted connection on private bus.
[   20.859763] systemd[1]: dev-ttyee.device changed dead -> plugged
[   20.872897] systemd[1]: sys-devices-virtual-tty-ttyee.device changed dead -> plugged
[   20.892280] systemd[1]: dev-ttyed.device changed dead -> plugged
[   20.907357] systemd[1]: sys-devices-virtual-tty-ttyed.device changed dead -> plugged
[   20.930294] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   20.956721] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   20.997679] systemd[1]: dev-ttyp2.device changed dead -> plugged
[   21.005503] systemd[1]: sys-devices-virtual-tty-ttyp2.device changed dead -> plugged
[   21.024524] systemd[1]: sshd.service holdoff time over, scheduling restart.
[   21.038364] systemd[1]: Trying to enqueue job sshd.service/restart/fail
[   21.056805] systemd[1]: Installed new job sshd.service/restart as 119
[   21.068260] systemd[1]: Installed new job sshdgenkeys.service/start as 167
[   21.081871] systemd[1]: Enqueued job sshd.service/restart as 119
[   21.098249] systemd[1]: sshd.service scheduled restart job.
[   21.106626] systemd[1]: Stopping OpenSSH Daemon...
[   21.117805] systemd[1]: sshd.service changed auto-restart -> dead
[   21.129014] systemd[1]: Job sshd.service/restart finished, result=done
[   21.143992] systemd[1]: Converting job sshd.service/restart -> sshd.service/start
[   21.161720] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub failed for sshdgenkeys.service.
[   21.183554] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key failed for sshdgenkeys.service.
[   21.208808] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub failed for sshdgenkeys.service.
[   21.238908] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key failed for sshdgenkeys.service.
[   21.256269] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub failed for sshdgenkeys.service.
[   21.277478] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key failed for sshdgenkeys.service.
[   21.297574] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key.pub failed for sshdgenkeys.service.
[   21.307142] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key failed for sshdgenkeys.service.
[   21.328765] systemd[1]: Starting of sshdgenkeys.service requested but condition failed. Ignoring.
[   21.344458] systemd[1]: Job sshdgenkeys.service/start finished, result=done
[   21.364802] systemd[1]: Started SSH Key Generation.
[   21.372132] systemd[1]: Starting OpenSSH Daemon...
[   21.386380] systemd[1]: About to execute: /usr/bin/sshd -D
[   21.399490] systemd[1]: Forked /usr/bin/sshd as 123
[   21.416057] systemd[1]: sshd.service changed dead -> running
[   21.425040] systemd[123]: Executing: /usr/bin/sshd -D
[   21.448729] systemd[1]: Job sshd.service/start finished, result=done
[   21.455683] systemd[1]: Started OpenSSH Daemon.
[   21.471610] systemd[1]: dev-ttyp1.device changed dead -> plugged
[   21.477692] systemd[1]: sys-devices-virtual-tty-ttyp1.device changed dead -> plugged
[   21.520322] systemd[1]: dev-ttyp0.device changed dead -> plugged
[   21.538959] systemd[1]: sys-devices-virtual-tty-ttyp0.device changed dead -> plugged
[   21.559613] systemd[1]: Received SIGCHLD from PID 123 (sshd).
[   21.569080] systemd[1]: Got SIGCHLD for process 123 (sshd)
[   21.586831] systemd[1]: Child 123 died (code=exited, status=1/FAILURE)
[   21.599560] systemd[1]: Child 123 belongs to sshd.service
[   21.613584] systemd[1]: sshd.service: main process exited, code=exited, status=1/FAILURE
[   21.629188] systemd[1]: sshd.service changed running -> failed
[   21.642497] systemd[1]: Unit sshd.service entered failed state.
[   21.662826] systemd[1]: sshd.service changed failed -> auto-restart
[   21.681612] systemd[1]: dev-ttyp5.device changed dead -> plugged
[   21.698713] systemd[1]: sys-devices-virtual-tty-ttyp5.device changed dead -> plugged
[   21.714515] systemd[1]: Accepted connection on private bus.
[   21.728868] systemd[1]: dev-ttyp4.device changed dead -> plugged
[   21.747253] systemd[1]: sys-devices-virtual-tty-ttyp4.device changed dead -> plugged
[   21.763817] systemd[1]: dev-ttyp3.device changed dead -> plugged
[   21.776977] systemd[1]: sys-devices-virtual-tty-ttyp3.device changed dead -> plugged
[   21.796528] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   21.826081] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   21.844231] systemd[1]: dev-ttyp6.device changed dead -> plugged
[   21.858707] systemd[1]: sys-devices-virtual-tty-ttyp6.device changed dead -> plugged
[   21.877781] systemd[1]: sshd.service holdoff time over, scheduling restart.
[   21.902233] systemd[1]: Trying to enqueue job sshd.service/restart/fail
[   21.916823] systemd[1]: Installed new job sshd.service/restart as 168
[   21.931997] systemd[1]: Installed new job sshdgenkeys.service/start as 216
[   21.947560] systemd[1]: Enqueued job sshd.service/restart as 168
[   21.958344] systemd[1]: sshd.service scheduled restart job.
[   21.971340] systemd[1]: Stopping OpenSSH Daemon...
[   21.976179] systemd[1]: sshd.service changed auto-restart -> dead
[   21.990877] systemd[1]: Job sshd.service/restart finished, result=done
[   21.997570] systemd[1]: Converting job sshd.service/restart -> sshd.service/start
[   22.005851] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub failed for sshdgenkeys.service.
[   22.015722] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key failed for sshdgenkeys.service.
[   22.025214] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub failed for sshdgenkeys.service.
[   22.035199] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key failed for sshdgenkeys.service.
[   22.044700] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub failed for sshdgenkeys.service.
[   22.054728] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key failed for sshdgenkeys.service.
[   22.064476] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key.pub failed for sshdgenkeys.service.
[   22.073970] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key failed for sshdgenkeys.service.
[   22.083058] systemd[1]: Starting of sshdgenkeys.service requested but condition failed. Ignoring.
[   22.092074] systemd[1]: Job sshdgenkeys.service/start finished, result=done
[   22.099059] systemd[1]: Started SSH Key Generation.
[   22.108018] systemd[1]: Starting OpenSSH Daemon...
[   22.118026] systemd[1]: About to execute: /usr/bin/sshd -D
[   22.129609] systemd[1]: Forked /usr/bin/sshd as 133
[   22.140000] systemd[1]: sshd.service changed dead -> running
[   22.147232] systemd[133]: Executing: /usr/bin/sshd -D
[   22.152536] systemd[1]: Job sshd.service/start finished, result=done
[   22.159667] systemd[1]: Started OpenSSH Daemon.
[   22.170688] systemd[1]: dev-ttyp9.device changed dead -> plugged
[   22.176919] systemd[1]: sys-devices-virtual-tty-ttyp9.device changed dead -> plugged
[   22.187700] systemd[1]: dev-ttyp7.device changed dead -> plugged
[   22.194121] systemd[1]: sys-devices-virtual-tty-ttyp7.device changed dead -> plugged
[   22.204698] systemd[1]: dev-ttypb.device changed dead -> plugged
[   22.211062] systemd[1]: sys-devices-virtual-tty-ttypb.device changed dead -> plugged
[   22.221518] systemd[1]: dev-ttypa.device changed dead -> plugged
[   22.227699] systemd[1]: sys-devices-virtual-tty-ttypa.device changed dead -> plugged
[   22.238285] systemd[1]: dev-ttyp8.device changed dead -> plugged
[   22.244646] systemd[1]: sys-devices-virtual-tty-ttyp8.device changed dead -> plugged
[   22.255156] systemd[1]: dev-ttype.device changed dead -> plugged
[   22.261421] systemd[1]: sys-devices-virtual-tty-ttype.device changed dead -> plugged
[   22.271419] systemd[1]: dev-ttypd.device changed dead -> plugged
[   22.277446] systemd[1]: sys-devices-virtual-tty-ttypd.device changed dead -> plugged
[   22.301419] systemd[1]: dev-ttypc.device changed dead -> plugged
[   22.307579] systemd[1]: sys-devices-virtual-tty-ttypc.device changed dead -> plugged
[   22.337729] systemd[1]: dev-ttyq1.device changed dead -> plugged
[   22.356102] systemd[1]: sys-devices-virtual-tty-ttyq1.device changed dead -> plugged
[   22.365596] systemd[1]: Received SIGCHLD from PID 133 (sshd).
[   22.371988] systemd[1]: Got SIGCHLD for process 133 (sshd)
[   22.377797] systemd[1]: Child 133 died (code=exited, status=1/FAILURE)
[   22.384477] systemd[1]: Child 133 belongs to sshd.service
[   22.390116] systemd[1]: sshd.service: main process exited, code=exited, status=1/FAILURE
[   22.398957] systemd[1]: sshd.service changed running -> failed
[   22.405554] systemd[1]: Unit sshd.service entered failed state.
[   22.411963] systemd[1]: sshd.service changed failed -> auto-restart
[   22.421665] systemd[1]: dev-ttyq0.device changed dead -> plugged
[   22.427763] systemd[1]: sys-devices-virtual-tty-ttyq0.device changed dead -> plugged
[   22.437225] systemd[1]: Accepted connection on private bus.
[   22.444403] systemd[1]: dev-ttypf.device changed dead -> plugged
[   22.450924] systemd[1]: sys-devices-virtual-tty-ttypf.device changed dead -> plugged
[   22.461911] systemd[1]: dev-ttyq4.device changed dead -> plugged
[   22.467958] systemd[1]: sys-devices-virtual-tty-ttyq4.device changed dead -> plugged
[   22.478143] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   22.491101] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   22.503643] systemd[1]: dev-ttyq3.device changed dead -> plugged
[   22.509923] systemd[1]: sys-devices-virtual-tty-ttyq3.device changed dead -> plugged
[   22.520497] systemd[1]: dev-ttyq2.device changed dead -> plugged
[   22.526540] systemd[1]: sys-devices-virtual-tty-ttyq2.device changed dead -> plugged
[   22.535710] systemd[1]: sshd.service holdoff time over, scheduling restart.
[   22.542849] systemd[1]: Trying to enqueue job sshd.service/restart/fail
[   22.550497] systemd[1]: Installed new job sshd.service/restart as 217
[   22.559394] systemd[1]: Installed new job sshdgenkeys.service/start as 265
[   22.571845] systemd[1]: Enqueued job sshd.service/restart as 217
[   22.581329] systemd[1]: sshd.service scheduled restart job.
[   22.587390] systemd[1]: Stopping OpenSSH Daemon...
[   22.592350] systemd[1]: sshd.service changed auto-restart -> dead
[   22.598422] systemd[1]: Job sshd.service/restart finished, result=done
[   22.605163] systemd[1]: Converting job sshd.service/restart -> sshd.service/start
[   22.613035] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub failed for sshdgenkeys.service.
[   22.622914] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key failed for sshdgenkeys.service.
[   22.632497] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub failed for sshdgenkeys.service.
[   22.642341] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key failed for sshdgenkeys.service.
[   22.651804] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub failed for sshdgenkeys.service.
[   22.661918] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key failed for sshdgenkeys.service.
[   22.671535] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key.pub failed for sshdgenkeys.service.
[   22.680964] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key failed for sshdgenkeys.service.
[   22.690158] systemd[1]: Starting of sshdgenkeys.service requested but condition failed. Ignoring.
[   22.699089] systemd[1]: Job sshdgenkeys.service/start finished, result=done
[   22.706095] systemd[1]: Started SSH Key Generation.
[   22.713147] systemd[1]: Starting OpenSSH Daemon...
[   22.718749] systemd[1]: About to execute: /usr/bin/sshd -D
[   22.725173] systemd[1]: Forked /usr/bin/sshd as 139
[   22.734132] systemd[1]: sshd.service changed dead -> running
[   22.741299] systemd[139]: Executing: /usr/bin/sshd -D
[   22.747576] systemd[1]: Job sshd.service/start finished, result=done
[   22.761567] systemd[1]: Started OpenSSH Daemon.
[   22.778527] systemd[1]: dev-ttyq7.device changed dead -> plugged
[   22.802337] systemd[1]: sys-devices-virtual-tty-ttyq7.device changed dead -> plugged
[   22.818335] systemd[1]: dev-ttyq6.device changed dead -> plugged
[   22.824620] systemd[1]: sys-devices-virtual-tty-ttyq6.device changed dead -> plugged
[   22.834139] systemd[1]: Received SIGCHLD from PID 139 (sshd).
[   22.840296] systemd[1]: Got SIGCHLD for process 139 (sshd)
[   22.846331] systemd[1]: Child 139 died (code=exited, status=1/FAILURE)
[   22.852910] systemd[1]: Child 139 belongs to sshd.service
[   22.858371] systemd[1]: sshd.service: main process exited, code=exited, status=1/FAILURE
[   22.867154] systemd[1]: sshd.service changed running -> failed
[   22.873618] systemd[1]: Unit sshd.service entered failed state.
[   22.879991] systemd[1]: sshd.service changed failed -> auto-restart
[   22.888933] systemd[1]: Accepted connection on private bus.
[   22.896019] systemd[1]: dev-ttyq5.device changed dead -> plugged
[   22.902328] systemd[1]: sys-devices-virtual-tty-ttyq5.device changed dead -> plugged
[   22.913523] systemd[1]: dev-ttyq9.device changed dead -> plugged
[   22.919897] systemd[1]: sys-devices-virtual-tty-ttyq9.device changed dead -> plugged
[   22.930238] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   22.943157] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   22.955508] systemd[1]: dev-ttyq8.device changed dead -> plugged
[   22.962015] systemd[1]: sys-devices-virtual-tty-ttyq8.device changed dead -> plugged
[   22.972237] systemd[1]: dev-ttyqa.device changed dead -> plugged
[   22.978863] systemd[1]: sys-devices-virtual-tty-ttyqa.device changed dead -> plugged
[   22.989733] systemd[1]: dev-ttyqe.device changed dead -> plugged
[   22.995860] systemd[1]: sys-devices-virtual-tty-ttyqe.device changed dead -> plugged
[   23.006763] systemd[1]: sshd.service holdoff time over, scheduling restart.
[   23.022012] systemd[1]: Trying to enqueue job sshd.service/restart/fail
[   23.029938] systemd[1]: Installed new job sshd.service/restart as 266
[   23.036471] systemd[1]: Installed new job sshdgenkeys.service/start as 314
[   23.043621] systemd[1]: Enqueued job sshd.service/restart as 266
[   23.049775] systemd[1]: sshd.service scheduled restart job.
[   23.055601] systemd[1]: Stopping OpenSSH Daemon...
[   23.060524] systemd[1]: sshd.service changed auto-restart -> dead
[   23.066795] systemd[1]: Job sshd.service/restart finished, result=done
[   23.073417] systemd[1]: Converting job sshd.service/restart -> sshd.service/start
[   23.081200] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub failed for sshdgenkeys.service.
[   23.091031] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key failed for sshdgenkeys.service.
[   23.100477] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub failed for sshdgenkeys.service.
[   23.110228] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key failed for sshdgenkeys.service.
[   23.119824] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub failed for sshdgenkeys.service.
[   23.129844] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key failed for sshdgenkeys.service.
[   23.139459] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key.pub failed for sshdgenkeys.service.
[   23.149079] systemd[1]: ConditionPathExists=|!/etc/ssh/ssh_host_key failed for sshdgenkeys.service.
[   23.158118] systemd[1]: Starting of sshdgenkeys.service requested but condition failed. Ignoring.
[   23.167055] systemd[1]: Job sshdgenkeys.service/start finished, result=done
[   23.174236] systemd[1]: Started SSH Key Generation.
[   23.181310] systemd[1]: Starting OpenSSH Daemon...
[   23.186430] systemd[1]: sshd.service start request repeated too quickly, refusing to start.
[   23.194890] systemd[1]: sshd.service changed dead -> failed
[   23.200570] systemd[1]: Job sshd.service/start finished, result=failed
[   23.207088] systemd[1]: Failed to start OpenSSH Daemon.
[   23.214097] systemd[1]: Unit sshd.service entered failed state.
[   23.226739] systemd[1]: dev-ttyqd.device changed dead -> plugged
[   23.239599] systemd[1]: sys-devices-virtual-tty-ttyqd.device changed dead -> plugged
[   23.252599] systemd[1]: dev-ttyqc.device changed dead -> plugged
[   23.258767] systemd[1]: sys-devices-virtual-tty-ttyqc.device changed dead -> plugged
[   23.269621] systemd[1]: dev-ttyr1.device changed dead -> plugged
[   23.275791] systemd[1]: sys-devices-virtual-tty-ttyr1.device changed dead -> plugged
[   23.286161] systemd[1]: dev-ttyr0.device changed dead -> plugged
[   23.292444] systemd[1]: sys-devices-virtual-tty-ttyr0.device changed dead -> plugged
[   23.302603] systemd[1]: dev-ttyqb.device changed dead -> plugged
[   23.309215] systemd[1]: sys-devices-virtual-tty-ttyqb.device changed dead -> plugged
[   23.319618] systemd[1]: dev-ttyqf.device changed dead -> plugged
[   23.325822] systemd[1]: sys-devices-virtual-tty-ttyqf.device changed dead -> plugged
[   23.336254] systemd[1]: dev-ttyr4.device changed dead -> plugged
[   23.342597] systemd[1]: sys-devices-virtual-tty-ttyr4.device changed dead -> plugged
[   23.353126] systemd[1]: dev-ttyr2.device changed dead -> plugged
[   23.359615] systemd[1]: sys-devices-virtual-tty-ttyr2.device changed dead -> plugged
[   23.370740] systemd[1]: dev-ttyr3.device changed dead -> plugged
[   23.376773] systemd[1]: sys-devices-virtual-tty-ttyr3.device changed dead -> plugged
[   23.387032] systemd[1]: dev-ttyr8.device changed dead -> plugged
[   23.393160] systemd[1]: sys-devices-virtual-tty-ttyr8.device changed dead -> plugged
[   23.403230] systemd[1]: dev-ttyr5.device changed dead -> plugged
[   23.409365] systemd[1]: sys-devices-virtual-tty-ttyr5.device changed dead -> plugged
[   23.419479] systemd[1]: dev-ttyr7.device changed dead -> plugged
[   23.425474] systemd[1]: sys-devices-virtual-tty-ttyr7.device changed dead -> plugged
[   23.435600] systemd[1]: dev-ttyr6.device changed dead -> plugged
[   23.441832] systemd[1]: sys-devices-virtual-tty-ttyr6.device changed dead -> plugged
[   23.454095] systemd[1]: dev-ttyrb.device changed dead -> plugged
[   23.465809] systemd[1]: sys-devices-virtual-tty-ttyrb.device changed dead -> plugged
[   23.478291] systemd[1]: dev-ttyr9.device changed dead -> plugged
[   23.484566] systemd[1]: sys-devices-virtual-tty-ttyr9.device changed dead -> plugged
[   23.494784] systemd[1]: dev-ttyra.device changed dead -> plugged
[   23.500927] systemd[1]: sys-devices-virtual-tty-ttyra.device changed dead -> plugged
[   23.510939] systemd[1]: dev-ttyre.device changed dead -> plugged
[   23.516937] systemd[1]: sys-devices-virtual-tty-ttyre.device changed dead -> plugged
[   23.527202] systemd[1]: dev-ttyrc.device changed dead -> plugged
[   23.533415] systemd[1]: sys-devices-virtual-tty-ttyrc.device changed dead -> plugged
[   23.543365] systemd[1]: dev-ttyrd.device changed dead -> plugged
[   23.549503] systemd[1]: sys-devices-virtual-tty-ttyrd.device changed dead -> plugged
[   23.559734] systemd[1]: dev-ttys2.device changed dead -> plugged
[   23.565723] systemd[1]: sys-devices-virtual-tty-ttys2.device changed dead -> plugged
[   23.575919] systemd[1]: dev-ttyrf.device changed dead -> plugged
[   23.582115] systemd[1]: sys-devices-virtual-tty-ttyrf.device changed dead -> plugged
[   23.592111] systemd[1]: dev-ttys1.device changed dead -> plugged
[   23.598095] systemd[1]: sys-devices-virtual-tty-ttys1.device changed dead -> plugged
[   23.608194] systemd[1]: dev-ttys0.device changed dead -> plugged
[   23.614336] systemd[1]: sys-devices-virtual-tty-ttys0.device changed dead -> plugged
[   23.624419] systemd[1]: dev-ttys5.device changed dead -> plugged
[   23.630553] systemd[1]: sys-devices-virtual-tty-ttys5.device changed dead -> plugged
[   23.640564] systemd[1]: dev-ttys3.device changed dead -> plugged
[   23.646554] systemd[1]: sys-devices-virtual-tty-ttys3.device changed dead -> plugged
[   23.656740] systemd[1]: dev-ttys4.device changed dead -> plugged
[   23.662958] systemd[1]: sys-devices-virtual-tty-ttys4.device changed dead -> plugged
[   23.672888] systemd[1]: dev-ttys9.device changed dead -> plugged
[   23.680755] systemd[1]: sys-devices-virtual-tty-ttys9.device changed dead -> plugged
[   23.698845] systemd[1]: dev-ttys8.device changed dead -> plugged
[   23.704852] systemd[1]: sys-devices-virtual-tty-ttys8.device changed dead -> plugged
[   23.715093] systemd[1]: dev-ttys6.device changed dead -> plugged
[   23.721256] systemd[1]: sys-devices-virtual-tty-ttys6.device changed dead -> plugged
[   23.731299] systemd[1]: dev-ttys7.device changed dead -> plugged
[   23.737287] systemd[1]: sys-devices-virtual-tty-ttys7.device changed dead -> plugged
[   23.747470] systemd[1]: dev-ttysc.device changed dead -> plugged
[   23.753682] systemd[1]: sys-devices-virtual-tty-ttysc.device changed dead -> plugged
[   23.763636] systemd[1]: dev-ttysa.device changed dead -> plugged
[   23.769775] systemd[1]: sys-devices-virtual-tty-ttysa.device changed dead -> plugged
[   23.779841] systemd[1]: dev-ttysb.device changed dead -> plugged
[   23.785831] systemd[1]: sys-devices-virtual-tty-ttysb.device changed dead -> plugged
[   23.795976] systemd[1]: dev-ttysd.device changed dead -> plugged
[   23.802184] systemd[1]: sys-devices-virtual-tty-ttysd.device changed dead -> plugged
[   23.812189] systemd[1]: dev-ttyse.device changed dead -> plugged
[   23.818178] systemd[1]: sys-devices-virtual-tty-ttyse.device changed dead -> plugged
[   23.828356] systemd[1]: dev-ttysf.device changed dead -> plugged
[   23.834479] systemd[1]: sys-devices-virtual-tty-ttysf.device changed dead -> plugged
[   23.844561] systemd[1]: dev-ttyt3.device changed dead -> plugged
[   23.850697] systemd[1]: sys-devices-virtual-tty-ttyt3.device changed dead -> plugged
[   23.860641] systemd[1]: dev-ttyt2.device changed dead -> plugged
[   23.866630] systemd[1]: sys-devices-virtual-tty-ttyt2.device changed dead -> plugged
[   23.876903] systemd[1]: dev-ttyt0.device changed dead -> plugged
[   23.883114] systemd[1]: sys-devices-virtual-tty-ttyt0.device changed dead -> plugged
[   23.893173] systemd[1]: dev-ttyt1.device changed dead -> plugged
[   23.901037] systemd[1]: sys-devices-virtual-tty-ttyt1.device changed dead -> plugged
[   23.919512] systemd[1]: dev-ttyt4.device changed dead -> plugged
[   23.925513] systemd[1]: sys-devices-virtual-tty-ttyt4.device changed dead -> plugged
[   23.935772] systemd[1]: dev-ttyt7.device changed dead -> plugged
[   23.942020] systemd[1]: sys-devices-virtual-tty-ttyt7.device changed dead -> plugged
[   23.952009] systemd[1]: dev-ttyt5.device changed dead -> plugged
[   23.958027] systemd[1]: sys-devices-virtual-tty-ttyt5.device changed dead -> plugged
[   23.968267] systemd[1]: dev-ttyt6.device changed dead -> plugged
[   23.974384] systemd[1]: sys-devices-virtual-tty-ttyt6.device changed dead -> plugged
[   23.984460] systemd[1]: dev-ttyta.device changed dead -> plugged
[   23.990591] systemd[1]: sys-devices-virtual-tty-ttyta.device changed dead -> plugged
[   24.001204] systemd[1]: dev-ttyt9.device changed dead -> plugged
[   24.007236] systemd[1]: sys-devices-virtual-tty-ttyt9.device changed dead -> plugged
[   24.017959] systemd[1]: dev-ttytc.device changed dead -> plugged
[   24.024101] systemd[1]: sys-devices-virtual-tty-ttytc.device changed dead -> plugged
[   24.034296] systemd[1]: dev-ttytb.device changed dead -> plugged
[   24.040862] systemd[1]: sys-devices-virtual-tty-ttytb.device changed dead -> plugged
[   24.051585] systemd[1]: dev-ttyt8.device changed dead -> plugged
[   24.057616] systemd[1]: sys-devices-virtual-tty-ttyt8.device changed dead -> plugged
[   24.068276] systemd[1]: dev-ttytf.device changed dead -> plugged
[   24.074418] systemd[1]: sys-devices-virtual-tty-ttytf.device changed dead -> plugged
[   24.084606] systemd[1]: dev-ttytd.device changed dead -> plugged
[   24.090865] systemd[1]: sys-devices-virtual-tty-ttytd.device changed dead -> plugged
[   24.101321] systemd[1]: dev-ttyte.device changed dead -> plugged
[   24.107504] systemd[1]: sys-devices-virtual-tty-ttyte.device changed dead -> plugged
[   24.120195] systemd[1]: dev-ttyu0.device changed dead -> plugged
[   24.132389] systemd[1]: sys-devices-virtual-tty-ttyu0.device changed dead -> plugged
[   24.145914] systemd[1]: dev-ttyu2.device changed dead -> plugged
[   24.152075] systemd[1]: sys-devices-virtual-tty-ttyu2.device changed dead -> plugged
[   24.163112] systemd[1]: dev-ttyu1.device changed dead -> plugged
[   24.169364] systemd[1]: sys-devices-virtual-tty-ttyu1.device changed dead -> plugged
[   24.179830] systemd[1]: dev-ttyu5.device changed dead -> plugged
[   24.186178] systemd[1]: sys-devices-virtual-tty-ttyu5.device changed dead -> plugged
[   24.196411] systemd[1]: dev-ttyu3.device changed dead -> plugged
[   24.202693] systemd[1]: sys-devices-virtual-tty-ttyu3.device changed dead -> plugged
[   24.213152] systemd[1]: dev-ttyu4.device changed dead -> plugged
[   24.219461] systemd[1]: sys-devices-virtual-tty-ttyu4.device changed dead -> plugged
[   24.230168] systemd[1]: dev-ttyu6.device changed dead -> plugged
[   24.236433] systemd[1]: sys-devices-virtual-tty-ttyu6.device changed dead -> plugged
[   24.246804] systemd[1]: dev-ttyu7.device changed dead -> plugged
[   24.253311] systemd[1]: sys-devices-virtual-tty-ttyu7.device changed dead -> plugged
[   24.263502] systemd[1]: dev-ttyu8.device changed dead -> plugged
[   24.270011] systemd[1]: sys-devices-virtual-tty-ttyu8.device changed dead -> plugged
[   24.280819] systemd[1]: dev-ttyuc.device changed dead -> plugged
[   24.286933] systemd[1]: sys-devices-virtual-tty-ttyuc.device changed dead -> plugged
[   24.297509] systemd[1]: dev-ttyub.device changed dead -> plugged
[   24.304012] systemd[1]: sys-devices-virtual-tty-ttyub.device changed dead -> plugged
[   24.314779] systemd[1]: dev-ttyua.device changed dead -> plugged
[   24.321127] systemd[1]: sys-devices-virtual-tty-ttyua.device changed dead -> plugged
[   24.331675] systemd[1]: dev-ttyu9.device changed dead -> plugged
[   24.337938] systemd[1]: sys-devices-virtual-tty-ttyu9.device changed dead -> plugged
[   24.353325] systemd[1]: dev-ttyud.device changed dead -> plugged
[   24.365973] systemd[1]: sys-devices-virtual-tty-ttyud.device changed dead -> plugged
[   24.377369] systemd[1]: dev-ttyv0.device changed dead -> plugged
[   24.383742] systemd[1]: sys-devices-virtual-tty-ttyv0.device changed dead -> plugged
[   24.394049] systemd[1]: dev-ttyue.device changed dead -> plugged
[   24.400605] systemd[1]: sys-devices-virtual-tty-ttyue.device changed dead -> plugged
[   24.411051] systemd[1]: dev-ttyv2.device changed dead -> plugged
[   24.417205] systemd[1]: sys-devices-virtual-tty-ttyv2.device changed dead -> plugged
[   24.427792] systemd[1]: dev-ttyv1.device changed dead -> plugged
[   24.434126] systemd[1]: sys-devices-virtual-tty-ttyv1.device changed dead -> plugged
[   24.444504] systemd[1]: dev-ttyuf.device changed dead -> plugged
[   24.451112] systemd[1]: sys-devices-virtual-tty-ttyuf.device changed dead -> plugged
[   24.461877] systemd[1]: dev-ttyv4.device changed dead -> plugged
[   24.467968] systemd[1]: sys-devices-virtual-tty-ttyv4.device changed dead -> plugged
[   24.478670] systemd[1]: dev-ttyv3.device changed dead -> plugged
[   24.484959] systemd[1]: sys-devices-virtual-tty-ttyv3.device changed dead -> plugged
[   24.495810] systemd[1]: dev-ttyv5.device changed dead -> plugged
[   24.502068] systemd[1]: sys-devices-virtual-tty-ttyv5.device changed dead -> plugged
[   24.512712] systemd[1]: dev-ttyv8.device changed dead -> plugged
[   24.519253] systemd[1]: sys-devices-virtual-tty-ttyv8.device changed dead -> plugged
[   24.530014] systemd[1]: dev-ttyv6.device changed dead -> plugged
[   24.536345] systemd[1]: sys-devices-virtual-tty-ttyv6.device changed dead -> plugged
[   24.546936] systemd[1]: dev-ttyv7.device changed dead -> plugged
[   24.553366] systemd[1]: sys-devices-virtual-tty-ttyv7.device changed dead -> plugged
[   24.563905] systemd[1]: dev-ttyvb.device changed dead -> plugged
[   24.570490] systemd[1]: sys-devices-virtual-tty-ttyvb.device changed dead -> plugged
[   24.585086] systemd[1]: dev-ttyva.device changed dead -> plugged
[   24.597693] systemd[1]: sys-devices-virtual-tty-ttyva.device changed dead -> plugged
[   24.609151] systemd[1]: dev-ttyv9.device changed dead -> plugged
[   24.615294] systemd[1]: sys-devices-virtual-tty-ttyv9.device changed dead -> plugged
[   24.626321] systemd[1]: dev-ttyve.device changed dead -> plugged
[   24.632655] systemd[1]: sys-devices-virtual-tty-ttyve.device changed dead -> plugged
[   24.643782] systemd[1]: dev-ttyvc.device changed dead -> plugged
[   24.650798] systemd[1]: sys-devices-virtual-tty-ttyvc.device changed dead -> plugged
[   24.662122] systemd[1]: dev-ttyvd.device changed dead -> plugged
[   24.668996] systemd[1]: sys-devices-virtual-tty-ttyvd.device changed dead -> plugged
[   24.679437] systemd[1]: dev-ttyw1.device changed dead -> plugged
[   24.685602] systemd[1]: sys-devices-virtual-tty-ttyw1.device changed dead -> plugged
[   24.696793] systemd[1]: dev-ttyw0.device changed dead -> plugged
[   24.703700] systemd[1]: sys-devices-virtual-tty-ttyw0.device changed dead -> plugged
[   24.714063] systemd[1]: dev-ttyvf.device changed dead -> plugged
[   24.720949] systemd[1]: sys-devices-virtual-tty-ttyvf.device changed dead -> plugged
[   24.732205] systemd[1]: dev-ttyw4.device changed dead -> plugged
[   24.738359] systemd[1]: sys-devices-virtual-tty-ttyw4.device changed dead -> plugged
[   24.749788] systemd[1]: dev-ttyw3.device changed dead -> plugged
[   24.756469] systemd[1]: sys-devices-virtual-tty-ttyw3.device changed dead -> plugged
[   24.767941] systemd[1]: dev-ttyw2.device changed dead -> plugged
[   24.774894] systemd[1]: sys-devices-virtual-tty-ttyw2.device changed dead -> plugged
[   24.785199] systemd[1]: dev-ttyw5.device changed dead -> plugged
[   24.792185] systemd[1]: sys-devices-virtual-tty-ttyw5.device changed dead -> plugged
[   24.803247] systemd[1]: dev-ttyw8.device changed dead -> plugged
[   24.811172] systemd[1]: sys-devices-virtual-tty-ttyw8.device changed dead -> plugged
[   24.831062] systemd[1]: dev-ttyw7.device changed dead -> plugged
[   24.837237] systemd[1]: sys-devices-virtual-tty-ttyw7.device changed dead -> plugged
[   24.848407] systemd[1]: dev-ttyw6.device changed dead -> plugged
[   24.855296] systemd[1]: sys-devices-virtual-tty-ttyw6.device changed dead -> plugged
[   24.866414] systemd[1]: dev-ttywb.device changed dead -> plugged
[   24.873250] systemd[1]: sys-devices-virtual-tty-ttywb.device changed dead -> plugged
[   24.883647] systemd[1]: dev-ttywa.device changed dead -> plugged
[   24.890599] systemd[1]: sys-devices-virtual-tty-ttywa.device changed dead -> plugged
[   24.900954] systemd[1]: dev-ttyw9.device changed dead -> plugged
[   24.907760] systemd[1]: sys-devices-virtual-tty-ttyw9.device changed dead -> plugged
[   24.918985] systemd[1]: dev-ttywe.device changed dead -> plugged
[   24.925768] systemd[1]: sys-devices-virtual-tty-ttywe.device changed dead -> plugged
[   24.937089] systemd[1]: dev-ttywd.device changed dead -> plugged
[   24.943871] systemd[1]: sys-devices-virtual-tty-ttywd.device changed dead -> plugged
[   24.955601] systemd[1]: dev-ttyx1.device changed dead -> plugged
[   24.962472] systemd[1]: sys-devices-virtual-tty-ttyx1.device changed dead -> plugged
[   24.972821] systemd[1]: dev-ttywc.device changed dead -> plugged
[   24.979118] systemd[1]: sys-devices-virtual-tty-ttywc.device changed dead -> plugged
[   24.990213] systemd[1]: dev-ttyx0.device changed dead -> plugged
[   24.996854] systemd[1]: sys-devices-virtual-tty-ttyx0.device changed dead -> plugged
[   25.008299] systemd[1]: dev-ttywf.device changed dead -> plugged
[   25.015202] systemd[1]: sys-devices-virtual-tty-ttywf.device changed dead -> plugged
[   25.025372] systemd[1]: dev-ttyx5.device changed dead -> plugged
[   25.034149] systemd[1]: sys-devices-virtual-tty-ttyx5.device changed dead -> plugged
[   25.054333] systemd[1]: dev-ttyx4.device changed dead -> plugged
[   25.061186] systemd[1]: sys-devices-virtual-tty-ttyx4.device changed dead -> plugged
[   25.072387] systemd[1]: dev-ttyx2.device changed dead -> plugged
[   25.079221] systemd[1]: sys-devices-virtual-tty-ttyx2.device changed dead -> plugged
[   25.089734] systemd[1]: dev-ttyx3.device changed dead -> plugged
[   25.096496] systemd[1]: sys-devices-virtual-tty-ttyx3.device changed dead -> plugged
[   25.107300] systemd[1]: dev-ttyx9.device changed dead -> plugged
[   25.113560] systemd[1]: sys-devices-virtual-tty-ttyx9.device changed dead -> plugged
[   25.124749] systemd[1]: dev-ttyx8.device changed dead -> plugged
[   25.131546] systemd[1]: sys-devices-virtual-tty-ttyx8.device changed dead -> plugged
[   25.142537] systemd[1]: dev-ttyx6.device changed dead -> plugged
[   25.149358] systemd[1]: sys-devices-virtual-tty-ttyx6.device changed dead -> plugged
[   25.159714] systemd[1]: dev-ttyx7.device changed dead -> plugged
[   25.165875] systemd[1]: sys-devices-virtual-tty-ttyx7.device changed dead -> plugged
[   25.176818] systemd[1]: dev-ttyxc.device changed dead -> plugged
[   25.183570] systemd[1]: sys-devices-virtual-tty-ttyxc.device changed dead -> plugged
[   25.193940] systemd[1]: dev-ttyxa.device changed dead -> plugged
[   25.200223] systemd[1]: sys-devices-virtual-tty-ttyxa.device changed dead -> plugged
[   25.211292] systemd[1]: dev-ttyxb.device changed dead -> plugged
[   25.218004] systemd[1]: sys-devices-virtual-tty-ttyxb.device changed dead -> plugged
[   25.229230] systemd[1]: dev-ttyxf.device changed dead -> plugged
[   25.235359] systemd[1]: sys-devices-virtual-tty-ttyxf.device changed dead -> plugged
[   25.246274] systemd[1]: dev-ttyxd.device changed dead -> plugged
[   25.255068] systemd[1]: sys-devices-virtual-tty-ttyxd.device changed dead -> plugged
[   25.273319] systemd[1]: dev-ttyxe.device changed dead -> plugged
[   25.280093] systemd[1]: sys-devices-virtual-tty-ttyxe.device changed dead -> plugged
[   25.290484] systemd[1]: dev-ttyy0.device changed dead -> plugged
[   25.297260] systemd[1]: sys-devices-virtual-tty-ttyy0.device changed dead -> plugged
[   25.307579] systemd[1]: dev-ttyy3.device changed dead -> plugged
[   25.313959] systemd[1]: sys-devices-virtual-tty-ttyy3.device changed dead -> plugged
[   25.324777] systemd[1]: dev-ttyy1.device changed dead -> plugged
[   25.331057] systemd[1]: sys-devices-virtual-tty-ttyy1.device changed dead -> plugged
[   25.341368] systemd[1]: dev-ttyy2.device changed dead -> plugged
[   25.347928] systemd[1]: sys-devices-virtual-tty-ttyy2.device changed dead -> plugged
[   25.360471] systemd[1]: dev-ttyy6.device changed dead -> plugged
[   25.366503] systemd[1]: sys-devices-virtual-tty-ttyy6.device changed dead -> plugged
[   25.377620] systemd[1]: dev-ttyy5.device changed dead -> plugged
[   25.383871] systemd[1]: sys-devices-virtual-tty-ttyy5.device changed dead -> plugged
[   25.394801] systemd[1]: dev-ttyy8.device changed dead -> plugged
[   25.408850] systemd[1]: sys-devices-virtual-tty-ttyy8.device changed dead -> plugged
[   25.430901] systemd[1]: dev-ttyy4.device changed dead -> plugged
[   25.436946] systemd[1]: sys-devices-virtual-tty-ttyy4.device changed dead -> plugged
[   25.461249] systemd[1]: dev-ttyy7.device changed dead -> plugged
[   25.467253] systemd[1]: sys-devices-virtual-tty-ttyy7.device changed dead -> plugged
[   25.501212] systemd[1]: dev-ttyyb.device changed dead -> plugged
[   25.507211] systemd[1]: sys-devices-virtual-tty-ttyyb.device changed dead -> plugged
[   25.531319] systemd[1]: dev-ttyy9.device changed dead -> plugged
[   25.537321] systemd[1]: sys-devices-virtual-tty-ttyy9.device changed dead -> plugged
[   25.571185] systemd[1]: dev-ttyya.device changed dead -> plugged
[   25.577209] systemd[1]: sys-devices-virtual-tty-ttyya.device changed dead -> plugged
[   25.601200] systemd[1]: dev-ttyyc.device changed dead -> plugged
[   25.607202] systemd[1]: sys-devices-virtual-tty-ttyyc.device changed dead -> plugged
[   25.631259] systemd[1]: dev-ttyyd.device changed dead -> plugged
[   25.637258] systemd[1]: sys-devices-virtual-tty-ttyyd.device changed dead -> plugged
[   25.661400] systemd[1]: dev-ttyye.device changed dead -> plugged
[   25.667397] systemd[1]: sys-devices-virtual-tty-ttyye.device changed dead -> plugged
[   25.700840] systemd[1]: dev-ttyz1.device changed dead -> plugged
[   25.706850] systemd[1]: sys-devices-virtual-tty-ttyz1.device changed dead -> plugged
[   25.740497] eth0: device MAC address 8a:70:3c:41:e7:3f
[   25.756570]  No MAC Management Counters available
[   25.761234] stmmac_open: failed PTP initialisation
[   25.766146] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   25.781314] systemd[1]: dev-ttyyf.device changed dead -> plugged
[   25.787315] systemd[1]: sys-devices-virtual-tty-ttyyf.device changed dead -> plugged
[   25.811149] systemd[1]: dev-ttyz0.device changed dead -> plugged
[   25.817165] systemd[1]: sys-devices-virtual-tty-ttyz0.device changed dead -> plugged
[   25.833707] systemd[1]: dev-ttyz4.device changed dead -> plugged
[   25.839957] systemd[1]: sys-devices-virtual-tty-ttyz4.device changed dead -> plugged
[   25.850043] systemd[1]: dev-ttyz2.device changed dead -> plugged
[   25.856031] systemd[1]: sys-devices-virtual-tty-ttyz2.device changed dead -> plugged
[   25.866150] systemd[1]: dev-ttyz3.device changed dead -> plugged
[   25.872273] systemd[1]: sys-devices-virtual-tty-ttyz3.device changed dead -> plugged
[   25.882342] systemd[1]: dev-ttyz8.device changed dead -> plugged
[   25.888328] systemd[1]: sys-devices-virtual-tty-ttyz8.device changed dead -> plugged
[   25.898481] systemd[1]: dev-ttyz7.device changed dead -> plugged
[   25.904626] systemd[1]: sys-devices-virtual-tty-ttyz7.device changed dead -> plugged
[   25.914686] systemd[1]: dev-ttyz6.device changed dead -> plugged
[   25.920824] systemd[1]: sys-devices-virtual-tty-ttyz6.device changed dead -> plugged
[   25.930802] systemd[1]: dev-ttyz5.device changed dead -> plugged
[   25.936792] systemd[1]: sys-devices-virtual-tty-ttyz5.device changed dead -> plugged
[   25.947028] systemd[1]: dev-ttyzb.device changed dead -> plugged
[   25.953242] systemd[1]: sys-devices-virtual-tty-ttyzb.device changed dead -> plugged
[   25.963248] systemd[1]: dev-ttyza.device changed dead -> plugged
[   25.969384] systemd[1]: sys-devices-virtual-tty-ttyza.device changed dead -> plugged
[   25.979487] systemd[1]: dev-ttyz9.device changed dead -> plugged
[   25.985477] systemd[1]: sys-devices-virtual-tty-ttyz9.device changed dead -> plugged
[   25.995643] systemd[1]: dev-ttyzf.device changed dead -> plugged
[   26.001849] systemd[1]: sys-devices-virtual-tty-ttyzf.device changed dead -> plugged
[   26.011806] systemd[1]: dev-ttyze.device changed dead -> plugged
[   26.017820] systemd[1]: sys-devices-virtual-tty-ttyze.device changed dead -> plugged
[   26.027999] systemd[1]: dev-ttyzd.device changed dead -> plugged
[   26.034124] systemd[1]: sys-devices-virtual-tty-ttyzd.device changed dead -> plugged
[   26.044223] systemd[1]: dev-ttyzc.device changed dead -> plugged
[   26.050410] systemd[1]: sys-devices-virtual-tty-ttyzc.device changed dead -> plugged
[   51.354694] systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
[   51.371282] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.StartUnit() on /org/freedesktop/systemd1
[   51.384051] systemd[1]: Trying to enqueue job user-0.slice/start/fail
[   51.391401] systemd[1]: Installed new job user-0.slice/start as 315
[   51.398017] systemd[1]: Enqueued job user-0.slice/start as 315
[   51.406524] systemd[1]: Starting user-0.slice.
[   51.412722] systemd[1]: user-0.slice changed dead -> active
[   51.418365] systemd[1]: Job user-0.slice/start finished, result=done
[   51.425744] systemd[1]: Created slice user-0.slice.
[   51.433546] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.StartUnit() on /org/freedesktop/systemd1
[   51.469965] systemd[1]: Trying to enqueue job user@0.service/start/fail
[   51.477313] systemd[1]: Installed new job user@0.service/start as 319
[   51.485875] systemd[1]: Enqueued job user@0.service/start as 319
[   51.495822] systemd[1]: Starting User Manager for 0...
[   51.502523] systemd[1]: About to execute: /usr/lib/systemd/systemd --user
[   51.511134] systemd[1]: Forked /usr/lib/systemd/systemd as 170
[   51.524699] systemd[1]: user@0.service changed dead -> start
[   51.531762] systemd[1]: Set up jobs progress timerfd.
[   51.536854] systemd[1]: Set up idle_pipe watch.
[   51.544401] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Manager.StartTransientUnit() on /org/freedesktop/systemd1
[   51.567881] systemd[1]: Failed to load configuration for session-c1.scope: No such file or directory
[   51.582286] systemd[1]: Trying to enqueue job session-c1.scope/start/fail
[   51.590435] systemd[1]: Installed new job session-c1.scope/start as 369
[   51.597117] systemd[1]: Enqueued job session-c1.scope/start as 369
[   51.610990] systemd[1]: Starting Session c1 of user root.
[   51.632890] systemd[1]: session-c1.scope changed dead -> running
[   51.647436] systemd[170]: Executing: /usr/lib/systemd/systemd --user
[   51.655362] systemd[1]: Job session-c1.scope/start finished, result=done
[   51.668937] systemd[1]: Started Session c1 of user root.
[   51.687676] systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus
[   51.702701] systemd[1]: Accepted connection on private bus.
[   51.730349] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
[   51.755488] systemd[1]: serial-getty@hvc0.service: cgroup is empty
[   51.768053] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
[   52.062348] systemd[1]: Got notification message for unit user@0.service
[   52.080428] systemd[1]: user@0.service: Got message
[   52.085333] systemd[1]: user@0.service: got READY=1
[   52.107147] systemd[1]: user@0.service changed start -> running
[   52.120333] systemd[1]: Job user@0.service/start finished, result=done
[   52.135315] systemd[1]: Started User Manager for 0.
[   52.148683] systemd[1]: Closed jobs progress timerfd.
[   52.153831] systemd[1]: Closed idle_pipe watch.
[   52.168858] systemd[1]: user@0.service: got STATUS=Startup finished in 384ms.
[   52.180510] systemd[1]: Got D-Bus request: org.freedesktop.DBus.NameOwnerChanged() on /org/freedesktop/DBus

[-- Attachment #4: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Xen on ARM: "Failed to allocate contiguous memory for dom0" with dom0_mem greater than 256MB
  2014-01-24 10:00 Xen on ARM: "Failed to allocate contiguous memory for dom0" with dom0_mem greater than 256MB Arianna Avanzini
@ 2014-01-24 10:14 ` Ian Campbell
  2014-01-24 12:02   ` Ian Campbell
  2014-01-24 16:17   ` Arianna Avanzini
  0 siblings, 2 replies; 4+ messages in thread
From: Ian Campbell @ 2014-01-24 10:14 UTC (permalink / raw)
  To: Arianna Avanzini
  Cc: Paolo Gai, Paolo Valente, Stefano Stabellini, Dario Faggioli,
	Claudio Scordino, xen-devel, Julien Grall, Roger Pau Monne

On Fri, 2014-01-24 at 11:00 +0100, Arianna Avanzini wrote:
> I noticed that Xen 4.4 fails to boot the dom0 if more than 256MB of RAM are
> assigned to it by providing the dom0_mem boot option. The error message produced
> during the boot process is the following.

This is an unfortunate side effect of the use of the 1:1 mapping. The
threads:
        "Master not working on Allwinner A20"
        "create multiple banks for dom0 in 1:1 mapping if necessary"
Have some more details, but in short the allocation of dom0 memory needs
to be done in a single chunk and because of the way the Xen allocator
works it will also be aligned to its own size -- this creates some
limitations on the size of the region vs what memory is free at start of
day

I'm afraid this probably won't be solved for Xen 4.4, since the change
is likely to be rather intrusive.

As a workaround you could try changing the load addresses of Xen and the
kernel, dtb etc used by u-boot to pack them towards the top of RAM. This
*should* result in the entire lower half of RAM being available which
will make it more likely to achieve the necessary alignment constraints
for a dom0 taking up to half of the system RAM. I've not actually tried
this but I'd recommend trying the following addresses from the top of
RAM:
	-2M: Leave free for Xen to relocate to
	-4M: dom0 kernel
	-6M: DTB
	-8M: Initial Xen load address

If you have an initrd then put it between dom0 kernel and dtb and bump
everything else down, likewise if anything is bigger than 2M then round
up to 2M and push everything down to accommodate it.

Also consider that for a Xen system it is common to only give dom0 a
fairly small fraction of the system RAM in order to leave as much as
possible for guest domains. What target amount of dom0 memory are you
aiming for? 256M or even 128M is probably plenty if you are going to run
a few domains.

Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Xen on ARM: "Failed to allocate contiguous memory for dom0" with dom0_mem greater than 256MB
  2014-01-24 10:14 ` Ian Campbell
@ 2014-01-24 12:02   ` Ian Campbell
  2014-01-24 16:17   ` Arianna Avanzini
  1 sibling, 0 replies; 4+ messages in thread
From: Ian Campbell @ 2014-01-24 12:02 UTC (permalink / raw)
  To: Arianna Avanzini
  Cc: Paolo Gai, Paolo Valente, Stefano Stabellini, Dario Faggioli,
	Claudio Scordino, xen-devel, Julien Grall, Roger Pau Monne

On Fri, 2014-01-24 at 10:14 +0000, Ian Campbell wrote:
> As a workaround you could try changing the load addresses of Xen and
> the kernel, dtb etc used by u-boot to pack them towards the top of
> RAM. This *should* result in the entire lower half of RAM being
> available which will make it more likely to achieve the necessary
> alignment constraints for a dom0 taking up to half of the system RAM.
> I've not actually tried this 

I have now. Using the boot script from
http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Allwinner with:
        # cubieboard2
        # Top of RAM:        0x80000000
        # Xen relocate addr  0x7fe00000
        setenv kernel_addr_r 0x7fa00000 # 4M
        setenv fdt_addr      0x7f800000 # 2M
        setenv xen_addr_r    0x7f600000 # 2M
allows for dom0_mem=512M.

On a cubietruck with 2GB of RAM addresses 0xbxxxxxxx instead of
0x7xxxxxxx allow for dom0_mem up to 1GB.

I have added a general note on this topic to
http://wiki.xen.org/wiki/Xen_ARM_TODO#Domain_0_memory_limitation_due_to_1:1_mapping

I'm going to update
http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Allwinner with the specifics for the A20 platforms in a moment.

Ian.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Xen on ARM: "Failed to allocate contiguous memory for dom0" with dom0_mem greater than 256MB
  2014-01-24 10:14 ` Ian Campbell
  2014-01-24 12:02   ` Ian Campbell
@ 2014-01-24 16:17   ` Arianna Avanzini
  1 sibling, 0 replies; 4+ messages in thread
From: Arianna Avanzini @ 2014-01-24 16:17 UTC (permalink / raw)
  To: Ian Campbell
  Cc: Paolo Gai, Paolo Valente, Stefano Stabellini, Dario Faggioli,
	Claudio Scordino, xen-devel, Julien Grall, Roger Pau Monne

On 01/24/2014 11:14 AM, Ian Campbell wrote:
> On Fri, 2014-01-24 at 11:00 +0100, Arianna Avanzini wrote:
>> I noticed that Xen 4.4 fails to boot the dom0 if more than 256MB of RAM are
>> assigned to it by providing the dom0_mem boot option. The error message produced
>> during the boot process is the following.
> 
> This is an unfortunate side effect of the use of the 1:1 mapping. The
> threads:
>         "Master not working on Allwinner A20"
>         "create multiple banks for dom0 in 1:1 mapping if necessary"
> Have some more details, but in short the allocation of dom0 memory needs
> to be done in a single chunk and because of the way the Xen allocator
> works it will also be aligned to its own size -- this creates some
> limitations on the size of the region vs what memory is free at start of
> day
> 
> I'm afraid this probably won't be solved for Xen 4.4, since the change
> is likely to be rather intrusive.
> 

I see, thank you for the explanation.


> As a workaround you could try changing the load addresses of Xen and the
> kernel, dtb etc used by u-boot to pack them towards the top of RAM. This
> *should* result in the entire lower half of RAM being available which
> will make it more likely to achieve the necessary alignment constraints
> for a dom0 taking up to half of the system RAM. I've not actually tried
> this but I'd recommend trying the following addresses from the top of
> RAM:
> 	-2M: Leave free for Xen to relocate to
> 	-4M: dom0 kernel
> 	-6M: DTB
> 	-8M: Initial Xen load address
> 
> If you have an initrd then put it between dom0 kernel and dtb and bump
> everything else down, likewise if anything is bigger than 2M then round
> up to 2M and push everything down to accommodate it.
> 
> Also consider that for a Xen system it is common to only give dom0 a
> fairly small fraction of the system RAM in order to leave as much as
> possible for guest domains. What target amount of dom0 memory are you
> aiming for? 256M or even 128M is probably plenty if you are going to run
> a few domains.
> 

So far, 256MB of RAM are actually enough for a dom0 in my use-case. Thank you
again for the info and hints, and for taking the time to test both the failing
scenario and the workaround.



> Ian.
> 


-- 
/*
 * Arianna Avanzini
 * avanzini.arianna@gmail.com
 * 73628@studenti.unimore.it
 */

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-01-24 16:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-24 10:00 Xen on ARM: "Failed to allocate contiguous memory for dom0" with dom0_mem greater than 256MB Arianna Avanzini
2014-01-24 10:14 ` Ian Campbell
2014-01-24 12:02   ` Ian Campbell
2014-01-24 16:17   ` Arianna Avanzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.