ubuntuusers.de

Unbenannt

Autor:
Basinator
Datum:
29. November 2017 22:34
Code:
  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
[    0.017089] mce: CPU supports 6 MCE banks
[    0.017098] CPU0: Thermal monitoring enabled (TM2)
[    0.017104] process: using mwait in idle threads
[    0.017110] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.017110] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32
[    0.017110] tlb_flushall_shift: -1
[    0.017239] Freeing SMP alternatives memory: 32K (ffffffff81e6f000 - ffffffff81e77000)
[    0.019125] ACPI: Core revision 20131115
[    0.023892] ACPI: All ACPI Tables successfully acquired
[    0.024008] ftrace: allocating 28678 entries in 113 pages
[    0.040292] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.079989] smpboot: CPU0: Intel(R) Pentium(R) Dual  CPU  T3200  @ 2.00GHz (fam: 06, model: 0f, stepping: 0d)
[    0.080000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.080000] perf_event_intel: PEBS disabled due to CPU errata
[    0.080000] ... version:                2
[    0.080000] ... bit width:              40
[    0.080000] ... generic registers:      2
[    0.080000] ... value mask:             000000ffffffffff
[    0.080000] ... max period:             000000007fffffff
[    0.080000] ... fixed-purpose events:   3
[    0.080000] ... event mask:             0000000700000003
[    0.080000] x86: Booting SMP configuration:
[    0.080000] .... node  #0, CPUs:      #1
[    0.091823] x86: Booted up 1 node, 2 CPUs
[    0.091828] smpboot: Total of 2 processors activated (7979.84 BogoMIPS)
[    0.091927] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.092133] devtmpfs: initialized
[    0.098279] EVM: security.selinux
[    0.098281] EVM: security.SMACK64
[    0.098283] EVM: security.ima
[    0.098284] EVM: security.capability
[    0.100031] PM: Registering ACPI NVS region [mem 0xbdb63000-0xbdb9efff] (245760 bytes)
[    0.101332] pinctrl core: initialized pinctrl subsystem
[    0.101440] regulator-dummy: no parameters
[    0.101481] RTC time: 21:04:19, date: 11/29/17
[    0.101533] NET: Registered protocol family 16
[    0.101705] cpuidle: using governor ladder
[    0.101707] cpuidle: using governor menu
[    0.101756] ACPI: bus type PCI registered
[    0.101759] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.101848] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.101851] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.140318] PCI: Using configuration type 1 for base access
[    0.141747] bio: create slab <bio-0> at 0
[    0.141747] ACPI: Added _OSI(Module Device)
[    0.141747] ACPI: Added _OSI(Processor Device)
[    0.141747] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.141747] ACPI: Added _OSI(Processor Aggregator Device)
[    0.143134] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.143861] ACPI: SSDT 00000000bdb1ac20 000265 (v01  PmRef  Cpu0Ist 00003000 INTL 20050624)
[    0.144240] ACPI: Dynamic OEM Table Load:
[    0.144243] ACPI: SSDT           (null) 000265 (v01  PmRef  Cpu0Ist 00003000 INTL 20050624)
[    0.144366] ACPI: SSDT 00000000bdb18620 000549 (v01  PmRef  Cpu0Cst 00003001 INTL 20050624)
[    0.144710] ACPI: Dynamic OEM Table Load:
[    0.144713] ACPI: SSDT           (null) 000549 (v01  PmRef  Cpu0Cst 00003001 INTL 20050624)
[    0.156274] ACPI: SSDT 00000000bdb19ca0 0001CF (v01  PmRef    ApIst 00003000 INTL 20050624)
[    0.156652] ACPI: Dynamic OEM Table Load:
[    0.156655] ACPI: SSDT           (null) 0001CF (v01  PmRef    ApIst 00003000 INTL 20050624)
[    0.160088] ACPI: SSDT 00000000bdb19f20 00008D (v01  PmRef    ApCst 00003000 INTL 20050624)
[    0.160445] ACPI: Dynamic OEM Table Load:
[    0.160448] ACPI: SSDT           (null) 00008D (v01  PmRef    ApCst 00003000 INTL 20050624)
[    0.164341] ACPI: Interpreter enabled
[    0.164350] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.164356] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.164373] ACPI: (supports S0 S3 S4 S5)
[    0.164376] ACPI: Using IOAPIC for interrupt routing
[    0.164413] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.164554] ACPI: No dock devices found.
[    0.239928] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.239937] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.239944] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.240725] PCI host bridge to bus 0000:00
[    0.240730] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.240733] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.240735] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.240738] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.240740] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
[    0.240743] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
[    0.240745] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.240748] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
[    0.240760] pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
[    0.240790] DMAR: Forcing write-buffer flush capability
[    0.240792] DMAR: Disabling IOMMU for graphics on this chipset
[    0.240889] pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
[    0.240907] pci 0000:00:02.0: reg 0x10: [mem 0xf4000000-0xf43fffff 64bit]
[    0.240918] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.240925] pci 0000:00:02.0: reg 0x20: [io  0x1800-0x1807]
[    0.241047] pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
[    0.241062] pci 0000:00:02.1: reg 0x10: [mem 0xf4400000-0xf44fffff 64bit]
[    0.241236] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
[    0.241311] pci 0000:00:1a.0: reg 0x20: [io  0x1820-0x183f]
[    0.241464] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
[    0.241527] pci 0000:00:1a.1: reg 0x20: [io  0x1840-0x185f]
[    0.241664] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
[    0.241725] pci 0000:00:1a.2: reg 0x20: [io  0x1860-0x187f]
[    0.241849] pci 0000:00:1a.2: System wakeup disabled by ACPI
[    0.241911] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
[    0.241941] pci 0000:00:1a.7: reg 0x10: [mem 0xf4a04800-0xf4a04bff]
[    0.242066] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[    0.242130] pci 0000:00:1a.7: System wakeup disabled by ACPI
[    0.242182] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
[    0.242205] pci 0000:00:1b.0: reg 0x10: [mem 0xf4a00000-0xf4a03fff 64bit]
[    0.242320] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.242385] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.242431] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
[    0.242552] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.242659] pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
[    0.242777] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.242846] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.242892] pci 0000:00:1c.2: [8086:2944] type 01 class 0x060400
[    0.243009] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.243118] pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
[    0.243236] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.243303] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.243350] pci 0000:00:1c.5: [8086:294a] type 01 class 0x060400
[    0.243471] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.243582] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
[    0.243659] pci 0000:00:1d.0: reg 0x20: [io  0x1880-0x189f]
[    0.243795] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.243842] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
[    0.243902] pci 0000:00:1d.1: reg 0x20: [io  0x18a0-0x18bf]
[    0.244054] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
[    0.244117] pci 0000:00:1d.2: reg 0x20: [io  0x18c0-0x18df]
[    0.244241] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.244303] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
[    0.244331] pci 0000:00:1d.7: reg 0x10: [mem 0xf4a04c00-0xf4a04fff]
[    0.244456] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.244520] pci 0000:00:1d.7: System wakeup disabled by ACPI
[    0.244566] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.244700] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.244749] pci 0000:00:1f.0: [8086:2919] type 00 class 0x060100
[    0.244991] pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
[    0.245024] pci 0000:00:1f.2: reg 0x10: [io  0x1818-0x181f]
[    0.245037] pci 0000:00:1f.2: reg 0x14: [io  0x180c-0x180f]
[    0.245050] pci 0000:00:1f.2: reg 0x18: [io  0x1810-0x1817]
[    0.245064] pci 0000:00:1f.2: reg 0x1c: [io  0x1808-0x180b]
[    0.245077] pci 0000:00:1f.2: reg 0x20: [io  0x18e0-0x18ff]
[    0.245090] pci 0000:00:1f.2: reg 0x24: [mem 0xf4a04000-0xf4a047ff]
[    0.245173] pci 0000:00:1f.2: PME# supported from D3hot
[    0.245272] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
[    0.245295] pci 0000:00:1f.3: reg 0x10: [mem 0x00000000-0x000000ff 64bit]
[    0.245331] pci 0000:00:1f.3: reg 0x20: [io  0x1c00-0x1c1f]
[    0.245626] pci 0000:02:00.0: [197b:2382] type 00 class 0x088000
[    0.245660] pci 0000:02:00.0: reg 0x10: [mem 0xf4500000-0xf45000ff]
[    0.245795] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[    0.246038] pci 0000:02:00.2: [197b:2381] type 00 class 0x080501
[    0.246072] pci 0000:02:00.2: reg 0x10: [mem 0xf4500400-0xf45004ff]
[    0.246414] pci 0000:02:00.3: [197b:2383] type 00 class 0x088000
[    0.246448] pci 0000:02:00.3: reg 0x10: [mem 0xf4500800-0xf45008ff]
[    0.252055] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.252064] pci 0000:00:1c.0:   bridge window [mem 0xf4500000-0xf45fffff]
[    0.252168] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.252366] pci 0000:04:00.0: [8086:4237] type 00 class 0x028000
[    0.252435] pci 0000:04:00.0: reg 0x10: [mem 0xf4700000-0xf4701fff 64bit]
[    0.252670] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.260045] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.260054] pci 0000:00:1c.2:   bridge window [mem 0xf4700000-0xf47fffff]
[    0.260168] acpiphp: Slot [1] registered
[    0.260176] pci 0000:00:1c.3: PCI bridge to [bus 05-06]
[    0.260182] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
[    0.260187] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf3ffffff]
[    0.260196] pci 0000:00:1c.3:   bridge window [mem 0xf6000000-0xf7ffffff 64bit pref]
[    0.260398] pci 0000:07:00.0: [14e4:1713] type 00 class 0x020000
[    0.260468] pci 0000:07:00.0: reg 0x10: [mem 0xf4600000-0xf460ffff 64bit]
[    0.260877] pci 0000:07:00.0: PME# supported from D3hot D3cold
[    0.260936] pci 0000:07:00.0: System wakeup disabled by ACPI
[    0.261088] pci 0000:00:1c.5: PCI bridge to [bus 07]
[    0.261097] pci 0000:00:1c.5:   bridge window [mem 0xf4600000-0xf46fffff]
[    0.261208] pci 0000:00:1e.0: PCI bridge to [bus 08] (subtractive decode)
[    0.261223] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.261226] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    0.261228] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.261231] pci 0000:00:1e.0:   bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
[    0.261233] pci 0000:00:1e.0:   bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
[    0.261236] pci 0000:00:1e.0:   bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
[    0.261238] pci 0000:00:1e.0:   bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
[    0.284266] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.284335] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.284401] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 *3 4 5 6 7 10 12 14 15)
[    0.284473] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.284539] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 *7 10 12 14 15)
[    0.284604] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.284669] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.284738] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 *4 5 6 7 11 12 14 15)
[    0.284951] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.284963] ACPI: \_SB_.PCI0: notify handler is installed
[    0.285017] Found 1 acpi root devices
[    0.285202] ACPI : EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[    0.285335] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.285335] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.285335] vgaarb: loaded
[    0.285335] vgaarb: bridge control possible 0000:00:02.0
[    0.285335] SCSI subsystem initialized
[    0.285335] libata version 3.00 loaded.
[    0.285335] ACPI: bus type USB registered
[    0.285335] usbcore: registered new interface driver usbfs
[    0.285335] usbcore: registered new interface driver hub
[    0.285335] usbcore: registered new device driver usb
[    0.285335] PCI: Using ACPI for IRQ routing
[    0.297351] PCI: pci_cache_line_size set to 64 bytes
[    0.297573] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff]
[    0.297575] e820: reserve RAM buffer [mem 0xbd6b3000-0xbfffffff]
[    0.297578] e820: reserve RAM buffer [mem 0xbd7b2000-0xbfffffff]
[    0.297581] e820: reserve RAM buffer [mem 0xbd90b000-0xbfffffff]
[    0.297583] e820: reserve RAM buffer [mem 0xbdb18000-0xbfffffff]
[    0.297585] e820: reserve RAM buffer [mem 0xbdb63000-0xbfffffff]
[    0.297711] NetLabel: Initializing
[    0.297713] NetLabel:  domain hash size = 128
[    0.297715] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.297737] NetLabel:  unlabeled traffic allowed by default
[    0.297757] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[    0.297757] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[    0.297757] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[    0.300051] Switched to clocksource hpet
[    0.308851] AppArmor: AppArmor Filesystem Enabled
[    0.308902] pnp: PnP ACPI init
[    0.308926] ACPI: bus type PNP registered
[    0.309134] pnp 00:00: [dma 4]
[    0.309176] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.309208] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[    0.309365] system 00:02: [mem 0xfed00000-0xfed003ff] has been reserved
[    0.309370] system 00:02: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
[    0.309422] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[    0.309544] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.309548] system 00:04: [io  0xffff] has been reserved
[    0.309551] system 00:04: [io  0xffff] has been reserved
[    0.309554] system 00:04: [io  0xffff] has been reserved
[    0.309557] system 00:04: [io  0x0400-0x047f] could not be reserved
[    0.309560] system 00:04: [io  0x0480-0x048f] has been reserved
[    0.309563] system 00:04: [io  0x1180-0x11ff] has been reserved
[    0.309566] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.309569] system 00:04: [io  0xfe00] has been reserved
[    0.309572] system 00:04: [io  0xff00-0xff7f] has been reserved
[    0.309576] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.309613] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.332100] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
[    0.332158] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.332387] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.332390] system 00:08: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.332394] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.332397] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.332400] system 00:08: [mem 0xe0000000-0xefffffff] has been reserved
[    0.332402] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.332406] system 00:08: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.332412] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.332416] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.332553] pnp: PnP ACPI: found 9 devices
[    0.332555] ACPI: bus type PNP unregistered
[    0.339703] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.339710] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x001fffff pref] to [bus 02] add_size 200000
[    0.339723] pci 0000:00:1c.1: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
[    0.339727] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
[    0.339730] pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000
[    0.339744] pci 0000:00:1c.2: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
[    0.339747] pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
[    0.339769] pci 0000:00:1c.5: bridge window [io  0x1000-0x0fff] to [bus 07] add_size 1000
[    0.339772] pci 0000:00:1c.5: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 07] add_size 200000
[    0.339798] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000
[    0.339801] pci 0000:00:1c.1: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
[    0.339804] pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.339807] pci 0000:00:1c.2: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.339810] pci 0000:00:1c.5: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
[    0.339813] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.339816] pci 0000:00:1c.1: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.339819] pci 0000:00:1c.2: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.339822] pci 0000:00:1c.5: res[13]=[io  0x1000-0x0fff] get_res_add_size add_size 1000
[    0.339830] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0000000-0xc02fffff pref]
[    0.339834] pci 0000:00:1c.1: BAR 14: assigned [mem 0xc0300000-0xc04fffff]
[    0.339838] pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0500000-0xc06fffff 64bit pref]
[    0.339842] pci 0000:00:1c.2: BAR 15: assigned [mem 0xc0700000-0xc08fffff 64bit pref]
[    0.339846] pci 0000:00:1c.5: BAR 15: assigned [mem 0xc0900000-0xc0afffff 64bit pref]
[    0.339850] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.339853] pci 0000:00:1c.1: BAR 13: assigned [io  0x4000-0x4fff]
[    0.339856] pci 0000:00:1c.2: BAR 13: assigned [io  0x5000-0x5fff]
[    0.339860] pci 0000:00:1c.5: BAR 13: assigned [io  0x6000-0x6fff]
[    0.339864] pci 0000:00:1f.3: BAR 0: assigned [mem 0xc0b00000-0xc0b000ff 64bit]
[    0.339883] pci 0000:02:00.0: BAR 6: assigned [mem 0xc0000000-0xc000ffff pref]
[    0.339886] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.339890] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.339897] pci 0000:00:1c.0:   bridge window [mem 0xf4500000-0xf45fffff]
[    0.339902] pci 0000:00:1c.0:   bridge window [mem 0xc0000000-0xc02fffff pref]
[    0.339911] pci 0000:00:1c.1: PCI bridge to [bus 03]
[    0.339915] pci 0000:00:1c.1:   bridge window [io  0x4000-0x4fff]
[    0.339922] pci 0000:00:1c.1:   bridge window [mem 0xc0300000-0xc04fffff]
[    0.339928] pci 0000:00:1c.1:   bridge window [mem 0xc0500000-0xc06fffff 64bit pref]
[    0.339936] pci 0000:00:1c.2: PCI bridge to [bus 04]
[    0.339940] pci 0000:00:1c.2:   bridge window [io  0x5000-0x5fff]
[    0.339947] pci 0000:00:1c.2:   bridge window [mem 0xf4700000-0xf47fffff]
[    0.339953] pci 0000:00:1c.2:   bridge window [mem 0xc0700000-0xc08fffff 64bit pref]
[    0.339961] pci 0000:00:1c.3: PCI bridge to [bus 05-06]
[    0.339965] pci 0000:00:1c.3:   bridge window [io  0x2000-0x2fff]
[    0.339972] pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf3ffffff]
[    0.339978] pci 0000:00:1c.3:   bridge window [mem 0xf6000000-0xf7ffffff 64bit pref]
[    0.339987] pci 0000:00:1c.5: PCI bridge to [bus 07]
[    0.339991] pci 0000:00:1c.5:   bridge window [io  0x6000-0x6fff]
[    0.339997] pci 0000:00:1c.5:   bridge window [mem 0xf4600000-0xf46fffff]
[    0.340013] pci 0000:00:1c.5:   bridge window [mem 0xc0900000-0xc0afffff 64bit pref]
[    0.340021] pci 0000:00:1e.0: PCI bridge to [bus 08]
[    0.340039] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.340041] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.340044] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.340046] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.340049] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.340051] pci_bus 0000:00: resource 9 [mem 0x000e0000-0x000e3fff]
[    0.340053] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xfebfffff]
[    0.340056] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.340059] pci_bus 0000:02: resource 1 [mem 0xf4500000-0xf45fffff]
[    0.340061] pci_bus 0000:02: resource 2 [mem 0xc0000000-0xc02fffff pref]
[    0.340064] pci_bus 0000:03: resource 0 [io  0x4000-0x4fff]
[    0.340066] pci_bus 0000:03: resource 1 [mem 0xc0300000-0xc04fffff]
[    0.340069] pci_bus 0000:03: resource 2 [mem 0xc0500000-0xc06fffff 64bit pref]
[    0.340072] pci_bus 0000:04: resource 0 [io  0x5000-0x5fff]
[    0.340074] pci_bus 0000:04: resource 1 [mem 0xf4700000-0xf47fffff]
[    0.340077] pci_bus 0000:04: resource 2 [mem 0xc0700000-0xc08fffff 64bit pref]
[    0.340079] pci_bus 0000:05: resource 0 [io  0x2000-0x2fff]
[    0.340082] pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf3ffffff]
[    0.340085] pci_bus 0000:05: resource 2 [mem 0xf6000000-0xf7ffffff 64bit pref]
[    0.340087] pci_bus 0000:07: resource 0 [io  0x6000-0x6fff]
[    0.340090] pci_bus 0000:07: resource 1 [mem 0xf4600000-0xf46fffff]
[    0.340092] pci_bus 0000:07: resource 2 [mem 0xc0900000-0xc0afffff 64bit pref]
[    0.340095] pci_bus 0000:08: resource 4 [io  0x0000-0x0cf7]
[    0.340097] pci_bus 0000:08: resource 5 [io  0x0d00-0xffff]
[    0.340100] pci_bus 0000:08: resource 6 [mem 0x000a0000-0x000bffff]
[    0.340102] pci_bus 0000:08: resource 7 [mem 0x000d4000-0x000d7fff]
[    0.340105] pci_bus 0000:08: resource 8 [mem 0x000d8000-0x000dbfff]
[    0.340107] pci_bus 0000:08: resource 9 [mem 0x000e0000-0x000e3fff]
[    0.340109] pci_bus 0000:08: resource 10 [mem 0xc0000000-0xfebfffff]
[    0.340159] NET: Registered protocol family 2
[    0.340424] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.340594] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.340806] TCP: Hash tables configured (established 32768 bind 32768)
[    0.340890] TCP: reno registered
[    0.340909] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.340947] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.341099] NET: Registered protocol family 1
[    0.341129] pci 0000:00:02.0: Video device with shadowed ROM
[    0.342426] PCI: CLS 64 bytes, default 64
[    0.342563] Trying to unpack rootfs image as initramfs...
[    0.778664] Freeing initrd memory: 19560K (ffff8800359bc000 - ffff880036cd6000)
[    0.778811] Simple Boot Flag at 0x36 set to 0x1
[    0.778996] microcode: CPU0 sig=0x6fd, pf=0x80, revision=0xa3
[    0.779001] microcode: CPU1 sig=0x6fd, pf=0x80, revision=0xa3
[    0.779097] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.779100] Scanning for low memory corruption every 60 seconds
[    0.779379] Initialise system trusted keyring
[    0.779445] audit: initializing netlink socket (disabled)
[    0.779463] type=2000 audit(1511989459.776:1): initialized
[    0.813975] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.815565] zbud: loaded
[    0.815744] VFS: Disk quotas dquot_6.5.2
[    0.815800] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.816499] fuse init (API version 7.22)
[    0.816608] msgmni has been set to 5936
[    0.816688] Key type big_key registered
[    0.817152] Key type asymmetric registered
[    0.817155] Asymmetric key parser 'x509' registered
[    0.817204] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.817245] io scheduler noop registered
[    0.817248] io scheduler deadline registered (default)
[    0.817284] io scheduler cfq registered
[    0.817552] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
[    0.817736] pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
[    0.817904] pcieport 0000:00:1c.2: irq 42 for MSI/MSI-X
[    0.818073] pcieport 0000:00:1c.3: irq 43 for MSI/MSI-X
[    0.818237] pcieport 0000:00:1c.5: irq 44 for MSI/MSI-X
[    0.818345] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.818365] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.818423] vesafb: mode is 1280x800x32, linelength=5120, pages=0
[    0.818425] vesafb: scrolling: redraw
[    0.818427] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.819703] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90010780000, using 4032k, total 4032k
[    0.823047] Console: switching to colour frame buffer device 160x50
[    0.826258] fb0: VESA VGA frame buffer device
[    0.826291] intel_idle: does not run on family 6 model 15
[    0.826299] ipmi message handler version 39.2
[    0.828215] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.830846] ACPI: AC Adapter [ACAD] (on-line)
[    0.830977] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    0.831004] ACPI: Lid Switch [LID0]
[    0.831048] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.831054] ACPI: Power Button [PWRB]
[    0.831116] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.831120] ACPI: Power Button [PWRF]
[    0.834968] Monitor-Mwait will be used to enter C-1 state
[    0.834975] Monitor-Mwait will be used to enter C-2 state
[    0.834978] tsc: Marking TSC unstable due to TSC halts in idle
[    0.834984] ACPI: acpi_idle registered with cpuidle
[    0.840185] ACPI: Invalid active0 threshold
[    0.845349] thermal LNXTHERM:00: registered as thermal_zone0
[    0.845352] ACPI: Thermal Zone [TZ00] (60 C)
[    0.845420] GHES: HEST is not enabled!
[    0.845599] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.986508] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    0.986518] ACPI: Battery Slot [BAT1] (battery present)
[    0.986653] Linux agpgart interface v0.103
[    0.986780] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
[    0.986891] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    0.987506] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    0.987699] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.989743] brd: module loaded
[    0.990804] loop: module loaded
[    0.991345] libphy: Fixed MDIO Bus: probed
[    0.991463] tun: Universal TUN/TAP device driver, 1.6
[    0.991465] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    0.991546] PPP generic driver version 2.4.2
[    0.991616] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.991622] ehci-pci: EHCI PCI platform driver
[    0.991803] ehci-pci 0000:00:1a.7: EHCI Host Controller
[    0.991812] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    0.991830] ehci-pci 0000:00:1a.7: debug port 1
[    0.995731] ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
[    0.995765] ehci-pci 0000:00:1a.7: irq 20, io mem 0xf4a04800
[    1.004024] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    1.004088] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.004091] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.004094] usb usb1: Product: EHCI Host Controller
[    1.004097] usb usb1: Manufacturer: Linux 3.13.0-135-generic ehci_hcd
[    1.004100] usb usb1: SerialNumber: 0000:00:1a.7
[    1.004252] hub 1-0:1.0: USB hub found
[    1.004263] hub 1-0:1.0: 6 ports detected
[    1.004551] ehci-pci 0000:00:1d.7: EHCI Host Controller
[    1.004559] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    1.004576] ehci-pci 0000:00:1d.7: debug port 1
[    1.008491] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.008519] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf4a04c00
[    1.020059] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    1.020114] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.020117] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.020120] usb usb2: Product: EHCI Host Controller
[    1.020122] usb usb2: Manufacturer: Linux 3.13.0-135-generic ehci_hcd
[    1.020125] usb usb2: SerialNumber: 0000:00:1d.7
[    1.020273] hub 2-0:1.0: USB hub found
[    1.020282] hub 2-0:1.0: 6 ports detected
[    1.020457] ehci-platform: EHCI generic platform driver
[    1.020472] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.020473] ohci-pci: OHCI PCI platform driver
[    1.020490] ohci-platform: OHCI generic platform driver
[    1.020499] uhci_hcd: USB Universal Host Controller Interface driver
[    1.020611] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    1.020618] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    1.020663] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[    1.020723] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    1.020726] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.020729] usb usb3: Product: UHCI Host Controller
[    1.020732] usb usb3: Manufacturer: Linux 3.13.0-135-generic uhci_hcd
[    1.020734] usb usb3: SerialNumber: 0000:00:1a.0
[    1.020887] hub 3-0:1.0: USB hub found
[    1.020895] hub 3-0:1.0: 2 ports detected
[    1.021086] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    1.021093] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    1.021141] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[    1.021200] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    1.021203] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.021206] usb usb4: Product: UHCI Host Controller
[    1.021209] usb usb4: Manufacturer: Linux 3.13.0-135-generic uhci_hcd
[    1.021211] usb usb4: SerialNumber: 0000:00:1a.1
[    1.021362] hub 4-0:1.0: USB hub found
[    1.021370] hub 4-0:1.0: 2 ports detected
[    1.021557] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    1.021565] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    1.021596] uhci_hcd 0000:00:1a.2: irq 20, io base 0x00001860
[    1.021656] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[    1.021659] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.021662] usb usb5: Product: UHCI Host Controller
[    1.021665] usb usb5: Manufacturer: Linux 3.13.0-135-generic uhci_hcd
[    1.021667] usb usb5: SerialNumber: 0000:00:1a.2
[    1.021821] hub 5-0:1.0: USB hub found
[    1.021829] hub 5-0:1.0: 2 ports detected
[    1.022026] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    1.022037] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    1.022068] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001880
[    1.022130] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[    1.022133] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.022136] usb usb6: Product: UHCI Host Controller
[    1.022138] usb usb6: Manufacturer: Linux 3.13.0-135-generic uhci_hcd
[    1.022141] usb usb6: SerialNumber: 0000:00:1d.0
[    1.022285] hub 6-0:1.0: USB hub found
[    1.022293] hub 6-0:1.0: 2 ports detected
[    1.022477] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    1.022488] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    1.022530] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018a0
[    1.022589] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.022592] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.022595] usb usb7: Product: UHCI Host Controller
[    1.022597] usb usb7: Manufacturer: Linux 3.13.0-135-generic uhci_hcd
[    1.022600] usb usb7: SerialNumber: 0000:00:1d.1
[    1.022733] hub 7-0:1.0: USB hub found
[    1.022741] hub 7-0:1.0: 2 ports detected
[    1.022921] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    1.022928] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    1.022971] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018c0
[    1.023030] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.023033] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.023036] usb usb8: Product: UHCI Host Controller
[    1.023038] usb usb8: Manufacturer: Linux 3.13.0-135-generic uhci_hcd
[    1.023041] usb usb8: SerialNumber: 0000:00:1d.2
[    1.023181] hub 8-0:1.0: USB hub found
[    1.023195] hub 8-0:1.0: 2 ports detected
[    1.023384] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    1.051374] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.051384] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.051560] mousedev: PS/2 mouse device common for all mice
[    1.054245] rtc_cmos 00:05: RTC can wake from S4
[    1.054437] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.054474] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.054575] device-mapper: uevent: version 1.0.3
[    1.054696] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    1.054706] ledtrig-cpu: registered to indicate activity on CPUs
[    1.054838] TCP: cubic registered
[    1.054971] NET: Registered protocol family 10
[    1.055213] NET: Registered protocol family 17
[    1.055228] Key type dns_resolver registered
[    1.055563] Loading compiled-in X.509 certificates
[    1.056920] Loaded X.509 cert 'Magrathea: Glacier signing key: d6328e377de7123fccaf8426032c4f5af1f1fb77'
[    1.056938] registered taskstats version 1
[    1.060057] Key type trusted registered
[    1.065545] Key type encrypted registered
[    1.065553] AppArmor: AppArmor sha1 policy hashing enabled
[    1.065557] IMA: No TPM chip found, activating TPM-bypass!
[    1.066169] regulator-dummy: disabling
[    1.066232]   Magic number: 9:951:96
[    1.066383] rtc_cmos 00:05: setting system clock to 2017-11-29 21:04:20 UTC (1511989460)
[    1.067005] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.067007] EDD information not available.
[    1.067087] PM: Hibernation image not present or could not be loaded.
[    1.069148] Freeing unused kernel memory: 1340K (ffffffff81d20000 - ffffffff81e6f000)
[    1.069156] Write protecting the kernel read-only data: 12288k
[    1.069965] Freeing unused kernel memory: 744K (ffff880001746000 - ffff880001800000)
[    1.072618] Freeing unused kernel memory: 672K (ffff880001b58000 - ffff880001c00000)
[    1.082088] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.092844] systemd-udevd[101]: starting version 204
[    1.141598] sdhci: Secure Digital Host Controller Interface driver
[    1.141602] sdhci: Copyright(c) Pierre Ossman
[    1.143931] sdhci-pci 0000:02:00.0: SDHCI controller found [197b:2382] (rev 0)
[    1.144102] sdhci-pci 0000:02:00.0: dummy supplies not allowed
[    1.144105] mmc0: no vqmmc regulator found
[    1.144108] sdhci-pci 0000:02:00.0: dummy supplies not allowed
[    1.144109] mmc0: no vmmc regulator found
[    1.144206] mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA
[    1.144223] sdhci-pci 0000:02:00.2: SDHCI controller found [197b:2381] (rev 0)
[    1.144280] sdhci-pci 0000:02:00.2: Refusing to bind to secondary interface.
[    1.145224] pps_core: LinuxPPS API ver. 1 registered
[    1.145228] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.147047] PTP clock support registered
[    1.151261] tg3.c:v3.134 (Sep 16, 2013)
[    1.172575] ahci 0000:00:1f.2: version 3.0
[    1.172772] ahci 0000:00:1f.2: irq 45 for MSI/MSI-X
[    1.172838] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.172875] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    1.172879] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc ems sxs 
[    1.183046] scsi0 : ahci
[    1.186251] scsi1 : ahci
[    1.190302] tg3 0000:07:00.0 eth0: Tigon3 [partno(BCM95906) rev c002] (PCI Express) MAC address 00:1e:ec:9b:17:50
[    1.190311] tg3 0000:07:00.0 eth0: attached PHY is 5906 (10/100Base-TX Ethernet) (WireSpeed[0], EEE[0])
[    1.190314] tg3 0000:07:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
[    1.190317] tg3 0000:07:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    1.190559] scsi2 : ahci
[    1.190919] scsi3 : ahci
[    1.191004] ata1: SATA max UDMA/133 abar m2048@0xf4a04000 port 0xf4a04100 irq 45
[    1.191009] ata2: SATA max UDMA/133 abar m2048@0xf4a04000 port 0xf4a04180 irq 45
[    1.191011] ata3: DUMMY
[    1.191014] ata4: DUMMY
[    1.508077] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    1.553498] ata1.00: ATA-8: WDC WD1600BEVT-22ZCT0, 11.01A11, max UDMA/133
[    1.553501] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.554456] ata1.00: configured for UDMA/133
[    1.554634] scsi 0:0:0:0: Direct-Access     ATA      WDC WD1600BEVT-2 11.0 PQ: 0 ANSI: 5
[    1.554894] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB)
[    1.554936] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.554991] sd 0:0:0:0: [sda] Write Protect is off
[    1.554995] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.555026] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.592314]  sda: sda1 sda2 < sda5 >
[    1.592798] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.704058] usb 3-1: new full-speed USB device number 2 using uhci_hcd
[    1.872074] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    1.874723] usb 3-1: New USB device found, idVendor=0a5c, idProduct=2150
[    1.874727] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    1.874730] usb 3-1: Product: BCM2046 Bluetooth Device
[    1.874733] usb 3-1: Manufacturer: Broadcom Corp
[    1.874735] usb 3-1: SerialNumber: 002269F2D50F
[    1.886961] ata2.00: ATAPI: Optiarc DVD RW AD-7580S, F806, max UDMA/100
[    1.903221] ata2.00: configured for UDMA/100
[    1.906540] scsi 1:0:0:0: CD-ROM            Optiarc  DVD RW AD-7580S  F806 PQ: 0 ANSI: 5
[    1.912262] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    1.912265] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.912419] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.912507] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    1.988046] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.121199] usb 2-1: New USB device found, idVendor=1058, idProduct=10b8
[    2.121204] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[    2.121207] usb 2-1: Product: Elements 10B8
[    2.121210] usb 2-1: Manufacturer: Western Digital
[    2.121213] usb 2-1: SerialNumber: 575838314139343648335343
[    2.125498] usb-storage 2-1:1.0: USB Mass Storage device detected
[    2.125772] scsi4 : usb-storage 2-1:1.0
[    2.125912] usbcore: registered new interface driver usb-storage
[    2.244223] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.288033] usb 2-3: new high-speed USB device number 4 using ehci-pci
[    2.563437] input: ALPS PS/2 Device as /devices/platform/i8042/serio1/input/input6
[    2.599475] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input5
[    2.700466] usb 2-3: New USB device found, idVendor=5986, idProduct=0205
[    2.700471] usb 2-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    2.700475] usb 2-3: Product: Lenovo EasyCamera
[    2.700477] usb 2-3: Manufacturer: USB Audio Device
[    2.976051] usb 6-2: new low-speed USB device number 2 using uhci_hcd
[    3.124607] scsi 4:0:0:0: Direct-Access     WD       Elements 10B8    1012 PQ: 0 ANSI: 6
[    3.124870] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    3.125469] sd 4:0:0:0: [sdb] 3906963456 512-byte logical blocks: (2.00 TB/1.81 TiB)
[    3.126464] sd 4:0:0:0: [sdb] Write Protect is off
[    3.126468] sd 4:0:0:0: [sdb] Mode Sense: 47 00 10 08
[    3.127478] sd 4:0:0:0: [sdb] No Caching mode page found
[    3.127481] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    3.130158] sd 4:0:0:0: [sdb] No Caching mode page found
[    3.130161] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    3.130718] random: nonblocking pool is initialized
[    3.130734]  sdb: sdb1
[    3.133590] sd 4:0:0:0: [sdb] No Caching mode page found
[    3.133594] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    3.133597] sd 4:0:0:0: [sdb] Attached SCSI disk
[    3.152134] usb 6-2: New USB device found, idVendor=046d, idProduct=c045
[    3.152138] usb 6-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.152141] usb 6-2: Product: USB-PS/2 Optical Mouse
[    3.152144] usb 6-2: Manufacturer: Logitech
[   19.386193] Adding 2055164k swap on /dev/sda5.  Priority:-1 extents:1 across:2055164k FS
[   19.771445] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   20.001321] Adding 2097148k swap on /bonusSwapFile.swap.  Priority:-2 extents:175 across:153419776k FS
[   20.723745] systemd-udevd[363]: starting version 204
[   21.033003] lp: driver loaded but no devices found
[   21.079796] ppdev: user-space parallel port driver
[   21.225249] Bluetooth: Core ver 2.17
[   21.225280] NET: Registered protocol family 31
[   21.225282] Bluetooth: HCI device and connection manager initialized
[   21.225294] Bluetooth: HCI socket layer initialized
[   21.225299] Bluetooth: L2CAP socket layer initialized
[   21.225307] Bluetooth: SCO socket layer initialized
[   21.227795] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   21.238221] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   21.238226] Bluetooth: BNEP filters: protocol multicast
[   21.238241] Bluetooth: BNEP socket layer initialized
[   21.313050] [drm] Initialized drm 1.1.0 20060810
[   21.328371] Bluetooth: RFCOMM TTY layer initialized
[   21.328393] Bluetooth: RFCOMM socket layer initialized
[   21.328411] Bluetooth: RFCOMM ver 1.11
[   21.378956] cfg80211: Calling CRDA to update world regulatory domain
[   21.420998] type=1400 audit(1511989480.853:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=483 comm="apparmor_parser"
[   21.421009] type=1400 audit(1511989480.853:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=483 comm="apparmor_parser"
[   21.441194] [drm] Memory usable by graphics device = 2048M
[   21.441201] checking generic (d0000000 3f0000) vs hw (d0000000 10000000)
[   21.441204] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[   21.441260] Console: switching to colour dummy device 80x25
[   21.474399] type=1400 audit(1511989480.905:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=552 comm="apparmor_parser"
[   21.474410] type=1400 audit(1511989480.905:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=552 comm="apparmor_parser"
[   21.474416] type=1400 audit(1511989480.905:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=552 comm="apparmor_parser"
[   21.528566] Intel(R) Wireless WiFi driver for Linux, in-tree:
[   21.528574] Copyright(c) 2003-2013 Intel Corporation
[   21.561184] i915 0000:00:02.0: irq 46 for MSI/MSI-X
[   21.561202] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   21.561204] [drm] Driver supports precise vblank timestamp query.
[   21.561289] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   21.562219] iwlwifi 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
[   21.578693] iwlwifi 0000:04:00.0: irq 47 for MSI/MSI-X
[   21.597238] init: cups main process (540) killed by HUP signal
[   21.597257] init: cups main process ended, respawning
[   21.691894] usbcore: registered new interface driver btusb
[   21.760394] fbcon: inteldrmfb (fb0) is primary device
[   21.854467] iwlwifi 0000:04:00.0: loaded firmware version 8.83.5.1 build 33692 op_mode iwldvm
[   21.907265] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEBUG disabled
[   21.907267] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[   21.907269] iwlwifi 0000:04:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[   21.907272] iwlwifi 0000:04:00.0: Detected Intel(R) WiFi Link 5100 AGN, REV=0x54
[   21.911055] iwlwifi 0000:04:00.0: L1 Enabled - LTR Disabled
[   22.000600] Linux video capture interface: v2.00
[   22.002248] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[   22.020559] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:0205)
[   22.042313] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3:1.0/input/input7
[   22.043146] usbcore: registered new interface driver uvcvideo
[   22.043147] USB Video Class driver (1.1.1)
[   22.057268] hidraw: raw HID events driver (C) Jiri Kosina
[   22.221951] usbcore: registered new interface driver usbhid
[   22.221952] usbhid: USB HID core driver
[   22.327683] cfg80211: World regulatory domain updated:
[   22.327684] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   22.327686] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   22.327687] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   22.327689] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   22.327690] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   22.327691] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   22.393344] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb6/6-2/6-2:1.0/input/input8
[   22.393729] hid-generic 0003:046D:C045.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1d.0-2/input0
[   23.160043] [drm:intel_enable_lvds] *ERROR* timed out waiting for panel to power on
[   23.160176] Console: switching to colour frame buffer device 160x50
[   23.163684] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   23.163686] i915 0000:00:02.0: registered panic notifier
[   23.192607] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   23.218024] acpi device:08: registered as cooling_device2
[   23.218147] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input9
[   23.220072] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   23.220580] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[   23.220591] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   23.220596] ACPI Warning: 0x00000000000011b0-0x00000000000011bf SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[   23.220601] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   23.220603] ACPI Warning: 0x0000000000001180-0x00000000000011af SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[   23.220607] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   23.220609] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   23.220898] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
[   23.300263] input: HDA Intel HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[   23.484860] init: failsafe main process (711) killed by TERM signal
[   25.421167] type=1400 audit(1511989484.853:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=953 comm="apparmor_parser"
[   25.421179] type=1400 audit(1511989484.853:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="chromium" pid=953 comm="apparmor_parser"
[   25.422363] type=1400 audit(1511989484.853:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=954 comm="apparmor_parser"
[   25.422377] type=1400 audit(1511989484.853:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=954 comm="apparmor_parser"
[   25.422384] type=1400 audit(1511989484.853:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=954 comm="apparmor_parser"
[   25.914934] iwlwifi 0000:04:00.0: L1 Enabled - LTR Disabled
[   25.917989] iwlwifi 0000:04:00.0: Radio type=0x1-0x2-0x0
[   26.017092] iwlwifi 0000:04:00.0: L1 Enabled - LTR Disabled
[   26.020146] iwlwifi 0000:04:00.0: Radio type=0x1-0x2-0x0
[   26.048879] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   26.053096] tg3 0000:07:00.0: irq 49 for MSI/MSI-X
[   26.089541] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   26.516793] init: samba-ad-dc main process (985) terminated with status 1
[   26.900914] audit_printk_skb: 30 callbacks suppressed
[   26.900920] type=1400 audit(1511989486.333:22): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1119 comm="apparmor_parser"
[   28.553336] vboxdrv: module verification failed: signature and/or  required key missing - tainting kernel
[   28.557590] vboxdrv: Found 2 processor cores.
[   28.559591] vboxdrv: fAsync=0 offMin=0x210 offMax=0x834
[   28.560957] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   28.560961] vboxdrv: Successfully loaded version 4.3.36_Ubuntu (interface 0x001a000b).
[   28.737185] init: plymouth-upstart-bridge main process ended, respawning
[   28.756130] init: plymouth-upstart-bridge main process ended, respawning
[   28.793914] vboxpci: IOMMU not found (not registered)
[   29.245329] init: plymouth-stop pre-start process (1393) terminated with status 1
[   32.267357] wlan0: authenticate with e8:df:70:25:53:e5
[   32.270969] wlan0: send auth to e8:df:70:25:53:e5 (try 1/3)
[   32.274269] wlan0: authenticated
[   32.276031] wlan0: associate with e8:df:70:25:53:e5 (try 1/3)
[   32.284020] wlan0: RX AssocResp from e8:df:70:25:53:e5 (capab=0x431 status=0 aid=1)
[   32.292170] wlan0: associated
[   32.292230] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   32.292303] cfg80211: Calling CRDA for country: DE
[   32.295937] cfg80211: Regulatory domain changed to country: DE
[   32.295943] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   32.295946] cfg80211:   (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   32.295948] cfg80211:   (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   32.295950] cfg80211:   (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   32.295952] cfg80211:   (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
[   32.295955] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[   33.323744] wlan0: deauthenticating from e8:df:70:25:53:e5 by local choice (reason=2)
[   33.326436] wlan0: authenticate with e8:df:70:25:53:e5
[   33.328404] wlan0: send auth to e8:df:70:25:53:e5 (try 1/3)
[   33.328909] cfg80211: Calling CRDA to update world regulatory domain
[   33.331586] wlan0: authenticated
[   33.332165] wlan0: associate with e8:df:70:25:53:e5 (try 1/3)
[   33.333075] cfg80211: World regulatory domain updated:
[   33.333079] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   33.333082] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   33.333085] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   33.333087] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   33.333089] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   33.333091] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   33.337690] wlan0: RX AssocResp from e8:df:70:25:53:e5 (capab=0x431 status=0 aid=1)
[   33.345289] wlan0: associated
[   33.345431] cfg80211: Calling CRDA for country: DE
[   33.350142] cfg80211: Regulatory domain changed to country: DE
[   33.350148] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   33.350150] cfg80211:   (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   33.350153] cfg80211:   (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   33.350155] cfg80211:   (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm)
[   33.350157] cfg80211:   (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm)
[   33.350159] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm)
[   51.529202] type=1400 audit(1511989510.960:23): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1739 comm="apparmor_parser"
[   51.529214] type=1400 audit(1511989510.960:24): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=1739 comm="apparmor_parser"
[  926.157246] perf samples too long (2539 > 2500), lowering kernel.perf_event_max_sample_rate to 50000
[ 1010.146810] ACPI : EC: GPE storm detected(9 GPEs), transactions will use polling mode
[ 1215.595815] perf samples too long (5004 > 5000), lowering kernel.perf_event_max_sample_rate to 25000
[ 1282.473691] sr 1:0:0:0: [sr0]  
[ 1282.473697] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 1282.473700] sr 1:0:0:0: [sr0]  
[ 1282.473702] Sense Key : Not Ready [current] 
[ 1282.473706] sr 1:0:0:0: [sr0]  
[ 1282.473710] Add. Sense: Medium not present - tray closed
[ 1282.473713] sr 1:0:0:0: [sr0] CDB: 
[ 1282.473715] Read(10): 28 00 00 00 00 00 00 00 08 00
[ 1282.473723] end_request: I/O error, dev sr0, sector 0
[ 1282.473727] Buffer I/O error on device sr0, logical block 0
[ 1282.473730] Buffer I/O error on device sr0, logical block 1
[ 1282.473732] Buffer I/O error on device sr0, logical block 2
[ 1282.473735] Buffer I/O error on device sr0, logical block 3
[ 1282.473737] Buffer I/O error on device sr0, logical block 4
[ 1282.473739] Buffer I/O error on device sr0, logical block 5
[ 1282.473741] Buffer I/O error on device sr0, logical block 6
[ 1282.473744] Buffer I/O error on device sr0, logical block 7
[ 1282.473749] Buffer I/O error on device sr0, logical block 8
[ 1282.473751] Buffer I/O error on device sr0, logical block 9
[ 1282.473774] sr 1:0:0:0: [sr0] unaligned transfer
[ 1282.473784] sr 1:0:0:0: [sr0] unaligned transfer
[ 1282.473790] sr 1:0:0:0: [sr0] unaligned transfer
[ 1282.473796] sr 1:0:0:0: [sr0] unaligned transfer
[ 1282.473801] sr 1:0:0:0: [sr0] unaligned transfer
[ 1282.473807] sr 1:0:0:0: [sr0] unaligned transfer
[ 1282.473812] sr 1:0:0:0: [sr0] unaligned transfer
[ 1282.473818] sr 1:0:0:0: [sr0] unaligned transfer