Ubuntu Pastebin

Paste from Joshua Powers at Tue, 13 Jun 2017 20:46:39 +0000

Download as text
  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
Jun 13 07:21:16 syslogd started: BusyBox v1.22.1
Jun 13 07:21:16 kernel: klogd started: BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1)
Jun 13 07:21:16 kernel: [    0.000000] Initializing cgroup subsys cpuset
Jun 13 07:21:16 kernel: [    0.000000] Initializing cgroup subsys cpu
Jun 13 07:21:16 kernel: [    0.000000] Initializing cgroup subsys cpuacct
Jun 13 07:21:16 kernel: [    0.000000] Linux version 4.4.0-62-generic (buildd@lcy01-30) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 (Ubuntu 4.4.0-62.83-generic 4.4.40)
Jun 13 07:21:16 kernel: [    0.000000] Command line: netcfg/get_hostname=utah-45865-xenial-server-amd64 log_host=192.168.122.1 log_port=0 DEBCONF_DEBUG=developer debconf/priority=critical
Jun 13 07:21:16 kernel: [    0.000000] KERNEL supported cpus:
Jun 13 07:21:16 kernel: [    0.000000]   Intel GenuineIntel
Jun 13 07:21:16 kernel: [    0.000000]   AMD AuthenticAMD
Jun 13 07:21:16 kernel: [    0.000000]   Centaur CentaurHauls
Jun 13 07:21:16 kernel: [    0.000000] x86/fpu: Legacy x87 FPU detected.
Jun 13 07:21:16 kernel: [    0.000000] x86/fpu: Using 'lazy' FPU context switches.
Jun 13 07:21:16 kernel: [    0.000000] e820: BIOS-provided physical RAM map:
Jun 13 07:21:16 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
Jun 13 07:21:16 kernel: [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
Jun 13 07:21:16 kernel: [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
Jun 13 07:21:16 kernel: [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001ffdffff] usable
Jun 13 07:21:16 kernel: [    0.000000] BIOS-e820: [mem 0x000000001ffe0000-0x000000001fffffff] reserved
Jun 13 07:21:16 kernel: [    0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
Jun 13 07:21:16 kernel: [    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
Jun 13 07:21:16 kernel: [    0.000000] NX (Execute Disable) protection: active
Jun 13 07:21:16 kernel: [    0.000000] SMBIOS 2.8 present.
Jun 13 07:21:16 kernel: [    0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Ubuntu-1.8.2-1ubuntu1 04/01/2014
Jun 13 07:21:16 kernel: [    0.000000] Hypervisor detected: KVM
Jun 13 07:21:16 kernel: [    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 13 07:21:16 kernel: [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 13 07:21:16 kernel: [    0.000000] e820: last_pfn = 0x1ffe0 max_arch_pfn = 0x400000000
Jun 13 07:21:16 kernel: [    0.000000] MTRR default type: write-back
Jun 13 07:21:16 kernel: [    0.000000] MTRR fixed ranges enabled:
Jun 13 07:21:16 kernel: [    0.000000]   00000-9FFFF write-back
Jun 13 07:21:16 kernel: [    0.000000]   A0000-BFFFF uncachable
Jun 13 07:21:16 kernel: [    0.000000]   C0000-FFFFF write-protect
Jun 13 07:21:16 kernel: [    0.000000] MTRR variable ranges enabled:
Jun 13 07:21:16 kernel: [    0.000000]   0 base 0080000000 mask FF80000000 uncachable
Jun 13 07:21:16 kernel: [    0.000000]   1 disabled
Jun 13 07:21:16 kernel: [    0.000000]   2 disabled
Jun 13 07:21:16 kernel: [    0.000000]   3 disabled
Jun 13 07:21:16 kernel: [    0.000000]   4 disabled
Jun 13 07:21:16 kernel: [    0.000000]   5 disabled
Jun 13 07:21:16 kernel: [    0.000000]   6 disabled
Jun 13 07:21:16 kernel: [    0.000000]   7 disabled
Jun 13 07:21:16 kernel: [    0.000000] x86/PAT: PAT not supported by CPU.
Jun 13 07:21:16 kernel: [    0.000000] x86/PAT: Configuration [0-7]: WB  WT  UC- UC  WB  WT  UC- UC  
Jun 13 07:21:16 kernel: [    0.000000] found SMP MP-table at [mem 0x000f6620-0x000f662f] mapped at [ffff8800000f6620]
Jun 13 07:21:16 kernel: [    0.000000] Scanning 1 areas for low memory corruption
Jun 13 07:21:16 kernel: [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
Jun 13 07:21:16 kernel: [    0.000000] BRK [0x0220b000, 0x0220bfff] PGTABLE
Jun 13 07:21:16 kernel: [    0.000000] BRK [0x0220c000, 0x0220cfff] PGTABLE
Jun 13 07:21:16 kernel: [    0.000000] BRK [0x0220d000, 0x0220dfff] PGTABLE
Jun 13 07:21:16 kernel: [    0.000000] BRK [0x0220e000, 0x0220efff] PGTABLE
Jun 13 07:21:16 kernel: [    0.000000] RAMDISK: [mem 0x1f262000-0x1ffdffff]
Jun 13 07:21:16 kernel: [    0.000000] ACPI: Early table checksum verification disabled
Jun 13 07:21:16 kernel: [    0.000000] ACPI: RSDP 0x00000000000F6440 000014 (v00 BOCHS )
Jun 13 07:21:16 kernel: [    0.000000] ACPI: RSDT 0x000000001FFE16EE 000034 (v01 BOCHS  BXPCRSDT 00000001 BXPC 00000001)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: FACP 0x000000001FFE0C14 000074 (v01 BOCHS  BXPCFACP 00000001 BXPC 00000001)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: DSDT 0x000000001FFE0040 000BD4 (v01 BOCHS  BXPCDSDT 00000001 BXPC 00000001)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: FACS 0x000000001FFE0000 000040
Jun 13 07:21:16 kernel: [    0.000000] ACPI: SSDT 0x000000001FFE0C88 0009B6 (v01 BOCHS  BXPCSSDT 00000001 BXPC 00000001)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: APIC 0x000000001FFE163E 000078 (v01 BOCHS  BXPCAPIC 00000001 BXPC 00000001)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: HPET 0x000000001FFE16B6 000038 (v01 BOCHS  BXPCHPET 00000001 BXPC 00000001)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Jun 13 07:21:16 kernel: [    0.000000] No NUMA configuration found
Jun 13 07:21:16 kernel: [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000001ffdffff]
Jun 13 07:21:16 kernel: [    0.000000] NODE_DATA(0) allocated [mem 0x1f25d000-0x1f261fff]
Jun 13 07:21:16 kernel: [    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
Jun 13 07:21:16 kernel: [    0.000000] kvm-clock: cpu 0, msr 0:1f255001, primary cpu clock
Jun 13 07:21:16 kernel: [    0.000000] kvm-clock: using sched offset of 2392821435 cycles
Jun 13 07:21:16 kernel: [    0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
Jun 13 07:21:16 kernel: [    0.000000] Zone ranges:
Jun 13 07:21:16 kernel: [    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 13 07:21:16 kernel: [    0.000000]   DMA32    [mem 0x0000000001000000-0x000000001ffdffff]
Jun 13 07:21:16 kernel: [    0.000000]   Normal   empty
Jun 13 07:21:16 kernel: [    0.000000]   Device   empty
Jun 13 07:21:16 kernel: [    0.000000] Movable zone start for each node
Jun 13 07:21:16 kernel: [    0.000000] Early memory node ranges
Jun 13 07:21:16 kernel: [    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
Jun 13 07:21:16 kernel: [    0.000000]   node   0: [mem 0x0000000000100000-0x000000001ffdffff]
Jun 13 07:21:16 kernel: [    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000001ffdffff]
Jun 13 07:21:16 kernel: [    0.000000] On node 0 totalpages: 130942
Jun 13 07:21:16 kernel: [    0.000000]   DMA zone: 64 pages used for memmap
Jun 13 07:21:16 kernel: [    0.000000]   DMA zone: 21 pages reserved
Jun 13 07:21:16 kernel: [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
Jun 13 07:21:16 kernel: [    0.000000]   DMA32 zone: 1984 pages used for memmap
Jun 13 07:21:16 kernel: [    0.000000]   DMA32 zone: 126944 pages, LIFO batch:31
Jun 13 07:21:16 kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x608
Jun 13 07:21:16 kernel: [    0.000000] ACPI: Local APIC address 0xfee00000
Jun 13 07:21:16 kernel: [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
Jun 13 07:21:16 kernel: [    0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
Jun 13 07:21:16 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
Jun 13 07:21:16 kernel: [    0.000000] ACPI: IRQ0 used by override.
Jun 13 07:21:16 kernel: [    0.000000] ACPI: IRQ5 used by override.
Jun 13 07:21:16 kernel: [    0.000000] ACPI: IRQ9 used by override.
Jun 13 07:21:16 kernel: [    0.000000] ACPI: IRQ10 used by override.
Jun 13 07:21:16 kernel: [    0.000000] ACPI: IRQ11 used by override.
Jun 13 07:21:16 kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
Jun 13 07:21:16 kernel: [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun 13 07:21:16 kernel: [    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
Jun 13 07:21:16 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 13 07:21:16 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
Jun 13 07:21:16 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
Jun 13 07:21:16 kernel: [    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
Jun 13 07:21:16 kernel: [    0.000000] e820: [mem 0x20000000-0xfeffbfff] available for PCI devices
Jun 13 07:21:16 kernel: [    0.000000] Booting paravirtualized kernel on KVM
Jun 13 07:21:16 kernel: [    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Jun 13 07:21:16 kernel: [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:1 nr_node_ids:1
Jun 13 07:21:16 kernel: [    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88001f000000 s98264 r8192 d28712 u2097152
Jun 13 07:21:16 kernel: [    0.000000] pcpu-alloc: s98264 r8192 d28712 u2097152 alloc=1*2097152
Jun 13 07:21:16 kernel: [    0.000000] pcpu-alloc: [0] 0 
Jun 13 07:21:16 kernel: [    0.000000] KVM setup async PF for cpu 0
Jun 13 07:21:16 kernel: [    0.000000] kvm-stealtime: cpu 0, msr 1f00d9c0
Jun 13 07:21:16 kernel: [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 128873
Jun 13 07:21:16 kernel: [    0.000000] Policy zone: DMA32
Jun 13 07:21:16 kernel: [    0.000000] Kernel command line: netcfg/get_hostname=utah-45865-xenial-server-amd64 log_host=192.168.122.1 log_port=0 DEBCONF_DEBUG=developer debconf/priority=critical
Jun 13 07:21:16 kernel: [    0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
Jun 13 07:21:16 kernel: [    0.000000] Calgary: detecting Calgary via BIOS EBDA area
Jun 13 07:21:16 kernel: [    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Jun 13 07:21:16 kernel: [    0.000000] Memory: 482756K/523768K available (8436K kernel code, 1291K rwdata, 3960K rodata, 1488K init, 1316K bss, 41012K reserved, 0K cma-reserved)
Jun 13 07:21:16 kernel: [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
Jun 13 07:21:16 kernel: [    0.000000] Hierarchical RCU implementation.
Jun 13 07:21:16 kernel: [    0.000000] 	Build-time adjustment of leaf fanout to 64.
Jun 13 07:21:16 kernel: [    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=1.
Jun 13 07:21:16 kernel: [    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=1
Jun 13 07:21:16 kernel: [    0.000000] NR_IRQS:33024 nr_irqs:256 16
Jun 13 07:21:16 kernel: [    0.000000] Console: colour VGA+ 80x25
Jun 13 07:21:16 kernel: [    0.000000] console [tty0] enabled
Jun 13 07:21:16 kernel: [    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
Jun 13 07:21:16 kernel: [    0.000000] hpet clockevent registered
Jun 13 07:21:16 kernel: [    0.000000] tsc: Detected 2596.956 MHz processor
Jun 13 07:21:16 kernel: [    0.040867] Calibrating delay loop (skipped) preset value.. 5193.91 BogoMIPS (lpj=10387824)
Jun 13 07:21:16 kernel: [    0.041232] pid_max: default: 32768 minimum: 301
Jun 13 07:21:16 kernel: [    0.041404] ACPI: Core revision 20150930
Jun 13 07:21:16 kernel: [    0.042328] ACPI: 2 ACPI AML tables successfully acquired and loaded
Jun 13 07:21:16 kernel: [    0.042598] Security Framework initialized
Jun 13 07:21:16 kernel: [    0.042776] Yama: becoming mindful.
Jun 13 07:21:16 kernel: [    0.042971] AppArmor: AppArmor initialized
Jun 13 07:21:16 kernel: [    0.043190] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Jun 13 07:21:16 kernel: [    0.043459] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
Jun 13 07:21:16 kernel: [    0.043705] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
Jun 13 07:21:16 kernel: [    0.043903] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
Jun 13 07:21:16 kernel: [    0.044256] Initializing cgroup subsys io
Jun 13 07:21:16 kernel: [    0.044440] Initializing cgroup subsys memory
Jun 13 07:21:16 kernel: [    0.044655] Initializing cgroup subsys devices
Jun 13 07:21:16 kernel: [    0.044843] Initializing cgroup subsys freezer
Jun 13 07:21:16 kernel: [    0.045037] Initializing cgroup subsys net_cls
Jun 13 07:21:16 kernel: [    0.045208] Initializing cgroup subsys perf_event
Jun 13 07:21:16 kernel: [    0.045381] Initializing cgroup subsys net_prio
Jun 13 07:21:16 kernel: [    0.045550] Initializing cgroup subsys hugetlb
Jun 13 07:21:16 kernel: [    0.045720] Initializing cgroup subsys pids
Jun 13 07:21:16 kernel: [    0.045943] mce: CPU supports 10 MCE banks
Jun 13 07:21:16 kernel: [    0.046151] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Jun 13 07:21:16 kernel: [    0.046328] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Jun 13 07:21:16 kernel: [    0.054849] Freeing SMP alternatives memory: 32K (ffffffff820b8000 - ffffffff820c0000)
Jun 13 07:21:16 kernel: [    0.059177] ftrace: allocating 32065 entries in 126 pages
Jun 13 07:21:16 kernel: [    0.081492] smpboot: APIC(0) Converting physical 0 to logical package 0
Jun 13 07:21:16 kernel: [    0.081693] smpboot: Max logical packages: 1
Jun 13 07:21:16 kernel: [    0.081962] x2apic enabled
Jun 13 07:21:16 kernel: [    0.082253] Switched APIC routing to physical x2apic.
Jun 13 07:21:16 kernel: [    0.082996] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 13 07:21:16 kernel: [    0.188638] smpboot: CPU0: Intel QEMU Virtual CPU version 2.5+ (family: 0x6, model: 0x6, stepping: 0x3)
Jun 13 07:21:16 kernel: [    0.189170] Performance Events: Broken PMU hardware detected, using software events only.
Jun 13 07:21:16 kernel: [    0.225432] Failed to access perfctr msr (MSR c2 is 0)
Jun 13 07:21:16 kernel: [    0.226238] x86: Booted up 1 node, 1 CPUs
Jun 13 07:21:16 kernel: [    0.226426] smpboot: Total of 1 processors activated (5193.91 BogoMIPS)
Jun 13 07:21:16 kernel: [    0.226787] devtmpfs: initialized
Jun 13 07:21:16 kernel: [    0.228211] evm: security.selinux
Jun 13 07:21:16 kernel: [    0.228387] evm: security.SMACK64
Jun 13 07:21:16 kernel: [    0.228560] evm: security.SMACK64EXEC
Jun 13 07:21:16 kernel: [    0.228725] evm: security.SMACK64TRANSMUTE
Jun 13 07:21:16 kernel: [    0.228889] evm: security.SMACK64MMAP
Jun 13 07:21:16 kernel: [    0.229049] evm: security.ima
Jun 13 07:21:16 kernel: [    0.229200] evm: security.capability
Jun 13 07:21:16 kernel: [    0.229439] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Jun 13 07:21:16 kernel: [    0.229810] pinctrl core: initialized pinctrl subsystem
Jun 13 07:21:16 kernel: [    0.230085] RTC time:  7:21:15, date: 06/13/17
Jun 13 07:21:16 kernel: [    0.230327] NET: Registered protocol family 16
Jun 13 07:21:16 kernel: [    0.230608] cpuidle: using governor ladder
Jun 13 07:21:16 kernel: [    0.230777] cpuidle: using governor menu
Jun 13 07:21:16 kernel: [    0.230961] PCCT header not found.
Jun 13 07:21:16 kernel: [    0.231173] ACPI: bus type PCI registered
Jun 13 07:21:16 kernel: [    0.231339] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 13 07:21:16 kernel: [    0.231942] PCI: Using configuration type 1 for base access
Jun 13 07:21:16 kernel: [    0.232993] ACPI: Added _OSI(Module Device)
Jun 13 07:21:16 kernel: [    0.233166] ACPI: Added _OSI(Processor Device)
Jun 13 07:21:16 kernel: [    0.233334] ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 13 07:21:16 kernel: [    0.233507] ACPI: Added _OSI(Processor Aggregator Device)
Jun 13 07:21:16 kernel: [    0.234278] ACPI: Interpreter enabled
Jun 13 07:21:16 kernel: [    0.234451] ACPI: (supports S0 S3 S4 S5)
Jun 13 07:21:16 kernel: [    0.234612] ACPI: Using IOAPIC for interrupt routing
Jun 13 07:21:16 kernel: [    0.234824] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 13 07:21:16 kernel: [    0.236708] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun 13 07:21:16 kernel: [    0.236907] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
Jun 13 07:21:16 kernel: [    0.237106] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Jun 13 07:21:16 kernel: [    0.237303] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Jun 13 07:21:16 kernel: [    0.237810] acpiphp: Slot [3] registered
Jun 13 07:21:16 kernel: [    0.237985] acpiphp: Slot [4] registered
Jun 13 07:21:16 kernel: [    0.238158] acpiphp: Slot [5] registered
Jun 13 07:21:16 kernel: [    0.238330] acpiphp: Slot [6] registered
Jun 13 07:21:16 kernel: [    0.238503] acpiphp: Slot [7] registered
Jun 13 07:21:16 kernel: [    0.238676] acpiphp: Slot [8] registered
Jun 13 07:21:16 kernel: [    0.238847] acpiphp: Slot [9] registered
Jun 13 07:21:16 kernel: [    0.239021] acpiphp: Slot [10] registered
Jun 13 07:21:16 kernel: [    0.239195] acpiphp: Slot [11] registered
Jun 13 07:21:16 kernel: [    0.239367] acpiphp: Slot [12] registered
Jun 13 07:21:16 kernel: [    0.239547] acpiphp: Slot [13] registered
Jun 13 07:21:16 kernel: [    0.239721] acpiphp: Slot [14] registered
Jun 13 07:21:16 kernel: [    0.247179] acpiphp: Slot [15] registered
Jun 13 07:21:16 kernel: [    0.247357] acpiphp: Slot [16] registered
Jun 13 07:21:16 kernel: [    0.247548] acpiphp: Slot [17] registered
Jun 13 07:21:16 kernel: [    0.247726] acpiphp: Slot [18] registered
Jun 13 07:21:16 kernel: [    0.247903] acpiphp: Slot [19] registered
Jun 13 07:21:16 kernel: [    0.248080] acpiphp: Slot [20] registered
Jun 13 07:21:16 kernel: [    0.248268] acpiphp: Slot [21] registered
Jun 13 07:21:16 kernel: [    0.248453] acpiphp: Slot [22] registered
Jun 13 07:21:16 kernel: [    0.248670] acpiphp: Slot [23] registered
Jun 13 07:21:16 kernel: [    0.248874] acpiphp: Slot [24] registered
Jun 13 07:21:16 kernel: [    0.249063] acpiphp: Slot [25] registered
Jun 13 07:21:16 kernel: [    0.249533] acpiphp: Slot [26] registered
Jun 13 07:21:16 kernel: [    0.249749] acpiphp: Slot [27] registered
Jun 13 07:21:16 kernel: [    0.249922] acpiphp: Slot [28] registered
Jun 13 07:21:16 kernel: [    0.250094] acpiphp: Slot [29] registered
Jun 13 07:21:16 kernel: [    0.250268] acpiphp: Slot [30] registered
Jun 13 07:21:16 kernel: [    0.250442] acpiphp: Slot [31] registered
Jun 13 07:21:16 kernel: [    0.250611] PCI host bridge to bus 0000:00
Jun 13 07:21:16 kernel: [    0.250777] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 13 07:21:16 kernel: [    0.250988] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 13 07:21:16 kernel: [    0.251196] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 13 07:21:16 kernel: [    0.251485] pci_bus 0000:00: root bus resource [mem 0x20000000-0xfebfffff window]
Jun 13 07:21:16 kernel: [    0.251780] pci_bus 0000:00: root bus resource [bus 00-ff]
Jun 13 07:21:16 kernel: [    0.251978] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
Jun 13 07:21:16 kernel: [    0.252179] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
Jun 13 07:21:16 kernel: [    0.252470] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
Jun 13 07:21:16 kernel: [    0.254940] pci 0000:00:01.1: reg 0x20: [io  0xc0a0-0xc0af]
Jun 13 07:21:16 kernel: [    0.256100] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
Jun 13 07:21:16 kernel: [    0.256303] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
Jun 13 07:21:16 kernel: [    0.256528] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
Jun 13 07:21:16 kernel: [    0.256763] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
Jun 13 07:21:16 kernel: [    0.257040] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
Jun 13 07:21:16 kernel: [    0.260256] pci 0000:00:01.2: reg 0x20: [io  0xc040-0xc05f]
Jun 13 07:21:16 kernel: [    0.261493] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
Jun 13 07:21:16 kernel: [    0.261690] pci 0000:00:01.3: quirk: [io  0x0600-0x063f] claimed by PIIX4 ACPI
Jun 13 07:21:16 kernel: [    0.261983] pci 0000:00:01.3: quirk: [io  0x0700-0x070f] claimed by PIIX4 SMB
Jun 13 07:21:16 kernel: [    0.262293] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
Jun 13 07:21:16 kernel: [    0.265289] pci 0000:00:02.0: reg 0x10: [mem 0xfc000000-0xfdffffff pref]
Jun 13 07:21:16 kernel: [    0.266254] pci 0000:00:02.0: reg 0x14: [mem 0xfebd0000-0xfebd0fff]
Jun 13 07:21:16 kernel: [    0.271033] pci 0000:00:02.0: reg 0x30: [mem 0xfebc0000-0xfebcffff pref]
Jun 13 07:21:16 kernel: [    0.271153] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000
Jun 13 07:21:16 kernel: [    0.272295] pci 0000:00:03.0: reg 0x10: [io  0xc060-0xc07f]
Jun 13 07:21:16 kernel: [    0.273292] pci 0000:00:03.0: reg 0x14: [mem 0xfebd1000-0xfebd1fff]
Jun 13 07:21:16 kernel: [    0.279598] pci 0000:00:03.0: reg 0x30: [mem 0xfeb80000-0xfebbffff pref]
Jun 13 07:21:16 kernel: [    0.279809] pci 0000:00:04.0: [1af4:1001] type 00 class 0x010000
Jun 13 07:21:16 kernel: [    0.280946] pci 0000:00:04.0: reg 0x10: [io  0xc000-0xc03f]
Jun 13 07:21:16 kernel: [    0.281818] pci 0000:00:04.0: reg 0x14: [mem 0xfebd2000-0xfebd2fff]
Jun 13 07:21:16 kernel: [    0.288946] pci 0000:00:05.0: [1af4:1002] type 00 class 0x00ff00
Jun 13 07:21:16 kernel: [    0.289537] pci 0000:00:05.0: reg 0x10: [io  0xc080-0xc09f]
Jun 13 07:21:16 kernel: [    0.293122] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
Jun 13 07:21:16 kernel: [    0.293562] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
Jun 13 07:21:16 kernel: [    0.293966] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
Jun 13 07:21:16 kernel: [    0.294382] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
Jun 13 07:21:16 kernel: [    0.294812] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
Jun 13 07:21:16 kernel: [    0.295285] ACPI: Enabled 16 GPEs in block 00 to 0F
Jun 13 07:21:16 kernel: [    0.295862] vgaarb: setting as boot device: PCI:0000:00:02.0
Jun 13 07:21:16 kernel: [    0.296070] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Jun 13 07:21:16 kernel: [    0.296448] vgaarb: loaded
Jun 13 07:21:16 kernel: [    0.296614] vgaarb: bridge control possible 0000:00:02.0
Jun 13 07:21:16 kernel: [    0.297001] SCSI subsystem initialized
Jun 13 07:21:16 kernel: [    0.297228] libata version 3.00 loaded.
Jun 13 07:21:16 kernel: [    0.297245] ACPI: bus type USB registered
Jun 13 07:21:16 kernel: [    0.297437] usbcore: registered new interface driver usbfs
Jun 13 07:21:16 kernel: [    0.297624] usbcore: registered new interface driver hub
Jun 13 07:21:16 kernel: [    0.297808] usbcore: registered new device driver usb
Jun 13 07:21:16 kernel: [    0.298064] PCI: Using ACPI for IRQ routing
Jun 13 07:21:16 kernel: [    0.298235] PCI: pci_cache_line_size set to 64 bytes
Jun 13 07:21:16 kernel: [    0.298306] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
Jun 13 07:21:16 kernel: [    0.298307] e820: reserve RAM buffer [mem 0x1ffe0000-0x1fffffff]
Jun 13 07:21:16 kernel: [    0.298389] NetLabel: Initializing
Jun 13 07:21:16 kernel: [    0.298549] NetLabel:  domain hash size = 128
Jun 13 07:21:16 kernel: [    0.298715] NetLabel:  protocols = UNLABELED CIPSOv4
Jun 13 07:21:16 kernel: [    0.300087] NetLabel:  unlabeled traffic allowed by default
Jun 13 07:21:16 kernel: [    0.300372] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
Jun 13 07:21:16 kernel: [    0.300686] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jun 13 07:21:16 kernel: [    0.301127] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
Jun 13 07:21:16 kernel: [    0.303497] amd_nb: Cannot enumerate AMD northbridges
Jun 13 07:21:16 kernel: [    0.303720] clocksource: Switched to clocksource kvm-clock
Jun 13 07:21:16 kernel: [    0.308831] AppArmor: AppArmor Filesystem Enabled
Jun 13 07:21:16 kernel: [    0.309050] pnp: PnP ACPI init
Jun 13 07:21:16 kernel: [    0.309241] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
Jun 13 07:21:16 kernel: [    0.309262] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
Jun 13 07:21:16 kernel: [    0.309278] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
Jun 13 07:21:16 kernel: [    0.309294] pnp 00:03: [dma 2]
Jun 13 07:21:16 kernel: [    0.309303] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
Jun 13 07:21:16 kernel: [    0.309346] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
Jun 13 07:21:16 kernel: [    0.309460] pnp: PnP ACPI: found 5 devices
Jun 13 07:21:16 kernel: [    0.314936] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 13 07:21:16 kernel: [    0.315376] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 13 07:21:16 kernel: [    0.315377] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 13 07:21:16 kernel: [    0.315379] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 13 07:21:16 kernel: [    0.315380] pci_bus 0000:00: resource 7 [mem 0x20000000-0xfebfffff window]
Jun 13 07:21:16 kernel: [    0.315401] NET: Registered protocol family 2
Jun 13 07:21:16 kernel: [    0.315699] TCP established hash table entries: 4096 (order: 3, 32768 bytes)
Jun 13 07:21:16 kernel: [    0.315930] TCP bind hash table entries: 4096 (order: 4, 65536 bytes)
Jun 13 07:21:16 kernel: [    0.316125] TCP: Hash tables configured (established 4096 bind 4096)
Jun 13 07:21:16 kernel: [    0.316342] UDP hash table entries: 256 (order: 1, 8192 bytes)
Jun 13 07:21:16 kernel: [    0.316565] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
Jun 13 07:21:16 kernel: [    0.316843] NET: Registered protocol family 1
Jun 13 07:21:16 kernel: [    0.317053] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
Jun 13 07:21:16 kernel: [    0.317288] pci 0000:00:01.0: PIIX3: Enabling Passive Release
Jun 13 07:21:16 kernel: [    0.317504] pci 0000:00:01.0: Activating ISA DMA hang workarounds
Jun 13 07:21:16 kernel: [    0.333088] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
Jun 13 07:21:16 kernel: [    0.348691] pci 0000:00:02.0: Video device with shadowed ROM
Jun 13 07:21:16 kernel: [    0.348710] PCI: CLS 0 bytes, default 64
Jun 13 07:21:16 kernel: [    0.348744] Trying to unpack rootfs image as initramfs...
Jun 13 07:21:16 kernel: [    0.516910] Freeing initrd memory: 13816K (ffff88001f262000 - ffff88001ffe0000)
Jun 13 07:21:16 kernel: [    0.517359] Scanning for low memory corruption every 60 seconds
Jun 13 07:21:16 kernel: [    0.517724] futex hash table entries: 256 (order: 2, 16384 bytes)
Jun 13 07:21:16 kernel: [    0.517934] audit: initializing netlink subsys (disabled)
Jun 13 07:21:16 kernel: [    0.518126] audit: type=2000 audit(1497338476.247:1): initialized
Jun 13 07:21:16 kernel: [    0.518502] Initialise system trusted keyring
Jun 13 07:21:16 kernel: [    0.518736] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Jun 13 07:21:16 kernel: [    0.519872] zbud: loaded
Jun 13 07:21:16 kernel: [    0.520159] VFS: Disk quotas dquot_6.6.0
Jun 13 07:21:16 kernel: [    0.520393] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 13 07:21:16 kernel: [    0.520770] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Jun 13 07:21:16 kernel: [    0.521345] fuse init (API version 7.23)
Jun 13 07:21:16 kernel: [    0.521628] Key type big_key registered
Jun 13 07:21:16 kernel: [    0.521842] Allocating IMA MOK and blacklist keyrings.
Jun 13 07:21:16 kernel: [    0.522212] Key type asymmetric registered
Jun 13 07:21:16 kernel: [    0.522406] Asymmetric key parser 'x509' registered
Jun 13 07:21:16 kernel: [    0.522649] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Jun 13 07:21:16 kernel: [    0.522992] io scheduler noop registered
Jun 13 07:21:16 kernel: [    0.523180] io scheduler deadline registered (default)
Jun 13 07:21:16 kernel: [    0.523401] io scheduler cfq registered
Jun 13 07:21:16 kernel: [    0.523876] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Jun 13 07:21:16 kernel: [    0.524099] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Jun 13 07:21:16 kernel: [    0.524354] intel_idle: does not run on family 6 model 6
Jun 13 07:21:16 kernel: [    0.524399] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
Jun 13 07:21:16 kernel: [    0.524735] ACPI: Power Button [PWRF]
Jun 13 07:21:16 kernel: [    0.525014] GHES: HEST is not enabled!
Jun 13 07:21:16 kernel: [    0.542346] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
Jun 13 07:21:16 kernel: [    0.542597] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
Jun 13 07:21:16 kernel: [    0.560704] virtio-pci 0000:00:04.0: virtio_pci: leaving for legacy driver
Jun 13 07:21:16 kernel: [    0.578037] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
Jun 13 07:21:16 kernel: [    0.578250] virtio-pci 0000:00:05.0: virtio_pci: leaving for legacy driver
Jun 13 07:21:16 kernel: [    0.578958] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 13 07:21:16 kernel: [    0.601313] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jun 13 07:21:16 kernel: [    0.602501] Linux agpgart interface v0.103
Jun 13 07:21:16 kernel: [    0.604089] brd: module loaded
Jun 13 07:21:16 kernel: [    0.604891] loop: module loaded
Jun 13 07:21:16 kernel: [    0.605858] ata_piix 0000:00:01.1: version 2.13
Jun 13 07:21:16 kernel: [    0.606458] scsi host0: ata_piix
Jun 13 07:21:16 kernel: [    0.606689] scsi host1: ata_piix
Jun 13 07:21:16 kernel: [    0.606893] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc0a0 irq 14
Jun 13 07:21:16 kernel: [    0.607102] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc0a8 irq 15
Jun 13 07:21:16 kernel: [    0.607378] libphy: Fixed MDIO Bus: probed
Jun 13 07:21:16 kernel: [    0.607948] tun: Universal TUN/TAP device driver, 1.6
Jun 13 07:21:16 kernel: [    0.608164] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
Jun 13 07:21:16 kernel: [    0.609078] PPP generic driver version 2.4.2
Jun 13 07:21:16 kernel: [    0.609350] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun 13 07:21:16 kernel: [    0.609561] ehci-pci: EHCI PCI platform driver
Jun 13 07:21:16 kernel: [    0.609746] ehci-platform: EHCI generic platform driver
Jun 13 07:21:16 kernel: [    0.609941] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jun 13 07:21:16 kernel: [    0.610145] ohci-pci: OHCI PCI platform driver
Jun 13 07:21:16 kernel: [    0.610355] ohci-platform: OHCI generic platform driver
Jun 13 07:21:16 kernel: [    0.610569] uhci_hcd: USB Universal Host Controller Interface driver
Jun 13 07:21:16 kernel: [    0.628037] uhci_hcd 0000:00:01.2: UHCI Host Controller
Jun 13 07:21:16 kernel: [    0.628262] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
Jun 13 07:21:16 kernel: [    0.628621] uhci_hcd 0000:00:01.2: detected 2 ports
Jun 13 07:21:16 kernel: [    0.628857] uhci_hcd 0000:00:01.2: irq 11, io base 0x0000c040
Jun 13 07:21:16 kernel: [    0.629112] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
Jun 13 07:21:16 kernel: [    0.629346] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 13 07:21:16 kernel: [    0.629670] usb usb1: Product: UHCI Host Controller
Jun 13 07:21:16 kernel: [    0.629866] usb usb1: Manufacturer: Linux 4.4.0-62-generic uhci_hcd
Jun 13 07:21:16 kernel: [    0.630080] usb usb1: SerialNumber: 0000:00:01.2
Jun 13 07:21:16 kernel: [    0.630382] hub 1-0:1.0: USB hub found
Jun 13 07:21:16 kernel: [    0.630588] hub 1-0:1.0: 2 ports detected
Jun 13 07:21:16 kernel: [    0.630864] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Jun 13 07:21:16 kernel: [    0.631903] serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 13 07:21:16 kernel: [    0.632121] serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 13 07:21:16 kernel: [    0.632425] mousedev: PS/2 mouse device common for all mice
Jun 13 07:21:16 kernel: [    0.632810] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
Jun 13 07:21:16 kernel: [    0.633330] rtc_cmos 00:00: RTC can wake from S4
Jun 13 07:21:16 kernel: [    0.633674] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
Jun 13 07:21:16 kernel: [    0.633978] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram, hpet irqs
Jun 13 07:21:16 kernel: [    0.634212] i2c /dev entries driver
Jun 13 07:21:16 kernel: [    0.634461] device-mapper: uevent: version 1.0.3
Jun 13 07:21:16 kernel: [    0.634703] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
Jun 13 07:21:16 kernel: [    0.635040] ledtrig-cpu: registered to indicate activity on CPUs
Jun 13 07:21:16 kernel: [    0.635425] NET: Registered protocol family 10
Jun 13 07:21:16 kernel: [    0.635776] NET: Registered protocol family 17
Jun 13 07:21:16 kernel: [    0.635982] Key type dns_resolver registered
Jun 13 07:21:16 kernel: [    0.636299] microcode: CPU0 sig=0x663, pf=0x1, revision=0x1
Jun 13 07:21:16 kernel: [    0.636553] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
Jun 13 07:21:16 kernel: [    0.636985] registered taskstats version 1
Jun 13 07:21:16 kernel: [    0.637186] Loading compiled-in X.509 certificates
Jun 13 07:21:16 kernel: [    0.637991] Loaded X.509 cert 'Build time autogenerated kernel key: a630254739635d6fdc487c9f0afa5d9a0ff04f04'
Jun 13 07:21:16 kernel: [    0.638391] zswap: loaded using pool lzo/zbud
Jun 13 07:21:16 kernel: [    0.639405] Key type trusted registered
Jun 13 07:21:16 kernel: [    0.640917] Key type encrypted registered
Jun 13 07:21:16 kernel: [    0.641094] AppArmor: AppArmor sha1 policy hashing enabled
Jun 13 07:21:16 kernel: [    0.641335] ima: No TPM chip found, activating TPM-bypass!
Jun 13 07:21:16 kernel: [    0.641572] evm: HMAC attrs: 0x1
Jun 13 07:21:16 kernel: [    0.641921]   Magic number: 5:539:369
Jun 13 07:21:16 kernel: [    0.642175] rtc_cmos 00:00: setting system clock to 2017-06-13 07:21:16 UTC (1497338476)
Jun 13 07:21:16 kernel: [    0.642557] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Jun 13 07:21:16 kernel: [    0.642824] EDD information not available.
Jun 13 07:21:16 kernel: [    0.643028] PM: Hibernation image not present or could not be loaded.
Jun 13 07:21:16 kernel: [    0.768221] ata2.01: NODEV after polling detection
Jun 13 07:21:16 kernel: [    0.768534] ata2.00: ATAPI: QEMU DVD-ROM, 2.5+, max UDMA/100
Jun 13 07:21:16 kernel: [    0.769520] ata2.00: configured for MWDMA2
Jun 13 07:21:16 kernel: [    0.782874] scsi 1:0:0:0: CD-ROM            QEMU     QEMU DVD-ROM     2.5+ PQ: 0 ANSI: 5
Jun 13 07:21:16 kernel: [    0.783928] sr 1:0:0:0: [sr0] scsi3-mmc drive: 4x/4x cd/rw xa/form2 tray
Jun 13 07:21:16 kernel: [    0.784206] cdrom: Uniform CD-ROM driver Revision: 3.20
Jun 13 07:21:16 kernel: [    0.784711] sr 1:0:0:0: Attached scsi CD-ROM sr0
Jun 13 07:21:16 kernel: [    0.784756] sr 1:0:0:0: Attached scsi generic sg0 type 5
Jun 13 07:21:16 kernel: [    0.785987] Freeing unused kernel memory: 1488K (ffffffff81f44000 - ffffffff820b8000)
Jun 13 07:21:16 kernel: [    0.786412] Write protecting the kernel read-only data: 14336k
Jun 13 07:21:16 kernel: [    0.787067] Freeing unused kernel memory: 1792K (ffff880001840000 - ffff880001a00000)
Jun 13 07:21:16 kernel: [    0.787788] Freeing unused kernel memory: 136K (ffff880001dde000 - ffff880001e00000)
Jun 13 07:21:16 kernel: [    0.792848] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
Jun 13 07:21:16 kernel: [    0.793339] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
Jun 13 07:21:16 kernel: [    0.793857] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
Jun 13 07:21:16 kernel: [    0.794353] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
Jun 13 07:21:16 kernel: [    0.794849] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
Jun 13 07:21:16 kernel: [    0.795339] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
Jun 13 07:21:16 kernel: [    0.796244] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
Jun 13 07:21:16 kernel: [    0.796762] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
Jun 13 07:21:16 kernel: [    0.797227] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
Jun 13 07:21:16 kernel: [    0.797684] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
Jun 13 07:21:16 kernel: [    0.841040] virtio_net virtio0 ens3: renamed from eth0
Jun 13 07:21:16 kernel: [    0.876069] FDC 0 is a S82078B
Jun 13 07:21:16 debconf-loadtemplate: Database file doesn't exist. Trying to create it
Jun 13 07:21:16 debconf-loadtemplate: Database file doesn't exist. Trying to create it
Jun 13 07:21:16 debconf-loadtemplate: Database file doesn't exist. Trying to create it
Jun 13 07:21:16 debconf-loadtemplate: Question database /var/lib/cdebconf/passwords.dat clean; not saving
Jun 13 07:21:17 kernel: [    1.515855] tsc: Refined TSC clocksource calibration: 2596.988 MHz
Jun 13 07:21:17 kernel: [    1.515862] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x256f1ef025a, max_idle_ns: 440795269812 ns
Jun 13 07:21:22 frontend: --> SET preseed/include
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SET preseed/include_command
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SET preseed/run
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> GET preseed/interactive
Jun 13 07:21:22 frontend: <-- 0 false
Jun 13 07:21:22 frontend: --> SET debian-installer/locale en_US.UTF-8
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> FSET debian-installer/locale seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET console-setup/ask_detect false
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> FSET console-setup/ask_detect seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET console-setup/layoutcode us
Jun 13 07:21:22 frontend: <-- 10 console-setup/layoutcode doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy console-setup/layoutcode
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET console-setup/layoutcode us
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST console-setup/layoutcode ID console-setup/layoutcode
Jun 13 07:21:22 frontend: Adding [ID] -> [console-setup/layoutcode]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET console-setup/layoutcode seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET netcfg/choose_interface auto
Jun 13 07:21:22 frontend: <-- 10 netcfg/choose_interface doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy netcfg/choose_interface
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET netcfg/choose_interface auto
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST netcfg/choose_interface ID netcfg/choose_interface
Jun 13 07:21:22 frontend: Adding [ID] -> [netcfg/choose_interface]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET netcfg/choose_interface seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET netcfg/dhcp_timeout 180
Jun 13 07:21:22 frontend: <-- 10 netcfg/dhcp_timeout doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy netcfg/dhcp_timeout
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET netcfg/dhcp_timeout 180
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST netcfg/dhcp_timeout ID netcfg/dhcp_timeout
Jun 13 07:21:22 frontend: Adding [ID] -> [netcfg/dhcp_timeout]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET netcfg/dhcp_timeout seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET netcfg/get_hostname utah-45865-xenial-server-amd64
Jun 13 07:21:22 frontend: <-- 10 netcfg/get_hostname doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy netcfg/get_hostname
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET netcfg/get_hostname utah-45865-xenial-server-amd64
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST netcfg/get_hostname ID netcfg/get_hostname
Jun 13 07:21:22 frontend: Adding [ID] -> [netcfg/get_hostname]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET netcfg/get_hostname seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET netcfg/get_domain unassigned-domain
Jun 13 07:21:22 frontend: <-- 10 netcfg/get_domain doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy netcfg/get_domain
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET netcfg/get_domain unassigned-domain
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST netcfg/get_domain ID netcfg/get_domain
Jun 13 07:21:22 frontend: Adding [ID] -> [netcfg/get_domain]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET netcfg/get_domain seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET netcfg/wireless_wep
Jun 13 07:21:22 frontend: <-- 10 netcfg/wireless_wep doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy netcfg/wireless_wep
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET netcfg/wireless_wep
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST netcfg/wireless_wep ID netcfg/wireless_wep
Jun 13 07:21:22 frontend: Adding [ID] -> [netcfg/wireless_wep]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET netcfg/wireless_wep seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET mirror/http/proxy None
Jun 13 07:21:22 frontend: <-- 10 mirror/http/proxy doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy mirror/http/proxy
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET mirror/http/proxy None
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST mirror/http/proxy ID mirror/http/proxy
Jun 13 07:21:22 frontend: Adding [ID] -> [mirror/http/proxy]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET mirror/http/proxy seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman-auto/disk /dev/vda
Jun 13 07:21:22 frontend: <-- 10 partman-auto/disk doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman-auto/disk
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman-auto/disk /dev/vda
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman-auto/disk ID partman-auto/disk
Jun 13 07:21:22 frontend: Adding [ID] -> [partman-auto/disk]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman-auto/disk seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman-auto/method regular
Jun 13 07:21:22 frontend: <-- 10 partman-auto/method doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman-auto/method
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman-auto/method regular
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman-auto/method ID partman-auto/method
Jun 13 07:21:22 frontend: Adding [ID] -> [partman-auto/method]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman-auto/method seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman-lvm/device_remove_lvm true
Jun 13 07:21:22 frontend: <-- 10 partman-lvm/device_remove_lvm doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman-lvm/device_remove_lvm
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman-lvm/device_remove_lvm true
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman-lvm/device_remove_lvm ID partman-lvm/device_remove_lvm
Jun 13 07:21:22 frontend: Adding [ID] -> [partman-lvm/device_remove_lvm]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman-lvm/device_remove_lvm seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman-lvm/confirm true
Jun 13 07:21:22 frontend: <-- 10 partman-lvm/confirm doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman-lvm/confirm
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman-lvm/confirm true
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman-lvm/confirm ID partman-lvm/confirm
Jun 13 07:21:22 frontend: Adding [ID] -> [partman-lvm/confirm]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman-lvm/confirm seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman-auto/choose_recipe All files in one partition (recommended for new users)
Jun 13 07:21:22 frontend: <-- 10 partman-auto/choose_recipe doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman-auto/choose_recipe
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman-auto/choose_recipe All files in one partition (recommended for new users)
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman-auto/choose_recipe ID partman-auto/choose_recipe
Jun 13 07:21:22 frontend: Adding [ID] -> [partman-auto/choose_recipe]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman-auto/choose_recipe seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman-partitioning/choose_label msdos
Jun 13 07:21:22 frontend: <-- 10 partman-partitioning/choose_label doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman-partitioning/choose_label
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman-partitioning/choose_label msdos
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman-partitioning/choose_label ID partman-partitioning/choose_label
Jun 13 07:21:22 frontend: Adding [ID] -> [partman-partitioning/choose_label]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman-partitioning/choose_label seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman/confirm_write_new_label true
Jun 13 07:21:22 frontend: <-- 10 partman/confirm_write_new_label doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman/confirm_write_new_label
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman/confirm_write_new_label true
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman/confirm_write_new_label ID partman/confirm_write_new_label
Jun 13 07:21:22 frontend: Adding [ID] -> [partman/confirm_write_new_label]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman/confirm_write_new_label seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman/choose_partition Finish partitioning and write changes to disk
Jun 13 07:21:22 frontend: <-- 10 partman/choose_partition doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman/choose_partition
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman/choose_partition Finish partitioning and write changes to disk
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman/choose_partition ID partman/choose_partition
Jun 13 07:21:22 frontend: Adding [ID] -> [partman/choose_partition]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman/choose_partition seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman/confirm true
Jun 13 07:21:22 frontend: <-- 10 partman/confirm doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman/confirm
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman/confirm true
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman/confirm ID partman/confirm
Jun 13 07:21:22 frontend: Adding [ID] -> [partman/confirm]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman/confirm seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman/confirm_nooverwrite true
Jun 13 07:21:22 frontend: <-- 10 partman/confirm_nooverwrite doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman/confirm_nooverwrite
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman/confirm_nooverwrite true
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman/confirm_nooverwrite ID partman/confirm_nooverwrite
Jun 13 07:21:22 frontend: Adding [ID] -> [partman/confirm_nooverwrite]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman/confirm_nooverwrite seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET partman-lvm/confirm_nooverwrite true
Jun 13 07:21:22 frontend: <-- 10 partman-lvm/confirm_nooverwrite doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy partman-lvm/confirm_nooverwrite
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET partman-lvm/confirm_nooverwrite true
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST partman-lvm/confirm_nooverwrite ID partman-lvm/confirm_nooverwrite
Jun 13 07:21:22 frontend: Adding [ID] -> [partman-lvm/confirm_nooverwrite]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET partman-lvm/confirm_nooverwrite seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET clock-setup/utc true
Jun 13 07:21:22 frontend: <-- 10 clock-setup/utc doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy clock-setup/utc
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET clock-setup/utc true
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST clock-setup/utc ID clock-setup/utc
Jun 13 07:21:22 frontend: Adding [ID] -> [clock-setup/utc]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET clock-setup/utc seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET clock-setup/utc-auto true
Jun 13 07:21:22 frontend: <-- 10 clock-setup/utc-auto doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy clock-setup/utc-auto
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET clock-setup/utc-auto true
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST clock-setup/utc-auto ID clock-setup/utc-auto
Jun 13 07:21:22 frontend: Adding [ID] -> [clock-setup/utc-auto]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET clock-setup/utc-auto seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET time/zone US/Eastern
Jun 13 07:21:22 frontend: <-- 10 time/zone doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy time/zone
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET time/zone US/Eastern
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST time/zone ID time/zone
Jun 13 07:21:22 frontend: Adding [ID] -> [time/zone]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET time/zone seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET apt-setup/security_host
Jun 13 07:21:22 frontend: <-- 10 apt-setup/security_host doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy apt-setup/security_host
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET apt-setup/security_host
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST apt-setup/security_host ID apt-setup/security_host
Jun 13 07:21:22 frontend: Adding [ID] -> [apt-setup/security_host]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET apt-setup/security_host seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET passwd/user-fullname UTAH
Jun 13 07:21:22 frontend: <-- 10 passwd/user-fullname doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy passwd/user-fullname
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET passwd/user-fullname UTAH
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST passwd/user-fullname ID passwd/user-fullname
Jun 13 07:21:22 frontend: Adding [ID] -> [passwd/user-fullname]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET passwd/user-fullname seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET passwd/username utah
Jun 13 07:21:22 frontend: <-- 10 passwd/username doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy passwd/username
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET passwd/username utah
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST passwd/username ID passwd/username
Jun 13 07:21:22 frontend: Adding [ID] -> [passwd/username]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET passwd/username seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET passwd/user-password !ubuntu123
Jun 13 07:21:22 frontend: <-- 10 passwd/user-password doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy passwd/user-password
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET passwd/user-password !ubuntu123
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST passwd/user-password ID passwd/user-password
Jun 13 07:21:22 frontend: Adding [ID] -> [passwd/user-password]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET passwd/user-password seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET passwd/user-password-again !ubuntu123
Jun 13 07:21:22 frontend: <-- 10 passwd/user-password-again doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy passwd/user-password-again
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET passwd/user-password-again !ubuntu123
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST passwd/user-password-again ID passwd/user-password-again
Jun 13 07:21:22 frontend: Adding [ID] -> [passwd/user-password-again]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET passwd/user-password-again seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET debian-installer/splash false
Jun 13 07:21:22 frontend: <-- 10 debian-installer/splash doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy debian-installer/splash
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET debian-installer/splash false
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST debian-installer/splash ID debian-installer/splash
Jun 13 07:21:22 frontend: Adding [ID] -> [debian-installer/splash]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET debian-installer/splash seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET base-installer/kernel/override-image linux-server
Jun 13 07:21:22 frontend: <-- 10 base-installer/kernel/override-image doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy base-installer/kernel/override-image
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET base-installer/kernel/override-image linux-server
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST base-installer/kernel/override-image ID base-installer/kernel/override-image
Jun 13 07:21:22 frontend: Adding [ID] -> [base-installer/kernel/override-image]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET base-installer/kernel/override-image seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET grub-installer/only_debian true
Jun 13 07:21:22 frontend: <-- 10 grub-installer/only_debian doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy grub-installer/only_debian
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET grub-installer/only_debian true
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST grub-installer/only_debian ID grub-installer/only_debian
Jun 13 07:21:22 frontend: Adding [ID] -> [grub-installer/only_debian]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET grub-installer/only_debian seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET grub-installer/with_other_os true
Jun 13 07:21:22 frontend: <-- 10 grub-installer/with_other_os doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy grub-installer/with_other_os
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET grub-installer/with_other_os true
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST grub-installer/with_other_os ID grub-installer/with_other_os
Jun 13 07:21:22 frontend: Adding [ID] -> [grub-installer/with_other_os]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET grub-installer/with_other_os seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET grub-installer/timeout 2
Jun 13 07:21:22 frontend: <-- 10 grub-installer/timeout doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy grub-installer/timeout
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET grub-installer/timeout 2
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST grub-installer/timeout ID grub-installer/timeout
Jun 13 07:21:22 frontend: Adding [ID] -> [grub-installer/timeout]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET grub-installer/timeout seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET tasksel/first server, samba-server
Jun 13 07:21:22 frontend: <-- 10 tasksel/first doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy tasksel/first
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET tasksel/first server, samba-server
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST tasksel/first ID tasksel/first
Jun 13 07:21:22 frontend: Adding [ID] -> [tasksel/first]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET tasksel/first seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET pkgsel/include openssh-server python-yaml bzr git gdebi-core python3-software-properties software-properties-common
Jun 13 07:21:22 frontend: <-- 10 pkgsel/include doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy pkgsel/include
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET pkgsel/include openssh-server python-yaml bzr git gdebi-core python3-software-properties software-properties-common
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST pkgsel/include ID pkgsel/include
Jun 13 07:21:22 frontend: Adding [ID] -> [pkgsel/include]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET pkgsel/include seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET pkgsel/update-policy No automatic updates
Jun 13 07:21:22 frontend: <-- 10 pkgsel/update-policy doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy pkgsel/update-policy
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET pkgsel/update-policy No automatic updates
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST pkgsel/update-policy ID pkgsel/update-policy
Jun 13 07:21:22 frontend: Adding [ID] -> [pkgsel/update-policy]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET pkgsel/update-policy seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET pkgsel/language-pack-patterns
Jun 13 07:21:22 frontend: <-- 10 pkgsel/language-pack-patterns doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy pkgsel/language-pack-patterns
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET pkgsel/language-pack-patterns
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST pkgsel/language-pack-patterns ID pkgsel/language-pack-patterns
Jun 13 07:21:22 frontend: Adding [ID] -> [pkgsel/language-pack-patterns]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET pkgsel/language-pack-patterns seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET pkgsel/install-language-support false
Jun 13 07:21:22 frontend: <-- 10 pkgsel/install-language-support doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy pkgsel/install-language-support
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET pkgsel/install-language-support false
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST pkgsel/install-language-support ID pkgsel/install-language-support
Jun 13 07:21:22 frontend: Adding [ID] -> [pkgsel/install-language-support]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET pkgsel/install-language-support seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET finish-install/reboot_in_progress
Jun 13 07:21:22 frontend: <-- 10 finish-install/reboot_in_progress doesn't exist
Jun 13 07:21:22 frontend: --> REGISTER debian-installer/dummy finish-install/reboot_in_progress
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> SET finish-install/reboot_in_progress
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SUBST finish-install/reboot_in_progress ID finish-install/reboot_in_progress
Jun 13 07:21:22 frontend: Adding [ID] -> [finish-install/reboot_in_progress]
Jun 13 07:21:22 frontend: <-- 0
Jun 13 07:21:22 frontend: --> FSET finish-install/reboot_in_progress seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 frontend: --> SET preseed/late_command sh latecommand-wrapper || logger -s -t utah "Late command failure detected" 2>>/target/var/log/utah-install
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> FSET preseed/late_command seen true
Jun 13 07:21:22 frontend: <-- 0 true
Jun 13 07:21:22 preseed: successfully loaded preseed file from file:///preseed.cfg
Jun 13 07:21:22 frontend: --> GET preseed/include
Jun 13 07:21:22 frontend: <-- 0 
Jun 13 07:21:22 frontend: --> GET preseed/include_command
Jun 13 07:21:22 frontend: <-- 0 
Jun 13 07:21:22 frontend: --> GET preseed/include/checksum
Jun 13 07:21:22 frontend: <-- 0 
Jun 13 07:21:22 frontend: --> GET preseed/run
Jun 13 07:21:22 frontend: <-- 0 
Jun 13 07:21:22 frontend: --> SET preseed/include
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SET preseed/include_command
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> SET preseed/run
Jun 13 07:21:22 frontend: <-- 0 value set
Jun 13 07:21:22 frontend: --> GET preseed/early_command
Jun 13 07:21:22 frontend: <-- 0 
Jun 13 07:21:22 frontend: Question database /var/lib/cdebconf/passwords.dat clean; not saving
Jun 13 07:21:22 frontend: Template database /var/lib/cdebconf/templates.dat clean; not saving
Jun 13 07:21:22 frontend: Adding [ID] -> [apt-setup/security_host]
Jun 13 07:21:22 frontend: Adding [ID] -> [base-installer/kernel/override-image]
Jun 13 07:21:22 frontend: Adding [ID] -> [clock-setup/utc]
Jun 13 07:21:22 frontend: Adding [ID] -> [clock-setup/utc-auto]
Jun 13 07:21:22 frontend: Adding [ID] -> [console-setup/layoutcode]
Jun 13 07:21:22 frontend: Adding [ID] -> [debian-installer/splash]
Jun 13 07:21:22 frontend: Adding [ID] -> [finish-install/reboot_in_progress]
Jun 13 07:21:22 frontend: Adding [ID] -> [grub-installer/only_debian]
Jun 13 07:21:22 frontend: Adding [ID] -> [grub-installer/timeout]
Jun 13 07:21:22 frontend: Adding [ID] -> [grub-installer/with_other_os]
Jun 13 07:21:22 frontend: Adding [ID] -> [mirror/http/proxy]
Jun 13 07:21:22 frontend: Adding [ID] -> [netcfg/choose_interface]
Jun 13 07:21:22 frontend: Adding [ID] -> [netcfg/dhcp_timeout]
Jun 13 07:21:22 frontend: Adding [ID] -> [netcfg/get_domain]
Jun 13 07:21:22
Download as text