[ create a new paste ] login | about

Link: http://codepad.org/ucIJZXmC    [ raw code | fork | 1 comment ]

Plain Text, pasted on Aug 10:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.10.0-514.26.2.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Tue Jul 4 15:04:05 UTC 2017
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.26.2.el7.x86_64 root=UUID=94db279d-0911-4b56-adb5-50306a9dacfc ro crashkernel=auto rhgb quiet LANG=en_US.UTF-8
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dffeffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dfff0000-0x00000000dfffffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000019fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
[    0.000000] Hypervisor detected: KVM
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1a0000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR variable ranges disabled:
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] CPU MTRRs all blank - virtualized system.
[    0.000000] e820: last_pfn = 0xdfff0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0]
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] BRK [0x01fa3000, 0x01fa3fff] PGTABLE
[    0.000000] BRK [0x01fa4000, 0x01fa4fff] PGTABLE
[    0.000000] BRK [0x01fa5000, 0x01fa5fff] PGTABLE
[    0.000000] BRK [0x01fa6000, 0x01fa6fff] PGTABLE
[    0.000000] BRK [0x01fa7000, 0x01fa7fff] PGTABLE
[    0.000000] BRK [0x01fa8000, 0x01fa8fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x34c09000-0x365fcfff]
[    0.000000] ACPI: RSDP 00000000000e0000 00024 (v02 VBOX  )
[    0.000000] ACPI: XSDT 00000000dfff0030 0003C (v01 VBOX   VBOXXSDT 00000001 ASL  00000061)
[    0.000000] ACPI: FACP 00000000dfff00f0 000F4 (v04 VBOX   VBOXFACP 00000001 ASL  00000061)
[    0.000000] ACPI: DSDT 00000000dfff0470 021FF (v02 VBOX   VBOXBIOS 00000002 INTL 20100528)
[    0.000000] ACPI: FACS 00000000dfff0200 00040
[    0.000000] ACPI: APIC 00000000dfff0240 0005C (v02 VBOX   VBOXAPIC 00000001 ASL  00000061)
[    0.000000] ACPI: SSDT 00000000dfff02a0 001CC (v01 VBOX   VBOXCPUT 00000002 INTL 20100528)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000019fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x19fffffff]
[    0.000000]   NODE_DATA [mem 0x19ffd5000-0x19fffbfff]
[    0.000000] Reserving 161MB of memory at 672MB for crashkernel (System RAM: 6143MB)
[    0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[    0.000000] kvm-clock: cpu 0, msr 1:9ff85001, primary cpu clock
[    0.000000] kvm-clock: using sched offset of 6240704848 cycles
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x19fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xdffeffff]
[    0.000000]   node   0: [mem 0x100000000-0x19fffffff]
[    0.000000] On node 0 totalpages: 1572750
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14272 pages used for memmap
[    0.000000]   DMA32 zone: 913392 pages, LIFO batch:31
[    0.000000]   Normal zone: 10240 pages used for memmap
[    0.000000]   Normal zone: 655360 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, 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 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfff0000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfffbffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[    0.000000] e820: [mem 0xe0000000-0xfebfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on KVM
[    0.000000] setup_percpu: NR_CPUS:5120 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 33 pages/cpu @ffff88019fc00000 s96728 r8192 d30248 u1048576
[    0.000000] pcpu-alloc: s96728 r8192 d30248 u1048576 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1548153
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.10.0-514.26.2.el7.x86_64 root=UUID=94db279d-0911-4b56-adb5-50306a9dacfc ro crashkernel=auto rhgb quiet LANG=en_US.UTF-8
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
[    0.000000] Memory: 5493584k/6815744k available (6768k kernel code, 524744k absent, 372928k reserved, 4445k data, 1684k init)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=5120 to nr_cpu_ids=2.
[    0.000000] NR_IRQS:327936 nr_irqs:440 0
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 25165824 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] tsc: Detected 2693.766 MHz processor
[    0.687635] Calibrating delay loop (skipped) preset value.. 5387.53 BogoMIPS (lpj=2693766)
[    0.687640] pid_max: default: 32768 minimum: 301
[    0.687680] Security Framework initialized
[    0.687687] SELinux:  Initializing.
[    0.687699] SELinux:  Starting in permissive mode
[    0.695824] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.728757] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.738158] Mount-cache hash table entries: 4096
[    0.738459] Initializing cgroup subsys memory
[    0.738467] Initializing cgroup subsys devices
[    0.738470] Initializing cgroup subsys freezer
[    0.738473] Initializing cgroup subsys net_cls
[    0.738476] Initializing cgroup subsys blkio
[    0.738479] Initializing cgroup subsys perf_event
[    0.738483] Initializing cgroup subsys hugetlb
[    0.738486] Initializing cgroup subsys pids
[    0.738489] Initializing cgroup subsys net_prio
[    0.738603] CPU: Physical Processor ID: 0
[    0.738606] CPU: Processor Core ID: 0
[    0.739515] mce: CPU supports 0 MCE banks
[    0.739551] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.739554] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[    0.739557] tlb_flushall_shift: 6
[    0.740001] Freeing SMP alternatives: 28k freed
[    0.747007] ACPI: Core revision 20130517
[    0.749562] ACPI: All ACPI Tables successfully acquired
[    0.749628] ftrace: allocating 25817 entries in 101 pages
[    0.809694] smpboot: Max logical packages: 1
[    0.810349] Enabling x2apic
[    0.810428] Enabled x2apic
[    0.811047] Switched APIC routing to physical x2apic.
[    0.814292] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.814302] smpboot: CPU0: Intel(R) Core(TM) i7-4600U CPU @ 2.10GHz (fam: 06, model: 45, stepping: 01)
[    0.912167] Performance Events: unsupported p6 CPU model 69 no PMU driver, software events only.
[    0.920718] KVM setup paravirtual spinlock
[    0.923250] smpboot: Booting Node   0, Processors  #1 OK
[    0.923631] kvm-clock: cpu 1, msr 1:9ff85041, secondary cpu clock
[    0.924680] mce: CPU supports 0 MCE banks
[    0.926806] Brought up 2 CPUs
[    0.926813] smpboot: Total of 2 processors activated (10775.06 BogoMIPS)
[    0.946367] node 0 initialised, 106122 pages in 13ms
[    0.946765] devtmpfs: initialized
[    0.961580] EVM: security.selinux
[    0.961584] EVM: security.ima
[    0.961587] EVM: security.capability
[    0.964206] atomic64 test passed for x86-64 platform with CX8 and with SSE
[    0.964212] pinctrl core: initialized pinctrl subsystem
[    0.964378] NET: Registered protocol family 16
[    0.964730] ACPI: bus type PCI registered
[    0.964733] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.964915] PCI: Using configuration type 1 for base access
[    0.972937] ACPI: Added _OSI(Module Device)
[    0.972943] ACPI: Added _OSI(Processor Device)
[    0.972948] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.972953] ACPI: Added _OSI(Processor Aggregator Device)
[    0.974139] ACPI: EC: Look up EC in DSDT
[    0.974958] ACPI: Executed 1 blocks of module-level executable AML code
[    0.980718] ACPI: Interpreter enabled
[    0.980738] ACPI: (supports S0 S5)
[    0.980741] ACPI: Using IOAPIC for interrupt routing
[    0.981143] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.989265] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.989273] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.989302] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
[    0.989416] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.989772] PCI host bridge to bus 0000:00
[    0.989777] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.989781] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.989786] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.989791] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.989805] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfdffffff window]
[    0.989863] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.990643] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.991638] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a
[    0.992239] pci 0000:00:01.1: reg 0x20: [io  0xd000-0xd00f]
[    0.992475] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.992479] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.992483] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.992487] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.992814] pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000
[    0.996498] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe1ffffff pref]
[    1.019098] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[    1.022049] pci 0000:00:03.0: reg 0x10: [mem 0xf0000000-0xf001ffff]
[    1.027645] pci 0000:00:03.0: reg 0x18: [io  0xd010-0xd017]
[    1.040417] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
[    1.043366] pci 0000:00:04.0: reg 0x10: [io  0xd020-0xd03f]
[    1.046713] pci 0000:00:04.0: reg 0x14: [mem 0xf0400000-0xf07fffff]
[    1.049551] pci 0000:00:04.0: reg 0x18: [mem 0xf0800000-0xf0803fff pref]
[    1.061257] pci 0000:00:05.0: [8086:2415] type 00 class 0x040100
[    1.061446] pci 0000:00:05.0: reg 0x10: [io  0xd100-0xd1ff]
[    1.061586] pci 0000:00:05.0: reg 0x14: [io  0xd200-0xd23f]
[    1.062656] pci 0000:00:06.0: [106b:003f] type 00 class 0x0c0310
[    1.065508] pci 0000:00:06.0: reg 0x10: [mem 0xf0804000-0xf0804fff]
[    1.083522] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
[    1.084437] pci 0000:00:07.0: quirk: [io  0x4000-0x403f] claimed by PIIX4 ACPI
[    1.084467] pci 0000:00:07.0: quirk: [io  0x4100-0x410f] claimed by PIIX4 SMB
[    1.084867] pci 0000:00:08.0: [8086:100e] type 00 class 0x020000
[    1.087887] pci 0000:00:08.0: reg 0x10: [mem 0xf0820000-0xf083ffff]
[    1.093642] pci 0000:00:08.0: reg 0x18: [io  0xd240-0xd247]
[    1.106019] pci 0000:00:0b.0: [8086:265c] type 00 class 0x0c0320
[    1.108991] pci 0000:00:0b.0: reg 0x10: [mem 0xf0840000-0xf0840fff]
[    1.127291] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601
[    1.130744] pci 0000:00:0d.0: reg 0x10: [io  0xd248-0xd24f]
[    1.133588] pci 0000:00:0d.0: reg 0x14: [io  0xd250-0xd253]
[    1.136382] pci 0000:00:0d.0: reg 0x18: [io  0xd258-0xd25f]
[    1.139227] pci 0000:00:0d.0: reg 0x1c: [io  0xd260-0xd263]
[    1.142048] pci 0000:00:0d.0: reg 0x20: [io  0xd270-0xd27f]
[    1.145015] pci 0000:00:0d.0: reg 0x24: [mem 0xf0842000-0xf0843fff]
[    1.151457] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
[    1.151969] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 *10 11)
[    1.152156] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *9 10 11)
[    1.152306] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 9 10 *11)
[    1.152566] ACPI: Enabled 2 GPEs in block 00 to 07
[    1.152821] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.152828] vgaarb: loaded
[    1.152840] vgaarb: bridge control possible 0000:00:02.0
[    1.152985] SCSI subsystem initialized
[    1.153030] ACPI: bus type USB registered
[    1.153059] usbcore: registered new interface driver usbfs
[    1.153078] usbcore: registered new interface driver hub
[    1.153111] usbcore: registered new device driver usb
[    1.153350] PCI: Using ACPI for IRQ routing
[    1.153353] PCI: pci_cache_line_size set to 64 bytes
[    1.153713] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    1.153717] e820: reserve RAM buffer [mem 0xdfff0000-0xdfffffff]
[    1.153858] NetLabel: Initializing
[    1.153860] NetLabel:  domain hash size = 128
[    1.153862] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.153880] NetLabel:  unlabeled traffic allowed by default
[    1.154038] Switched to clocksource kvm-clock
[    1.177414] pnp: PnP ACPI init
[    1.177429] ACPI: bus type PNP registered
[    1.177582] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.177717] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
[    1.179179] pnp: PnP ACPI: found 2 devices
[    1.179182] ACPI: bus type PNP unregistered
[    1.191244] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    1.191249] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    1.191254] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    1.191259] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfdffffff window]
[    1.191297] NET: Registered protocol family 2
[    1.191740] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.192201] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.192504] TCP: Hash tables configured (established 65536 bind 65536)
[    1.192518] TCP: reno registered
[    1.192585] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.192663] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.192751] NET: Registered protocol family 1
[    1.192772] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.192813] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.192879] pci 0000:00:02.0: Boot video device
[    1.197903] PCI: CLS 0 bytes, default 64
[    1.197958] Unpacking initramfs...
[    2.088692] Freeing initrd memory: 26576k freed
[    2.091708] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.091713] software IO TLB [mem 0xdbff0000-0xdfff0000] (64MB) mapped at [ffff8800dbff0000-ffff8800dffeffff]
[    2.091817] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 10737418240 ms ovfl timer
[    2.091819] RAPL PMU: hw unit of domain pp0-core 2^-0 Joules
[    2.091822] RAPL PMU: hw unit of domain package 2^-0 Joules
[    2.091824] RAPL PMU: hw unit of domain dram 2^-0 Joules
[    2.091827] RAPL PMU: hw unit of domain pp1-gpu 2^-0 Joules
[    2.092034] platform rtc_cmos: registered platform RTC device (no PNP device found)
[    2.093111] sha1_ssse3: Using AVX optimized SHA-1 implementation
[    2.093370] sha256_ssse3: Using AVX optimized SHA-256 implementation
[    2.094226] futex hash table entries: 512 (order: 3, 32768 bytes)
[    2.094246] Initialise system trusted keyring
[    2.094302] audit: initializing netlink socket (disabled)
[    2.094322] type=2000 audit(1533890660.852:1): initialized
[    2.134770] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.137392] zpool: loaded
[    2.137402] zbud: loaded
[    2.138019] VFS: Disk quotas dquot_6.5.2
[    2.138107] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.138547] msgmni has been set to 11610
[    2.138646] Key type big_key registered
[    2.138651] SELinux:  Registering netfilter hooks
[    2.141141] NET: Registered protocol family 38
[    2.141155] Key type asymmetric registered
[    2.141161] Asymmetric key parser 'x509' registered
[    2.141220] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[    2.141305] io scheduler noop registered
[    2.141313] io scheduler deadline registered (default)
[    2.141365] io scheduler cfq registered
[    2.141573] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.141584] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.141698] intel_idle: does not run on family 6 model 69
[    2.141876] ACPI: AC Adapter [AC] (on-line)
[    2.142057] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    2.142063] ACPI: Power Button [PWRF]
[    2.142202] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    2.142206] ACPI: Sleep Button [SLPF]
[    2.143910] ACPI: Battery Slot [BAT0] (battery present)
[    2.143949] GHES: HEST is not enabled!
[    2.144157] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.145535] Non-volatile memory driver v1.3
[    2.145645] Linux agpgart interface v0.103
[    2.145953] crash memory driver: version 1.1
[    2.146053] rdac: device handler registered
[    2.146173] hp_sw: device handler registered
[    2.146179] emc: device handler registered
[    2.146184] alua: device handler registered
[    2.146247] libphy: Fixed MDIO Bus: probed
[    2.146359] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.146367] ehci-pci: EHCI PCI platform driver
[    2.147733] ehci-pci 0000:00:0b.0: EHCI Host Controller
[    2.147880] ehci-pci 0000:00:0b.0: new USB bus registered, assigned bus number 1
[    2.148306] ehci-pci 0000:00:0b.0: irq 19, io mem 0xf0840000
[    2.155684] ehci-pci 0000:00:0b.0: USB 2.0 started, EHCI 1.00
[    2.155770] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.155776] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.155781] usb usb1: Product: EHCI Host Controller
[    2.155789] usb usb1: Manufacturer: Linux 3.10.0-514.26.2.el7.x86_64 ehci_hcd
[    2.155794] usb usb1: SerialNumber: 0000:00:0b.0
[    2.156176] hub 1-0:1.0: USB hub found
[    2.156189] hub 1-0:1.0: 12 ports detected
[    2.156710] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.156720] ohci-pci: OHCI PCI platform driver
[    2.158105] ohci-pci 0000:00:06.0: OHCI PCI host controller
[    2.158281] ohci-pci 0000:00:06.0: new USB bus registered, assigned bus number 2
[    2.158402] ohci-pci 0000:00:06.0: irq 22, io mem 0xf0804000
[    2.212588] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.212594] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.212598] usb usb2: Product: OHCI PCI host controller
[    2.212602] usb usb2: Manufacturer: Linux 3.10.0-514.26.2.el7.x86_64 ohci_hcd
[    2.212605] usb usb2: SerialNumber: 0000:00:06.0
[    2.212886] hub 2-0:1.0: USB hub found
[    2.212912] hub 2-0:1.0: 12 ports detected
[    2.213536] uhci_hcd: USB Universal Host Controller Interface driver
[    2.213602] usbcore: registered new interface driver usbserial
[    2.213614] usbcore: registered new interface driver usbserial_generic
[    2.213627] usbserial: USB Serial support registered for generic
[    2.213664] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    2.214379] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.214385] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.214622] mousedev: PS/2 mouse device common for all mice
[    2.215307] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.215897] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[    2.216018] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[    2.216188] cpuidle: using governor menu
[    2.216297] hidraw: raw HID events driver (C) Jiri Kosina
[    2.216497] usbcore: registered new interface driver usbhid
[    2.216500] usbhid: USB HID core driver
[    2.216556] drop_monitor: Initializing network drop monitor service
[    2.216674] TCP: cubic registered
[    2.216682] Initializing XFRM netlink socket
[    2.216861] NET: Registered protocol family 10
[    2.224363] NET: Registered protocol family 17
[    2.224680] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x0
[    2.224691] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x0
[    2.224733] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    2.224862] Loading compiled-in X.509 certificates
[    2.224892] Loaded X.509 cert 'CentOS Linux kpatch signing key: ea0413152cde1d98ebdca3fe6f0230904c9ef717'
[    2.224950] Loaded X.509 cert 'CentOS Linux Driver update signing key: 7f421ee0ab69461574bb358861dbe77762a4201b'
[    2.225518] Loaded X.509 cert 'CentOS Linux kernel signing key: 618f5ddf772e4be825fb1bb09591862724ed1e97'
[    2.225551] registered taskstats version 1
[    2.236097] Key type trusted registered
[    2.239223] Key type encrypted registered
[    2.242181] IMA: No TPM chip found, activating TPM-bypass!
[    2.243007] rtc_cmos rtc_cmos: setting system clock to 2018-08-10 08:44:13 UTC (1533890653)
[    2.247769] Freeing unused kernel memory: 1684k freed
[    2.252672] systemd[1]: systemd 219 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    2.252696] systemd[1]: Detected virtualization kvm.
[    2.252702] systemd[1]: Detected architecture x86-64.
[    2.252707] systemd[1]: Running in initial RAM disk.
[    2.252732] systemd[1]: Set hostname to <osboxes>.
[    2.319171] systemd[1]: Created slice Root Slice.
[    2.319189] systemd[1]: Starting Root Slice.
[    2.319230] systemd[1]: Listening on udev Kernel Socket.
[    2.319246] systemd[1]: Starting udev Kernel Socket.
[    2.319291] systemd[1]: Listening on udev Control Socket.
[    2.319307] systemd[1]: Starting udev Control Socket.
[    2.319409] systemd[1]: Created slice System Slice.
[    2.319426] systemd[1]: Starting System Slice.
[    2.319493] systemd[1]: Listening on Journal Socket.
[    2.319512] systemd[1]: Starting Journal Socket.
[    2.320291] systemd[1]: Starting Apply Kernel Variables...
[    2.320909] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    2.321485] systemd[1]: Starting Journal Service...
[    2.321517] systemd[1]: Reached target Local File Systems.
[    2.321537] systemd[1]: Starting Local File Systems.
[    2.321560] systemd[1]: Reached target Sockets.
[    2.321580] systemd[1]: Starting Sockets.
[    2.322165] systemd[1]: Starting Setup Virtual Console...
[    2.322942] systemd[1]: Starting dracut cmdline hook...
[    2.322973] systemd[1]: Reached target Timers.
[    2.322993] systemd[1]: Starting Timers.
[    2.323015] systemd[1]: Reached target Slices.
[    2.323034] systemd[1]: Starting Slices.
[    2.323061] systemd[1]: Reached target Swap.
[    2.323078] systemd[1]: Starting Swap.
[    2.323666] systemd[1]: Started Apply Kernel Variables.
[    2.335188] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    2.343208] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.356648] systemd[1]: Started Create Static Device Nodes in /dev.
[    2.361102] systemd[1]: Started Journal Service.
[    2.536309] psmouse serio1: alps: Unknown ALPS touchpad: E7=10 00 64, EC=10 00 64
[    2.538133] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input3
[    2.674273] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    2.688879] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.688883] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.727481] libata version 3.00 loaded.
[    3.093105] tsc: Refined TSC clocksource calibration: 2693.420 MHz
[    3.186792] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:9a:2e:2b
[    3.186801] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
[    3.186851] ahci 0000:00:0d.0: version 3.0
[    3.188221] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled
[    3.188474] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
[    3.188481] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc 
[    3.189081] scsi host0: ahci
[    3.189198] ata1: SATA max UDMA/133 abar m8192@0xf0842000 port 0xf0842100 irq 21
[    3.189238] ata_piix 0000:00:01.1: version 2.13
[    3.189996] scsi host1: ata_piix
[    3.190093] scsi host2: ata_piix
[    3.190186] ata2: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
[    3.190190] ata3: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
[    3.341519] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
[    3.341987] ata2.00: configured for UDMA/33
[    3.494716] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.494899] ata1.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
[    3.494905] ata1.00: 209715200 sectors, multi 128: LBA48 NCQ (depth 31/32)
[    3.495369] ata1.00: configured for UDMA/133
[    3.496176] scsi 0:0:0:0: Direct-Access     ATA      VBOX HARDDISK    1.0  PQ: 0 ANSI: 5
[    3.699837] scsi 1:0:0:0: CD-ROM            VBOX     CD-ROM           1.0  PQ: 0 ANSI: 5
[    3.711841] sd 0:0:0:0: [sda] 209715200 512-byte logical blocks: (107 GB/100 GiB)
[    3.711919] sd 0:0:0:0: [sda] Write Protect is off
[    3.711925] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.711951] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.718602]  sda: sda1 sda2
[    3.718898] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.738219] e1000 0000:00:08.0 eth1: (PCI:33MHz:32-bit) 08:00:27:de:62:47
[    3.738227] e1000 0000:00:08.0 eth1: Intel(R) PRO/1000 Network Connection
[    3.754202] sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray
[    3.754207] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.755025] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    4.791127] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.258946] systemd-journald[95]: Received SIGTERM from PID 1 (systemd).
[    5.407699] type=1404 audit(1533890656.664:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[    5.843286] SELinux: 2048 avtab hash slots, 104872 rules.
[    5.905600] SELinux: 2048 avtab hash slots, 104872 rules.
[    5.980681] SELinux:  8 users, 14 roles, 4980 types, 301 bools, 1 sens, 1024 cats
[    5.980687] SELinux:  91 classes, 104872 rules
[    5.989672] SELinux:  Completing initialization.
[    5.989675] SELinux:  Setting up existing superblocks.
[    6.001288] type=1403 audit(1533890657.258:3): policy loaded auid=4294967295 ses=4294967295
[    6.006797] systemd[1]: Successfully loaded SELinux policy in 600.901ms.
[    6.070301] ip_tables: (C) 2000-2006 Netfilter Core Team
[    6.070436] systemd[1]: Inserted module 'ip_tables'
[    6.108909] systemd[1]: Relabelled /dev and /run in 36.630ms.
[    6.648967] RPC: Registered named UNIX socket transport module.
[    6.648971] RPC: Registered udp transport module.
[    6.648974] RPC: Registered tcp transport module.
[    6.648976] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    6.704985] EXT4-fs (sda1): re-mounted. Opts: (null)
[    6.734462] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    6.897287] systemd-journald[351]: Received request to flush runtime journal from PID 1
[    7.248800] piix4_smbus 0000:00:07.0: SMBus Host Controller at 0x4100, revision 0
[    7.274382] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.274543] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:00/input/input4
[    7.287972] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    7.336015] vboxguest: loading out-of-tree module taints kernel.
[    7.336410] vboxguest: module verification failed: signature and/or required key missing - tainting kernel
[    7.359860] vgdrvHeartbeatInit: Setting up heartbeat to trigger every 2000 milliseconds
[    7.359989] input: Unspecified device as /devices/pci0000:00/0000:00:04.0/input/input6
[    7.360715] vboxguest: misc device minor 58, IRQ 20, I/O port d020, MMIO at 00000000f0400000 (size 0x400000)
[    7.360719] vboxguest: Successfully loaded version 5.2.16 (interface 0x00010004)
[    7.381732] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    7.382214] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    7.435475] [drm] Initialized drm 1.1.0 20060810
[    7.480736] AES CTR mode by8 optimization enabled
[    7.548707] ppdev: user-space parallel port driver
[    7.563726] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    7.643578] Adding 3144700k swap on /dev/sda2.  Priority:-1 extents:1 across:3144700k FS
[    7.664469] alg: No test for crc32 (crc32-pclmul)
[    7.675798] intel_rapl: no valid rapl domains found in package 0
[    7.934099] intel_rapl: no valid rapl domains found in package 0
[    7.938174] snd_intel8x0 0000:00:05.0: white list rate for 1028:0177 is 48000
[    7.940283] [drm] VRAM 02000000
[    7.940882] [TTM] Zone  kernel: Available graphics memory: 2973180 kiB
[    7.940885] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    7.940888] [TTM] Initializing pool allocator
[    7.940895] [TTM] Initializing DMA pool allocator
[    7.948581] fbcon: vboxdrmfb (fb0) is primary device
[    7.974943] Console: switching to colour frame buffer device 100x37
[    7.983858] vboxvideo 0000:00:02.0: fb0: vboxdrmfb frame buffer device
[    7.992219] [drm] Initialized vboxvideo 1.0.0 20130823 for 0000:00:02.0 on minor 0
[   10.204571] floppy0: no floppy controllers found
[   10.204679] work still pending
[   10.256482] device-mapper: uevent: version 1.0.3
[   10.256600] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[   10.948662] type=1305 audit(1533890662.205:4): audit_pid=496 old=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:auditd_t:s0 res=1
[   12.718532] IPv6: ADDRCONF(NETDEV_UP): enp0s3: link is not ready
[   12.730480] e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   12.763234] IPv6: ADDRCONF(NETDEV_UP): enp0s8: link is not ready
[   12.766442] e1000: enp0s8 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   12.840933] vboxsf: Successfully loaded version 5.2.16 (interface 0x00010004)
[   19.608010] SELinux: 2048 avtab hash slots, 104872 rules.
[   20.017118] SELinux: 2048 avtab hash slots, 104872 rules.
[   20.184636] SELinux:  8 users, 14 roles, 4980 types, 301 bools, 1 sens, 1024 cats
[   20.184642] SELinux:  91 classes, 104872 rules
[   20.509452] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:virt_var_lib_t:s0) returned 12 for dev=sda1 ino=2885088
[   20.514392] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:virt_var_lib_t:s0) returned 12 for dev=sda1 ino=2885120
[   20.540501] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:ldconfig_exec_t:s0) returned 12 for dev=sda1 ino=3801863
[   20.597890] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:cron_log_t:s0) returned 12 for dev=sda1 ino=2886649
[   20.780627] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:tuned_etc_t:s0) returned 12 for dev=sda1 ino=1967643
[   20.781137] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:tuned_etc_t:s0) returned 12 for dev=sda1 ino=1967645
[   20.783636] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:tuned_log_t:s0) returned 12 for dev=sda1 ino=2885163
[   20.791357] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:tuned_log_t:s0) returned 12 for dev=sda1 ino=2883651
[   20.799182] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:tuned_rw_etc_t:s0) returned 12 for dev=sda1 ino=1967646
[   20.818556] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:tuned_etc_t:s0) returned 12 for dev=sda1 ino=1967642
[   20.912353] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:setroubleshootd_exec_t:s0) returned 12 for dev=sda1 ino=3810428
[   21.175492] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_data_t:s0) returned 12 for dev=sda1 ino=2885172
[   21.204481] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_spool_bounce_t:s0) returned 12 for dev=sda1 ino=2885177
[   21.210509] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_private_t:s0) returned 12 for dev=sda1 ino=2885186
[   21.212201] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_public_t:s0) returned 12 for dev=sda1 ino=2885187
[   21.228631] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_bounce_exec_t:s0) returned 12 for dev=sda1 ino=3941331
[   21.229649] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_cleanup_exec_t:s0) returned 12 for dev=sda1 ino=3941333
[   21.233748] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_local_exec_t:s0) returned 12 for dev=sda1 ino=3941338
[   21.255908] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_pickup_exec_t:s0) returned 12 for dev=sda1 ino=3941343
[   21.256703] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_pipe_exec_t:s0) returned 12 for dev=sda1 ino=3941344
[   21.263487] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_qmgr_exec_t:s0) returned 12 for dev=sda1 ino=3941392
[   21.276401] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_smtp_exec_t:s0) returned 12 for dev=sda1 ino=3941353
[   21.277508] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_showq_exec_t:s0) returned 12 for dev=sda1 ino=3941354
[   21.278594] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_smtp_exec_t:s0) returned 12 for dev=sda1 ino=3941391
[   21.279584] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_smtpd_exec_t:s0) returned 12 for dev=sda1 ino=3941355
[   21.298213] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_virtual_exec_t:s0) returned 12 for dev=sda1 ino=3941361
[   21.309208] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_map_exec_t:s0) returned 12 for dev=sda1 ino=3815209
[   21.312093] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_postdrop_exec_t:s0) returned 12 for dev=sda1 ino=3815204
[   21.323653] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:postfix_postqueue_exec_t:s0) returned 12 for dev=sda1 ino=3815211
[   21.354163] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3801633
[   21.370472] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3801635
[   21.416120] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815216
[   21.432520] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815217
[   21.433651] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815218
[   21.457410] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815219
[   21.473824] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815220
[   21.475282] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815221
[   21.492090] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815222
[   21.508800] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815223
[   21.510152] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815224
[   21.526468] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815225
[   21.527495] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815226
[   21.543200] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815227
[   21.544387] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815228
[   21.561183] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815229
[   21.577671] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815230
[   21.578715] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3801645
[   21.609055] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815233
[   21.625884] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815234
[   21.627242] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815235
[   21.644013] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815236
[   21.645180] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815237
[   21.646255] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815238
[   21.662660] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815239
[   21.663661] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815240
[   21.664648] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815241
[   21.665639] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815242
[   21.666662] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815243
[   21.667661] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815244
[   21.668691] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815252
[   21.669714] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815245
[   21.670734] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815246
[   21.682739] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815247
[   21.683990] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815248
[   21.685337] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815249
[   21.686674] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815250
[   21.688113] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815251
[   21.689466] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815253
[   21.690845] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815254
[   21.692213] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3815255
[   21.717197] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3932698
[   21.761176] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941363
[   21.786419] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941364
[   21.787678] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941362
[   21.803940] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941365
[   21.805210] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941366
[   21.806405] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941367
[   21.820655] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941368
[   21.835818] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941369
[   21.837068] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941370
[   21.842771] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941371
[   21.844048] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941372
[   21.859665] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941373
[   21.861070] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941374
[   21.877858] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941375
[   21.879074] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941376
[   21.880186] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941377
[   21.881293] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941378
[   21.882409] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941379
[   21.883567] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941380
[   21.884697] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941381
[   21.885801] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941382
[   21.886941] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941383
[   21.903917] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941384
[   21.905401] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941386
[   21.906754] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941385
[   21.909335] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941387
[   21.910849] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941388
[   21.912299] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941389
[   21.913578] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:man_t:s0) returned 12 for dev=sda1 ino=3941390
[   22.015338] SELinux: inode_doinit_with_dentry:  context_to_sid(system_u:object_r:kdump_crash_t:s0) returned 12 for dev=sda1 ino=2885083
[   24.299281] VBoxService 5.2.16 r123759 (verbosity: 0) linux.amd64 (Jul 16 2018 17:06:52) release log
00:00:00.000244 main     Log opened 2018-08-10T08:44:35.549491000Z
[   24.299433] 00:00:00.000469 main     OS Product: Linux
[   24.299478] 00:00:00.000514 main     OS Release: 3.10.0-514.26.2.el7.x86_64
[   24.299518] 00:00:00.000557 main     OS Version: #1 SMP Tue Jul 4 15:04:05 UTC 2017
[   24.299583] 00:00:00.000598 main     Executable: /opt/VBoxGuestAdditions-5.2.16/sbin/VBoxService
00:00:00.000600 main     Process ID: 2481
00:00:00.000601 main     Package type: LINUX_64BITS_GENERIC
[   24.317574] 00:00:00.018565 main     5.2.16 r123759 started. Verbose level = 0
[   24.393928] 00:00:00.094876 automount vbsvcAutoMountWorker: Shared folder 'resource' was mounted to '/media/sf_resource'
[   77.757020] fuse init (API version 7.22)
[   88.461332] ISO 9660 Extensions: Microsoft Joliet Level 3
[   88.468006] ISO 9660 Extensions: RRIP_1991A
[  145.871199] TCP: lp registered
[ 1719.649797] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x6 frozen
[ 1719.649805] ata1.00: failed command: FLUSH CACHE
[ 1719.649820] ata1.00: cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 2
         res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
[ 1719.649828] ata1.00: status: { DRDY }
[ 1719.649847] ata1: hard resetting link
[ 1719.956121] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1719.956802] ata1.00: configured for UDMA/133
[ 1719.956808] ata1.00: retrying FLUSH 0xe7 Emask 0x4
[ 1720.755202] ata1.00: FLUSH failed Emask 0x1
[ 1720.755211] ata1.00: device reported invalid CHS sector 0
[ 1720.755293] ata1: EH complete
[ 1720.766278] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1720.766285] ata1.00: irq_stat 0x40000000
[ 1720.766290] ata1.00: failed command: FLUSH CACHE
[ 1720.766304] ata1.00: cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 3
         res 41/10:00:00:00:00/00:00:00:00:00/a0 Emask 0x81 (invalid argument)
[ 1720.766312] ata1.00: status: { DRDY ERR }
[ 1720.766316] ata1.00: error: { IDNF }
[ 1720.766992] ata1.00: configured for UDMA/133
[ 1720.766997] ata1.00: device reported invalid CHS sector 0
[ 1720.767005] ata1: EH complete
[ 1724.786840] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1724.786847] ata1.00: irq_stat 0x40000000
[ 1724.786852] ata1.00: failed command: FLUSH CACHE
[ 1724.786866] ata1.00: cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 4
         res 41/10:00:00:00:00/00:00:00:00:00/a0 Emask 0x81 (invalid argument)
[ 1724.786873] ata1.00: status: { DRDY ERR }
[ 1724.786878] ata1.00: error: { IDNF }
[ 1724.787308] ata1.00: configured for UDMA/133
[ 1724.787314] ata1.00: device reported invalid CHS sector 0
[ 1724.787323] ata1: EH complete
[ 1724.800527] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1724.800535] ata1.00: irq_stat 0x40000000
[ 1724.800540] ata1.00: failed command: FLUSH CACHE
[ 1724.800553] ata1.00: cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 5
         res 41/10:00:00:00:00/00:00:00:00:00/a0 Emask 0x81 (invalid argument)
[ 1724.800560] ata1.00: status: { DRDY ERR }
[ 1724.800564] ata1.00: error: { IDNF }
[ 1724.801078] ata1.00: configured for UDMA/133
[ 1724.801084] ata1.00: device reported invalid CHS sector 0
[ 1724.801094] ata1: EH complete
[ 1725.730167] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1725.730174] ata1.00: irq_stat 0x40000000
[ 1725.730179] ata1.00: failed command: FLUSH CACHE
[ 1725.730193] ata1.00: cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 6
         res 41/10:00:00:00:00/00:00:00:00:00/a0 Emask 0x81 (invalid argument)
[ 1725.730200] ata1.00: status: { DRDY ERR }
[ 1725.730204] ata1.00: error: { IDNF }
[ 1725.731173] ata1.00: configured for UDMA/133
[ 1725.731181] ata1.00: device reported invalid CHS sector 0
[ 1725.731191] ata1: EH complete
[ 1725.741546] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1725.741553] ata1.00: irq_stat 0x40000000
[ 1725.741558] ata1.00: failed command: FLUSH CACHE
[ 1725.741575] ata1.00: cmd e7/00:00:00:00:00/00:00:00:00:00/a0 tag 7
         res 41/10:00:00:00:00/00:00:00:00:00/a0 Emask 0x81 (invalid argument)
[ 1725.741582] ata1.00: status: { DRDY ERR }
[ 1725.741587] ata1.00: error: { IDNF }
[ 1725.742031] ata1.00: configured for UDMA/133
[ 1725.742038] ata1.00: device reported invalid CHS sector 0
[ 1725.742050] sd 0:0:0:0: [sda] FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 1725.742058] sd 0:0:0:0: [sda] Sense Key : Illegal Request [current] [descriptor] 
[ 1725.742066] sd 0:0:0:0: [sda] Add. Sense: Logical block address out of range
[ 1725.742075] sd 0:0:0:0: [sda] CDB: Synchronize Cache(10) 35 00 00 00 00 00 00 00 00 00
[ 1725.742093] blk_update_request: I/O error, dev sda, sector 101054056
[ 1725.742123] ata1: EH complete
[ 1725.742159] Aborting journal on device sda1-8.
[ 1725.752438] ata1: failed to read log page 10h (errno=-5)
[ 1725.752450] ata1.00: exception Emask 0x1 SAct 0x700 SErr 0x0 action 0x0
[ 1725.752455] ata1.00: irq_stat 0x40000008
[ 1725.752463] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.752479] ata1.00: cmd 61/10:40:b8:18:84/00:00:05:00:00/40 tag 8 ncq 8192 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.752486] ata1.00: status: { DRDY }
[ 1725.752493] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.752508] ata1.00: cmd 61/08:48:10:08:80/00:00:05:00:00/40 tag 9 ncq 4096 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.752514] ata1.00: status: { DRDY }
[ 1725.752520] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.752534] ata1.00: cmd 61/08:50:00:08:04/00:00:06:00:00/40 tag 10 ncq 4096 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.752543] ata1.00: status: { DRDY }
[ 1725.752958] ata1.00: configured for UDMA/133
[ 1725.753042] ata1: EH complete
[ 1725.754086] EXT4-fs error (device sda1) in ext4_free_blocks:4885: Journal has aborted
[ 1725.764300] ata1: failed to read log page 10h (errno=-5)
[ 1725.764311] ata1.00: exception Emask 0x1 SAct 0xff84000 SErr 0x0 action 0x0
[ 1725.764316] ata1.00: irq_stat 0x40000008
[ 1725.764323] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.764336] ata1.00: cmd 61/10:70:c8:49:d4/00:00:03:00:00/40 tag 14 ncq 8192 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.764343] ata1.00: status: { DRDY }
[ 1725.764349] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.764362] ata1.00: cmd 61/08:98:80:08:40/00:00:03:00:00/40 tag 19 ncq 4096 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.764368] ata1.00: status: { DRDY }
[ 1725.764373] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.764386] ata1.00: cmd 61/08:a0:00:48:cb/00:00:06:00:00/40 tag 20 ncq 4096 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.764393] ata1.00: status: { DRDY }
[ 1725.764398] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.764411] ata1.00: cmd 61/08:a8:20:08:00/00:00:00:00:00/40 tag 21 ncq 4096 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.764418] ata1.00: status: { DRDY }
[ 1725.764423] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.764436] ata1.00: cmd 61/08:b0:d0:b4:b7/00:00:02:00:00/40 tag 22 ncq 4096 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.764442] ata1.00: status: { DRDY }
[ 1725.764448] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.764461] ata1.00: cmd 61/00:b8:d8:b4:b7/04:00:02:00:00/40 tag 23 ncq 524288 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.764468] ata1.00: status: { DRDY }
[ 1725.764473] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.764485] ata1.00: cmd 61/00:c0:d8:b8:b7/04:00:02:00:00/40 tag 24 ncq 524288 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.764492] ata1.00: status: { DRDY }
[ 1725.764497] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.764511] ata1.00: cmd 61/00:c8:d8:bc:b7/04:00:02:00:00/40 tag 25 ncq 524288 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.764517] ata1.00: status: { DRDY }
[ 1725.764523] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.764536] ata1.00: cmd 61/00:d0:d8:c0:b7/04:00:02:00:00/40 tag 26 ncq 524288 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.764542] ata1.00: status: { DRDY }
[ 1725.764548] ata1.00: failed command: WRITE FPDMA QUEUED
[ 1725.764561] ata1.00: cmd 61/30:d8:d8:c4:b7/03:00:02:00:00/40 tag 27 ncq 417792 out
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1725.764568] ata1.00: status: { DRDY }
[ 1725.765003] ata1.00: configured for UDMA/133
[ 1725.765444] ata1: EH complete
[ 1725.767566] EXT4-fs error (device sda1) in ext4_ext_remove_space:3028: Journal has aborted
[ 1725.767736] EXT4-fs error (device sda1) in ext4_ext_truncate:4659: Journal has aborted
[ 1725.767889] EXT4-fs error (device sda1) in ext4_reserve_inode_write:4977: Journal has aborted
[ 1725.768037] EXT4-fs error (device sda1) in ext4_truncate:3865: Journal has aborted
[ 1725.768190] EXT4-fs error (device sda1) in ext4_reserve_inode_write:4977: Journal has aborted
[ 1725.768358] EXT4-fs error (device sda1) in ext4_orphan_del:2675: Journal has aborted
[ 1725.768362] EXT4-fs error (device sda1): ext4_journal_check_start:56: Detected aborted journal
[ 1725.768368] EXT4-fs (sda1): Remounting filesystem read-only
[ 1725.768495] EXT4-fs error (device sda1) in ext4_reserve_inode_write:4977: Journal has aborted
[ 1896.091367] ata1: failed to read log page 10h (errno=-5)
[ 1896.091375] ata1.00: NCQ disabled due to excessive errors
[ 1896.091382] ata1.00: exception Emask 0x1 SAct 0x10000 SErr 0x0 action 0x0
[ 1896.091386] ata1.00: irq_stat 0x40000008
[ 1896.091393] ata1.00: failed command: READ FPDMA QUEUED
[ 1896.091406] ata1.00: cmd 60/08:80:90:17:01/00:00:08:00:00/40 tag 16 ncq 4096 in
         res 50/00:00:00:00:00/00:00:00:00:00/a0 Emask 0x1 (device error)
[ 1896.091413] ata1.00: status: { DRDY }
[ 1896.092713] ata1.00: configured for UDMA/133
[ 1896.092792] ata1: EH complete
[ 1896.103897] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.103902] ata1.00: irq_stat 0x40000000
[ 1896.103908] ata1.00: failed command: READ DMA
[ 1896.103919] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 17 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.103925] ata1.00: status: { DRDY ERR }
[ 1896.103929] ata1.00: error: { IDNF }
[ 1896.110144] ata1.00: configured for UDMA/133
[ 1896.110157] ata1: EH complete
[ 1896.122028] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.122034] ata1.00: irq_stat 0x40000000
[ 1896.122039] ata1.00: failed command: READ DMA
[ 1896.122050] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 18 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.122056] ata1.00: status: { DRDY ERR }
[ 1896.122059] ata1.00: error: { IDNF }
[ 1896.123155] ata1.00: configured for UDMA/133
[ 1896.123165] ata1: EH complete
[ 1896.132585] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.132592] ata1.00: irq_stat 0x40000000
[ 1896.132601] ata1.00: failed command: READ DMA
[ 1896.132617] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 19 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.132625] ata1.00: status: { DRDY ERR }
[ 1896.132630] ata1.00: error: { IDNF }
[ 1896.133175] ata1.00: configured for UDMA/133
[ 1896.133193] ata1: EH complete
[ 1896.142768] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.142775] ata1.00: irq_stat 0x40000000
[ 1896.142782] ata1.00: failed command: READ DMA
[ 1896.142796] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 20 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.142803] ata1.00: status: { DRDY ERR }
[ 1896.142807] ata1.00: error: { IDNF }
[ 1896.143562] ata1.00: configured for UDMA/133
[ 1896.143577] ata1: EH complete
[ 1896.154947] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.154955] ata1.00: irq_stat 0x40000000
[ 1896.154963] ata1.00: failed command: READ DMA
[ 1896.154977] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 21 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.154985] ata1.00: status: { DRDY ERR }
[ 1896.154990] ata1.00: error: { IDNF }
[ 1896.156272] ata1.00: configured for UDMA/133
[ 1896.156314] sd 0:0:0:0: [sda] FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 1896.156325] sd 0:0:0:0: [sda] Sense Key : Illegal Request [current] [descriptor] 
[ 1896.156336] sd 0:0:0:0: [sda] Add. Sense: Logical block address out of range
[ 1896.156345] sd 0:0:0:0: [sda] CDB: Read(10) 28 00 08 01 17 90 00 00 08 00
[ 1896.156352] blk_update_request: I/O error, dev sda, sector 134289296
[ 1896.156388] ata1: EH complete
[ 1896.156402] EXT4-fs warning (device sda1): __ext4_read_dirblock:1375: error reading directory block (ino 4201271, block 2)
[ 1896.168508] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.168515] ata1.00: irq_stat 0x40000000
[ 1896.168522] ata1.00: failed command: READ DMA
[ 1896.168536] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 22 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.168543] ata1.00: status: { DRDY ERR }
[ 1896.168548] ata1.00: error: { IDNF }
[ 1896.169155] ata1.00: configured for UDMA/133
[ 1896.169311] ata1: EH complete
[ 1896.180664] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.180672] ata1.00: irq_stat 0x40000000
[ 1896.180681] ata1.00: failed command: READ DMA
[ 1896.180698] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 23 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.180706] ata1.00: status: { DRDY ERR }
[ 1896.180712] ata1.00: error: { IDNF }
[ 1896.194470] ata1.00: configured for UDMA/133
[ 1896.194487] ata1: EH complete
[ 1896.207333] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.207342] ata1.00: irq_stat 0x40000000
[ 1896.207351] ata1.00: failed command: READ DMA
[ 1896.207368] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 24 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.207376] ata1.00: status: { DRDY ERR }
[ 1896.207381] ata1.00: error: { IDNF }
[ 1896.210720] ata1.00: configured for UDMA/133
[ 1896.210734] ata1: EH complete
[ 1896.223386] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.223396] ata1.00: irq_stat 0x40000000
[ 1896.223404] ata1.00: failed command: READ DMA
[ 1896.223419] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 25 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.223427] ata1.00: status: { DRDY ERR }
[ 1896.223432] ata1.00: error: { IDNF }
[ 1896.225643] ata1.00: configured for UDMA/133
[ 1896.225655] ata1: EH complete
[ 1896.237089] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.237096] ata1.00: irq_stat 0x40000000
[ 1896.237104] ata1.00: failed command: READ DMA
[ 1896.237120] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 26 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.237128] ata1.00: status: { DRDY ERR }
[ 1896.237133] ata1.00: error: { IDNF }
[ 1896.237744] ata1.00: configured for UDMA/133
[ 1896.237758] ata1: EH complete
[ 1896.247703] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 1896.247710] ata1.00: irq_stat 0x40000000
[ 1896.247718] ata1.00: failed command: READ DMA
[ 1896.247734] ata1.00: cmd c8/00:08:90:17:01/00:00:00:00:00/e8 tag 27 dma 4096 in
         res 41/10:08:90:17:01/00:00:00:00:00/e8 Emask 0x81 (invalid argument)
[ 1896.247742] ata1.00: status: { DRDY ERR }
[ 1896.247747] ata1.00: error: { IDNF }
[ 1896.248302] ata1.00: configured for UDMA/133
[ 1896.248316] sd 0:0:0:0: [sda] FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 1896.248324] sd 0:0:0:0: [sda] Sense Key : Illegal Request [current] [descriptor] 
[ 1896.248332] sd 0:0:0:0: [sda] Add. Sense: Logical block address out of range
[ 1896.248339] sd 0:0:0:0: [sda] CDB: Read(10) 28 00 08 01 17 90 00 00 08 00
[ 1896.248344] blk_update_request: I/O error, dev sda, sector 134289296
[ 1896.248364] ata1: EH complete
[ 1896.249410] EXT4-fs warning (device sda1): __ext4_read_dirblock:1375: error reading directory block (ino 4201271, block 2)
[ 2150.255586] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 2150.255591] ata1.00: irq_stat 0x40000000
[ 2150.255597] ata1.00: failed command: READ DMA
[ 2150.255608] ata1.00: cmd c8/00:20:18:ef:5f/00:00:00:00:00/e7 tag 28 dma 16384 in
         res 41/10:20:18:ef:5f/00:00:00:00:00/e7 Emask 0x81 (invalid argument)
[ 2150.255614] ata1.00: status: { DRDY ERR }
[ 2150.255617] ata1.00: error: { IDNF }
[ 2150.255984] ata1.00: configured for UDMA/133
[ 2150.255993] ata1: EH complete
[ 2150.266093] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 2150.266099] ata1.00: irq_stat 0x40000000
[ 2150.266105] ata1.00: failed command: READ DMA
[ 2150.266116] ata1.00: cmd c8/00:20:18:ef:5f/00:00:00:00:00/e7 tag 29 dma 16384 in
         res 41/10:20:18:ef:5f/00:00:00:00:00/e7 Emask 0x81 (invalid argument)
[ 2150.266121] ata1.00: status: { DRDY ERR }
[ 2150.266125] ata1.00: error: { IDNF }
[ 2150.266477] ata1.00: configured for UDMA/133
[ 2150.266486] ata1: EH complete
[ 2150.276684] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 2150.276689] ata1.00: irq_stat 0x40000000
[ 2150.276695] ata1.00: failed command: READ DMA
[ 2150.276706] ata1.00: cmd c8/0


Create a new paste based on this one


Comments:
posted by Betlista on Aug 10
reply