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
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949 | Aug 11 10:59:09 localhost rsyslogd: [origin software="rsyslogd" swVersion="8.16.0" x-pid="1187" x-info="http://www.rsyslog.com"] start
Aug 11 10:59:09 localhost systemd[1]: Started Remount Root and Kernel File Systems.
Aug 11 10:59:09 localhost loadkeys[741]: 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]: Started Nameserver information manager.
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 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 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]: Starting udev Kernel Device Manager...
Aug 11 10:59:09 localhost systemd[1]: Reached target Local File Systems (Pre).
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/cloud...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/waagent...
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 /var/lib/dhcp...
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 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 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 /var/lib/dbus...
Aug 11 10:59:09 localhost systemd-udevd[781]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Aug 11 10:59:09 localhost systemd[1]: Mounting /tmp...
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 systemd[1]: Mounting /media...
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 systemd[1]: Mounting /var/log...
Aug 11 10:59:09 localhost systemd[1]: Mounting /mnt...
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]: 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/lib/logrotate...
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]: Mounting /root...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/snap...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/cache/apparmor...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/misc...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/lib/systemd/rfkill...
Aug 11 10:59:09 localhost systemd[1]: Mounting /home...
Aug 11 10:59:09 localhost systemd[1]: Mounting /var/tmp...
Aug 11 10:59:09 localhost systemd[1]: Mounted /home.
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 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 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]: Mounted /var/lib/dhcp.
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 kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129920
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/logrotate.
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 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 systemd[1]: Mounted /var/lib/sudo.
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 systemd[1]: Mounted /var/log.
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 systemd[1]: Mounted /var/cache/apparmor.
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 systemd[1]: Mounted /var/lib/apparmor.
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 systemd[1]: Mounted /var/tmp.
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.000020] Switching to timer-based delay loop, resolution 41ns
Aug 11 10:59:09 localhost kernel: [ 0.000813] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/initramfs-tools.
Aug 11 10:59:09 localhost kernel: [ 0.001603] Console: colour dummy device 80x30
Aug 11 10:59:09 localhost kernel: [ 0.001653] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
Aug 11 10:59:09 localhost kernel: [ 0.001669] pid_max: default: 32768 minimum: 301
Aug 11 10:59:09 localhost kernel: [ 0.001896] Security Framework initialized
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/misc.
Aug 11 10:59:09 localhost kernel: [ 0.001912] Yama: becoming mindful.
Aug 11 10:59:09 localhost kernel: [ 0.002021] AppArmor: AppArmor initialized
Aug 11 10:59:09 localhost kernel: [ 0.002214] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.002226] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.003182] 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 systemd[1]: Mounted /var/lib/waagent.
Aug 11 10:59:09 localhost kernel: [ 0.078944] /cpus/cpu@0 missing clock-frequency property
Aug 11 10:59:09 localhost kernel: [ 0.078978] /cpus/cpu@1 missing clock-frequency property
Aug 11 10:59:09 localhost kernel: [ 0.078991] /cpus/cpu@2 missing clock-frequency property
Aug 11 10:59:09 localhost kernel: [ 0.079005] /cpus/cpu@3 missing clock-frequency property
Aug 11 10:59:09 localhost kernel: [ 0.079019] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Aug 11 10:59:09 localhost systemd[1]: Mounted /root.
Aug 11 10:59:09 localhost kernel: [ 0.079505] Setting up static identity map for 0x40300000 - 0x40300098
Aug 11 10:59:09 localhost kernel: [ 0.085714] smp: Bringing up secondary CPUs ...
Aug 11 10:59:09 localhost kernel: [ 0.096673] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Aug 11 10:59:09 localhost kernel: [ 0.107704] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/extrausers.
Aug 11 10:59:09 localhost kernel: [ 0.118612] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Aug 11 10:59:09 localhost kernel: [ 0.118699] smp: Brought up 1 node, 4 CPUs
Aug 11 10:59:09 localhost kernel: [ 0.118722] SMP: Total of 4 processors activated (192.00 BogoMIPS).
Aug 11 10:59:09 localhost kernel: [ 0.118729] CPU: All CPU(s) started in HYP mode.
Aug 11 10:59:09 localhost kernel: [ 0.118734] CPU: Virtualization extensions available.
Aug 11 10:59:09 localhost kernel: [ 0.119824] devtmpfs: initialized
Aug 11 10:59:09 localhost systemd[1]: Mounted /var/lib/snapd.
Aug 11 10:59:09 localhost kernel: [ 0.123993] evm: security.selinux
Aug 11 10:59:09 localhost kernel: [ 0.124007] evm: security.SMACK64
Aug 11 10:59:09 localhost kernel: [ 0.124014] evm: security.SMACK64EXEC
Aug 11 10:59:09 localhost kernel: [ 0.124019] evm: security.SMACK64TRANSMUTE
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[882]: 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[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost kernel: [ 0.124024] evm: security.SMACK64MMAP
Aug 11 10:59:09 localhost kernel: [ 0.124029] evm: security.ima
Aug 11 10:59:09 localhost kernel: [ 0.124034] evm: security.capability
Aug 11 10:59:09 localhost kernel: [ 0.124598] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Aug 11 10:59:09 localhost kernel: [ 0.125079] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Aug 11 10:59:09 localhost kernel: [ 0.125105] futex hash table entries: 1024 (order: 5, 131072 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.125644] pinctrl core: initialized pinctrl subsystem
Aug 11 10:59:09 localhost kernel: [ 0.127134] NET: Registered protocol family 16
Aug 11 10:59:09 localhost kernel: [ 0.127631] DMA: preallocated 256 KiB pool for atomic coherent allocations
Aug 11 10:59:09 localhost kernel: [ 0.129751] cpuidle: using governor ladder
Aug 11 10:59:09 localhost kernel: [ 0.129933] cpuidle: using governor menu
Aug 11 10:59:09 localhost kernel: [ 0.130337] No ATAGs?
Aug 11 10:59:09 localhost kernel: [ 0.130464] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Aug 11 10:59:09 localhost kernel: [ 0.130476] hw-breakpoint: maximum watchpoint size is 8 bytes.
Aug 11 10:59:09 localhost kernel: [ 0.131366] Serial: AMBA PL011 UART driver
Aug 11 10:59:09 localhost kernel: [ 0.153885] SCSI subsystem initialized
Aug 11 10:59:09 localhost kernel: [ 0.154194] libata version 3.00 loaded.
Aug 11 10:59:09 localhost kernel: [ 0.154605] vgaarb: loaded
Aug 11 10:59:09 localhost kernel: [ 0.154981] usbcore: registered new interface driver usbfs
Aug 11 10:59:09 localhost kernel: [ 0.155059] usbcore: registered new interface driver hub
Aug 11 10:59:09 localhost kernel: [ 0.155156] usbcore: registered new device driver usb
Aug 11 10:59:09 localhost kernel: [ 0.155667] pps_core: LinuxPPS API ver. 1 registered
Aug 11 10:59:09 localhost kernel: [ 0.155676] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 11 10:59:09 localhost kernel: [ 0.155700] PTP clock support registered
Aug 11 10:59:09 localhost kernel: [ 0.157026] Advanced Linux Sound Architecture Driver Initialized.
Aug 11 10:59:09 localhost kernel: [ 0.157922] NetLabel: Initializing
Aug 11 10:59:09 localhost kernel: [ 0.157933] NetLabel: domain hash size = 128
Aug 11 10:59:09 localhost kernel: [ 0.157938] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Aug 11 10:59:09 localhost kernel: [ 0.158019] NetLabel: unlabeled traffic allowed by default
Aug 11 10:59:09 localhost kernel: [ 0.158750] clocksource: Switched to clocksource arch_sys_counter
Aug 11 10:59:09 localhost kernel: [ 0.226620] VFS: Disk quotas dquot_6.6.0
Aug 11 10:59:09 localhost kernel: [ 0.226797] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.227361] AppArmor: AppArmor Filesystem Enabled
Aug 11 10:59:09 localhost kernel: [ 0.239499] NET: Registered protocol family 2
Aug 11 10:59:09 localhost kernel: [ 0.240326] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.240392] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.240457] TCP: Hash tables configured (established 4096 bind 4096)
Aug 11 10:59:09 localhost kernel: [ 0.240589] UDP hash table entries: 256 (order: 1, 8192 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.240632] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Aug 11 10:59:09 localhost kernel: [ 0.240901] NET: Registered protocol family 1
Aug 11 10:59:09 localhost kernel: [ 0.240942] PCI: CLS 0 bytes, default 128
Aug 11 10:59:09 localhost kernel: [ 0.241472] Unpacking initramfs...
Aug 11 10:59:09 localhost kernel: [ 4.722651] Freeing initrd memory: 6592K
Aug 11 10:59:09 localhost kernel: [ 4.724930] audit: initializing netlink subsys (disabled)
Aug 11 10:59:09 localhost kernel: [ 4.725266] audit: type=2000 audit(4.656:1): state=initialized audit_enabled=0 res=1
Aug 11 10:59:09 localhost kernel: [ 4.725767] Initialise system trusted keyrings
Aug 11 10:59:09 localhost kernel: [ 4.726012] workingset: timestamp_bits=14 max_order=17 bucket_order=3
Aug 11 10:59:09 localhost kernel: [ 4.734335] zbud: loaded
Aug 11 10:59:09 localhost kernel: [ 4.736891] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Aug 11 10:59:09 localhost kernel: [ 4.738278] fuse init (API version 7.26)
Aug 11 10:59:09 localhost kernel: [ 4.744613] Key type asymmetric registered
Aug 11 10:59:09 localhost kernel: [ 4.744633] Asymmetric key parser 'x509' registered
Aug 11 10:59:09 localhost kernel: [ 4.744971] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Aug 11 10:59:09 localhost kernel: [ 4.745150] io scheduler noop registered
Aug 11 10:59:09 localhost kernel: [ 4.745161] io scheduler deadline registered
Aug 11 10:59:09 localhost kernel: [ 4.745579] io scheduler cfq registered (default)
Aug 11 10:59:09 localhost kernel: [ 4.754329] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
Aug 11 10:59:09 localhost kernel: [ 4.756660] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
Aug 11 10:59:09 localhost kernel: [ 4.766128] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 11 10:59:09 localhost kernel: [ 4.775301] console [ttyS0] disabled
Aug 11 10:59:09 localhost kernel: [ 4.795552] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 32, base_baud = 1500000) is a U6_16550A
Aug 11 10:59:09 localhost kernel: [ 5.522920] console [ttyS0] enabled
Aug 11 10:59:09 localhost kernel: [ 5.547433] 1c28c00.serial: ttyS3 at MMIO 0x1c28c00 (irq = 33, base_baud = 1500000) is a U6_16550A
Aug 11 10:59:09 localhost kernel: [ 5.557445] msm_serial: driver initialized
Aug 11 10:59:09 localhost kernel: [ 5.573064] loop: module loaded
Aug 11 10:59:09 localhost kernel: [ 5.579249] libphy: Fixed MDIO Bus: probed
Aug 11 10:59:09 localhost kernel: [ 5.583374] tun: Universal TUN/TAP device driver, 1.6
Aug 11 10:59:09 localhost kernel: [ 5.589248] PPP generic driver version 2.4.2
Aug 11 10:59:09 localhost kernel: [ 5.594005] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 11 10:59:09 localhost kernel: [ 5.600567] ehci-pci: EHCI PCI platform driver
Aug 11 10:59:09 localhost kernel: [ 5.605070] ehci-orion: EHCI orion driver
Aug 11 10:59:09 localhost kernel: [ 5.609178] ehci-exynos: EHCI EXYNOS driver
Aug 11 10:59:09 localhost kernel: [ 5.613457] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug 11 10:59:09 localhost kernel: [ 5.619775] ohci-pci: OHCI PCI platform driver
Aug 11 10:59:09 localhost kernel: [ 5.624277] ohci-exynos: OHCI EXYNOS driver
Aug 11 10:59:09 localhost kernel: [ 5.628555] uhci_hcd: USB Universal Host Controller Interface driver
Aug 11 10:59:09 localhost kernel: [ 5.635483] mousedev: PS/2 mouse device common for all mice
Aug 11 10:59:09 localhost kernel: [ 5.642398] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
Aug 11 10:59:09 localhost kernel: [ 5.649209] sun6i-rtc 1f00000.rtc: RTC enabled
Aug 11 10:59:09 localhost kernel: [ 5.653902] i2c /dev entries driver
Aug 11 10:59:09 localhost kernel: [ 5.659342] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
Aug 11 10:59:09 localhost kernel: [ 5.667704] device-mapper: uevent: version 1.0.3
Aug 11 10:59:09 localhost kernel: [ 5.672790] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
Aug 11 10:59:09 localhost kernel: [ 5.681805] cpu cpu0: failed to get clock: -2
Aug 11 10:59:09 localhost kernel: [ 5.686207] cpufreq-dt: probe of cpufreq-dt failed with error -2
Aug 11 10:59:09 localhost kernel: [ 5.692517] sdhci: Secure Digital Host Controller Interface driver
Aug 11 10:59:09 localhost kernel: [ 5.698705] sdhci: Copyright(c) Pierre Ossman
Aug 11 10:59:09 localhost kernel: [ 5.704206] sunxi-mmc 1c0f000.mmc: Got CD GPIO
Aug 11 10:59:09 localhost sh[939]: 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/mmcblk1boot0
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[939]: 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 LSB: AppArmor initialization...
Aug 11 10:59:09 localhost systemd[1]: Starting Set console font and keymap...
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[1043]: /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 Network Time Synchronization...
Aug 11 10:59:09 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Aug 11 10:59:09 localhost systemd[1]: Started Update UTMP about System Boot/Shutdown.
Aug 11 10:59:09 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost apparmor[1042]: * 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[1042]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Aug 11 10:59:09 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost apparmor[1042]: ...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]: Listening on D-Bus System Message Bus Socket.
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 Daily Cleanup of Temporary Directories.
Aug 11 10:59:09 localhost systemd[1]: Started Timer to automatically refresh installed snaps.
Aug 11 10:59:09 localhost systemd[1]: Reached target Timers.
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 Ubuntu FAN network setup...
Aug 11 10:59:09 localhost systemd[1]: Starting Generate sshd host keys...
Aug 11 10:59:09 localhost kernel: [ 5.746800] sunxi-mmc 1c0f000.mmc: base:0xe118d000 irq:23
Aug 11 10:59:09 localhost kernel: [ 5.789851] mmc0: host does not support reading read-only switch, assuming write-enable
Aug 11 10:59:09 localhost kernel: [ 5.797919] sunxi-mmc 1c11000.mmc: base:0xe1195000 irq:25
Aug 11 10:59:09 localhost kernel: [ 5.799870] mmc0: new high speed SDHC card at address 0007
Aug 11 10:59:09 localhost kernel: [ 5.800661] mmcblk0: mmc0:0007 SD32G 29.0 GiB
Aug 11 10:59:09 localhost kernel: [ 5.802212] mmcblk0: p1 p2
Aug 11 10:59:09 localhost kernel: [ 5.816307] sdhci-pltfm: SDHCI platform and OF driver helper
Aug 11 10:59:09 localhost kernel: [ 5.822573] ledtrig-cpu: registered to indicate activity on CPUs
Aug 11 10:59:09 localhost kernel: [ 5.832931] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 8, RTO !!
Aug 11 10:59:09 localhost kernel: [ 5.833636] NET: Registered protocol family 10
Aug 11 10:59:09 localhost kernel: [ 5.847318] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 10:59:09 localhost kernel: [ 5.853856] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 10:59:09 localhost kernel: [ 5.860386] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 10:59:09 localhost kernel: [ 5.866889] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 10:59:09 localhost kernel: [ 5.882708] Segment Routing with IPv6
Aug 11 10:59:09 localhost kernel: [ 5.886545] NET: Registered protocol family 17
Aug 11 10:59:09 localhost kernel: [ 5.891075] Key type dns_resolver registered
Aug 11 10:59:09 localhost kernel: [ 5.895594] ThumbEE CPU extension supported.
Aug 11 10:59:09 localhost kernel: [ 5.899921] Registering SWP/SWPB emulation handler
Aug 11 10:59:09 localhost kernel: [ 5.905790] registered taskstats version 1
Aug 11 10:59:09 localhost kernel: [ 5.909981] Loading compiled-in X.509 certificates
Aug 11 10:59:09 localhost kernel: [ 5.919002] mmc1: new DDR MMC card at address 0001
Aug 11 10:59:09 localhost kernel: [ 5.924942] mmcblk1: mmc1:0001 8WPD3R 7.28 GiB
Aug 11 10:59:09 localhost kernel: [ 5.929987] mmcblk1boot0: mmc1:0001 8WPD3R partition 1 4.00 MiB
Aug 11 10:59:09 localhost kernel: [ 5.933192] Loaded X.509 cert 'Build time autogenerated kernel key: 8e9e223d98e7f9fbb5195a1ecac689afe51671e3'
Aug 11 10:59:09 localhost kernel: [ 5.933344] zswap: loaded using pool lzo/zbud
Aug 11 10:59:09 localhost kernel: [ 5.950695] mmcblk1boot1: mmc1:0001 8WPD3R partition 2 4.00 MiB
Aug 11 10:59:09 localhost kernel: [ 5.958115] mmcblk1: p1 p2
Aug 11 10:59:09 localhost kernel: [ 6.008096] Key type big_key registered
Aug 11 10:59:09 localhost kernel: [ 6.011992] Key type trusted registered
Aug 11 10:59:09 localhost kernel: [ 6.026303] Key type encrypted registered
Aug 11 10:59:09 localhost kernel: [ 6.030391] AppArmor: AppArmor sha1 policy hashing enabled
Aug 11 10:59:09 localhost kernel: [ 6.035916] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
Aug 11 10:59:09 localhost kernel: [ 6.042349] evm: HMAC attrs: 0x1
Aug 11 10:59:09 localhost kernel: [ 6.053965] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:10 UTC (10)
Aug 11 10:59:09 localhost kernel: [ 6.062051] sr_init: No PMIC hook to init smartreflex
Aug 11 10:59:09 localhost kernel: [ 6.067349] sr_init: platform driver register failed for SR
Aug 11 10:59:09 localhost kernel: [ 6.073385] PM: Hibernation image not present or could not be loaded.
Aug 11 10:59:09 localhost kernel: [ 6.073519] vcc3v0: disabling
Aug 11 10:59:09 localhost kernel: [ 6.076533] vcc5v0: disabling
Aug 11 10:59:09 localhost kernel: [ 6.079525] ALSA device list:
Aug 11 10:59:09 localhost kernel: [ 6.082490] No soundcards found.
Aug 11 10:59:09 localhost kernel: [ 6.088538] Freeing unused kernel memory: 2048K
Aug 11 10:59:09 localhost kernel: [ 6.173696] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.179855] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.182111] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.182605] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.183148] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.183631] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.184120] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.184713] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.185178] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.185588] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 10:59:09 localhost kernel: [ 6.476069] random: fast init done
Aug 11 10:59:09 localhost kernel: [ 6.656821] usbcore: registered new interface driver usb-storage
Aug 11 10:59:09 localhost kernel: [ 8.656811] random: crng init done
Aug 11 10:59:09 localhost kernel: [ 13.432693] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Aug 11 10:59:09 localhost kernel: [ 13.442595] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Aug 11 10:59:09 localhost kernel: [ 13.485536] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: errors=remount-ro
Aug 11 10:59:09 localhost kernel: [ 13.659202] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Aug 11 10:59:09 localhost kernel: [ 13.668899] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Aug 11 10:59:09 localhost kernel: [ 13.715248] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Aug 11 10:59:09 localhost kernel: [ 23.321532] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
Aug 11 10:59:09 localhost kernel: [ 23.396255] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
Aug 11 10:59:09 localhost kernel: [ 23.434881] sunxi-mmc 1c10000.mmc: base:0xe142a000 irq:24
Aug 11 10:59:09 localhost kernel: [ 23.441035] sunxi-mmc 1c10000.mmc: smc 2 err, cmd 8, RTO !!
Aug 11 10:59:09 localhost kernel: [ 23.456667] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
Aug 11 10:59:09 localhost kernel: [ 23.458415] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Aug 11 10:59:09 localhost kernel: [ 23.460155] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Aug 11 10:59:09 localhost kernel: [ 23.463180] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
Aug 11 10:59:09 localhost kernel: [ 23.467203] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
Aug 11 10:59:09 localhost kernel: [ 23.579164] mmc2: new high speed SDIO card at address 0001
Aug 11 10:59:09 localhost kernel: [ 25.046265] usbcore: registered new interface driver brcmfmac
Aug 11 10:59:09 localhost kernel: [ 25.164914] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.txt failed with error -2
Aug 11 10:59:09 localhost kernel: [ 26.255005] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
Aug 11 10:59:09 localhost kernel: [ 26.415895] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
Aug 11 10:59:09 localhost kernel: [ 27.271168] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
Aug 11 10:59:09 localhost kernel: [ 29.679452] audit: type=1400 audit(1502449146.900:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1116 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 29.681016] audit: type=1400 audit(1502449146.900:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1116 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 29.772028] audit: type=1400 audit(1502449146.992:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1118 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 29.775645] audit: type=1400 audit(1502449146.996:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1118 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 29.778641] audit: type=1400 audit(1502449146.996:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1118 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 29.781585] audit: type=1400 audit(1502449147.000:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=1118 comm="apparmor_parser"
Aug 11 10:59:09 localhost kernel: [ 31.211471] new mount options do not match the existing superblock, will be ignored
Aug 11 10:59:09 localhost systemd[1]: Started Regular background program processing daemon.
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 Login Service...
Aug 11 10:59:09 localhost systemd[1]: Starting Permit User Sessions...
Aug 11 10:59:09 localhost systemd[1]: Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
Aug 11 10:59:09 localhost cron[1159]: (CRON) INFO (pidfile fd = 3)
Aug 11 10:59:09 localhost systemd[1]: Started D-Bus System Message Bus.
Aug 11 10:59:09 localhost cron[1159]: (CRON) INFO (Running @reboot jobs)
Aug 11 10:59:09 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost dbus[1175]: [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 systemd[1]: Starting Automatically repair incorrect owner/permissions on core devices...
Aug 11 10:59:09 localhost systemd[1]: Started Cgroup management daemon.
Aug 11 10:59:09 localhost systemd[1]: Started Ubuntu FAN network setup.
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 Permit User Sessions.
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: changed ownership of '/etc/cloud' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: changed ownership of '/etc/cloud/cloud-init.disabled' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: changed ownership of '/var/lib/snapd' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: changed ownership of '/var/lib/snapd/seed' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: changed ownership of '/var/lib/snapd/seed/assertions' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: 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[1188]: 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[1188]: 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[1188]: 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[1188]: 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[1188]: 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[1188]: 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[1188]: 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[1188]: 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[1188]: changed ownership of '/var/lib/snapd/seed/snaps' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: 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[1188]: 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[1188]: 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[1188]: changed ownership of '/var/lib/snapd/snaps' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: 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[1188]: 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[1188]: changed ownership of '/writable/system-data' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: changed ownership of '/writable/system-data/var' from 1000:1000 to root:root
Aug 11 10:59:09 localhost systemd[1]: Starting Set console scheme...
Aug 11 10:59:09 localhost systemd[1]: Started Login Service.
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: changed ownership of '/writable/system-data/var/lib' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: changed ownership of '/writable/system-data/boot' from 1000:1000 to root:root
Aug 11 10:59:09 localhost snapd.core-fixup.sh[1188]: changed ownership of '/writable/system-data/etc' from 1000:1000 to root:root
Aug 11 10:59:09 localhost systemd[1]: Started Raise network interfaces.
Aug 11 10:59:09 localhost systemd[1]: Reached target Network.
Aug 11 10:59:09 localhost systemd[1]: Starting /etc/rc.local Compatibility...
Aug 11 10:59:09 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:09 localhost systemd[1]: Started /etc/rc.local Compatibility.
Aug 11 10:59:09 localhost systemd[1]: Started Serial Getty on ttyS0.
Aug 11 10:59:09 localhost systemd[1]: Started Getty on tty1.
Aug 11 10:59:09 localhost systemd[1]: Reached target Login Prompts.
Aug 11 10:59:09 localhost systemd[1]: Started System Logging Service.
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]: Started Set console scheme.
Aug 11 10:59:10 localhost systemd[1]: Started Automatically repair incorrect owner/permissions on core devices.
Aug 11 10:59:10 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:10 localhost systemd[1]: Starting Snappy daemon...
Aug 11 10:59:11 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:11 localhost snapd[1264]: 2017/08/11 10:59:11.911025 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[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:13 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:13 localhost sshd-host-keygen[1146]: Creating SSH2 RSA key; this may take some time ...
Aug 11 10:59:13 localhost sshd-host-keygen[1146]: 2048 SHA256:uiNnrum9mxDJIQs1Y1+IRa4tEikU742PSdZs54F8TzY root@localhost.localdomain (RSA)
Aug 11 10:59:14 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:14 localhost systemd[1]: Created slice system-serial\x2dconsole\x2dconf.slice.
Aug 11 10:59:14 localhost systemd[1]: Started Ubuntu Core Firstboot Configuration ttyS0.
Aug 11 10:59:14 localhost systemd[1]: Created slice system-console\x2dconf.slice.
Aug 11 10:59:14 localhost systemd[1]: Started Ubuntu Core Firstboot Configuration tty1.
Aug 11 10:59:15 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:19 localhost sh[939]: message repeated 4 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 11 10:59:19 localhost sshd-host-keygen[1146]: Creating SSH2 DSA key; this may take some time ...
Aug 11 10:59:19 localhost sshd-host-keygen[1146]: 1024 SHA256:ZvTAa8Ocu2NMwypmAfQOjQ/IrKKKXxxkQ8hnV2Zorps root@localhost.localdomain (DSA)
Aug 11 10:59:19 localhost sshd-host-keygen[1146]: Creating SSH2 ECDSA key; this may take some time ...
Aug 11 10:59:19 localhost sshd-host-keygen[1146]: 256 SHA256:aEbGpeiRb7FTn8Py2TcOZsilRrcvYfrNfv6ypXPOSTk root@localhost.localdomain (ECDSA)
Aug 11 10:59:19 localhost sshd-host-keygen[1146]: Creating SSH2 ED25519 key; this may take some time ...
Aug 11 10:59:19 localhost sshd-host-keygen[1146]: 256 SHA256:yiVxrA1Zgwe7Odj6/DDkIxpTkx32EJxGFMTHjcupLuM root@localhost.localdomain (ED25519)
Aug 11 10:59:19 localhost systemd[1]: Started Generate sshd host keys.
Aug 11 10:59:19 localhost systemd[1]: Starting OpenBSD Secure Shell server...
Aug 11 10:59:19 localhost systemd[1]: Stopping Serial Getty on ttyS0...
Aug 11 10:59:19 localhost systemd[1]: Stopping Getty on tty1...
Aug 11 10:59:19 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[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:20 localhost systemd[1]: Started OpenBSD Secure Shell server.
Aug 11 10:59:20 localhost systemd[1]: Reached target Multi-User System.
Aug 11 10:59:20 localhost systemd[1]: Reached target Graphical Interface.
Aug 11 10:59:20 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes...
Aug 11 10:59:20 localhost systemd[1]: Started Update UTMP about System Runlevel Changes.
Aug 11 10:59:21 localhost sh[939]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 10:59:31 localhost sh[939]: message repeated 10 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 11 10:59:32 localhost systemd[1]: Started Update resolvconf for networkd DNS.
Aug 11 10:59:32 localhost systemd[1]: Startup finished in 18.878s (kernel) + 36.314s (userspace) = 55.192s.
Aug 11 11:00:32 localhost systemd[1]: Reloading.
Aug 11 11:00:32 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Fri Aug 11 11:01:02 2017 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Aug 11 11:00:33 localhost systemd[1]: Reloading.
Aug 11 11:00:33 localhost systemd[1]: Mounting Mount unit for core...
Aug 11 11:00:34 localhost systemd-udevd[781]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Aug 11 11:00:34 localhost systemd[1]: Mounted Mount unit for core.
Aug 11 11:00:36 localhost kernel: [ 119.392868] audit: type=1400 audit(1502449236.612:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.core.hook.configure" pid=1513 comm="apparmor_parser"
Aug 11 11:00:37 localhost kernel: [ 120.414507] audit: type=1400 audit(1502449237.632:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.core.hook.configure" pid=1520 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[781]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Aug 11 11:00:49 localhost systemd[1]: Mounted Mount unit for linux-generic-allwinner.
Aug 11 11:00:52 localhost snapd[1264]: 2017/08/11 11:00:52.101306 devicestate.go:166: installing unasserted gadget "nanopi-air"
Aug 11 11:00:52 localhost systemd[1]: Reloading.
Aug 11 11:00:52 localhost systemd[1]: Reloading.
Aug 11 11:00:53 localhost systemd[1]: Mounting Mount unit for nanopi-air...
Aug 11 11:00:53 localhost systemd-udevd[781]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Aug 11 11:00:53 localhost systemd[1]: Mounted Mount unit for nanopi-air.
Aug 11 11:00:11 localhost rsyslogd: [origin software="rsyslogd" swVersion="8.16.0" x-pid="943" x-info="http://www.rsyslog.com"] start
Aug 11 11:00:11 localhost systemd[1]: Mounted Debug File System.
Aug 11 11:00: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 11:00:11 localhost rsyslogd: rsyslogd's groupid changed to 114
Aug 11 11:00:11 localhost systemd[1]: Mounted POSIX Message Queue File System.
Aug 11 11:00:11 localhost rsyslogd: rsyslogd's userid changed to 108
Aug 11 11:00:11 localhost systemd[1]: Started Remount Root and Kernel File Systems.
Aug 11 11:00:11 localhost systemd[1]: Mounted FUSE Control File System.
Aug 11 11:00:11 localhost systemd[1]: Started Nameserver information manager.
Aug 11 11:00:11 localhost systemd[1]: Started Create Static Device Nodes in /dev.
Aug 11 11:00:11 localhost loadkeys[492]: Loading /etc/console-setup/cached.kmap.gz
Aug 11 11:00:11 localhost systemd[1]: Started Set console keymap.
Aug 11 11:00:11 localhost systemd[1]: Starting udev Kernel Device Manager...
Aug 11 11:00:11 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 11:00:11 localhost systemd[1]: Reached target Network (Pre).
Aug 11 11:00:11 localhost systemd[1]: Reached target Local File Systems (Pre).
Aug 11 11:00:11 localhost kernel: [ 0.000000] Booting Linux on physical CPU 0x0
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/cloud...
Aug 11 11:00:11 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 11:00:11 localhost kernel: [ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
Aug 11 11:00:11 localhost kernel: [ 0.000000] CPU: div instructions available: patching division code
Aug 11 11:00:11 localhost kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Aug 11 11:00:11 localhost systemd[1]: Mounting /media...
Aug 11 11:00:11 localhost kernel: [ 0.000000] OF: fdt: Machine model: FriendlyARM NanoPi NEO
Aug 11 11:00:11 localhost kernel: [ 0.000000] Memory policy: Data cache writealloc
Aug 11 11:00:11 localhost kernel: [ 0.000000] On node 0 totalpages: 131072
Aug 11 11:00:11 localhost kernel: [ 0.000000] free_area_init_node: node 0, pgdat c161d780, node_mem_map dfb20000
Aug 11 11:00:11 localhost kernel: [ 0.000000] Normal zone: 1152 pages used for memmap
Aug 11 11:00:11 localhost kernel: [ 0.000000] Normal zone: 0 pages reserved
Aug 11 11:00:11 localhost systemd[1]: var-lib-initramfs\x2dtools.mount: Directory /var/lib/initramfs-tools to mount over is not empty, mounting anyway.
Aug 11 11:00:11 localhost kernel: [ 0.000000] Normal zone: 131072 pages, LIFO batch:31
Aug 11 11:00:11 localhost kernel: [ 0.000000] psci: probing for conduit method from DT.
Aug 11 11:00:11 localhost kernel: [ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
Aug 11 11:00:11 localhost rsyslogd-2007: action 'action 10' suspended, next retry is Fri Aug 11 11:00:41 2017 [v8.16.0 try http://www.rsyslog.com/e/2007 ]
Aug 11 11:00:11 localhost kernel: [ 0.000000] percpu: Embedded 18 pages/cpu @dffa3000 s41484 r8192 d24052 u73728
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/initramfs-tools...
Aug 11 11:00:11 localhost kernel: [ 0.000000] pcpu-alloc: s41484 r8192 d24052 u73728 alloc=18*4096
Aug 11 11:00:11 localhost kernel: [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Aug 11 11:00:11 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129920
Aug 11 11:00:11 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 11:00:11 localhost systemd[1]: Mounting /var/lib/dbus...
Aug 11 11:00:11 localhost kernel: [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
Aug 11 11:00:11 localhost kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Aug 11 11:00:11 localhost kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Aug 11 11:00:11 localhost kernel: [ 0.000000] allocated 524288 bytes of page_ext
Aug 11 11:00:11 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 11:00:11 localhost systemd[1]: Mounting /var/lib/logrotate...
Aug 11 11:00:11 localhost kernel: [ 0.000000] Virtual kernel memory layout:
Aug 11 11:00:11 localhost kernel: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Aug 11 11:00:11 localhost kernel: [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Aug 11 11:00:11 localhost kernel: [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
Aug 11 11:00:11 localhost kernel: [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
Aug 11 11:00:11 localhost systemd[1]: var-lib-snapd.mount: Directory /var/lib/snapd to mount over is not empty, mounting anyway.
Aug 11 11:00:11 localhost kernel: [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
Aug 11 11:00:11 localhost kernel: [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
Aug 11 11:00:11 localhost kernel: [ 0.000000] .text : 0xc0208000 - 0xc0d00000 (11232 kB)
Aug 11 11:00:11 localhost kernel: [ 0.000000] .init : 0xc1300000 - 0xc1500000 (2048 kB)
Aug 11 11:00:11 localhost kernel: [ 0.000000] .data : 0xc1500000 - 0xc163637c (1241 kB)
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/snapd...
Aug 11 11:00:11 localhost kernel: [ 0.000000] .bss : 0xc1638000 - 0xc16f2d18 ( 748 kB)
Aug 11 11:00:11 localhost kernel: [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Aug 11 11:00:11 localhost kernel: [ 0.000000] Hierarchical RCU implementation.
Aug 11 11:00:11 localhost kernel: [ 0.000000] Build-time adjustment of leaf fanout to 32.
Aug 11 11:00:11 localhost kernel: [ 0.000000] NR_IRQS:16 nr_irqs:16 16
Aug 11 11:00:11 localhost systemd[1]: Mounting /tmp...
Aug 11 11:00:11 localhost kernel: [ 0.000000] GIC: Using split EOI/Deactivate mode
Aug 11 11:00:11 localhost kernel: [ 0.000000] GIC physical location is 0x1c81000
Aug 11 11:00:11 localhost kernel: [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
Aug 11 11:00:11 localhost kernel: [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
Aug 11 11:00:11 localhost kernel: [ 0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
Aug 11 11:00:11 localhost kernel: [ 0.000020] Switching to timer-based delay loop, resolution 41ns
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/snap...
Aug 11 11:00:11 localhost kernel: [ 0.000811] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
Aug 11 11:00:11 localhost kernel: [ 0.001602] Console: colour dummy device 80x30
Aug 11 11:00:11 localhost kernel: [ 0.001650] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
Aug 11 11:00:11 localhost kernel: [ 0.001667] pid_max: default: 32768 minimum: 301
Aug 11 11:00:11 localhost kernel: [ 0.001898] Security Framework initialized
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/misc...
Aug 11 11:00:11 localhost kernel: [ 0.001913] Yama: becoming mindful.
Aug 11 11:00:11 localhost kernel: [ 0.002023] AppArmor: AppArmor initialized
Aug 11 11:00:11 localhost kernel: [ 0.002215] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
Aug 11 11:00:11 localhost kernel: [ 0.002226] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
Aug 11 11:00:11 localhost kernel: [ 0.003173] CPU: Testing write buffer coherency: ok
Aug 11 11:00:11 localhost kernel: [ 0.003226] ftrace: allocating 35547 entries in 105 pages
Aug 11 11:00:11 localhost systemd-udevd[527]: Network interface NamePolicy= disabled on kernel command line, ignoring.
Aug 11 11:00:11 localhost kernel: [ 0.078946] /cpus/cpu@0 missing clock-frequency property
Aug 11 11:00:11 localhost kernel: [ 0.078980] /cpus/cpu@1 missing clock-frequency property
Aug 11 11:00:11 localhost kernel: [ 0.078993] /cpus/cpu@2 missing clock-frequency property
Aug 11 11:00:11 localhost kernel: [ 0.079009] /cpus/cpu@3 missing clock-frequency property
Aug 11 11:00:11 localhost kernel: [ 0.079022] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Aug 11 11:00:11 localhost systemd[1]: var-lib-apparmor.mount: Directory /var/lib/apparmor to mount over is not empty, mounting anyway.
Aug 11 11:00:11 localhost kernel: [ 0.079503] Setting up static identity map for 0x40300000 - 0x40300098
Aug 11 11:00:11 localhost kernel: [ 0.085711] smp: Bringing up secondary CPUs ...
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/apparmor...
Aug 11 11:00:11 localhost kernel: [ 0.096670] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Aug 11 11:00:11 localhost kernel: [ 0.107706] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Aug 11 11:00:11 localhost kernel: [ 0.118626] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Aug 11 11:00:11 localhost kernel: [ 0.118710] smp: Brought up 1 node, 4 CPUs
Aug 11 11:00:11 localhost kernel: [ 0.118733] SMP: Total of 4 processors activated (192.00 BogoMIPS).
Aug 11 11:00:11 localhost systemd[1]: Mounting /home...
Aug 11 11:00:11 localhost kernel: [ 0.118740] CPU: All CPU(s) started in HYP mode.
Aug 11 11:00:11 localhost kernel: [ 0.118746] CPU: Virtualization extensions available.
Aug 11 11:00:11 localhost kernel: [ 0.119838] devtmpfs: initialized
Aug 11 11:00:11 localhost systemd[1]: var-lib-extrausers.mount: Directory /var/lib/extrausers to mount over is not empty, mounting anyway.
Aug 11 11:00:11 localhost kernel: [ 0.124007] evm: security.selinux
Aug 11 11:00:11 localhost kernel: [ 0.124020] evm: security.SMACK64
Aug 11 11:00:11 localhost kernel: [ 0.124026] evm: security.SMACK64EXEC
Aug 11 11:00:11 localhost kernel: [ 0.124031] evm: security.SMACK64TRANSMUTE
Aug 11 11:00:11 localhost kernel: [ 0.124037] evm: security.SMACK64MMAP
Aug 11 11:00:11 localhost kernel: [ 0.124042] evm: security.ima
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/extrausers...
Aug 11 11:00:11 localhost kernel: [ 0.124047] evm: security.capability
Aug 11 11:00:11 localhost kernel: [ 0.124598] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
Aug 11 11:00:11 localhost kernel: [ 0.125077] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Aug 11 11:00:11 localhost kernel: [ 0.125103] futex hash table entries: 1024 (order: 5, 131072 bytes)
Aug 11 11:00:11 localhost kernel: [ 0.125647] pinctrl core: initialized pinctrl subsystem
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/dhcp...
Aug 11 11:00:11 localhost kernel: [ 0.127131] NET: Registered protocol family 16
Aug 11 11:00:11 localhost kernel: [ 0.127631] DMA: preallocated 256 KiB pool for atomic coherent allocations
Aug 11 11:00:11 localhost kernel: [ 0.129753] cpuidle: using governor ladder
Aug 11 11:00:11 localhost kernel: [ 0.129935] cpuidle: using governor menu
Aug 11 11:00:11 localhost kernel: [ 0.130332] No ATAGs?
Aug 11 11:00:11 localhost systemd[1]: var-lib-systemd-random\x2dseed.mount: Failed to check directory /var/lib/systemd/random-seed: Not a directory
Aug 11 11:00:11 localhost kernel: [ 0.130460] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
Aug 11 11:00:11 localhost kernel: [ 0.130474] hw-breakpoint: maximum watchpoint size is 8 bytes.
Aug 11 11:00:11 localhost kernel: [ 0.131353] Serial: AMBA PL011 UART driver
Aug 11 11:00:11 localhost kernel: [ 0.153955] SCSI subsystem initialized
Aug 11 11:00:11 localhost kernel: [ 0.154264] libata version 3.00 loaded.
Aug 11 11:00:11 localhost kernel: [ 0.154679] vgaarb: loaded
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/systemd/random-seed...
Aug 11 11:00:11 localhost kernel: [ 0.155058] usbcore: registered new interface driver usbfs
Aug 11 11:00:11 localhost kernel: [ 0.155134] usbcore: registered new interface driver hub
Aug 11 11:00:11 localhost kernel: [ 0.155228] usbcore: registered new device driver usb
Aug 11 11:00:11 localhost kernel: [ 0.155732] pps_core: LinuxPPS API ver. 1 registered
Aug 11 11:00:11 localhost kernel: [ 0.155742] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 11 11:00:11 localhost kernel: [ 0.155766] PTP clock support registered
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/cache/apparmor...
Aug 11 11:00:11 localhost kernel: [ 0.157036] Advanced Linux Sound Architecture Driver Initialized.
Aug 11 11:00:11 localhost kernel: [ 0.157937] NetLabel: Initializing
Aug 11 11:00:11 localhost kernel: [ 0.157947] NetLabel: domain hash size = 128
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/tmp...
Aug 11 11:00:11 localhost kernel: [ 0.157952] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Aug 11 11:00:11 localhost kernel: [ 0.158033] NetLabel: unlabeled traffic allowed by default
Aug 11 11:00:11 localhost kernel: [ 0.158766] clocksource: Switched to clocksource arch_sys_counter
Aug 11 11:00:11 localhost kernel: [ 0.226639] VFS: Disk quotas dquot_6.6.0
Aug 11 11:00:11 localhost kernel: [ 0.226741] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Aug 11 11:00:11 localhost kernel: [ 0.227373] AppArmor: AppArmor Filesystem Enabled
Aug 11 11:00:11 localhost systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
Aug 11 11:00:11 localhost kernel: [ 0.239509] NET: Registered protocol family 2
Aug 11 11:00:11 localhost kernel: [ 0.240337] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
Aug 11 11:00:11 localhost kernel: [ 0.240403] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
Aug 11 11:00:11 localhost kernel: [ 0.240467] TCP: Hash tables configured (established 4096 bind 4096)
Aug 11 11:00:11 localhost kernel: [ 0.240597] UDP hash table entries: 256 (order: 1, 8192 bytes)
Aug 11 11:00:11 localhost kernel: [ 0.240640] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/log...
Aug 11 11:00:11 localhost kernel: [ 0.240909] NET: Registered protocol family 1
Aug 11 11:00:11 localhost kernel: [ 0.240953] PCI: CLS 0 bytes, default 128
Aug 11 11:00:11 localhost kernel: [ 0.241476] Unpacking initramfs...
Aug 11 11:00:11 localhost kernel: [ 4.722399] Freeing initrd memory: 6592K
Aug 11 11:00:11 localhost kernel: [ 4.724685] audit: initializing netlink subsys (disabled)
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/console-conf...
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/waagent...
Aug 11 11:00:11 localhost systemd[1]: Mounting /mnt...
Aug 11 11:00:11 localhost systemd[1]: var-lib-sudo.mount: Directory /var/lib/sudo to mount over is not empty, mounting anyway.
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/sudo...
Aug 11 11:00:11 localhost systemd[1]: Mounting /root...
Aug 11 11:00:11 localhost systemd[1]: Mounting /snap...
Aug 11 11:00:11 localhost systemd[1]: Mounting /var/lib/systemd/rfkill...
Aug 11 11:00:11 localhost systemd[1]: Starting udev Coldplug all Devices...
Aug 11 11:00:11 localhost systemd[1]: Mounted /home.
Aug 11 11:00:11 localhost systemd[1]: Mounted /snap.
Aug 11 11:00:11 localhost systemd[1]: Mounted /tmp.
Aug 11 11:00:11 localhost systemd[1]: Mounted /mnt.
Aug 11 11:00:11 localhost systemd[1]: Mounted /media.
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/snap.
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/cloud.
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/dbus.
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/dhcp.
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/logrotate.
Aug 11 11:00:11 localhost kernel: [ 4.725028] audit: type=2000 audit(4.656:1): state=initialized audit_enabled=0 res=1
Aug 11 11:00:11 localhost kernel: [ 4.725547] Initialise system trusted keyrings
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/sudo.
Aug 11 11:00:11 localhost kernel: [ 4.725799] workingset: timestamp_bits=14 max_order=17 bucket_order=3
Aug 11 11:00:11 localhost kernel: [ 4.734108] zbud: loaded
Aug 11 11:00:11 localhost kernel: [ 4.736654] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/log.
Aug 11 11:00:11 localhost kernel: [ 4.738028] fuse init (API version 7.26)
Aug 11 11:00:11 localhost kernel: [ 4.744391] Key type asymmetric registered
Aug 11 11:00:11 localhost kernel: [ 4.744410] Asymmetric key parser 'x509' registered
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/cache/apparmor.
Aug 11 11:00:11 localhost kernel: [ 4.744747] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
Aug 11 11:00:11 localhost kernel: [ 4.744931] io scheduler noop registered
Aug 11 11:00:11 localhost kernel: [ 4.744941] io scheduler deadline registered
Aug 11 11:00:11 localhost kernel: [ 4.745354] io scheduler cfq registered (default)
Aug 11 11:00:11 localhost kernel: [ 4.754210] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
Aug 11 11:00:11 localhost kernel: [ 4.756545] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/apparmor.
Aug 11 11:00:11 localhost kernel: [ 4.766063] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 11 11:00:11 localhost kernel: [ 4.775281] console [ttyS0] disabled
Aug 11 11:00:11 localhost kernel: [ 4.795495] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 32, base_baud = 1500000) is a U6_16550A
Aug 11 11:00:11 localhost kernel: [ 5.523025] console [ttyS0] enabled
Aug 11 11:00:11 localhost kernel: [ 5.547549] 1c28c00.serial: ttyS3 at MMIO 0x1c28c00 (irq = 33, base_baud = 1500000) is a U6_16550A
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/tmp.
Aug 11 11:00:11 localhost kernel: [ 5.557577] msm_serial: driver initialized
Aug 11 11:00:11 localhost kernel: [ 5.573137] loop: module loaded
Aug 11 11:00:11 localhost kernel: [ 5.579280] libphy: Fixed MDIO Bus: probed
Aug 11 11:00:11 localhost kernel: [ 5.583405] tun: Universal TUN/TAP device driver, 1.6
Aug 11 11:00:11 localhost kernel: [ 5.589268] PPP generic driver version 2.4.2
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/initramfs-tools.
Aug 11 11:00:11 localhost kernel: [ 5.594020] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 11 11:00:11 localhost kernel: [ 5.600593] ehci-pci: EHCI PCI platform driver
Aug 11 11:00:11 localhost kernel: [ 5.605096] ehci-orion: EHCI orion driver
Aug 11 11:00:11 localhost kernel: [ 5.609199] ehci-exynos: EHCI EXYNOS driver
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/misc.
Aug 11 11:00:11 localhost kernel: [ 5.613488] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug 11 11:00:11 localhost kernel: [ 5.619786] ohci-pci: OHCI PCI platform driver
Aug 11 11:00:11 localhost kernel: [ 5.624286] ohci-exynos: OHCI EXYNOS driver
Aug 11 11:00:11 localhost kernel: [ 5.628561] uhci_hcd: USB Universal Host Controller Interface driver
Aug 11 11:00:11 localhost kernel: [ 5.635482] mousedev: PS/2 mouse device common for all mice
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/waagent.
Aug 11 11:00:11 localhost kernel: [ 5.642374] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
Aug 11 11:00:11 localhost kernel: [ 5.649196] sun6i-rtc 1f00000.rtc: RTC enabled
Aug 11 11:00:11 localhost kernel: [ 5.653903] i2c /dev entries driver
Aug 11 11:00:11 localhost kernel: [ 5.659339] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
Aug 11 11:00:11 localhost systemd[1]: Mounted /root.
Aug 11 11:00:11 localhost kernel: [ 5.667677] device-mapper: uevent: version 1.0.3
Aug 11 11:00:11 localhost kernel: [ 5.672761] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
Aug 11 11:00:11 localhost kernel: [ 5.681774] cpu cpu0: failed to get clock: -2
Aug 11 11:00:11 localhost kernel: [ 5.686176] cpufreq-dt: probe of cpufreq-dt failed with error -2
Aug 11 11:00:11 localhost kernel: [ 5.692498] sdhci: Secure Digital Host Controller Interface driver
Aug 11 11:00:11 localhost kernel: [ 5.698686] sdhci: Copyright(c) Pierre Ossman
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/extrausers.
Aug 11 11:00:11 localhost kernel: [ 5.704197] sunxi-mmc 1c0f000.mmc: Got CD GPIO
Aug 11 11:00:11 localhost kernel: [ 5.746816] sunxi-mmc 1c0f000.mmc: base:0xe118d000 irq:23
Aug 11 11:00:11 localhost kernel: [ 5.789850] mmc0: host does not support reading read-only switch, assuming write-enable
Aug 11 11:00:11 localhost kernel: [ 5.790797] sunxi-mmc 1c11000.mmc: base:0xe1195000 irq:25
Aug 11 11:00:11 localhost kernel: [ 5.790978] sdhci-pltfm: SDHCI platform and OF driver helper
Aug 11 11:00:11 localhost kernel: [ 5.796716] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 8, RTO !!
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/snapd.
Aug 11 11:00:11 localhost kernel: [ 5.800811] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/systemd/random-seed.
Aug 11 11:00:11 localhost kernel: [ 5.801635] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 11:00:11 localhost kernel: [ 5.802459] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 11:00:11 localhost kernel: [ 5.803283] sunxi-mmc 1c11000.mmc: smc 1 err, cmd 55, RTO !!
Aug 11 11:00:11 localhost kernel: [ 5.837167] ledtrig-cpu: registered to indicate activity on CPUs
Aug 11 11:00:11 localhost kernel: [ 5.839130] mmc0: new high speed SDHC card at address 0007
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/systemd/rfkill.
Aug 11 11:00:11 localhost kernel: [ 5.839985] mmcblk0: mmc0:0007 SD32G 29.0 GiB
Aug 11 11:00:11 localhost kernel: [ 5.841674] mmcblk0: p1 p2
Aug 11 11:00:11 localhost kernel: [ 5.859557] NET: Registered protocol family 10
Aug 11 11:00:11 localhost kernel: [ 5.870746] mmc1: new DDR MMC card at address 0001
Aug 11 11:00:11 localhost systemd[1]: Mounted /var/lib/console-conf.
Aug 11 11:00:11 localhost kernel: [ 5.876686] mmcblk1: mmc1:0001 8WPD3R 7.28 GiB
Aug 11 11:00:11 localhost kernel: [ 5.881793] mmcblk1boot0: mmc1:0001 8WPD3R partition 1 4.00 MiB
Aug 11 11:00:11 localhost kernel: [ 5.888491] mmcblk1boot1: mmc1:0001 8WPD3R partition 2 4.00 MiB
Aug 11 11:00:11 localhost kernel: [ 5.892534] Segment Routing with IPv6
Aug 11 11:00:11 localhost kernel: [ 5.892632] NET: Registered protocol family 17
Aug 11 11:00:11 localhost systemd[1]: Started udev Kernel Device Manager.
Aug 11 11:00:11 localhost kernel: [ 5.892704] Key type dns_resolver registered
Aug 11 11:00:11 localhost kernel: [ 5.892934] ThumbEE CPU extension supported.
Aug 11 11:00:11 localhost kernel: [ 5.892946] Registering SWP/SWPB emulation handler
Aug 11 11:00:11 localhost kernel: [ 5.893910] registered taskstats version 1
Aug 11 11:00:11 localhost systemd[1]: Starting Network Service...
Aug 11 11:00:11 localhost kernel: [ 5.893973] Loading compiled-in X.509 certificates
Aug 11 11:00:11 localhost kernel: [ 5.911904] Loaded X.509 cert 'Build time autogenerated kernel key: 8e9e223d98e7f9fbb5195a1ecac689afe51671e3'
Aug 11 11:00:11 localhost kernel: [ 5.912078] zswap: loaded using pool lzo/zbud
Aug 11 11:00:11 localhost kernel: [ 5.940729] mmcblk1: p1 p2
Aug 11 11:00:11 localhost systemd[1]: Starting Load/Save Random Seed...
Aug 11 11:00:11 localhost kernel: [ 5.985463] Key type big_key registered
Aug 11 11:00:11 localhost kernel: [ 5.989387] Key type trusted registered
Aug 11 11:00:11 localhost kernel: [ 6.003780] Key type encrypted registered
Aug 11 11:00:11 localhost kernel: [ 6.007836] AppArmor: AppArmor sha1 policy hashing enabled
Aug 11 11:00:11 localhost kernel: [ 6.013343] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
Aug 11 11:00:11 localhost kernel: [ 6.019764] evm: HMAC attrs: 0x1
Aug 11 11:00:11 localhost kernel: [ 6.031404] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:10 UTC (10)
Aug 11 11:00:11 localhost systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 11 11:00:11 localhost kernel: [ 6.039522] sr_init: No PMIC hook to init smartreflex
Aug 11 11:00:11 localhost kernel: [ 6.044819] sr_init: platform driver register failed for SR
Aug 11 11:00:11 localhost kernel: [ 6.050919] PM: Hibernation image not present or could not be loaded.
Aug 11 11:00:11 localhost kernel: [ 6.051052] vcc3v0: disabling
Aug 11 11:00:11 localhost kernel: [ 6.054025] vcc5v0: disabling
Aug 11 11:00:11 localhost kernel: [ 6.057017] ALSA device list:
Aug 11 11:00:11 localhost kernel: [ 6.059997] No soundcards found.
Aug 11 11:00:11 localhost systemd[1]: Mounting Mount unit for nanopi-air...
Aug 11 11:00:11 localhost kernel: [ 6.065988] Freeing unused kernel memory: 2048K
Aug 11 11:00:11 localhost kernel: [ 6.151899] random: systemd-udevd: uninitialized urandom read (16 bytes read)
Aug 11 11:00:11 localhost kernel: [ 6.157872] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 11:00:11 localhost kernel: [ 6.160153] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 11:00:11 localhost systemd[1]: Mounting Mount unit for core...
Aug 11 11:00:11 localhost kernel: [ 6.160637] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 11:00:11 localhost kernel: [ 6.161164] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 11:00:11 localhost kernel: [ 6.161641] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 11:00:11 localhost kernel: [ 6.162086] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 11:00:11 localhost systemd[1]: Mounting Mount unit for linux-generic-allwinner...
Aug 11 11:00:11 localhost kernel: [ 6.162661] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 11:00:11 localhost kernel: [ 6.163241] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 11:00:11 localhost kernel: [ 6.163716] random: udevadm: uninitialized urandom read (16 bytes read)
Aug 11 11:00:11 localhost kernel: [ 6.469975] random: fast init done
Aug 11 11:00:11 localhost kernel: [ 6.647736] usbcore: registered new interface driver usb-storage
Aug 11 11:00:11 localhost systemd[1]: Started Load/Save Random Seed.
Aug 11 11:00:11 localhost kernel: [ 6.880047] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Aug 11 11:00:11 localhost kernel: [ 6.889886] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Aug 11 11:00:11 localhost kernel: [ 8.126120] random: crng init done
Aug 11 11:00:11 localhost kernel: [ 8.252806] EXT4-fs (mmcblk0p2): recovery complete
Aug 11 11:00:11 localhost systemd[1]: Mounted Mount unit for nanopi-air.
Aug 11 11:00:11 localhost kernel: [ 8.275962] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: errors=remount-ro
Aug 11 11:00:11 localhost kernel: [ 8.451254] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
Aug 11 11:00:11 localhost kernel: [ 8.460841] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
Aug 11 11:00:11 localhost kernel: [ 8.507790] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
Aug 11 11:00:11 localhost systemd[1]: Mounted Mount unit for core.
Aug 11 11:00:11 localhost kernel: [ 16.769820] input: r_gpio_keys as /devices/platform/r_gpio_keys/input/input0
Aug 11 11:00:11 localhost kernel: [ 16.788820] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
Aug 11 11:00:11 localhost kernel: [ 16.826951] sunxi-mmc 1c10000.mmc: base:0xe14af000 irq:24
Aug 11 11:00:11 localhost systemd-networkd[587]: Enumeration completed
Aug 11 11:00:11 localhost systemd[1]: Mounted Mount unit for linux-generic-allwinner.
Aug 11 11:00:11 localhost systemd[1]: Started Network Service.
Aug 11 11:00:11 localhost systemd[1]: Starting Update resolvconf for networkd DNS...
Aug 11 11:00:11 localhost kernel: [ 16.833745] sunxi-mmc 1c10000.mmc: smc 2 err, cmd 8, RTO !!
Aug 11 11:00:11 localhost kernel: [ 16.871313] mmc2: queuing unknown CIS tuple 0x80 (2 bytes)
Aug 11 11:00:11 localhost systemd[1]: Started Flush Journal to Persistent Storage.
Aug 11 11:00:11 localhost kernel: [ 16.873203] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Aug 11 11:00:11 localhost kernel: [ 16.874958] mmc2: queuing unknown CIS tuple 0x80 (3 bytes)
Aug 11 11:00:11 localhost kernel: [ 16.878118] mmc2: queuing unknown CIS tuple 0x80 (7 bytes)
Aug 11 11:00:11 localhost kernel: [ 16.882341] mmc2: queuing unknown CIS tuple 0x81 (9 bytes)
Aug 11 11:00:11 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:11 localhost kernel: [ 17.010083] mmc2: new high speed SDIO card at address 0001
Aug 11 11:00:11 localhost kernel: [ 18.686714] usbcore: registered new interface driver brcmfmac
Aug 11 11:00:11 localhost kernel: [ 18.809931] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.txt failed with error -2
Aug 11 11:00:11 localhost kernel: [ 19.862964] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
Aug 11 11:00:11 localhost kernel: [ 20.874912] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
Aug 11 11:00:11 localhost systemd[1]: Started udev Coldplug all Devices.
Aug 11 11:00:11 localhost kernel: [ 21.195540] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
Aug 11 11:00:11 localhost kernel: [ 25.303251] audit: type=1400 audit(1502449208.524:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=915 comm="apparmor_parser"
Aug 11 11:00:11 localhost systemd[1]: Found device /dev/ttyS0.
Aug 11 11:00:11 localhost kernel: [ 25.303282] audit: type=1400 audit(1502449208.524:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=915 comm="apparmor_parser"
Aug 11 11:00:11 localhost kernel: [ 25.315272] audit: type=1400 audit(1502449208.536:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=914 comm="apparmor_parser"
Aug 11 11:00:11 localhost systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 11 11:00:11 localhost kernel: [ 25.315298] audit: type=1400 audit(1502449208.536:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=914 comm="apparmor_parser"
Aug 11 11:00:11 localhost kernel: [ 25.315306] audit: type=1400 audit(1502449208.536:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=914 comm="apparmor_parser"
Aug 11 11:00:11 localhost kernel: [ 25.315312] audit: type=1400 audit(1502449208.536:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=914 comm="apparmor_parser"
Aug 11 11:00:11 localhost kernel: [ 25.428526] audit: type=1400 audit(1502449208.648:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="snap.core.hook.configure" pid=933 comm="apparmor_parser"
Aug 11 11:00:11 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:11 localhost kernel: [ 26.214311] new mount options do not match the existing superblock, will be ignored
Aug 11 11:00:11 localhost sh[618]: message repeated 3 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 11 11:00:11 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 11:00:11 localhost systemd[1]: Found device /dev/mmcblk0p1.
Aug 11 11:00:11 localhost systemd[1]: Starting File System Check on /dev/mmcblk0p1...
Aug 11 11:00:11 localhost systemd[1]: Started File System Check Daemon to report status.
Aug 11 11:00:11 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:11 localhost systemd-fsck[791]: fsck.fat 3.0.28 (2015-05-16)
Aug 11 11:00:11 localhost systemd-fsck[791]: 0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Aug 11 11:00:11 localhost systemd-fsck[791]: Automatically removing dirty bit.
Aug 11 11:00:11 localhost systemd-fsck[791]: Performing changes.
Aug 11 11:00:11 localhost systemd-fsck[791]: /dev/mmcblk0p1: 529 files, 62034/258078 clusters
Aug 11 11:00:11 localhost systemd[1]: Started File System Check on /dev/mmcblk0p1.
Aug 11 11:00:11 localhost systemd[1]: Mounting /boot/uboot...
Aug 11 11:00:11 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:11 localhost systemd[1]: Mounted /boot/uboot.
Aug 11 11:00:11 localhost systemd[1]: Reached target Local File Systems.
Aug 11 11:00:11 localhost systemd[1]: Starting LSB: AppArmor initialization...
Aug 11 11:00:11 localhost systemd[1]: Starting Set console font and keymap...
Aug 11 11:00:11 localhost systemd[1]: Starting Create Volatile Files and Directories...
Aug 11 11:00:11 localhost systemd-tmpfiles[809]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
Aug 11 11:00:11 localhost setupcon[808]: /etc/console-setup is not writable. No files will be saved there.
Aug 11 11:00:11 localhost systemd[1]: Started Create Volatile Files and Directories.
Aug 11 11:00:11 localhost systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Aug 11 11:00:11 localhost systemd[1]: Starting Network Time Synchronization...
Aug 11 11:00:11 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:11 localhost systemd[1]: Started Update UTMP about System Boot/Shutdown.
Aug 11 11:00:11 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:11 localhost systemd[1]: Started Network Time Synchronization.
Aug 11 11:00:11 localhost systemd[1]: Reached target System Time Synchronized.
Aug 11 11:00:11 localhost apparmor[807]: * Starting AppArmor profiles
Aug 11 11:00:11 localhost systemd[1]: Started Set console font and keymap.
Aug 11 11:00:11 localhost systemd[1]: Created slice system-getty.slice.
Aug 11 11:00:11 localhost apparmor[807]: Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Aug 11 11:00:11 localhost apparmor[807]: ...done.
Aug 11 11:00:11 localhost systemd[1]: Started LSB: AppArmor initialization.
Aug 11 11:00:11 localhost systemd[1]: Reached target System Initialization.
Aug 11 11:00:11 localhost systemd[1]: Started Timer to automatically refresh installed snaps.
Aug 11 11:00:11 localhost systemd[1]: Starting Socket activation for snappy daemon.
Aug 11 11:00:11 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 11 11:00:11 localhost systemd[1]: Started Timer to automatically fetch and run repair assertions.
Aug 11 11:00:11 localhost systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 11 11:00:11 localhost systemd[1]: Reached target Timers.
Aug 11 11:00:11 localhost systemd[1]: Starting Raise network interfaces...
Aug 11 11:00:11 localhost systemd[1]: Listening on Socket activation for snappy daemon.
Aug 11 11:00:11 localhost systemd[1]: Reached target Sockets.
Aug 11 11:00:11 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:11 localhost systemd[1]: Reached target Basic System.
Aug 11 11:00:11 localhost systemd[1]: Starting System Logging Service...
Aug 11 11:00:11 localhost systemd[1]: Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
Aug 11 11:00:11 localhost systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down...
Aug 11 11:00:11 localhost systemd[1]: Starting Ubuntu FAN network setup...
Aug 11 11:00:11 localhost systemd[1]: Started Regular background program processing daemon.
Aug 11 11:00:11 localhost systemd[1]: Starting Permit User Sessions...
Aug 11 11:00:11 localhost systemd[1]: Started Cgroup management daemon.
Aug 11 11:00:11 localhost cron[950]: (CRON) INFO (pidfile fd = 3)
Aug 11 11:00:11 localhost systemd[1]: Started D-Bus System Message Bus.
Aug 11 11:00:11 localhost cron[950]: (CRON) INFO (Running @reboot jobs)
Aug 11 11:00:11 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:11 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:11 localhost dbus[955]: [system] AppArmor D-Bus mediation is enabled
Aug 11 11:00:11 localhost systemd[1]: Starting Login Service...
Aug 11 11:00:11 localhost systemd[1]: Starting Generate sshd host keys...
Aug 11 11:00:11 localhost systemd[1]: Starting Snappy daemon...
Aug 11 11:00:11 localhost systemd[1]: Started System Logging Service.
Aug 11 11:00:11 localhost systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down.
Aug 11 11:00:11 localhost systemd[1]: Started Ubuntu FAN network setup.
Aug 11 11:00:11 localhost systemd[1]: Started Permit User Sessions.
Aug 11 11:00:11 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:12 localhost systemd[1]: Starting Set console scheme...
Aug 11 11:00:12 localhost systemd[1]: Started Login Service.
Aug 11 11:00:12 localhost systemd[1]: Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
Aug 11 11:00:12 localhost systemd[1]: Started Set console scheme.
Aug 11 11:00:12 localhost systemd[1]: Started Generate sshd host keys.
Aug 11 11:00:12 localhost systemd[1]: Started Raise network interfaces.
Aug 11 11:00:12 localhost systemd[1]: Reached target Network.
Aug 11 11:00:12 localhost systemd[1]: Starting /etc/rc.local Compatibility...
Aug 11 11:00:12 localhost systemd[1]: Starting OpenBSD Secure Shell server...
Aug 11 11:00:12 localhost systemd[1]: Started /etc/rc.local Compatibility.
Aug 11 11:00:12 localhost systemd[1]: Started Getty on tty1.
Aug 11 11:00:12 localhost systemd[1]: Started Serial Getty on ttyS0.
Aug 11 11:00:12 localhost systemd[1]: Reached target Login Prompts.
Aug 11 11:00:12 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:18 localhost sh[618]: message repeated 5 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 11 11:00:18 localhost systemd[1]: Created slice system-console\x2dconf.slice.
Aug 11 11:00:18 localhost systemd[1]: Started Ubuntu Core Firstboot Configuration tty1.
Aug 11 11:00:18 localhost systemd[1]: Created slice system-serial\x2dconsole\x2dconf.slice.
Aug 11 11:00:18 localhost systemd[1]: Started Ubuntu Core Firstboot Configuration ttyS0.
Aug 11 11:00:19 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:21 localhost sh[618]: message repeated 2 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 11 11:00:22 localhost systemd[1]: Started OpenBSD Secure Shell server.
Aug 11 11:00:22 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:22 localhost kernel: [ 39.599173] audit: type=1400 audit(1502449222.820:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="snap.core.hook.configure" pid=1098 comm="apparmor_parser"
Aug 11 11:00:23 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:23 localhost systemd[1]: Stopping Getty on tty1...
Aug 11 11:00:23 localhost systemd[1]: Stopping Serial Getty on ttyS0...
Aug 11 11:00:23 localhost systemd[1]: Stopped Serial Getty on ttyS0.
Aug 11 11:00:23 localhost systemd[1]: Stopped Getty on tty1.
Aug 11 11:00:24 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:24 localhost snapd[971]: 2017/08/11 11:00:24.187517 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 11:00:24 localhost systemd[1]: Started Snappy daemon.
Aug 11 11:00:24 localhost systemd[1]: Starting Auto import assertions from block devices...
Aug 11 11:00:24 localhost systemd[1]: Started Auto import assertions from block devices.
Aug 11 11:00:24 localhost systemd[1]: Reached target Multi-User System.
Aug 11 11:00:24 localhost systemd[1]: Reached target Graphical Interface.
Aug 11 11:00:24 localhost systemd[1]: Starting Update UTMP about System Runlevel Changes...
Aug 11 11:00:24 localhost systemd[1]: Started Update UTMP about System Runlevel Changes.
Aug 11 11:00:25 localhost sh[618]: sed: can't read /run/systemd/netif/leases/*: No such file or directory
Aug 11 11:00:29 localhost sh[618]: message repeated 4 times: [ sed: can't read /run/systemd/netif/leases/*: No such file or directory]
Aug 11 11:00:30 localhost systemd[1]: Started Update resolvconf for networkd DNS.
Aug 11 11:00:30 localhost systemd[1]: Startup finished in 10.326s (kernel) + 36.622s (userspace) = 46.949s.
|