ubuntuusers.de

dmesg dingsi

Autor:
WirrLicht
Datum:
5. Juli 2015 19:13
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
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
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.0-41-generic (buildd@allspice) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #57~14.04.1-Ubuntu SMP Thu Jun 18 18:01:13 UTC 2015 (Ubuntu 3.16.0-41.57~14.04.1-generic 3.16.7-ckt11)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.16.0-41-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] Disabled fast string operations
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb30efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb30f000-0x00000000bb66dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb66e000-0x00000000bb67bfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb67c000-0x00000000bb67efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb67f000-0x00000000bb681fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb682000-0x00000000bb6acfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb6ad000-0x00000000bb6ccfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb6cd000-0x00000000bb70efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb70f000-0x00000000bb70ffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb710000-0x00000000bb714fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb715000-0x00000000bb718fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb719000-0x00000000bb719fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb71a000-0x00000000bb71afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb71b000-0x00000000bb71efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bb71f000-0x00000000bb79efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bb79f000-0x00000000bb7fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bb800000-0x00000000bbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bde00000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed16000-0x00000000fed16fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x0000000137ffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: TOSHIBA Satellite C660/PWWAA, BIOS 2.00 05/09/12
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x138000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0FFE00000 mask FFFE00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0BC000000 mask FFC000000 uncachable
[    0.000000]   4 base 0BB800000 mask FFF800000 uncachable
[    0.000000]   5 base 100000000 mask FC0000000 write-back
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01fbd000, 0x01fbdfff] PGTABLE
[    0.000000] BRK [0x01fbe000, 0x01fbefff] PGTABLE
[    0.000000] BRK [0x01fbf000, 0x01fbffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x137e00000-0x137ffffff]
[    0.000000]  [mem 0x137e00000-0x137ffffff] page 2M
[    0.000000] BRK [0x01fc0000, 0x01fc0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x134000000-0x137dfffff]
[    0.000000]  [mem 0x134000000-0x137dfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x133ffffff]
[    0.000000]  [mem 0x100000000-0x133ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xbb30efff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0xbb1fffff] page 2M
[    0.000000]  [mem 0xbb200000-0xbb30efff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbb7ff000-0xbb7fffff]
[    0.000000]  [mem 0xbb7ff000-0xbb7fffff] page 4k
[    0.000000] BRK [0x01fc1000, 0x01fc1fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x34748000-0x3639bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F00E0 000024 (v02 TOSCPL)
[    0.000000] ACPI: XSDT 0x00000000BB7FE120 000074 (v01 TOSCPL TOSCPL00 00000074      01000013)
[    0.000000] ACPI: FACP 0x00000000BB7FC000 0000F4 (v03 TOSCPL TOSCPL00 00000074 LOHR 0000005F)
[    0.000000] ACPI: DSDT 0x00000000BB7E7000 010F89 (v02 TOSCPL CALPELLA 00000001 INTL 20050624)
[    0.000000] ACPI: FACS 0x00000000BB71A000 000040
[    0.000000] ACPI: HPET 0x00000000BB7FB000 000038 (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
[    0.000000] ACPI: APIC 0x00000000BB7FA000 000098 (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
[    0.000000] ACPI: MCFG 0x00000000BB7F9000 00003C (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
[    0.000000] ACPI: ASF! 0x00000000BB7F8000 0000A5 (v32 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
[    0.000000] ACPI: SLIC 0x00000000BB7E4000 000176 (v01 TOSCPL TOSCPL00 00000001 PTL  00000001)
[    0.000000] ACPI: SSDT 0x00000000BB7E3000 0009F1 (v01 PmRef  CpuPm    00003000 INTL 20050624)
[    0.000000] ACPI: UEFI 0x00000000BB7E2000 00003E (v01 PTL    PTLBUF8? 00000001 PTL  00000001)
[    0.000000] ACPI: UEFI 0x00000000BB7E1000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
[    0.000000] ACPI: UEFI 0x00000000BB7E0000 0000DA (v01  PTL   PTLSWI   00000001 PTL  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x0000000137ffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x137ffffff]
[    0.000000]   NODE_DATA [mem 0x137ff8000-0x137ffcfff]
[    0.000000]  [ffffea0000000000-ffffea0004dfffff] PMD -> [ffff880133800000-ffff8801375fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x137ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009cfff]
[    0.000000]   node   0: [mem 0x00100000-0xbb30efff]
[    0.000000]   node   0: [mem 0xbb7ff000-0xbb7fffff]
[    0.000000]   node   0: [mem 0x100000000-0x137ffffff]
[    0.000000] On node 0 totalpages: 996012
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 11917 pages used for memmap
[    0.000000]   DMA32 zone: 762640 pages, LIFO batch:31
[    0.000000]   Normal zone: 3584 pages used for memmap
[    0.000000]   Normal zone: 229376 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xbe000000-0xbfffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb30f000-0xbb66dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb66e000-0xbb67bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb67c000-0xbb67efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb67f000-0xbb681fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb682000-0xbb6acfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb6ad000-0xbb6ccfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb6cd000-0xbb70efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb70f000-0xbb70ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb710000-0xbb714fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb715000-0xbb718fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb719000-0xbb719fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb71a000-0xbb71afff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb71b000-0xbb71efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb71f000-0xbb79efff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb79f000-0xbb7fefff]
[    0.000000] PM: Registered nosave memory: [mem 0xbb800000-0xbbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbc000000-0xbddfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbde00000-0xbfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed13fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed14000-0xfed15fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed16000-0xfed16fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed17000-0xfed18fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed19000-0xfed19fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[    0.000000] e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff880137c00000 s81408 r8192 d20992 u262144
[    0.000000] pcpu-alloc: s81408 r8192 d20992 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 980426
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.16.0-41-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3808128K/3984048K available (7627K kernel code, 1131K rwdata, 3600K rodata, 1352K init, 1300K bss, 175920K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-7.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:16640 nr_irqs:744 16
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16252928 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 1995.439 MHz processor
[    0.000043] Calibrating delay loop (skipped), value calculated using timer frequency.. 3990.87 BogoMIPS (lpj=7981756)
[    0.000046] pid_max: default: 32768 minimum: 301
[    0.000057] ACPI: Core revision 20140424
[    0.000059] TOSHIBA Satellite detected - force copy of DSDT to local memory
[    0.000162] ACPI: Forced DSDT copy: length 0x10F89 copied locally, original unmapped
[    0.012477] ACPI: All ACPI Tables successfully acquired
[    0.015353] Security Framework initialized
[    0.015380] AppArmor: AppArmor initialized
[    0.015381] Yama: becoming mindful.
[    0.015768] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.017030] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.017485] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.017492] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.017780] Initializing cgroup subsys memory
[    0.017810] Initializing cgroup subsys devices
[    0.017818] Initializing cgroup subsys freezer
[    0.017823] Initializing cgroup subsys net_cls
[    0.017828] Initializing cgroup subsys blkio
[    0.017833] Initializing cgroup subsys perf_event
[    0.017836] Initializing cgroup subsys net_prio
[    0.017845] Initializing cgroup subsys hugetlb
[    0.017870] Disabled fast string operations
[    0.017873] CPU: Physical Processor ID: 0
[    0.017874] CPU: Processor Core ID: 0
[    0.017880] mce: CPU supports 9 MCE banks
[    0.017891] CPU0: Thermal monitoring handled by SMI
[    0.017900] process: using mwait in idle threads
[    0.017904] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[    0.017904] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.017904] tlb_flushall_shift: 6
[    0.018023] Freeing SMP alternatives memory: 32K (ffffffff81e6e000 - ffffffff81e76000)
[    0.019125] ftrace: allocating 29254 entries in 115 pages
[    0.036926] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.076600] smpboot: CPU0: Intel(R) Pentium(R) CPU        P6100  @ 2.00GHz (fam: 06, model: 25, stepping: 05)
[    0.182660] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
[    0.182681] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
[    0.182684] ... version:                3
[    0.182685] ... bit width:              48
[    0.182686] ... generic registers:      4
[    0.182687] ... value mask:             0000ffffffffffff
[    0.182688] ... max period:             000000007fffffff
[    0.182689] ... fixed-purpose events:   3
[    0.182690] ... event mask:             000000070000000f
[    0.185076] x86: Booting SMP configuration:
[    0.185079] .... node  #0, CPUs:      #1
[    0.196017] Disabled fast string operations
[    0.196034] CPU1: Thermal monitoring handled by SMI
[    0.198157] x86: Booted up 1 node, 2 CPUs
[    0.198162] smpboot: Total of 2 processors activated (7981.75 BogoMIPS)
[    0.198342] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.199650] devtmpfs: initialized
[    0.202893] evm: security.selinux
[    0.202895] evm: security.SMACK64
[    0.202896] evm: security.SMACK64EXEC
[    0.202897] evm: security.SMACK64TRANSMUTE
[    0.202898] evm: security.SMACK64MMAP
[    0.202899] evm: security.ima
[    0.202900] evm: security.capability
[    0.202974] PM: Registering ACPI NVS region [mem 0xbb66e000-0xbb67bfff] (57344 bytes)
[    0.202977] PM: Registering ACPI NVS region [mem 0xbb67f000-0xbb681fff] (12288 bytes)
[    0.202978] PM: Registering ACPI NVS region [mem 0xbb6ad000-0xbb6ccfff] (131072 bytes)
[    0.202981] PM: Registering ACPI NVS region [mem 0xbb70f000-0xbb70ffff] (4096 bytes)
[    0.202982] PM: Registering ACPI NVS region [mem 0xbb715000-0xbb718fff] (16384 bytes)
[    0.202983] PM: Registering ACPI NVS region [mem 0xbb71a000-0xbb71afff] (4096 bytes)
[    0.202985] PM: Registering ACPI NVS region [mem 0xbb71f000-0xbb79efff] (524288 bytes)
[    0.204085] pinctrl core: initialized pinctrl subsystem
[    0.204188] regulator-dummy: no parameters
[    0.204231] RTC time: 17:01:30, date: 07/05/15
[    0.204288] NET: Registered protocol family 16
[    0.204484] cpuidle: using governor ladder
[    0.204487] cpuidle: using governor menu
[    0.204548] ACPI: bus type PCI registered
[    0.204550] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.204651] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.204655] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.205307] PCI: Using configuration type 1 for base access
[    0.205474] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.205475] mtrr: probably your BIOS does not setup all CPUs.
[    0.205476] mtrr: corrected configuration.
[    0.211156] ACPI: Added _OSI(Module Device)
[    0.211159] ACPI: Added _OSI(Processor Device)
[    0.211161] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.211163] ACPI: Added _OSI(Processor Aggregator Device)
[    0.222683] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.223057] ACPI: Dynamic OEM Table Load:
[    0.223065] ACPI: SSDT 0xFFFF880133414400 00036C (v01 PmRef  Cpu0Ist  00003000 INTL 20050624)
[    0.223627] ACPI: Dynamic OEM Table Load:
[    0.223635] ACPI: SSDT 0xFFFF880131A6A000 000891 (v01 PmRef  Cpu0Cst  00003001 INTL 20050624)
[    0.230899] ACPI: Dynamic OEM Table Load:
[    0.230906] ACPI: SSDT 0xFFFF880133414C00 000303 (v01 PmRef  ApIst    00003000 INTL 20050624)
[    0.234744] ACPI: Dynamic OEM Table Load:
[    0.234750] ACPI: SSDT 0xFFFF880131FBB600 000119 (v01 PmRef  ApCst    00003000 INTL 20050624)
[    0.243285] ACPI: Interpreter enabled
[    0.243293] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
[    0.243298] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
[    0.243315] ACPI: (supports S0 S3 S4 S5)
[    0.243317] ACPI: Using IOAPIC for interrupt routing
[    0.243348] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.304313] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.304320] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.304362] \_SB_.PCI0:_OSC invalid UUID
[    0.304364] _OSC request data:1 1f 0 
[    0.304368] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.305279] PCI host bridge to bus 0000:00
[    0.305283] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.305285] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.305287] pci_bus 0000:00: root bus resource [io  0x0d00-0xfdff]
[    0.305289] pci_bus 0000:00: root bus resource [io  0xff28-0xff2b]
[    0.305291] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.305293] pci_bus 0000:00: root bus resource [mem 0xbb800000-0xfeafffff]
[    0.305302] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
[    0.305322] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
[    0.305416] pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
[    0.305429] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff 64bit]
[    0.305436] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.305441] pci 0000:00:02.0: reg 0x20: [io  0x5050-0x5057]
[    0.305581] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
[    0.305611] pci 0000:00:16.0: reg 0x10: [mem 0xd2505000-0xd250500f 64bit]
[    0.305708] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.305823] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
[    0.305850] pci 0000:00:1a.0: reg 0x10: [mem 0xd2508000-0xd25083ff]
[    0.305961] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.306361] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.306439] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
[    0.306464] pci 0000:00:1b.0: reg 0x10: [mem 0xd2500000-0xd2503fff 64bit]
[    0.306572] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.306638] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.306692] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
[    0.306790] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.306899] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
[    0.307005] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    0.307122] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
[    0.307148] pci 0000:00:1d.0: reg 0x10: [mem 0xd2507000-0xd25073ff]
[    0.307258] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.307669] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.307743] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
[    0.307903] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
[    0.308110] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
[    0.308139] pci 0000:00:1f.2: reg 0x10: [io  0x5048-0x504f]
[    0.308150] pci 0000:00:1f.2: reg 0x14: [io  0x505c-0x505f]
[    0.308161] pci 0000:00:1f.2: reg 0x18: [io  0x5040-0x5047]
[    0.308171] pci 0000:00:1f.2: reg 0x1c: [io  0x5058-0x505b]
[    0.308182] pci 0000:00:1f.2: reg 0x20: [io  0x5020-0x503f]
[    0.308192] pci 0000:00:1f.2: reg 0x24: [mem 0xd2508800-0xd2508fff]
[    0.308260] pci 0000:00:1f.2: PME# supported from D3hot
[    0.308360] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
[    0.308382] pci 0000:00:1f.3: reg 0x10: [mem 0xd2504000-0xd25040ff 64bit]
[    0.308411] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.308530] pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
[    0.308558] pci 0000:00:1f.6: reg 0x10: [mem 0xd2506000-0xd2506fff 64bit]
[    0.308808] pci 0000:00:1c.0: PCI bridge to [bus 01-05]
[    0.308813] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.308818] pci 0000:00:1c.0:   bridge window [mem 0xd1d00000-0xd24fffff]
[    0.308825] pci 0000:00:1c.0:   bridge window [mem 0xd0400000-0xd0bfffff 64bit pref]
[    0.308930] pci 0000:06:00.0: [10ec:8176] type 00 class 0x028000
[    0.308959] pci 0000:06:00.0: reg 0x10: [io  0x2000-0x20ff]
[    0.308999] pci 0000:06:00.0: reg 0x18: [mem 0xd1400000-0xd1403fff 64bit]
[    0.309146] pci 0000:06:00.0: supports D1 D2
[    0.309148] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.309190] pci 0000:06:00.0: System wakeup disabled by ACPI
[    0.318126] pci 0000:00:1c.1: PCI bridge to [bus 06-0a]
[    0.318135] pci 0000:00:1c.1:   bridge window [io  0x2000-0x3fff]
[    0.318143] pci 0000:00:1c.1:   bridge window [mem 0xd1400000-0xd1cfffff]
[    0.318154] pci 0000:00:1c.1:   bridge window [mem 0xd0c00000-0xd13fffff 64bit pref]
[    0.318255] pci 0000:00:1e.0: PCI bridge to [bus 0b] (subtractive decode)
[    0.318268] pci 0000:00:1e.0:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    0.318270] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xfdff] (subtractive decode)
[    0.318271] pci 0000:00:1e.0:   bridge window [io  0xff28-0xff2b] (subtractive decode)
[    0.318273] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    0.318275] pci 0000:00:1e.0:   bridge window [mem 0xbb800000-0xfeafffff] (subtractive decode)
[    0.346354] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.346414] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.346471] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[    0.346528] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.346588] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[    0.346646] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.346703] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.346759] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.346911] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
[    0.346917] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.346921] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.347003] PCI host bridge to bus 0000:ff
[    0.347007] pci_bus 0000:ff: root bus resource [bus ff]
[    0.347013] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
[    0.347070] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
[    0.347129] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
[    0.347181] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
[    0.347233] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
[    0.347285] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
[    0.347414] ACPI: Enabled 8 GPEs in block 00 to 3F
[    0.347462] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[    0.347594] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.347597] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.347600] vgaarb: loaded
[    0.347602] vgaarb: bridge control possible 0000:00:02.0
[    0.347909] SCSI subsystem initialized
[    0.347973] libata version 3.00 loaded.
[    0.348007] ACPI: bus type USB registered
[    0.348033] usbcore: registered new interface driver usbfs
[    0.348043] usbcore: registered new interface driver hub
[    0.348071] usbcore: registered new device driver usb
[    0.348234] PCI: Using ACPI for IRQ routing
[    0.358081] PCI: pci_cache_line_size set to 64 bytes
[    0.358135] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[    0.358137] e820: reserve RAM buffer [mem 0xbb30f000-0xbbffffff]
[    0.358140] e820: reserve RAM buffer [mem 0xbb800000-0xbbffffff]
[    0.358288] NetLabel: Initializing
[    0.358290] NetLabel:  domain hash size = 128
[    0.358291] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.358305] NetLabel:  unlabeled traffic allowed by default
[    0.358408] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.358414] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.360461] Switched to clocksource hpet
[    0.367435] AppArmor: AppArmor Filesystem Enabled
[    0.367484] pnp: PnP ACPI init
[    0.367505] ACPI: bus type PNP registered
[    0.368404] system 00:00: [io  0x1000-0x1003] has been reserved
[    0.368407] system 00:00: [io  0x1004-0x1013] has been reserved
[    0.368409] system 00:00: [io  0xffff] has been reserved
[    0.368413] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.368415] system 00:00: [io  0x0500-0x057f] has been reserved
[    0.368417] system 00:00: [io  0xfe00] has been reserved
[    0.368419] system 00:00: [io  0xff2c-0xff7f] has been reserved
[    0.368423] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.368482] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.392558] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.392601] pnp 00:03: Plug and Play ACPI device, IDs TOS0100 SYN0700 SYN0002 PNP0f13 (active)
[    0.392966] system 00:04: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.392969] system 00:04: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.392971] system 00:04: [mem 0xfed16000-0xfed16fff] has been reserved
[    0.392974] system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.392976] system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
[    0.392978] system 00:04: [mem 0x00000000-0x00000fff] could not be reserved
[    0.392980] system 00:04: [mem 0xd2600000-0xd2600fff] has been reserved
[    0.392982] system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.392984] system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.392986] system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
[    0.392989] system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.392991] system 00:04: [mem 0x00000000-0x00000fff] could not be reserved
[    0.392994] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.393205] pnp: PnP ACPI: found 5 devices
[    0.393207] ACPI: bus type PNP unregistered
[    0.400261] pci 0000:00:1c.0: PCI bridge to [bus 01-05]
[    0.400267] pci 0000:00:1c.0:   bridge window [io  0x4000-0x4fff]
[    0.400274] pci 0000:00:1c.0:   bridge window [mem 0xd1d00000-0xd24fffff]
[    0.400279] pci 0000:00:1c.0:   bridge window [mem 0xd0400000-0xd0bfffff 64bit pref]
[    0.400287] pci 0000:00:1c.1: PCI bridge to [bus 06-0a]
[    0.400290] pci 0000:00:1c.1:   bridge window [io  0x2000-0x3fff]
[    0.400296] pci 0000:00:1c.1:   bridge window [mem 0xd1400000-0xd1cfffff]
[    0.400300] pci 0000:00:1c.1:   bridge window [mem 0xd0c00000-0xd13fffff 64bit pref]
[    0.400308] pci 0000:00:1e.0: PCI bridge to [bus 0b]
[    0.400323] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.400325] pci_bus 0000:00: resource 5 [io  0x0d00-0xfdff]
[    0.400327] pci_bus 0000:00: resource 6 [io  0xff28-0xff2b]
[    0.400329] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
[    0.400331] pci_bus 0000:00: resource 8 [mem 0xbb800000-0xfeafffff]
[    0.400333] pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
[    0.400335] pci_bus 0000:01: resource 1 [mem 0xd1d00000-0xd24fffff]
[    0.400337] pci_bus 0000:01: resource 2 [mem 0xd0400000-0xd0bfffff 64bit pref]
[    0.400339] pci_bus 0000:06: resource 0 [io  0x2000-0x3fff]
[    0.400340] pci_bus 0000:06: resource 1 [mem 0xd1400000-0xd1cfffff]
[    0.400342] pci_bus 0000:06: resource 2 [mem 0xd0c00000-0xd13fffff 64bit pref]
[    0.400345] pci_bus 0000:0b: resource 4 [io  0x0000-0x0cf7]
[    0.400347] pci_bus 0000:0b: resource 5 [io  0x0d00-0xfdff]
[    0.400348] pci_bus 0000:0b: resource 6 [io  0xff28-0xff2b]
[    0.400350] pci_bus 0000:0b: resource 7 [mem 0x000a0000-0x000bffff]
[    0.400352] pci_bus 0000:0b: resource 8 [mem 0xbb800000-0xfeafffff]
[    0.400384] NET: Registered protocol family 2
[    0.400627] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.400735] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.400846] TCP: Hash tables configured (established 32768 bind 32768)
[    0.400882] TCP: reno registered
[    0.400892] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.400912] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.400977] NET: Registered protocol family 1
[    0.400996] pci 0000:00:02.0: Video device with shadowed ROM
[    0.432628] PCI: CLS 0 bytes, default 64
[    0.432697] Trying to unpack rootfs image as initramfs...
[    1.044153] Freeing initrd memory: 29008K (ffff880034748000 - ffff88003639c000)
[    1.044219] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    1.044223] software IO TLB [mem 0xb730f000-0xbb30f000] (64MB) mapped at [ffff8800b730f000-ffff8800bb30efff]
[    1.044468] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
[    1.044476] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
[    1.044546] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    1.044578] Scanning for low memory corruption every 60 seconds
[    1.044981] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    1.045021] Initialise system trusted keyring
[    1.045051] audit: initializing netlink subsys (disabled)
[    1.045072] audit: type=2000 audit(1436115690.932:1): initialized
[    1.045524] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.047431] zpool: loaded
[    1.047434] zbud: loaded
[    1.047643] VFS: Disk quotas dquot_6.5.2
[    1.047690] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.048347] fuse init (API version 7.23)
[    1.048461] msgmni has been set to 7494
[    1.048538] Key type big_key registered
[    1.048950] Key type asymmetric registered
[    1.048954] Asymmetric key parser 'x509' registered
[    1.049002] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    1.049050] io scheduler noop registered
[    1.049054] io scheduler deadline registered (default)
[    1.049114] io scheduler cfq registered
[    1.049226] pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
[    1.049659] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.049679] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.049740] vesafb: mode is 1024x768x32, linelength=4096, pages=0
[    1.049742] vesafb: scrolling: redraw
[    1.049744] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    1.050536] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010780000, using 3072k, total 3072k
[    1.050693] Console: switching to colour frame buffer device 128x48
[    1.050722] fb0: VESA VGA frame buffer device
[    1.050766] intel_idle: MWAIT substates: 0x120
[    1.050768] intel_idle: v0.4 model 0x25
[    1.050769] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.496227] ACPI: AC Adapter [ACAD] (on-line)
[    1.496359] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[    1.496383] ACPI: Lid Switch [LID0]
[    1.496431] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    1.496436] ACPI: Power Button [PWRB]
[    1.496481] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    1.496485] ACPI: Power Button [PWRF]
[    1.496680] GHES: HEST is not enabled!
[    1.497010] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.712445] [Firmware Bug]: battery: (dis)charge rate invalid.
[    1.712564] ACPI: Battery Slot [BAT1] (battery present)
[    1.712815] Linux agpgart interface v0.103
[    1.712970] agpgart-intel 0000:00:00.0: Intel HD Graphics Chipset
[    1.713008] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    1.713402] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[    1.713737] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xc0000000
[    1.717681] brd: module loaded
[    1.719644] loop: module loaded
[    1.720140] libphy: Fixed MDIO Bus: probed
[    1.720143] tun: Universal TUN/TAP device driver, 1.6
[    1.720145] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.720248] PPP generic driver version 2.4.2
[    1.720387] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.720398] ehci-pci: EHCI PCI platform driver
[    1.720724] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.720742] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.720768] ehci-pci 0000:00:1a.0: debug port 2
[    1.724709] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.724755] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd2508000
[    1.735976] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.736075] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.736080] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.736084] usb usb1: Product: EHCI Host Controller
[    1.736088] usb usb1: Manufacturer: Linux 3.16.0-41-generic ehci_hcd
[    1.736092] usb usb1: SerialNumber: 0000:00:1a.0
[    1.736320] hub 1-0:1.0: USB hub found
[    1.736336] hub 1-0:1.0: 2 ports detected
[    1.736823] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.736836] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.736859] ehci-pci 0000:00:1d.0: debug port 2
[    1.740787] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.740824] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd2507000
[    1.751967] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.752049] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.752054] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.752058] usb usb2: Product: EHCI Host Controller
[    1.752062] usb usb2: Manufacturer: Linux 3.16.0-41-generic ehci_hcd
[    1.752065] usb usb2: SerialNumber: 0000:00:1d.0
[    1.752345] hub 2-0:1.0: USB hub found
[    1.752359] hub 2-0:1.0: 2 ports detected
[    1.752581] ehci-platform: EHCI generic platform driver
[    1.752604] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.752616] ohci-pci: OHCI PCI platform driver
[    1.752644] ohci-platform: OHCI generic platform driver
[    1.752664] uhci_hcd: USB Universal Host Controller Interface driver
[    1.752812] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.767232] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.767237] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.767576] mousedev: PS/2 mouse device common for all mice
[    1.768924] rtc_cmos 00:01: RTC can wake from S4
[    1.769085] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    1.769125] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.769297] device-mapper: uevent: version 1.0.3
[    1.769495] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com
[    1.769538] ledtrig-cpu: registered to indicate activity on CPUs
[    1.769775] TCP: cubic registered
[    1.770064] NET: Registered protocol family 10
[    1.770558] NET: Registered protocol family 17
[    1.770599] Key type dns_resolver registered
[    1.771326] Loading compiled-in X.509 certificates
[    1.773981] Loaded X.509 cert 'Magrathea: Glacier signing key: e5a2460cff17ae746b8b536a72d379fbb54776db'
[    1.774011] registered taskstats version 1
[    1.778454] Key type trusted registered
[    1.784669] Key type encrypted registered
[    1.784678] AppArmor: AppArmor sha1 policy hashing enabled
[    1.784682] ima: No TPM chip found, activating TPM-bypass!
[    1.784703] evm: HMAC attrs: 0x1
[    1.785080]   Magic number: 7:146:36
[    1.785091] bdi 7:1: hash matches
[    1.785093] misc loop-control: hash matches
[    1.785226] rtc_cmos 00:01: setting system clock to 2015-07-05 17:01:31 UTC (1436115691)
[    1.785914] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.785918] EDD information not available.
[    1.786107] PM: Hibernation image not present or could not be loaded.
[    1.787386] Freeing unused kernel memory: 1352K (ffffffff81d1c000 - ffffffff81e6e000)
[    1.787389] Write protecting the kernel read-only data: 12288k
[    1.789381] Freeing unused kernel memory: 552K (ffff880001776000 - ffff880001800000)
[    1.789482] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    1.791004] Freeing unused kernel memory: 496K (ffff880001b84000 - ffff880001c00000)
[    1.812310] systemd-udevd[114]: starting version 204
[    2.043889] tsc: Refined TSC clocksource calibration: 1995.345 MHz
[    2.047925] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.180190] usb 1-1: New USB device found, idVendor=8087, idProduct=0020
[    2.180198] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.180772] hub 1-1:1.0: USB hub found
[    2.180951] hub 1-1:1.0: 6 ports detected
[    2.291816] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    2.377942] [drm] Initialized drm 1.1.0 20060810
[    2.377957] ahci 0000:00:1f.2: version 3.0
[    2.378165] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X
[    2.378205] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    2.378248] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x32 impl SATA mode
[    2.378251] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst 
[    2.409521] scsi0 : ahci
[    2.418820] scsi1 : ahci
[    2.424043] usb 2-1: New USB device found, idVendor=8087, idProduct=0020
[    2.424046] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.424074] scsi2 : ahci
[    2.424332] hub 2-1:1.0: USB hub found
[    2.426043] hub 2-1:1.0: 8 ports detected
[    2.426799] scsi3 : ahci
[    2.426934] scsi4 : ahci
[    2.427034] scsi5 : ahci
[    2.427095] ata1: DUMMY
[    2.427099] ata2: SATA max UDMA/133 abar m2048@0xd2508800 port 0xd2508980 irq 40
[    2.427101] ata3: DUMMY
[    2.427102] ata4: DUMMY
[    2.427105] ata5: SATA max UDMA/133 abar m2048@0xd2508800 port 0xd2508b00 irq 40
[    2.427108] ata6: SATA max UDMA/133 abar m2048@0xd2508800 port 0xd2508b80 irq 40
[    2.427718] [drm] Memory usable by graphics device = 2048M
[    2.427722] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[    2.427724] fb: switching to inteldrmfb from VESA VGA
[    2.427751] Console: switching to colour dummy device 80x25
[    2.427876] [drm] Replacing VGA console driver
[    2.455769] i915 0000:00:02.0: irq 41 for MSI/MSI-X
[    2.455781] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    2.455782] [drm] Driver supports precise vblank timestamp query.
[    2.455877] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    2.489621] fbcon: inteldrmfb (fb0) is primary device
[    2.489654] Console: switching to colour frame buffer device 170x48
[    2.489694] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    2.489696] i915 0000:00:02.0: registered panic notifier
[    2.496556] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    2.500313] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[    2.500353] acpi device:0d: registered as cooling_device2
[    2.500465] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/input6
[    2.500557] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    2.620674] usb 1-1.4: New USB device found, idVendor=04f2, idProduct=b1d6
[    2.620682] usb 1-1.4: New USB device strings: Mfr=2, Product=1, SerialNumber=0
[    2.620686] usb 1-1.4: Product: CNF9055
[    2.620690] usb 1-1.4: Manufacturer: Sonix Technology Co., Ltd.
[    2.743638] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.777536] ata2.00: ATA-8: TOSHIBA MK5055GSX, FG001M, max UDMA/100
[    2.777543] ata2.00: 781422768 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.778552] ata2.00: configured for UDMA/100
[    2.778923] scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA MK5055GS 1M   PQ: 0 ANSI: 5
[    2.779490] sd 1:0:0:0: [sda] 781422768 512-byte logical blocks: (400 GB/372 GiB)
[    2.779535] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.779578] sd 1:0:0:0: [sda] Write Protect is off
[    2.779581] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.779607] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.836562]  sda: sda1 sda2 < sda5 >
[    2.837384] sd 1:0:0:0: [sda] Attached SCSI disk
[    3.044437] Switched to clocksource tsc
[    3.099483] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.118169] ata5.00: ATAPI: TSSTcorp CDDVDW TS-L633C, TF20, max UDMA/100
[    3.141356] ata5.00: configured for UDMA/100
[    3.144482] scsi 4:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-L633C  TF20 PQ: 0 ANSI: 5
[    3.163684] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.163690] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.163888] sr 4:0:0:0: Attached scsi CD-ROM sr0
[    3.163968] sr 4:0:0:0: Attached scsi generic sg1 type 5
[    3.369295] psmouse serio1: synaptics: queried max coordinates: x [..5692], y [..4680]
[    3.475539] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000, board id: 0, fw id: 582762
[    3.475550] psmouse serio1: synaptics: Toshiba Satellite C660 detected, limiting rate to 40pps.
[    3.483343] ata6: SATA link down (SStatus 0 SControl 300)
[    3.545345] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
[    9.874044] random: cryptsetup urandom read with 124 bits of entropy available
[    9.875153] random: nonblocking pool is initialized
[   10.541210] EXT4-fs (dm-1): INFO: recovery required on readonly filesystem
[   10.541214] EXT4-fs (dm-1): write access will be enabled during recovery
[   11.271407] EXT4-fs (dm-1): recovery complete
[   11.275788] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   22.009818] EXT4-fs (dm-1): re-mounted. Opts: errors=remount-ro
[   22.031750] systemd-udevd[401]: starting version 204
[   22.183001] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
[   22.192198] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
[   22.247991] lp: driver loaded but no devices found
[   22.254432] ppdev: user-space parallel port driver
[   22.576953] wmi: Mapper loaded
[   22.607478] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.20
[   22.611189] input: Toshiba input device as /devices/virtual/input/input7
[   22.623142] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   22.625005] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042f conflicts with OpRegion 0x0000000000000400-0x000000000000047f (\PMIO) (20140424/utaddress-258)
[   22.625013] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   22.625017] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[   22.625020] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   22.625022] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[   22.625025] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   22.625026] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052f conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20140424/utaddress-258)
[   22.625029] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   22.625031] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   22.678191] mei_me 0000:00:16.0: irq 42 for MSI/MSI-X
[   22.686684] toshiba_acpi: Accelerometer not supported
[   22.688331] cfg80211: Calling CRDA to update world regulatory domain
[   22.712030] intel ips 0000:00:1f.6: No CPUID match found.
[   22.712036] intel ips 0000:00:1f.6: IPS not supported on this CPU
[   22.845917] rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
[   22.886046] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
[   22.902538] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   22.902542] sound hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   22.902545] sound hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   22.902547] sound hdaudioC0D0:    mono: mono_out=0x0
[   22.902548] sound hdaudioC0D0:    inputs:
[   22.902551] sound hdaudioC0D0:      Mic=0x18
[   22.902553] sound hdaudioC0D0:      Internal Mic=0x12
[   22.909860] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[   22.909945] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[   23.194593] media: Linux media interface: v0.10
[   23.200050] Linux video capture interface: v2.00
[   23.201509] cfg80211: World regulatory domain updated:
[   23.201513] cfg80211:  DFS Master region: unset
[   23.201515] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   23.201518] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   23.201520] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   23.201522] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[   23.201524] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   23.201525] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[   23.217774] uvcvideo: Found UVC 1.00 device CNF9055 (04f2:b1d6)
[   23.227499] input: CNF9055 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10
[   23.227662] usbcore: registered new interface driver uvcvideo
[   23.227665] USB Video Class driver (1.1.1)
[   23.309494] audit: type=1400 audit(1436115713.027:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=574 comm="apparmor_parser"
[   23.309504] audit: type=1400 audit(1436115713.027:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=574 comm="apparmor_parser"
[   23.309509] audit: type=1400 audit(1436115713.027:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=574 comm="apparmor_parser"
[   23.310066] audit: type=1400 audit(1436115713.027:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=574 comm="apparmor_parser"
[   23.310073] audit: type=1400 audit(1436115713.027:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=574 comm="apparmor_parser"
[   23.310364] audit: type=1400 audit(1436115713.027:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=574 comm="apparmor_parser"
[   23.378495] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[   23.378810] rtlwifi: wireless switch is on
[   23.454997] audit: type=1400 audit(1436115713.171:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=637 comm="apparmor_parser"
[   23.455007] audit: type=1400 audit(1436115713.171:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=637 comm="apparmor_parser"
[   23.455565] audit: type=1400 audit(1436115713.171:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=637 comm="apparmor_parser"
[   23.623853] Bluetooth: Core ver 2.19
[   23.623877] NET: Registered protocol family 31
[   23.623879] Bluetooth: HCI device and connection manager initialized
[   23.623888] Bluetooth: HCI socket layer initialized
[   23.623891] Bluetooth: L2CAP socket layer initialized
[   23.623902] Bluetooth: SCO socket layer initialized
[   23.636046] Bluetooth: RFCOMM TTY layer initialized
[   23.636058] Bluetooth: RFCOMM socket layer initialized
[   23.636063] Bluetooth: RFCOMM ver 1.11
[   23.661490] init: failsafe main process (598) killed by TERM signal
[   23.730568] init: cups main process (638) killed by HUP signal
[   23.730583] init: cups main process ended, respawning
[   23.730680] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   23.730683] Bluetooth: BNEP filters: protocol multicast
[   23.730696] Bluetooth: BNEP socket layer initialized
[   23.830119] audit: type=1400 audit(1436115713.547:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=852 comm="apparmor_parser"
[   26.815794] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   29.958125] init: plymouth-upstart-bridge main process ended, respawning
[   53.808181] audit_printk_skb: 150 callbacks suppressed
[   53.808186] audit: type=1400 audit(1436115743.535:62): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2143 comm="apparmor_parser"
[   53.808197] audit: type=1400 audit(1436115743.535:63): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2143 comm="apparmor_parser"
[   53.808867] audit: type=1400 audit(1436115743.539:64): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2143 comm="apparmor_parser"
[   74.380960] wlan0: authenticate with 34:31:c4:59:e4:9a
[   74.400895] wlan0: send auth to 34:31:c4:59:e4:9a (try 1/3)
[   74.405066] wlan0: authenticated
[   74.408464] wlan0: associate with 34:31:c4:59:e4:9a (try 1/3)
[   74.417348] wlan0: RX AssocResp from 34:31:c4:59:e4:9a (capab=0x431 status=0 aid=1)
[   74.417524] wlan0: associated
[   74.417552] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   74.417616] cfg80211: Calling CRDA for country: DE
[   74.421082] cfg80211: Regulatory domain changed to country: DE
[   74.421086] cfg80211:  DFS Master region: unset
[   74.421088] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[   74.421091] cfg80211:   (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   74.421093] cfg80211:   (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[   74.421095] cfg80211:   (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm), (0 s)
[   74.421096] cfg80211:   (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm), (0 s)
[   74.421098] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
[  214.187101] wlan0: deauthenticating from 34:31:c4:59:e4:9a by local choice (Reason: 3=DEAUTH_LEAVING)
[  214.221895] cfg80211: Calling CRDA to update world regulatory domain
[  214.224934] cfg80211: World regulatory domain updated:
[  214.224939] cfg80211:  DFS Master region: unset
[  214.224941] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[  214.224944] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[  214.224946] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[  214.224948] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm), (N/A)
[  214.224950] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[  214.224951] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm), (N/A)
[  217.727218] wlan0: authenticate with 34:31:c4:59:e4:9a
[  218.071234] wlan0: send auth to 34:31:c4:59:e4:9a (try 1/3)
[  218.074544] wlan0: authenticated
[  218.077990] wlan0: associate with 34:31:c4:59:e4:9a (try 1/3)
[  218.086303] wlan0: RX AssocResp from 34:31:c4:59:e4:9a (capab=0x431 status=0 aid=1)
[  218.086453] wlan0: associated
[  218.086515] cfg80211: Calling CRDA for country: DE
[  218.090303] cfg80211: Regulatory domain changed to country: DE
[  218.090307] cfg80211:  DFS Master region: unset
[  218.090309] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[  218.090311] cfg80211:   (2400000 KHz - 2483500 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[  218.090313] cfg80211:   (5150000 KHz - 5250000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[  218.090315] cfg80211:   (5250000 KHz - 5350000 KHz @ 40000 KHz), (N/A, 2000 mBm), (0 s)
[  218.090317] cfg80211:   (5470000 KHz - 5725000 KHz @ 40000 KHz), (N/A, 2698 mBm), (0 s)
[  218.090319] cfg80211:   (57240000 KHz - 65880000 KHz @ 2160000 KHz), (N/A, 4000 mBm), (N/A)
           CPU0       CPU1       
  0:         46          0   IO-APIC-edge      timer
  1:        105         57   IO-APIC-edge      i8042
  8:          0          1   IO-APIC-edge      rtc0
  9:        555        549   IO-APIC-fasteoi   acpi
 12:      37543      36827   IO-APIC-edge      i8042
 16:         44         44   IO-APIC-fasteoi   ehci_hcd:usb1
 17:       6387      10566   IO-APIC-fasteoi   rtl_pci
 23:         20         17   IO-APIC-fasteoi   ehci_hcd:usb2
 40:      22929      33837   PCI-MSI-edge      ahci
 41:      14065      11589   PCI-MSI-edge      i915
 42:          7          8   PCI-MSI-edge      mei_me
 43:        129        129   PCI-MSI-edge      snd_hda_intel
NMI:         85         86   Non-maskable interrupts
LOC:      61761      61498   Local timer interrupts
SPU:          0          0   Spurious interrupts
PMI:         85         86   Performance monitoring interrupts
IWI:          0          0   IRQ work interrupts
RTR:          0          0   APIC ICR read retries
RES:      23430      19911   Rescheduling interrupts
CAL:        322        300   Function call interrupts
TLB:       3405       2798   TLB shootdowns
TRM:          0          0   Thermal event interrupts
THR:          0          0   Threshold APIC interrupts
MCE:          0          0   Machine check exceptions
MCP:          3          3   Machine check polls
HYP:          0          0   Hypervisor callback interrupts
ERR:          0
MIS:          0