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 | Aug 12 12:25:14 localhost systemd[1]: Started Remount Root and Kernel File Systems.
Aug 12 12:25:14 localhost systemd[1]: Started Nameserver information manager.
Aug 12 12:25:14 localhost loadkeys[493]: Loading /etc/console-setup/cached.kmap.gz
Aug 12 12:25:14 localhost systemd[1]: Started Set console keymap.
Aug 12 12:25:14 localhost systemd[1]: Reached target Network (Pre).
Aug 12 12:25:14 localhost systemd[1]: Starting udev Coldplug all Devices...
Aug 12 12:25:14 localhost systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 12 12:25:14 localhost systemd[1]: Starting Apply Kernel Variables...
Aug 12 12:25:14 localhost systemd[1]: Mounting FUSE Control File System...
Aug 12 12:25:14 localhost systemd[1]: Mounted FUSE Control File System.
Aug 12 12:25:14 localhost systemd[1]: Started Apply Kernel Variables.
Aug 12 12:25:14 localhost systemd[1]: Started Create Static Device Nodes in /dev.
Aug 12 12:25:14 localhost systemd[1]: Starting udev Kernel Device Manager...
Aug 12 12:25:14 localhost kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Aug 12 12:25:14 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 12 12:25:14 localhost kernel: [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Aug 12 12:25:14 localhost kernel: [ 0.000000] CPU: div instructions available: patching division code
Aug 12 12:25:14 localhost kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Aug 12 12:25:14 localhost kernel: [ 0.000000] OF: fdt: Machine model: FriendlyARM NanoPi NEO
Aug 12 12:25:14 localhost kernel: [ 0.000000] Memory policy: Data cache writealloc
Aug 12 12:25:14 localhost kernel: [ 0.000000] On node 0 totalpages: 131072
Aug 12 12:25:14 localhost kernel: [ 0.000000] free_area_init_node: node 0, pgdat c161d780, node_mem_map dfb20000
Aug 12 12:25:14 localhost kernel: [ 0.000000] Normal zone: 1152 pages used for memmap
Aug 12 12:25:14 localhost kernel: [ 0.000000] Normal zone: 0 pages reserved
Aug 12 12:25:14 localhost kernel: [ 0.000000] Normal zone: 131072 pages, LIFO batch:31
Aug 12 12:25:14 localhost kernel: [ 0.000000] psci: probing for conduit method from DT.
Aug 12 12:25:14 localhost kernel: [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
Aug 12 12:25:14 localhost kernel: [ 0.000000] percpu: Embedded 18 pages/cpu @dffa3000 s41484 r8192 d24052 u73728
Aug 12 12:25:14 localhost kernel: [ 0.000000] pcpu-alloc: s41484 r8192 d24052 u73728 alloc=18*4096
Aug 12 12:25:14 localhost kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Aug 12 12:25:14 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129920
Aug 12 12:25:14 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_5.snap
Aug 12 12:25:14 localhost kernel: [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.000000] allocated 524288 bytes of page_ext
Aug 12 12:25:14 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 12 12:25:14 localhost kernel: [ 0.000000] Memory: 491236K/524288K available (10240K kernel code, 1240K rwdata, 4584K rodata, 2048K init, 747K bss, 33052K reserved, 0K cma-reserved, 0K highmem)
Aug 12 12:25:14 localhost rsyslogd: rsyslogd's groupid changed to 114
Aug 12 12:25:14 localhost kernel: [ 0.000000] Virtual kernel memory layout:
Aug 12 12:25:14 localhost rsyslogd: rsyslogd's userid changed to 108
Aug 12 12:25:14 localhost kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Aug 12 12:25:14 localhost kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Aug 12 12:25:14 localhost kernel: [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
Aug 12 12:25:14 localhost kernel: [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
Aug 12 12:25:14 localhost kernel: [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
Aug 12 12:25:14 localhost kernel: [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
Aug 12 12:25:14 localhost kernel: [ 0.000000] .text : 0xc0208000 - 0xc0d00000 (11232 kB)
Aug 12 12:25:14 localhost kernel: [ 0.000000] .init : 0xc1300000 - 0xc1500000 (2048 kB)
Aug 12 12:25:14 localhost kernel: [ 0.000000] .data : 0xc1500000 - 0xc163637c (1241 kB)
Aug 12 12:25:14 localhost kernel: [ 0.000000] .bss : 0xc1638000 - 0xc16f2d18 ( 748 kB)
Aug 12 12:25:14 localhost kernel: [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Aug 12 12:25:14 localhost kernel: [ 0.000000] Hierarchical RCU implementation.
Aug 12 12:25:14 localhost kernel: [ 0.000000] Build-time adjustment of leaf fanout to 32.
Aug 12 12:25:14 localhost kernel: [ 0.000000] NR_IRQS:16 nr_irqs:16 16
Aug 12 12:25:14 localhost kernel: [ 0.000000] GIC: Using split EOI/Deactivate mode
Aug 12 12:25:14 localhost kernel: [ 0.000000] GIC physical location is 0x1c81000
Aug 12 12:25:14 localhost kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
Aug 12 12:25:14 localhost kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
Aug 12 12:25:14 localhost kernel: [ 0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
Aug 12 12:25:14 localhost kernel: [ 0.000021] Switching to timer-based delay loop, resolution 41ns
Aug 12 12:25:14 localhost kernel: [ 0.000802] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
Aug 12 12:25:14 localhost kernel: [ 0.001596] Console: colour dummy device 80x30
Aug 12 12:25:14 localhost kernel: [ 0.001646] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
Aug 12 12:25:14 localhost kernel: [ 0.001663] pid_max: default: 32768 minimum: 301
Aug 12 12:25:14 localhost kernel: [ 0.001892] Security Framework initialized
Aug 12 12:25:14 localhost kernel: [ 0.001906] Yama: becoming mindful.
Aug 12 12:25:14 localhost kernel: [ 0.002016] AppArmor: AppArmor initialized
Aug 12 12:25:14 localhost kernel: [ 0.002210] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.002223] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.003169] CPU: Testing write buffer coherency: ok
Aug 12 12:25:14 localhost kernel: [ 0.003220] ftrace: allocating 35547 entries in 105 pages
Aug 12 12:25:14 localhost kernel: [ 0.078932] /cpus/cpu@0 missing clock-frequency property
Aug 12 12:25:14 localhost kernel: [ 0.078966] /cpus/cpu@1 missing clock-frequency property
Aug 12 12:25:14 localhost kernel: [ 0.078980] /cpus/cpu@2 missing clock-frequency property
Aug 12 12:25:14 localhost kernel: [ 0.078995] /cpus/cpu@3 missing clock-frequency property
Aug 12 12:25:14 localhost kernel: [ 0.079008] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Aug 12 12:25:14 localhost kernel: [ 0.079494] Setting up static identity map for 0x40300000 - 0x40300098
Aug 12 12:25:14 localhost kernel: [ 0.085716] smp: Bringing up secondary CPUs ...
Aug 12 12:25:14 localhost kernel: [ 0.096688] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Aug 12 12:25:14 localhost kernel: [ 0.107716] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Aug 12 12:25:14 localhost kernel: [ 0.118637] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Aug 12 12:25:14 localhost kernel: [ 0.118722] smp: Brought up 1 node, 4 CPUs
Aug 12 12:25:14 localhost kernel: [ 0.118744] SMP: Total of 4 processors activated (192.00 BogoMIPS).
Aug 12 12:25:14 localhost kernel: [ 0.118751] CPU: All CPU(s) started in HYP mode.
Aug 12 12:25:14 localhost kernel: [ 0.118757] CPU: Virtualization extensions available.
Aug 12 12:25:14 localhost kernel: [ 0.119848] devtmpfs: initialized
Aug 12 12:25:14 localhost kernel: [ 0.123989] evm: security.selinux
Aug 12 12:25:14 localhost kernel: [ 0.124002] evm: security.SMACK64
Aug 12 12:25:14 localhost kernel: [ 0.124007] evm: security.SMACK64EXEC
Aug 12 12:25:14 localhost kernel: [ 0.124013] evm: security.SMACK64TRANSMUTE
Aug 12 12:25:14 localhost kernel: [ 0.124018] evm: security.SMACK64MMAP
Aug 12 12:25:14 localhost kernel: [ 0.124023] evm: security.ima
Aug 12 12:25:14 localhost kernel: [ 0.124028] evm: security.capability
Aug 12 12:25:14 localhost kernel: [ 0.124583] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Aug 12 12:25:14 localhost kernel: [ 0.125057] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Aug 12 12:25:14 localhost kernel: [ 0.125083] futex hash table entries: 1024 (order: 5, 131072 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.125632] pinctrl core: initialized pinctrl subsystem
Aug 12 12:25:14 localhost kernel: [ 0.127118] NET: Registered protocol family 16
Aug 12 12:25:14 localhost kernel: [ 0.127609] DMA: preallocated 256 KiB pool for atomic coherent allocations
Aug 12 12:25:14 localhost kernel: [ 0.129736] cpuidle: using governor ladder
Aug 12 12:25:14 localhost kernel: [ 0.129920] cpuidle: using governor menu
Aug 12 12:25:14 localhost kernel: [ 0.130324] No ATAGs?
Aug 12 12:25:14 localhost kernel: [ 0.130445] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Aug 12 12:25:14 localhost kernel: [ 0.130457] hw-breakpoint: maximum watchpoint size is 8 bytes.
Aug 12 12:25:14 localhost kernel: [ 0.131345] Serial: AMBA PL011 UART driver
Aug 12 12:25:14 localhost kernel: [ 0.153901] SCSI subsystem initialized
Aug 12 12:25:14 localhost kernel: [ 0.154210] libata version 3.00 loaded.
Aug 12 12:25:14 localhost kernel: [ 0.154615] vgaarb: loaded
Aug 12 12:25:14 localhost kernel: [ 0.154919] usbcore: registered new interface driver usbfs
Aug 12 12:25:14 localhost kernel: [ 0.154987] usbcore: registered new interface driver hub
Aug 12 12:25:14 localhost kernel: [ 0.155112] usbcore: registered new device driver usb
Aug 12 12:25:14 localhost kernel: [ 0.155625] pps_core: LinuxPPS API ver. 1 registered
Aug 12 12:25:14 localhost kernel: [ 0.155635] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 12 12:25:14 localhost kernel: [ 0.155659] PTP clock support registered
Aug 12 12:25:14 localhost kernel: [ 0.157031] Advanced Linux Sound Architecture Driver Initialized.
Aug 12 12:25:14 localhost kernel: [ 0.157937] NetLabel: Initializing
Aug 12 12:25:14 localhost kernel: [ 0.157947] NetLabel: domain hash size = 128
Aug 12 12:25:14 localhost kernel: [ 0.157952] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Aug 12 12:25:14 localhost kernel: [ 0.158035] NetLabel: unlabeled traffic allowed by default
Aug 12 12:25:14 localhost kernel: [ 0.158821] clocksource: Switched to clocksource arch_sys_counter
Aug 12 12:25:14 localhost kernel: [ 0.226655] VFS: Disk quotas dquot_6.6.0
Aug 12 12:25:14 localhost kernel: [ 0.226843] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.227401] AppArmor: AppArmor Filesystem Enabled
Aug 12 12:25:14 localhost kernel: [ 0.239499] NET: Registered protocol family 2
Aug 12 12:25:14 localhost kernel: [ 0.240343] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.240401] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.240465] TCP: Hash tables configured (established 4096 bind 4096)
Aug 12 12:25:14 localhost kernel: [ 0.240592] UDP hash table entries: 256 (order: 1, 8192 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.240635] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Aug 12 12:25:14 localhost kernel: [ 0.240915] NET: Registered protocol family 1
Aug 12 12:25:14 localhost kernel: [ 0.240963] PCI: CLS 0 bytes, default 128
Aug 12 12:25:14 localhost kernel: [ 0.241491] Unpacking initramfs...
Aug 12 12:25:14 localhost kernel: [ 4.790118] Freeing initrd memory: 6704K
Aug 12 12:25:14 localhost kernel: [ 4.792492] audit: initializing netlink subsys (disabled)
Aug 12 12:25:14 localhost kernel: [ 4.792834] audit: type=2000 audit(4.724:1): state=initialized audit_enabled=0 res=1
Aug 12 12:25:14 localhost kernel: [ 4.793342] Initialise system trusted keyrings
Aug 12 12:25:14 localhost kernel: [ 4.793589] workingset: timestamp_bits=14 max_order=17 bucket_order=3
Aug 12 12:25:14 localhost kernel: [ 4.801985] zbud: loaded
Aug 12 12:25:14 localhost kernel: [ 4.804532] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Aug 12 12:25:14 localhost kernel: [ 4.805894] fuse init (API version 7.26)
Aug 12 12:25:14 localhost kernel: [ 4.812356] Key type asymmetric registered
Aug 12 12:25:14 localhost kernel: [ 4.812375] Asymmetric key parser 'x509' registered
Aug 12 12:25:14 localhost kernel: [ 4.812707] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Aug 12 12:25:14 localhost kernel: [ 4.812912] io scheduler noop registered
Aug 12 12:25:14 localhost kernel: [ 4.812924] io scheduler deadline registered
Aug 12 12:25:14 localhost kernel: [ 4.813346] io scheduler cfq registered (default)
Aug 12 12:25:14 localhost kernel: [ 4.822271] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
Aug 12 12:25:14 localhost kernel: [ 4.824624] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
Aug 12 12:25:14 localhost kernel: [ 4.834164] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 12 12:25:14 localhost kernel: [ 4.843432] console [ttyS0] disabled
Aug 12 12:25:14 localhost kernel: [ 4.863656] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 32, base_baud = 1500000) is a U6_16550A
Aug 12 12:25:14 localhost kernel: [ 5.590984] console [ttyS0] enabled
Aug 12 12:25:14 localhost kernel: [ 5.594925] dw-apb-uart 1c28c00.serial: prop pinctrl-0 index 0 invalid phandle
Aug 12 12:25:14 localhost kernel: [ 5.602171] dw-apb-uart: probe of 1c28c00.serial failed with error -22
Aug 12 12:25:14 localhost kernel: [ 5.609386] msm_serial: driver initialized
Aug 12 12:25:14 localhost kernel: [ 5.625184] loop: module loaded
Aug 12 12:25:14 localhost kernel: [ 5.631353] libphy: Fixed MDIO Bus: probed
Aug 12 12:25:14 localhost kernel: [ 5.635473] tun: Universal TUN/TAP device driver, 1.6
Aug 12 12:25:14 localhost kernel: [ 5.641280] PPP generic driver version 2.4.2
Aug 12 12:25:14 localhost kernel: [ 5.646050] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 12 12:25:14 localhost kernel: [ 5.652618] ehci-pci: EHCI PCI platform driver
Aug 12 12:25:14 localhost kernel: [ 5.657118] ehci-orion: EHCI orion driver
Aug 12 12:25:14 localhost kernel: [ 5.661222] ehci-exynos: EHCI EXYNOS driver
Aug 12 12:25:14 localhost kernel: [ 5.665500] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug 12 12:25:14 localhost kernel: [ 5.671818] ohci-pci: OHCI PCI platform driver
Aug 12 12:25:14 localhost kernel: [ 5.676320] ohci-exynos: OHCI EXYNOS driver
Aug 12 12:25:14 localhost kernel: [ 5.680593] uhci_hcd: USB Universal Host Controller Interface driver
Aug 12 12:25:14 localhost kernel: [ 5.687523] mousedev: PS/2 mouse device common for all mice
Aug 12 12:25:14 localhost kernel: [ 5.694428] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
Aug 12 12:25:14 localhost kernel: [ 5.701248] sun6i-rtc 1f00000.rtc: RTC enabled
Aug 12 12:25:14 localhost kernel: [ 5.705944] i2c /dev entries driver
Aug 12 12:25:14 localhost kernel: [ 5.711395] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
Aug 12 12:25:14 localhost kernel: [ 5.719748] device-mapper: uevent: version 1.0.3
Aug 12 12:25:14 localhost kernel: [ 5.724865] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
Aug 12 12:25:14 localhost kernel: [ 5.733895] cpu cpu0: failed to get clock: -2
Aug 12 12:25:14 localhost kernel: [ 5.738297] cpufreq-dt: probe of cpufreq-dt failed with error -2
Aug 12 12:25:14 localhost kernel: [ 5.744609] sdhci: Secure Digital Host Controller Interface driver
Aug 12 12:25:14 localhost kernel: [ 5.750798] sdhci: Copyright(c) Pierre Ossman
Aug 12 12:25:14 localhost kernel: [ 5.756319] sunxi-mmc 1c0f000.mmc: Got CD GPIO
Aug 12 12:25:14 localhost kernel: [ 5.798840] sunxi-mmc 1c0f000.mmc: base:0xe118b000 irq:23
Aug 12 12:25:14 localhost kernel: [ 5.841874] mmc0: host does not support reading read-only switch, assuming write-enable
Aug 12 12:25:14 localhost kernel: [ 5.846821] sunxi-mmc 1c11000.mmc: base:0xe1193000 irq:25
Aug 12 12:25:14 localhost kernel: [ 5.847001] sdhci-pltfm: SDHCI platform and OF driver helper
Aug 12 12:25:14 localhost kernel: [ 5.852726] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 8, RTO !!
Aug 12 12:25:14 localhost kernel: [ 5.856819] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 12 12:25:14 localhost kernel: [ 5.857646] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 12 12:25:14 localhost kernel: [ 5.858470] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 12 12:25:14 localhost kernel: [ 5.859293] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 12 12:25:14 localhost kernel: [ 5.889252] ledtrig-cpu: registered to indicate activity on CPUs
Aug 12 12:25:14 localhost kernel: [ 5.891167] mmc0: new high speed SDHC card at address 0007
Aug 12 12:25:14 localhost kernel: [ 5.891999] mmcblk0: mmc0:0007 SD32G 29.0 GiB
Aug 12 12:25:14 localhost kernel: [ 5.893688] mmcblk0: p1 p2
Aug 12 12:25:14 localhost kernel: [ 5.911741] NET: Registered protocol family 10
Aug 12 12:25:14 localhost kernel: [ 5.922623] mmc1: new DDR MMC card at address 0001
Aug 12 12:25:14 localhost kernel: [ 5.928540] mmcblk1: mmc1:0001 8WPD3R 7.28 GiB
Aug 12 12:25:14 localhost kernel: [ 5.933836] mmcblk1boot0: mmc1:0001 8WPD3R partition 1 4.00 MiB
Aug 12 12:25:14 localhost kernel: [ 5.940473] mmcblk1boot1: mmc1:0001 8WPD3R partition 2 4.00 MiB
Aug 12 12:25:14 localhost kernel: [ 5.941295] Segment Routing with IPv6
Aug 12 12:25:14 localhost kernel: [ 5.941393] NET: Registered protocol family 17
Aug 12 12:25:14 localhost kernel: [ 5.941462] Key type dns_resolver registered
Aug 12 12:25:14 localhost kernel: [ 5.941691] ThumbEE CPU extension supported.
Aug 12 12:25:14 localhost kernel: [ 5.941703] Registering SWP/SWPB emulation handler
Aug 12 12:25:14 localhost kernel: [ 5.942656] registered taskstats version 1
Aug 12 12:25:14 localhost kernel: [ 5.942720] Loading compiled-in X.509 certificates
Aug 12 12:25:14 localhost kernel: [ 5.960529] Loaded X.509 cert 'Build time autogenerated kernel key: 8e9e223d98e7f9fbb5195a1ecac689afe51671e3'
Aug 12 12:25:14 localhost kernel: [ 5.960709] zswap: loaded using pool lzo/zbud
Aug 12 12:25:14 localhost kernel: [ 5.992729] mmcblk1: p1 p2
Aug 12 12:25:14 localhost kernel: [ 6.033270] Key type big_key registered
Aug 12 12:25:14 localhost kernel: [ 6.037181] Key type trusted registered
Aug 12 12:25:14 localhost kernel: [ 6.051660] Key type encrypted registered
Aug 12 12:25:14 localhost kernel: [ 6.055724] AppArmor: AppArmor sha1 policy hashing enabled
Aug 12 12:25:14 localhost kernel: [ 6.061233] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
Aug 12 12:25:14 localhost kernel: [ 6.067653] evm: HMAC attrs: 0x1
Aug 12 12:25:14 localhost kernel: [ 6.079279] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:10 UTC (10)
Aug 12 12:25:14 localhost kernel: [ 6.087385] sr_init: No PMIC hook to init smartreflex
Aug 12 12:25:14 localhost kernel: [ 6.092678] sr_init: platform driver register failed for SR
Aug 12 12:25:14 localhost kernel: [ 6.098712] PM: Hibernation image not present or could not be loaded.
Aug 12 12:25:14 localhost kernel: [ 6.098884] vcc3v0: disabling
Aug 12 12:25:14 localhost kernel: [ 6.101859] vcc5v0: disabling
Aug 12 12:25:14 localhost kernel: [ 6.104844] ALSA device list:
Aug 12 12:25:14 localhost kernel: [ 6.107820] No soundcards found.
Aug 12 12:25:14 localhost kernel: [ 6.113797] Freeing unused kernel memory: 2048K
Aug 12 12:25:14 localhost kernel: [ 6.199753] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Aug 12 12:25:14 localhost kernel: [ 6.205769] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 12 12:25:14 localhost kernel: [ 6.208023] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 12 12:25:14 localhost kernel: [ 6.208526] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 12 12:25:14 localhost kernel: [ 6.209006] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 12 12:25:14 localhost kernel: [ 6.209464] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 12 12:25:14 localhost kernel: [ 6.209953] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 12 12:25:14 localhost kernel: [ 6.210525] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 12 12:25:14 localhost kernel: [ 6.211119] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 12 12:25:14 localhost kernel: [ 6.211563] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 12 12:25:14 localhost kernel: [ 6.506412] random: fast init done
Aug 12 12:25:14 localhost kernel: [ 6.726596] usbcore: registered new interface driver usb-storage
Aug 12 12:25:14 localhost kernel: [ 6.963753] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Aug 12 12:25:14 localhost kernel: [ 6.973623] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Aug 12 12:25:14 localhost kernel: [ 7.049778] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: errors=remount-ro
Aug 12 12:25:14 localhost kernel: [ 7.232683] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Aug 12 12:25:14 localhost kernel: [ 7.242234] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Aug 12 12:25:14 localhost kernel: [ 7.295305] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Aug 12 12:25:14 localhost kernel: [ 13.130768] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
Aug 12 12:25:14 localhost kernel: [ 13.167123] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
Aug 12 12:25:14 localhost kernel: [ 13.207003] sunxi-mmc 1c10000.mmc: base:0xe1374000 irq:24
Aug 12 12:25:14 localhost kernel: [ 13.213113] sunxi-mmc 1c10000.mmc: smc 2 err, cmd 8, RTO !!
Aug 12 12:25:14 localhost kernel: [ 13.228896] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
Aug 12 12:25:14 localhost kernel: [ 13.230601] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Aug 12 12:25:14 localhost kernel: [ 13.232262] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Aug 12 12:25:14 localhost kernel: [ 13.235372] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
Aug 12 12:25:14 localhost kernel: [ 13.239224] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
Aug 12 12:25:14 localhost kernel: [ 13.336514] mmc2: new high speed SDIO card at address 0001
Aug 12 12:25:14 localhost kernel: [ 14.468196] usbcore: registered new interface driver brcmfmac
Aug 12 12:25:14 localhost kernel: [ 15.650931] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
Aug 12 12:25:14 localhost kernel: [ 15.877207] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
Aug 12 12:25:14 localhost kernel: [ 19.030247] audit: type=1400 audit(1502540712.164:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=902 comm="apparmor_parser"
Aug 12 12:25:14 localhost kernel: [ 19.030286] audit: type=1400 audit(1502540712.164:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=902 comm="apparmor_parser"
Aug 12 12:25:14 localhost kernel: [ 19.041765] audit: type=1400 audit(1502540712.176:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=901 comm="apparmor_parser"
Aug 12 12:25:14 localhost kernel: [ 19.041790] audit: type=1400 audit(1502540712.176:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=901 comm="apparmor_parser"
Aug 12 12:25:14 localhost systemd[1]: Reached target Local File Systems (Pre).
Aug 12 12:25:14 localhost kernel: [ 19.041797] audit: type=1400 audit(1502540712.176:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=901 comm="apparmor_parser"
Aug 12 12:25:14 localhost kernel: [ 19.041804] audit: type=1400 audit(1502540712.176:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=901 comm="apparmor_parser"
Aug 12 12:25:14 localhost kernel: [ 19.134016] audit: type=1400 audit(1502540712.268:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.core.hook.configure" pid=920 comm="apparmor_parser"
Aug 12 12:25:14 localhost kernel: [ 20.060032] new mount options do not match the existing superblock, will be ignored
Aug 12 12:25:14 localhost systemd[1]: Mounting /mnt...
Aug 12 12:25:14 localhost systemd[1]: Mounting /tmp...
Aug 12 12:25:14 localhost systemd[1]: var-lib-sudo.mount: Directory /var/lib/sudo to mount over is not empty, mounting anyway.
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/sudo...
Aug 12 12:25:14 localhost systemd[1]: Mounting /media...
Aug 12 12:25:14 localhost systemd-udevd[532]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Aug 12 12:25:14 localhost systemd[1]: Mounted /tmp.
Aug 12 12:25:14 localhost systemd[1]: Mounted /mnt.
Aug 12 12:25:14 localhost systemd[1]: Mounted /media.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/sudo.
Aug 12 12:25:14 localhost systemd[1]: Started udev Kernel Device Manager.
Aug 12 12:25:14 localhost systemd[1]: Started udev Coldplug all Devices.
Aug 12 12:25:14 localhost systemd[1]: Starting Network Service...
Aug 12 12:25:14 localhost systemd-networkd[563]: Enumeration completed
Aug 12 12:25:14 localhost systemd[1]: Started Network Service.
Aug 12 12:25:14 localhost systemd[1]: Starting Update resolvconf for networkd DNS...
Aug 12 12:25:14 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:14 localhost systemd[1]: Found device /dev/ttyS0.
Aug 12 12:25:14 localhost systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 12 12:25:14 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:14 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:14 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/mmcblk1boot0
Aug 12 12:25:14 localhost systemd[1]: var-lib-systemd-random\x2dseed.mount: Failed to check directory /var/lib/systemd/random-seed: Not a directory
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/systemd/random-seed...
Aug 12 12:25:14 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 12 12:25:14 localhost systemd[1]: Mounting /var/lib/console-conf...
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/logrotate...
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/misc...
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/dbus...
Aug 12 12:25:14 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Sat Aug 12 12:25:44 2017 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Aug 12 12:25:14 localhost systemd[1]: Mounting /root...
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/systemd/rfkill...
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/cloud...
Aug 12 12:25:14 localhost systemd[1]: var-lib-extrausers.mount: Directory /var/lib/extrausers to mount over is not empty, mounting anyway.
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/extrausers...
Aug 12 12:25:14 localhost systemd[1]: Mounting /home...
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/waagent...
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/cache/apparmor...
Aug 12 12:25:14 localhost systemd[1]: var-lib-apparmor.mount: Directory /var/lib/apparmor to mount over is not empty, mounting anyway.
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/apparmor...
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/tmp...
Aug 12 12:25:14 localhost systemd[1]: var-lib-snapd.mount: Directory /var/lib/snapd to mount over is not empty, mounting anyway.
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/snapd...
Aug 12 12:25:14 localhost systemd[1]: Mounting /snap...
Aug 12 12:25:14 localhost systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/log...
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/dhcp...
Aug 12 12:25:14 localhost systemd[1]: var-lib-initramfs\x2dtools.mount: Directory /var/lib/initramfs-tools to mount over is not empty, mounting anyway.
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/lib/initramfs-tools...
Aug 12 12:25:14 localhost systemd[1]: Mounting /var/snap...
Aug 12 12:25:14 localhost systemd[1]: Mounted /home.
Aug 12 12:25:14 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:14 localhost systemd[1]: Mounted /snap.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/snap.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/cloud.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/dbus.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/dhcp.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/logrotate.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/log.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/cache/apparmor.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/apparmor.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/tmp.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/initramfs-tools.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/misc.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/waagent.
Aug 12 12:25:14 localhost systemd[1]: Mounted /root.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/extrausers.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/snapd.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/systemd/random-seed.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/systemd/rfkill.
Aug 12 12:25:14 localhost systemd[1]: Mounted /var/lib/console-conf.
Aug 12 12:25:14 localhost systemd[1]: Found device /dev/mmcblk0p1.
Aug 12 12:25:14 localhost systemd[1]: Starting File System Check on /dev/mmcblk0p1...
Aug 12 12:25:14 localhost systemd[1]: Starting Load/Save Random Seed...
Aug 12 12:25:14 localhost systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 12 12:25:14 localhost systemd[1]: Mounting Mount unit for nanopi-air...
Aug 12 12:25:14 localhost systemd[1]: Mounting Mount unit for linux-generic-allwinner...
Aug 12 12:25:14 localhost systemd[1]: Mounting Mount unit for core...
Aug 12 12:25:14 localhost systemd[1]: Started Load/Save Random Seed.
Aug 12 12:25:14 localhost systemd[1]: Mounted Mount unit for linux-generic-allwinner.
Aug 12 12:25:14 localhost systemd[1]: Mounted Mount unit for nanopi-air.
Aug 12 12:25:14 localhost systemd[1]: Mounted Mount unit for core.
Aug 12 12:25:14 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:14 localhost systemd[1]: Started File System Check Daemon to report status.
Aug 12 12:25:14 localhost systemd[1]: Started Flush Journal to Persistent Storage.
Aug 12 12:25:14 localhost systemd-fsck[770]: fsck.fat 3.0.28 (2015-05-16)
Aug 12 12:25:14 localhost systemd-fsck[770]: 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Aug 12 12:25:14 localhost systemd-fsck[770]: Automatically removing dirty bit.
Aug 12 12:25:14 localhost systemd-fsck[770]: Performing changes.
Aug 12 12:25:14 localhost systemd-fsck[770]: /dev/mmcblk0p1: 529 files, 62262/258078 clusters
Aug 12 12:25:14 localhost systemd[1]: Started File System Check on /dev/mmcblk0p1.
Aug 12 12:25:14 localhost systemd[1]: Mounting /boot/uboot...
Aug 12 12:25:14 localhost systemd[1]: Mounted /boot/uboot.
Aug 12 12:25:14 localhost systemd[1]: Reached target Local File Systems.
Aug 12 12:25:14 localhost systemd[1]: Starting Set console font and keymap...
Aug 12 12:25:14 localhost systemd[1]: Starting LSB: AppArmor initialization...
Aug 12 12:25:14 localhost systemd[1]: Starting Create Volatile Files and Directories...
Aug 12 12:25:14 localhost systemd-tmpfiles[800]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
Aug 12 12:25:14 localhost setupcon[798]: /etc/console-setup is not writable. No files will be saved there.
Aug 12 12:25:14 localhost systemd[1]: Started Create Volatile Files and Directories.
Aug 12 12:25:14 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Aug 12 12:25:14 localhost systemd[1]: Starting Network Time Synchronization...
Aug 12 12:25:14 localhost systemd[1]: Started Update UTMP about System Boot/Shutdown.
Aug 12 12:25:14 localhost apparmor[799]: * Starting AppArmor profiles
Aug 12 12:25:14 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:14 localhost systemd[1]: Started Network Time Synchronization.
Aug 12 12:25:14 localhost systemd[1]: Reached target System Time Synchronized.
Aug 12 12:25:14 localhost systemd[1]: Started Set console font and keymap.
Aug 12 12:25:14 localhost systemd[1]: Created slice system-getty.slice.
Aug 12 12:25:14 localhost apparmor[799]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Aug 12 12:25:14 localhost apparmor[799]: ...done.
Aug 12 12:25:14 localhost systemd[1]: Started LSB: AppArmor initialization.
Aug 12 12:25:14 localhost systemd[1]: Reached target System Initialization.
Aug 12 12:25:14 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 12 12:25:14 localhost systemd[1]: Started Timer to automatically refresh installed snaps.
Aug 12 12:25:14 localhost systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 12 12:25:14 localhost systemd[1]: Starting Socket activation for snappy daemon.
Aug 12 12:25:14 localhost systemd[1]: Started Timer to automatically fetch and run repair assertions.
Aug 12 12:25:14 localhost systemd[1]: Reached target Timers.
Aug 12 12:25:14 localhost systemd[1]: Starting Raise network interfaces...
Aug 12 12:25:14 localhost systemd[1]: Listening on Socket activation for snappy daemon.
Aug 12 12:25:14 localhost systemd[1]: Reached target Sockets.
Aug 12 12:25:14 localhost systemd[1]: Reached target Basic System.
Aug 12 12:25:14 localhost systemd[1]: Starting Permit User Sessions...
Aug 12 12:25:14 localhost systemd[1]: Starting Generate sshd host keys...
Aug 12 12:25:14 localhost systemd[1]: Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
Aug 12 12:25:14 localhost systemd[1]: Started Cgroup management daemon.
Aug 12 12:25:14 localhost systemd[1]: Starting Login Service...
Aug 12 12:25:14 localhost systemd[1]: Starting Ubuntu FAN network setup...
Aug 12 12:25:14 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:14 localhost systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
Aug 12 12:25:14 localhost systemd[1]: Started Regular background program processing daemon.
Aug 12 12:25:14 localhost systemd[1]: Starting Snappy daemon...
Aug 12 12:25:14 localhost systemd[1]: Started D-Bus System Message Bus.
Aug 12 12:25:14 localhost cron[944]: (CRON) INFO (pidfile fd = 3)
Aug 12 12:25:14 localhost cron[944]: (CRON) INFO (Running @reboot jobs)
Aug 12 12:25:14 localhost dbus[947]: [system] AppArmor D-Bus mediation is enabled
Aug 12 12:25:14 localhost systemd[1]: Starting System Logging Service...
Aug 12 12:25:14 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:14 localhost systemd[1]: Started Permit User Sessions.
Aug 12 12:25:14 localhost systemd[1]: Started Generate sshd host keys.
Aug 12 12:25:14 localhost systemd[1]: Started Ubuntu FAN network setup.
Aug 12 12:25:14 localhost systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Aug 12 12:25:14 localhost systemd[1]: Starting Set console scheme...
Aug 12 12:25:14 localhost systemd[1]: Started Login Service.
Aug 12 12:25:14 localhost systemd[1]: Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
Aug 12 12:25:14 localhost systemd[1]: Started Set console scheme.
Aug 12 12:25:14 localhost systemd[1]: Started System Logging Service.
Aug 12 12:25:14 localhost systemd[1]: Started Raise network interfaces.
Aug 12 12:25:14 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:14 localhost systemd[1]: Reached target Network.
Aug 12 12:25:14 localhost systemd[1]: Starting /etc/rc.local Compatibility...
Aug 12 12:25:14 localhost systemd[1]: Starting OpenBSD Secure Shell server...
Aug 12 12:25:14 localhost systemd[1]: Started /etc/rc.local Compatibility.
Aug 12 12:25:14 localhost systemd[1]: Started Getty on tty1.
Aug 12 12:25:14 localhost systemd[1]: Started Serial Getty on ttyS0.
Aug 12 12:25:14 localhost systemd[1]: Reached target Login Prompts.
Aug 12 12:25:15 localhost kernel: [ 22.015444] random: crng init done
Aug 12 12:25:15 localhost systemd[1]: Started OpenBSD Secure Shell server.
Aug 12 12:25:15 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:15 localhost kernel: [ 22.770492] audit: type=1400 audit(1502540715.904:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.core.hook.configure" pid=1037 comm="apparmor_parser"
Aug 12 12:25:19 localhost sh[567]: message repeated 4 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 12 12:25:19 localhost systemd[1]: Created slice system-console\x2dconf.slice.
Aug 12 12:25:20 localhost systemd[1]: Started Ubuntu Core Firstboot Configuration tty1.
Aug 12 12:25:20 localhost systemd[1]: Created slice system-serial\x2dconsole\x2dconf.slice.
Aug 12 12:25:20 localhost systemd[1]: Started Ubuntu Core Firstboot Configuration ttyS0.
Aug 12 12:25:20 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:21 localhost snapd[946]: 2017/08/12 12:25:21.323870 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 12 12:25:21 localhost systemd[1]: Started Snappy daemon.
Aug 12 12:25:21 localhost systemd[1]: Starting Auto import assertions from block devices...
Aug 12 12:25:21 localhost systemd[1]: Started Auto import assertions from block devices.
Aug 12 12:25:21 localhost systemd[1]: Reached target Multi-User System.
Aug 12 12:25:21 localhost systemd[1]: Reached target Graphical Interface.
Aug 12 12:25:21 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes...
Aug 12 12:25:21 localhost systemd[1]: Started Update UTMP about System Runlevel Changes.
Aug 12 12:25:21 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:24 localhost sh[567]: message repeated 3 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 12 12:25:25 localhost systemd[1]: Stopping Getty on tty1...
Aug 12 12:25:25 localhost systemd[1]: Stopping Serial Getty on ttyS0...
Aug 12 12:25:25 localhost systemd[1]: Stopped Serial Getty on ttyS0.
Aug 12 12:25:25 localhost systemd[1]: Stopped Getty on tty1.
Aug 12 12:25:25 localhost sh[567]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 12 12:25:36 localhost sh[567]: message repeated 10 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 12 12:25:37 localhost systemd[1]: Started Update resolvconf for networkd DNS.
Aug 12 12:25:37 localhost systemd[1]: Startup finished in 9.208s (kernel) + 34.633s (userspace) = 43.842s.
|