1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491 | Aug 11 10:59:09 localhost rsyslogd: [origin software="rsyslogd" swVersion="8.16.0" x-pid="1208" x-info="http://www.rsyslog.com"] start
Aug 11 10:59:09 localhost rsyslogd-2222: command 'KLogPermitNonKernelFacility' is currently not permitted - did you already set it via a RainerScript command (v6+ config)? [v8.16.0 try http://www.rsyslog.com/e/2222 ]
Aug 11 10:59:09 localhost rsyslogd: rsyslogd's groupid changed to 114
Aug 11 10:59:09 localhost rsyslogd: rsyslogd's userid changed to 108
Aug 11 10:59:09 localhost rsyslogd-2039: Could not open output pipe '/dev/xconsole':: No such file or directory [v8.16.0 try http://www.rsyslog.com/e/2039 ]
Aug 11 10:59:09 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Fri Aug 11 10:59:39 2017 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Aug 11 10:59:09 localhost loadkeys[744]: Loading /etc/console-setup/cached.kmap.gz
Aug 11 10:59:09 localhost systemd[1]: Started Set console keymap.
Aug 11 10:59:09 localhost systemd[1]: Reached target Network (Pre).
Aug 11 10:59:09 localhost systemd[1]: Starting udev Coldplug all Devices...
Aug 11 10:59:09 localhost systemd[1]: Starting Apply Kernel Variables...
Aug 11 10:59:09 localhost systemd[1]: Mounting FUSE Control File System...
Aug 11 10:59:09 localhost systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 11 10:59:09 localhost systemd[1]: Mounted FUSE Control File System.
Aug 11 10:59:09 localhost systemd[1]: Started Apply Kernel Variables.
Aug 11 10:59:09 localhost systemd[1]: Started Create Static Device Nodes in /dev.
Aug 11 10:59:09 localhost systemd[1]: Reached target Local File Systems (Pre).
Aug 11 10:59:09 localhost systemd[1]: Mounting /tmp...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/systemd/rfkill...
Aug 11 10:59:09 localhost kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Aug 11 10:59:09 localhost kernel: [ 0.000000] Linux version 4.11.0-13-generic (root@anubis) (gcc version 6.3.1 20170404 (Linaro GCC 6.3-2017.05) ) #19 SMP Thu Aug 10 16:53:30 CEST 2017 (Ubuntu 4.11.0-13.19-generic 4.11.12)
Aug 11 10:59:09 localhost kernel: [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Aug 11 10:59:09 localhost kernel: [ 0.000000] CPU: div instructions available: patching division code
Aug 11 10:59:09 localhost kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/dbus...
Aug 11 10:59:09 localhost kernel: [ 0.000000] OF: fdt: Machine model: FriendlyARM NanoPi NEO
Aug 11 10:59:09 localhost kernel: [ 0.000000] Memory policy: Data cache writealloc
Aug 11 10:59:09 localhost kernel: [ 0.000000] On node 0 totalpages: 131072
Aug 11 10:59:09 localhost kernel: [ 0.000000] free_area_init_node: node 0, pgdat c161d780, node_mem_map dfb20000
Aug 11 10:59:09 localhost kernel: [ 0.000000] Normal zone: 1152 pages used for memmap
Aug 11 10:59:09 localhost kernel: [ 0.000000] Normal zone: 0 pages reserved
Aug 11 10:59:09 localhost kernel: [ 0.000000] Normal zone: 131072 pages, LIFO batch:31
Aug 11 10:59:09 localhost systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
Aug 11 10:59:09 localhost kernel: [ 0.000000] psci: probing for conduit method from DT.
Aug 11 10:59:09 localhost kernel: [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
Aug 11 10:59:09 localhost kernel: [ 0.000000] percpu: Embedded 18 pages/cpu @dffa3000 s41484 r8192 d24052 u73728
Aug 11 10:59:09 localhost kernel: [ 0.000000] pcpu-alloc: s41484 r8192 d24052 u73728 alloc=18*4096
Aug 11 10:59:09 localhost kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/log...
Aug 11 10:59:09 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129920
Aug 11 10:59:09 localhost kernel: [ 0.000000] Kernel command line: console=ttyS0,115200 root=/dev/disk/by-label/writable rng_core.default_quality=700 net.ifnames=0 init=/lib/systemd/systemd ro panic=-1 fixrtc snap_core=core_2639.snap snap_kernel=linux-generic-allwinner_2.snap
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/dhcp...
Aug 11 10:59:09 localhost kernel: [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.000000] allocated 524288 bytes of page_ext
Aug 11 10:59:09 localhost kernel: [ 0.000000] Memory: 491348K/524288K available (10240K kernel code, 1240K rwdata, 4584K rodata, 2048K init, 747K bss, 32940K reserved, 0K cma-reserved, 0K highmem)
Aug 11 10:59:09 localhost kernel: [ 0.000000] Virtual kernel memory layout:
Aug 11 10:59:09 localhost kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Aug 11 10:59:09 localhost kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Aug 11 10:59:09 localhost kernel: [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
Aug 11 10:59:09 localhost kernel: [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
Aug 11 10:59:09 localhost kernel: [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
Aug 11 10:59:09 localhost kernel: [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
Aug 11 10:59:09 localhost kernel: [ 0.000000] .text : 0xc0208000 - 0xc0d00000 (11232 kB)
Aug 11 10:59:09 localhost kernel: [ 0.000000] .init : 0xc1300000 - 0xc1500000 (2048 kB)
Aug 11 10:59:09 localhost kernel: [ 0.000000] .data : 0xc1500000 - 0xc163637c (1241 kB)
Aug 11 10:59:09 localhost kernel: [ 0.000000] .bss : 0xc1638000 - 0xc16f2d18 ( 748 kB)
Aug 11 10:59:09 localhost kernel: [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Aug 11 10:59:09 localhost kernel: [ 0.000000] Hierarchical RCU implementation.
Aug 11 10:59:09 localhost kernel: [ 0.000000] Build-time adjustment of leaf fanout to 32.
Aug 11 10:59:09 localhost kernel: [ 0.000000] NR_IRQS:16 nr_irqs:16 16
Aug 11 10:59:09 localhost kernel: [ 0.000000] GIC: Using split EOI/Deactivate mode
Aug 11 10:59:09 localhost kernel: [ 0.000000] GIC physical location is 0x1c81000
Aug 11 10:59:09 localhost kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
Aug 11 10:59:09 localhost kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
Aug 11 10:59:09 localhost kernel: [ 0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
Aug 11 10:59:09 localhost kernel: [ 0.000021] Switching to timer-based delay loop, resolution 41ns
Aug 11 10:59:09 localhost kernel: [ 0.000814] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
Aug 11 10:59:09 localhost kernel: [ 0.001606] Console: colour dummy device 80x30
Aug 11 10:59:09 localhost kernel: [ 0.001654] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
Aug 11 10:59:09 localhost kernel: [ 0.001670] pid_max: default: 32768 minimum: 301
Aug 11 10:59:09 localhost kernel: [ 0.001898] Security Framework initialized
Aug 11 10:59:09 localhost kernel: [ 0.001912] Yama: becoming mindful.
Aug 11 10:59:09 localhost kernel: [ 0.002023] AppArmor: AppArmor initialized
Aug 11 10:59:09 localhost kernel: [ 0.002215] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.002227] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.003186] CPU: Testing write buffer coherency: ok
Aug 11 10:59:09 localhost kernel: [ 0.003235] ftrace: allocating 35547 entries in 105 pages
Aug 11 10:59:09 localhost kernel: [ 0.078961] /cpus/cpu@0 missing clock-frequency property
Aug 11 10:59:09 localhost kernel: [ 0.078995] /cpus/cpu@1 missing clock-frequency property
Aug 11 10:59:09 localhost kernel: [ 0.079008] /cpus/cpu@2 missing clock-frequency property
Aug 11 10:59:09 localhost kernel: [ 0.079023] /cpus/cpu@3 missing clock-frequency property
Aug 11 10:59:09 localhost kernel: [ 0.079036] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Aug 11 10:59:09 localhost kernel: [ 0.079519] Setting up static identity map for 0x40300000 - 0x40300098
Aug 11 10:59:09 localhost kernel: [ 0.085731] smp: Bringing up secondary CPUs ...
Aug 11 10:59:09 localhost kernel: [ 0.096689] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Aug 11 10:59:09 localhost kernel: [ 0.107724] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Aug 11 10:59:09 localhost kernel: [ 0.118638] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Aug 11 10:59:09 localhost kernel: [ 0.118720] smp: Brought up 1 node, 4 CPUs
Aug 11 10:59:09 localhost kernel: [ 0.118742] SMP: Total of 4 processors activated (192.00 BogoMIPS).
Aug 11 10:59:09 localhost kernel: [ 0.118750] CPU: All CPU(s) started in HYP mode.
Aug 11 10:59:09 localhost kernel: [ 0.118755] CPU: Virtualization extensions available.
Aug 11 10:59:09 localhost kernel: [ 0.119895] devtmpfs: initialized
Aug 11 10:59:09 localhost kernel: [ 0.124042] evm: security.selinux
Aug 11 10:59:09 localhost kernel: [ 0.124054] evm: security.SMACK64
Aug 11 10:59:09 localhost kernel: [ 0.124060] evm: security.SMACK64EXEC
Aug 11 10:59:09 localhost kernel: [ 0.124065] evm: security.SMACK64TRANSMUTE
Aug 11 10:59:09 localhost kernel: [ 0.124070] evm: security.SMACK64MMAP
Aug 11 10:59:09 localhost kernel: [ 0.124075] evm: security.ima
Aug 11 10:59:09 localhost kernel: [ 0.124080] evm: security.capability
Aug 11 10:59:09 localhost kernel: [ 0.124645] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Aug 11 10:59:09 localhost kernel: [ 0.125129] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Aug 11 10:59:09 localhost kernel: [ 0.125154] futex hash table entries: 1024 (order: 5, 131072 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.125702] pinctrl core: initialized pinctrl subsystem
Aug 11 10:59:09 localhost kernel: [ 0.127194] NET: Registered protocol family 16
Aug 11 10:59:09 localhost kernel: [ 0.127693] DMA: preallocated 256 KiB pool for atomic coherent allocations
Aug 11 10:59:09 localhost kernel: [ 0.129806] cpuidle: using governor ladder
Aug 11 10:59:09 localhost kernel: [ 0.129989] cpuidle: using governor menu
Aug 11 10:59:09 localhost kernel: [ 0.130389] No ATAGs?
Aug 11 10:59:09 localhost kernel: [ 0.130553] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Aug 11 10:59:09 localhost kernel: [ 0.130567] hw-breakpoint: maximum watchpoint size is 8 bytes.
Aug 11 10:59:09 localhost kernel: [ 0.131454] Serial: AMBA PL011 UART driver
Aug 11 10:59:09 localhost kernel: [ 0.154083] SCSI subsystem initialized
Aug 11 10:59:09 localhost kernel: [ 0.154401] libata version 3.00 loaded.
Aug 11 10:59:09 localhost kernel: [ 0.154777] vgaarb: loaded
Aug 11 10:59:09 localhost kernel: [ 0.155165] usbcore: registered new interface driver usbfs
Aug 11 10:59:09 localhost kernel: [ 0.155242] usbcore: registered new interface driver hub
Aug 11 10:59:09 localhost kernel: [ 0.155335] usbcore: registered new device driver usb
Aug 11 10:59:09 localhost kernel: [ 0.155848] pps_core: LinuxPPS API ver. 1 registered
Aug 11 10:59:09 localhost kernel: [ 0.155858] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 11 10:59:09 localhost kernel: [ 0.155883] PTP clock support registered
Aug 11 10:59:09 localhost kernel: [ 0.157138] Advanced Linux Sound Architecture Driver Initialized.
Aug 11 10:59:09 localhost kernel: [ 0.158036] NetLabel: Initializing
Aug 11 10:59:09 localhost kernel: [ 0.158047] NetLabel: domain hash size = 128
Aug 11 10:59:09 localhost kernel: [ 0.158052] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Aug 11 10:59:09 localhost kernel: [ 0.158133] NetLabel: unlabeled traffic allowed by default
Aug 11 10:59:09 localhost kernel: [ 0.158890] clocksource: Switched to clocksource arch_sys_counter
Aug 11 10:59:09 localhost kernel: [ 0.226953] VFS: Disk quotas dquot_6.6.0
Aug 11 10:59:09 localhost kernel: [ 0.227061] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.227624] AppArmor: AppArmor Filesystem Enabled
Aug 11 10:59:09 localhost kernel: [ 0.239766] NET: Registered protocol family 2
Aug 11 10:59:09 localhost kernel: [ 0.240597] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.240664] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.240728] TCP: Hash tables configured (established 4096 bind 4096)
Aug 11 10:59:09 localhost kernel: [ 0.240855] UDP hash table entries: 256 (order: 1, 8192 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.240898] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.241170] NET: Registered protocol family 1
Aug 11 10:59:09 localhost kernel: [ 0.241214] PCI: CLS 0 bytes, default 128
Aug 11 10:59:09 localhost kernel: [ 0.241746] Unpacking initramfs...
Aug 11 10:59:09 localhost kernel: [ 4.723334] Freeing initrd memory: 6592K
Aug 11 10:59:09 localhost kernel: [ 4.725635] audit: initializing netlink subsys (disabled)
Aug 11 10:59:09 localhost kernel: [ 4.725972] audit: type=2000 audit(4.656:1): state=initialized audit_enabled=0 res=1
Aug 11 10:59:09 localhost kernel: [ 4.726527] Initialise system trusted keyrings
Aug 11 10:59:09 localhost kernel: [ 4.726777] workingset: timestamp_bits=14 max_order=17 bucket_order=3
Aug 11 10:59:09 localhost kernel: [ 4.735149] zbud: loaded
Aug 11 10:59:09 localhost kernel: [ 4.737641] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Aug 11 10:59:09 localhost kernel: [ 4.739093] fuse init (API version 7.26)
Aug 11 10:59:09 localhost kernel: [ 4.745533] Key type asymmetric registered
Aug 11 10:59:09 localhost kernel: [ 4.745550] Asymmetric key parser 'x509' registered
Aug 11 10:59:09 localhost kernel: [ 4.745869] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Aug 11 10:59:09 localhost kernel: [ 4.746063] io scheduler noop registered
Aug 11 10:59:09 localhost kernel: [ 4.746074] io scheduler deadline registered
Aug 11 10:59:09 localhost kernel: [ 4.746499] io scheduler cfq registered (default)
Aug 11 10:59:09 localhost kernel: [ 4.755456] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
Aug 11 10:59:09 localhost kernel: [ 4.757710] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
Aug 11 10:59:09 localhost kernel: [ 4.767137] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 11 10:59:09 localhost kernel: [ 4.776295] console [ttyS0] disabled
Aug 11 10:59:09 localhost kernel: [ 4.796523] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 32, base_baud = 1500000) is a U6_16550A
Aug 11 10:59:09 localhost kernel: [ 5.524062] console [ttyS0] enabled
Aug 11 10:59:09 localhost kernel: [ 5.548580] 1c28c00.serial: ttyS3 at MMIO 0x1c28c00 (irq = 33, base_baud = 1500000) is a U6_16550A
Aug 11 10:59:09 localhost kernel: [ 5.558616] msm_serial: driver initialized
Aug 11 10:59:09 localhost kernel: [ 5.574301] loop: module loaded
Aug 11 10:59:09 localhost kernel: [ 5.580569] libphy: Fixed MDIO Bus: probed
Aug 11 10:59:09 localhost kernel: [ 5.584724] tun: Universal TUN/TAP device driver, 1.6
Aug 11 10:59:09 localhost kernel: [ 5.590560] PPP generic driver version 2.4.2
Aug 11 10:59:09 localhost kernel: [ 5.595386] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 11 10:59:09 localhost kernel: [ 5.601960] ehci-pci: EHCI PCI platform driver
Aug 11 10:59:09 localhost kernel: [ 5.606467] ehci-orion: EHCI orion driver
Aug 11 10:59:09 localhost kernel: [ 5.610578] ehci-exynos: EHCI EXYNOS driver
Aug 11 10:59:09 localhost kernel: [ 5.614858] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug 11 10:59:09 localhost kernel: [ 5.621184] ohci-pci: OHCI PCI platform driver
Aug 11 10:59:09 localhost kernel: [ 5.625692] ohci-exynos: OHCI EXYNOS driver
Aug 11 10:59:09 localhost kernel: [ 5.629971] uhci_hcd: USB Universal Host Controller Interface driver
Aug 11 10:59:09 localhost kernel: [ 5.636901] mousedev: PS/2 mouse device common for all mice
Aug 11 10:59:09 localhost kernel: [ 5.643822] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
Aug 11 10:59:09 localhost kernel: [ 5.650631] sun6i-rtc 1f00000.rtc: RTC enabled
Aug 11 10:59:09 localhost kernel: [ 5.655324] i2c /dev entries driver
Aug 11 10:59:09 localhost kernel: [ 5.660743] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
Aug 11 10:59:09 localhost kernel: [ 5.669096] device-mapper: uevent: version 1.0.3
Aug 11 10:59:09 localhost kernel: [ 5.674210] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
Aug 11 10:59:09 localhost kernel: [ 5.683261] cpu cpu0: failed to get clock: -2
Aug 11 10:59:09 localhost kernel: [ 5.687656] cpufreq-dt: probe of cpufreq-dt failed with error -2
Aug 11 10:59:09 localhost kernel: [ 5.693971] sdhci: Secure Digital Host Controller Interface driver
Aug 11 10:59:09 localhost kernel: [ 5.700160] sdhci: Copyright(c) Pierre Ossman
Aug 11 10:59:09 localhost kernel: [ 5.705614] sunxi-mmc 1c0f000.mmc: Got CD GPIO
Aug 11 10:59:09 localhost kernel: [ 5.746942] sunxi-mmc 1c0f000.mmc: base:0xe118d000 irq:23
Aug 11 10:59:09 localhost kernel: [ 5.789986] mmc0: host does not support reading read-only switch, assuming write-enable
Aug 11 10:59:09 localhost kernel: [ 5.798054] sunxi-mmc 1c11000.mmc: base:0xe1195000 irq:25
Aug 11 10:59:09 localhost kernel: [ 5.799998] mmc0: new high speed SDHC card at address 0007
Aug 11 10:59:09 localhost kernel: [ 5.800784] mmcblk0: mmc0:0007 SD32G 29.0 GiB
Aug 11 10:59:09 localhost kernel: [ 5.802356] mmcblk0: p1 p2
Aug 11 10:59:09 localhost kernel: [ 5.816418] sdhci-pltfm: SDHCI platform and OF driver helper
Aug 11 10:59:09 localhost kernel: [ 5.822684] ledtrig-cpu: registered to indicate activity on CPUs
Aug 11 10:59:09 localhost kernel: [ 5.833017] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 8, RTO !!
Aug 11 10:59:09 localhost kernel: [ 5.833855] NET: Registered protocol family 10
Aug 11 10:59:09 localhost kernel: [ 5.847296] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 10:59:09 localhost kernel: [ 5.853809] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 10:59:09 localhost kernel: [ 5.860342] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 10:59:09 localhost kernel: [ 5.866484] Segment Routing with IPv6
Aug 11 10:59:09 localhost kernel: [ 5.870188] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 10:59:09 localhost kernel: [ 5.875989] NET: Registered protocol family 17
Aug 11 10:59:09 localhost kernel: [ 5.880522] Key type dns_resolver registered
Aug 11 10:59:09 localhost kernel: [ 5.885039] ThumbEE CPU extension supported.
Aug 11 10:59:09 localhost kernel: [ 5.889381] Registering SWP/SWPB emulation handler
Aug 11 10:59:09 localhost kernel: [ 5.895215] registered taskstats version 1
Aug 11 10:59:09 localhost kernel: [ 5.899399] Loading compiled-in X.509 certificates
Aug 11 10:59:09 localhost kernel: [ 5.918323] mmc1: new DDR MMC card at address 0001
Aug 11 10:59:09 localhost kernel: [ 5.922051] Loaded X.509 cert 'Build time autogenerated kernel key: 8e9e223d98e7f9fbb5195a1ecac689afe51671e3'
Aug 11 10:59:09 localhost kernel: [ 5.922225] zswap: loaded using pool lzo/zbud
Aug 11 10:59:09 localhost kernel: [ 5.938342] mmcblk1: mmc1:0001 8WPD3R 7.28 GiB
Aug 11 10:59:09 localhost kernel: [ 5.943308] mmcblk1boot0: mmc1:0001 8WPD3R partition 1 4.00 MiB
Aug 11 10:59:09 localhost kernel: [ 5.949608] mmcblk1boot1: mmc1:0001 8WPD3R partition 2 4.00 MiB
Aug 11 10:59:09 localhost kernel: [ 5.956974] mmcblk1: p1 p2
Aug 11 10:59:09 localhost kernel: [ 5.998172] Key type big_key registered
Aug 11 10:59:09 localhost kernel: [ 6.002070] Key type trusted registered
Aug 11 10:59:09 localhost kernel: [ 6.016763] Key type encrypted registered
Aug 11 10:59:09 localhost kernel: [ 6.020839] AppArmor: AppArmor sha1 policy hashing enabled
Aug 11 10:59:09 localhost kernel: [ 6.026346] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
Aug 11 10:59:09 localhost kernel: [ 6.032776] evm: HMAC attrs: 0x1
Aug 11 10:59:09 localhost kernel: [ 6.044475] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:10 UTC (10)
Aug 11 10:59:09 localhost kernel: [ 6.052534] sr_init: No PMIC hook to init smartreflex
Aug 11 10:59:09 localhost kernel: [ 6.057844] sr_init: platform driver register failed for SR
Aug 11 10:59:09 localhost kernel: [ 6.063879] PM: Hibernation image not present or could not be loaded.
Aug 11 10:59:09 localhost kernel: [ 6.064013] vcc3v0: disabling
Aug 11 10:59:09 localhost kernel: [ 6.067011] vcc5v0: disabling
Aug 11 10:59:09 localhost kernel: [ 6.069978] ALSA device list:
Aug 11 10:59:09 localhost kernel: [ 6.072956] No soundcards found.
Aug 11 10:59:09 localhost kernel: [ 6.078998] Freeing unused kernel memory: 2048K
Aug 11 10:59:09 localhost kernel: [ 6.163093] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.169100] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.171330] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.171817] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.172295] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.172758] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.173214] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.173825] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.174278] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.174711] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.470883] random: fast init done
Aug 11 10:59:09 localhost kernel: [ 6.634449] usbcore: registered new interface driver usb-storage
Aug 11 10:59:09 localhost kernel: [ 8.983080] random: crng init done
Aug 11 10:59:09 localhost kernel: [ 15.056685] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Aug 11 10:59:09 localhost kernel: [ 15.066531] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Aug 11 10:59:09 localhost kernel: [ 15.103884] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: errors=remount-ro
Aug 11 10:59:09 localhost kernel: [ 15.264969] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Aug 11 10:59:09 localhost kernel: [ 15.274664] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Aug 11 10:59:09 localhost kernel: [ 15.315423] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Aug 11 10:59:09 localhost kernel: [ 24.590199] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
Aug 11 10:59:09 localhost kernel: [ 24.783407] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
Aug 11 10:59:09 localhost kernel: [ 24.823094] sunxi-mmc 1c10000.mmc: base:0xe141c000 irq:24
Aug 11 10:59:09 localhost kernel: [ 24.842848] sunxi-mmc 1c10000.mmc: smc 2 err, cmd 8, RTO !!
Aug 11 10:59:09 localhost kernel: [ 24.869360] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
Aug 11 10:59:09 localhost kernel: [ 24.871450] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Aug 11 10:59:09 localhost kernel: [ 24.873344] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Aug 11 10:59:09 localhost kernel: [ 24.877481] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
Aug 11 10:59:09 localhost kernel: [ 24.881480] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
Aug 11 10:59:09 localhost kernel: [ 25.041395] mmc2: new high speed SDIO card at address 0001
Aug 11 10:59:09 localhost kernel: [ 26.303158] usbcore: registered new interface driver brcmfmac
Aug 11 10:59:09 localhost kernel: [ 26.412084] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.txt failed with error -2
Aug 11 10:59:09 localhost kernel: [ 27.475085] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
Aug 11 10:59:09 localhost kernel: [ 27.659773] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
Aug 11 10:59:09 localhost kernel: [ 28.487391] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
Aug 11 10:59:09 localhost kernel: [ 30.882034] audit: type=1400 audit(1502449148.120:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1118 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 30.883736] audit: type=1400 audit(1502449148.124:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1118 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 30.973660] audit: type=1400 audit(1502449148.212:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1116 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 30.977452] audit: type=1400 audit(1502449148.216:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1116 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 30.980573] audit: type=1400 audit(1502449148.220:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1116 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 30.983474] audit: type=1400 audit(1502449148.224:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1116 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 32.482725] new mount options do not match the existing superblock, will be ignored
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/tmp...
Aug 11 10:59:09 localhost systemd[1]: Mounting /mnt...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/misc...
Aug 11 10:59:09 localhost systemd[1]: Mounting /snap...
Aug 11 10:59:09 localhost systemd[1]: var-lib-apparmor.mount: Directory /var/lib/apparmor to mount over is not empty, mounting anyway.
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/apparmor...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/snap...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/cloud...
Aug 11 10:59:09 localhost systemd[1]: var-lib-extrausers.mount: Directory /var/lib/extrausers to mount over is not empty, mounting anyway.
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/extrausers...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/console-conf...
Aug 11 10:59:09 localhost systemd[1]: Mounting /root...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/waagent...
Aug 11 10:59:09 localhost systemd[1]: var-lib-initramfs\x2dtools.mount: Directory /var/lib/initramfs-tools to mount over is not empty, mounting anyway.
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/initramfs-tools...
Aug 11 10:59:09 localhost systemd[1]: var-lib-snapd.mount: Directory /var/lib/snapd to mount over is not empty, mounting anyway.
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/snapd...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/cache/apparmor...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/logrotate...
Aug 11 10:59:09 localhost systemd[1]: Mounting /media...
Aug 11 10:59:09 localhost systemd[1]: var-lib-systemd-random\x2dseed.mount: Failed to check directory /var/lib/systemd/random-seed: Not a directory
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/systemd/random-seed...
Aug 11 10:59:09 localhost systemd[1]: Mounting /home...
Aug 11 10:59:09 localhost systemd[1]: var-lib-sudo.mount: Directory /var/lib/sudo to mount over is not empty, mounting anyway.
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/sudo...
Aug 11 10:59:09 localhost systemd[1]: Starting udev Kernel Device Manager...
Aug 11 10:59:09 localhost systemd[1]: Mounted /home.
Aug 11 10:59:09 localhost systemd-udevd[837]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Aug 11 10:59:09 localhost systemd[1]: Mounted /snap.
Aug 11 10:59:09 localhost systemd[1]: Mounted /tmp.
Aug 11 10:59:09 localhost systemd[1]: Mounted /mnt.
Aug 11 10:59:09 localhost systemd[1]: Mounted /media.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/snap.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/cloud.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/dbus.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/dhcp.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/logrotate.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/sudo.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/log.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/cache/apparmor.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/apparmor.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/tmp.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/initramfs-tools.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/misc.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/waagent.
Aug 11 10:59:09 localhost systemd[1]: Mounted /root.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/extrausers.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/snapd.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/systemd/random-seed.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/systemd/rfkill.
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/console-conf.
Aug 11 10:59:09 localhost systemd[1]: Started udev Kernel Device Manager.
Aug 11 10:59:09 localhost systemd[1]: Started udev Coldplug all Devices.
Aug 11 10:59:09 localhost systemd[1]: Found device /dev/ttyS0.
Aug 11 10:59:09 localhost systemd[1]: Starting Network Service...
Aug 11 10:59:09 localhost systemd[1]: Starting Load/Save Random Seed...
Aug 11 10:59:09 localhost systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 11 10:59:09 localhost systemd[1]: Started Load/Save Random Seed.
Aug 11 10:59:09 localhost systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 11 10:59:09 localhost systemd[1]: Started Flush Journal to Persistent Storage.
Aug 11 10:59:09 localhost systemd-networkd[880]: Enumeration completed
Aug 11 10:59:09 localhost systemd[1]: Started Network Service.
Aug 11 10:59:09 localhost systemd[1]: Starting Update resolvconf for networkd DNS...
Aug 11 10:59:09 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost systemd[1]: dev-disk-by\x2dpath-platform\x2d1c11000.mmc.device: Dev dev-disk-by\x2dpath-platform\x2d1c11000.mmc.device appeared twice with different sysfs paths /sys/devices/platform/soc/1c11000.mmc/mmc_host/mmc1/mmc1:0001/block/mmcblk1 and /sys/devices/platform/soc/1c11000.mmc/mmc_host/mmc1/mmc1:0001/block/mmcblk1/mmcblk1boot1
Aug 11 10:59:09 localhost systemd[1]: Found device /dev/mmcblk0p1.
Aug 11 10:59:09 localhost systemd[1]: Starting File System Check on /dev/mmcblk0p1...
Aug 11 10:59:09 localhost systemd[1]: Started File System Check Daemon to report status.
Aug 11 10:59:09 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost systemd-fsck[1030]: fsck.fat 3.0.28 (2015-05-16)
Aug 11 10:59:09 localhost systemd-fsck[1030]: /dev/mmcblk0p1: 529 files, 62034/258078 clusters
Aug 11 10:59:09 localhost systemd[1]: Started File System Check on /dev/mmcblk0p1.
Aug 11 10:59:09 localhost systemd[1]: Mounting /boot/uboot...
Aug 11 10:59:09 localhost systemd[1]: Mounted /boot/uboot.
Aug 11 10:59:09 localhost systemd[1]: Reached target Local File Systems.
Aug 11 10:59:09 localhost systemd[1]: Starting Set console font and keymap...
Aug 11 10:59:09 localhost systemd[1]: Starting LSB: AppArmor initialization...
Aug 11 10:59:09 localhost systemd[1]: Starting Create Volatile Files and Directories...
Aug 11 10:59:09 localhost systemd-tmpfiles[1044]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
Aug 11 10:59:09 localhost setupcon[1042]: /etc/console-setup is not writable. No files will be saved there.
Aug 11 10:59:09 localhost systemd[1]: Started Create Volatile Files and Directories.
Aug 11 10:59:09 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Aug 11 10:59:09 localhost systemd[1]: Starting Network Time Synchronization...
Aug 11 10:59:09 localhost systemd[1]: Started Update UTMP about System Boot/Shutdown.
Aug 11 10:59:09 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost apparmor[1043]: * Starting AppArmor profiles
Aug 11 10:59:09 localhost systemd[1]: Started Network Time Synchronization.
Aug 11 10:59:09 localhost systemd[1]: Reached target System Time Synchronized.
Aug 11 10:59:09 localhost systemd[1]: Started Set console font and keymap.
Aug 11 10:59:09 localhost systemd[1]: Created slice system-getty.slice.
Aug 11 10:59:09 localhost apparmor[1043]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Aug 11 10:59:09 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost apparmor[1043]: ...done.
Aug 11 10:59:09 localhost systemd[1]: Started LSB: AppArmor initialization.
Aug 11 10:59:09 localhost systemd[1]: Starting Raise network interfaces...
Aug 11 10:59:09 localhost systemd[1]: Reached target System Initialization.
Aug 11 10:59:09 localhost systemd[1]: Started Timer to automatically fetch and run repair assertions.
Aug 11 10:59:09 localhost systemd[1]: Starting Socket activation for snappy daemon.
Aug 11 10:59:09 localhost systemd[1]: Started Timer to automatically refresh installed snaps.
Aug 11 10:59:09 localhost systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 11 10:59:09 localhost systemd[1]: Reached target Timers.
Aug 11 10:59:09 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 11 10:59:09 localhost systemd[1]: Listening on Socket activation for snappy daemon.
Aug 11 10:59:09 localhost systemd[1]: Reached target Sockets.
Aug 11 10:59:09 localhost systemd[1]: Reached target Basic System.
Aug 11 10:59:09 localhost systemd[1]: Starting Permit User Sessions...
Aug 11 10:59:09 localhost systemd[1]: Starting Generate sshd host keys...
Aug 11 10:59:09 localhost systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
Aug 11 10:59:09 localhost systemd[1]: Starting Automatically repair incorrect owner/permissions on core devices...
Aug 11 10:59:09 localhost systemd[1]: Started D-Bus System Message Bus.
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/etc/cloud' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/etc/cloud/cloud-init.disabled' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/assertions' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/assertions/16,vvs4L387pDB9dvc9emQgIICUvLRfCObi.snap-declaration' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/assertions/QfOqF7d2M1Pk2O0SbEKqTdB9Ry2aI0BP.account' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/assertions/model' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/assertions/Y4HpIGqwOYivJPWum8y_CqW4XVxCRO94UoL1xoF4lRuCRcqimmcgzdv7h7tWOk4m.snap-revision' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/assertions/BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul.account-key' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/assertions/NP2Di_FUqsG5iH617Kprc3y8juQU7SXZYo74v-xrbUrJTTJBhPuEA51klU3Puwqd.snap-revision' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/assertions/16,99T7MUlRhtI3U0QFgl5mXXESAiSwt776.snap-declaration' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/assertions/QRKsVytYMZrjM3e_JdXGLfKXwCAHs1xjdfL7vNGWksqMLW7y5oM2XL27vFqKoFyv.account-key' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/seed.yaml' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/snaps' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/snaps/nanopi-air_x1.snap' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/snaps/linux-generic-allwinner_2.snap' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/seed/snaps/core_2639.snap' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/snaps' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/snaps/linux-generic-allwinner_2.snap' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/var/lib/snapd/snaps/core_2639.snap' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/writable/system-data' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/writable/system-data/var' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/writable/system-data/var/lib' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/writable/system-data/boot' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1150]: changed ownership of '/writable/system-data/etc' from 1000:1000 to root:root
Aug 11 10:59:09 localhost dbus[1153]: [system] AppArmor D-Bus mediation is enabled
Aug 11 10:59:09 localhost systemd[1]: Starting System Logging Service...
Aug 11 10:59:09 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost systemd[1]: Started Regular background program processing daemon.
Aug 11 10:59:09 localhost systemd[1]: Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
Aug 11 10:59:09 localhost systemd[1]: Starting Login Service...
Aug 11 10:59:09 localhost systemd[1]: Starting Ubuntu FAN network setup...
Aug 11 10:59:09 localhost systemd[1]: Started Cgroup management daemon.
Aug 11 10:59:09 localhost systemd[1]: Started Permit User Sessions.
Aug 11 10:59:09 localhost systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Aug 11 10:59:09 localhost systemd[1]: Started Ubuntu FAN network setup.
Aug 11 10:59:09 localhost cron[1213]: (CRON) INFO (pidfile fd = 3)
Aug 11 10:59:09 localhost cron[1213]: (CRON) INFO (Running @reboot jobs)
Aug 11 10:59:09 localhost systemd[1]: Started Automatically repair incorrect owner/permissions on core devices.
Aug 11 10:59:09 localhost systemd[1]: Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
Aug 11 10:59:09 localhost systemd[1]: Starting Snappy daemon...
Aug 11 10:59:09 localhost systemd[1]: Starting Set console scheme...
Aug 11 10:59:09 localhost systemd[1]: Started System Logging Service.
Aug 11 10:59:09 localhost systemd[1]: Started Raise network interfaces.
Aug 11 10:59:10 localhost systemd[1]: Started Login Service.
Aug 11 10:59:10 localhost systemd[1]: Started Set console scheme.
Aug 11 10:59:10 localhost systemd[1]: Reached target Network.
Aug 11 10:59:10 localhost systemd[1]: Starting /etc/rc.local Compatibility...
Aug 11 10:59:10 localhost systemd[1]: Started /etc/rc.local Compatibility.
Aug 11 10:59:10 localhost systemd[1]: Started Serial Getty on ttyS0.
Aug 11 10:59:10 localhost systemd[1]: Started Getty on tty1.
Aug 11 10:59:10 localhost systemd[1]: Reached target Login Prompts.
Aug 11 10:59:10 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:10 localhost sshd-host-keygen[1146]: Creating SSH2 RSA key; this may take some time ...
Aug 11 10:59:10 localhost sshd-host-keygen[1146]: 2048 SHA256:WXwhDj/aq2KFLn7fY0FCjczhAh6Df0QGgZ4kZVq6SCc root@localhost.localdomain (RSA)
Aug 11 10:59:11 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:11 localhost snapd[1243]: 2017/08/11 10:59:11.917262 daemon.go:258: started snapd/2.27+git312.bf017de~ubuntu16.04.1 (series 16) ubuntu-core/16 (armhf) linux/4.11.0-13-generic.
Aug 11 10:59:11 localhost systemd[1]: Started Snappy daemon.
Aug 11 10:59:11 localhost systemd[1]: Starting Auto import assertions from block devices...
Aug 11 10:59:12 localhost systemd[1]: Started Auto import assertions from block devices.
Aug 11 10:59:12 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:12 localhost sshd-host-keygen[1146]: Creating SSH2 DSA key; this may take some time ...
Aug 11 10:59:12 localhost sshd-host-keygen[1146]: 1024 SHA256:M5pEKXbwNA1ePaYn5h6650q6+zsq1rE7BNnpTQ0JJd0 root@localhost.localdomain (DSA)
Aug 11 10:59:12 localhost sshd-host-keygen[1146]: Creating SSH2 ECDSA key; this may take some time ...
Aug 11 10:59:12 localhost sshd-host-keygen[1146]: 256 SHA256:l6h4CRtFfW05re7LJIZoQP8uj6SbKFKCkAlj2SYFVJE root@localhost.localdomain (ECDSA)
Aug 11 10:59:12 localhost sshd-host-keygen[1146]: Creating SSH2 ED25519 key; this may take some time ...
Aug 11 10:59:12 localhost sshd-host-keygen[1146]: 256 SHA256:nIgteCWGGJ0zJxbUNq3jjNexW8A4cTOl+AlGK9AfeQM root@localhost.localdomain (ED25519)
Aug 11 10:59:12 localhost systemd[1]: Started Generate sshd host keys.
Aug 11 10:59:12 localhost systemd[1]: Starting OpenBSD Secure Shell server...
Aug 11 10:59:13 localhost systemd[1]: Started OpenBSD Secure Shell server.
Aug 11 10:59:13 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:13 localhost systemd[1]: Reached target Multi-User System.
Aug 11 10:59:13 localhost systemd[1]: Reached target Graphical Interface.
Aug 11 10:59:13 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes...
Aug 11 10:59:13 localhost systemd[1]: Started Update UTMP about System Runlevel Changes.
Aug 11 10:59:14 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:15 localhost systemd[1]: Created slice system-serial\x2dconsole\x2dconf.slice.
Aug 11 10:59:15 localhost systemd[1]: Started Ubuntu Core Firstboot Configuration ttyS0.
Aug 11 10:59:15 localhost systemd[1]: Created slice system-console\x2dconf.slice.
Aug 11 10:59:15 localhost systemd[1]: Started Ubuntu Core Firstboot Configuration tty1.
Aug 11 10:59:15 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:19 localhost sh[937]: message repeated 4 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 11 10:59:20 localhost systemd[1]: Stopping Serial Getty on ttyS0...
Aug 11 10:59:20 localhost systemd[1]: Stopping Getty on tty1...
Aug 11 10:59:20 localhost systemd[1]: Stopped Serial Getty on ttyS0.
Aug 11 10:59:20 localhost systemd[1]: Stopped Getty on tty1.
Aug 11 10:59:20 localhost sh[937]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:32 localhost sh[937]: message repeated 12 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 11 10:59:33 localhost systemd[1]: Started Update resolvconf for networkd DNS.
Aug 11 10:59:33 localhost systemd[1]: Startup finished in 20.384s (kernel) + 35.988s (userspace) = 56.372s.
Aug 11 11:00:31 localhost systemd[1]: Reloading.
Aug 11 11:00:31 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Fri Aug 11 11:01:01 2017 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Aug 11 11:00:32 localhost systemd[1]: Reloading.
Aug 11 11:00:33 localhost systemd[1]: Mounting Mount unit for core...
Aug 11 11:00:33 localhost systemd-udevd[837]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Aug 11 11:00:33 localhost systemd[1]: Mounted Mount unit for core.
Aug 11 11:00:34 localhost kernel: [ 117.654761] audit: type=1400 audit(1502449234.892:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.core.hook.configure" pid=1509 comm="apparmor_parser"
Aug 11 11:00:36 localhost kernel: [ 118.838689] audit: type=1400 audit(1502449236.076:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.core.hook.configure" pid=1516 comm="apparmor_parser"
Aug 11 11:00:47 localhost systemd[1]: Reloading.
Aug 11 11:00:48 localhost systemd[1]: Reloading.
Aug 11 11:00:48 localhost systemd[1]: Mounting Mount unit for linux-generic-allwinner...
Aug 11 11:00:48 localhost systemd-udevd[837]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Aug 11 11:00:48 localhost systemd[1]: Mounted Mount unit for linux-generic-allwinner.
Aug 11 11:00:52 localhost snapd[1243]: 2017/08/11 11:00:52.672644 devicestate.go:166: installing unasserted gadget "nanopi-air"
Aug 11 11:00:52 localhost systemd[1]: Reloading.
Aug 11 11:00:53 localhost systemd[1]: Reloading.
Aug 11 11:00:53 localhost systemd[1]: Mounting Mount unit for nanopi-air...
Aug 11 11:00:54 localhost systemd[1]: Mounted Mount unit for nanopi-air.
|