Hello,

Few days ago (on Thursday, February 2, 2017 to be precise) I installed OpenMeetings 3.1.5 on Kubuntu i386. I was following this tutorial:
https://cwiki.apache.org/confluence/download/attachments/27838216/Installation%20OpenMeetings%203.1.5%20on%20Ubuntu%2016.04%20LTS.pdf?version=1&modificationDate=1485767975000&api=v2

Two things I noticed:

(1) Swftools. WHY are we referencing the packages of some random guy from nowhere in the official guide:
http://www.tataranovich.com/debian/pool/squeeze/main/s/swftools/swftools_0.9.1-1_i386.deb
???
As expected to happen sooner or later, he deleted the package from his website.

(2) ffmpeg/lame doesn't compile:

cd lame-*/
./configure --prefix="$HOME/ffmpeg_build" --enable-nasm --disable-shared && make && sudo
make install && make distclean; cd ..
--------------------------------------------------------------------------------
xmm_quantize_sub.c: In function 'init_xrpow_core_sse':
xmm_quantize_sub.c:65:18: warning: SSE vector return without SSE enabled changes the ABI [-Wpsabi]
     const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
                  ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
 _mm_set_ps1 (float __F)
 ^
xmm_quantize_sub.c:74:21: error: called from here
     vec_sum._m128 = _mm_set_ps1(0);
                     ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
 _mm_set_ps1 (float __F)
 ^
xmm_quantize_sub.c:73:27: error: called from here
     vec_xrpow_max._m128 = _mm_set_ps1(0);
                           ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
xmm_quantize_sub.c:65:18: error: called from here
     const __m128 vec_fabs_mask = _mm_loadu_ps(&fabs_mask._float[0]);
                  ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
 _mm_set_ps1 (float __F)
 ^
xmm_quantize_sub.c:74:21: error: called from here
     vec_sum._m128 = _mm_set_ps1(0);
                     ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
 _mm_set_ps1 (float __F)
 ^
xmm_quantize_sub.c:73:27: error: called from here
     vec_xrpow_max._m128 = _mm_set_ps1(0);
                           ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:978:1: error: inlining failed in call to always_inline '_mm_storeu_ps': target specific option mismatch
 _mm_storeu_ps (float *__P, __m128 __A)
 ^
xmm_quantize_sub.c:82:9: error: called from here
_mm_storeu_ps(&(xrpow[i]), vec_tmp._m128); /* store into xrpow[] */
         ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:229:1: error: inlining failed in call to always_inline '_mm_max_ps': target specific option mismatch
 _mm_max_ps (__m128 __A, __m128 __B)
 ^
xmm_quantize_sub.c:81:31: error: called from here
vec_xrpow_max._m128 = _mm_max_ps(vec_xrpow_max._m128, vec_tmp._m128); /* retrieve max */
                               ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:205:1: error: inlining failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
 _mm_sqrt_ps (__m128 __A)
 ^
xmm_quantize_sub.c:80:25: error: called from here
vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
                         ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:193:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch
 _mm_mul_ps (__m128 __A, __m128 __B)
 ^
xmm_quantize_sub.c:80:25: error: called from here
vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
                         ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:205:1: error: inlining failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
 _mm_sqrt_ps (__m128 __A)
 ^
xmm_quantize_sub.c:80:25: error: called from here
vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
                         ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch
 _mm_add_ps (__m128 __A, __m128 __B)
 ^
xmm_quantize_sub.c:79:25: error: called from here
         vec_sum._m128 = _mm_add_ps(vec_sum._m128, vec_tmp._m128);
                         ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:237:1: error: inlining failed in call to always_inline '_mm_and_ps': target specific option mismatch
 _mm_and_ps (__m128 __A, __m128 __B)
 ^
xmm_quantize_sub.c:78:25: error: called from here
vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */
                         ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:929:1: error: inlining failed in call to always_inline '_mm_loadu_ps': target specific option mismatch
 _mm_loadu_ps (float const *__P)
 ^
xmm_quantize_sub.c:77:25: error: called from here
         vec_tmp._m128 = _mm_loadu_ps(&(cod_info->xr[i])); /* load */
                         ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:895:1: error: inlining failed in call to always_inline '_mm_set_ps1': target specific option mismatch
 _mm_set_ps1 (float __F)
 ^
xmm_quantize_sub.c:84:21: error: called from here
     vec_tmp._m128 = _mm_set_ps1(0);
                     ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:229:1: error: inlining failed in call to always_inline '_mm_max_ps': target specific option mismatch
 _mm_max_ps (__m128 __A, __m128 __B)
 ^
xmm_quantize_sub.c:92:35: error: called from here
vec_xrpow_max._m128 = _mm_max_ps(vec_xrpow_max._m128, vec_tmp._m128); /* retrieve max */
                                   ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:205:1: error: inlining failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
 _mm_sqrt_ps (__m128 __A)
 ^
xmm_quantize_sub.c:91:29: error: called from here
vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
                             ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:193:1: error: inlining failed in call to always_inline '_mm_mul_ps': target specific option mismatch
 _mm_mul_ps (__m128 __A, __m128 __B)
 ^
xmm_quantize_sub.c:91:29: error: called from here
vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
                             ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:205:1: error: inlining failed in call to always_inline '_mm_sqrt_ps': target specific option mismatch
 _mm_sqrt_ps (__m128 __A)
 ^
xmm_quantize_sub.c:91:29: error: called from here
vec_tmp._m128 = _mm_sqrt_ps(_mm_mul_ps(vec_tmp._m128, _mm_sqrt_ps(vec_tmp._m128)));
                             ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:181:1: error: inlining failed in call to always_inline '_mm_add_ps': target specific option mismatch
 _mm_add_ps (__m128 __A, __m128 __B)
 ^
xmm_quantize_sub.c:90:29: error: called from here
             vec_sum._m128 = _mm_add_ps(vec_sum._m128, vec_tmp._m128);
                             ^
In file included from xmm_quantize_sub.c:37:0:
/usr/lib/gcc/i686-linux-gnu/5/include/xmmintrin.h:237:1: error: inlining failed in call to always_inline '_mm_and_ps': target specific option mismatch
 _mm_and_ps (__m128 __A, __m128 __B)
 ^
xmm_quantize_sub.c:89:29: error: called from here
vec_tmp._m128 = _mm_and_ps(vec_tmp._m128, vec_fabs_mask); /* fabs */
                             ^
Makefile:319: error for target «xmm_quantize_sub.lo»
make[3]: *** [xmm_quantize_sub.lo] Error 1
make[3]: exiting directory «/root/ffmpeg_sources/lame-3.99.5/libmp3lame/vector»
Makefile:547: error for target «all-recursive»
make[2]: *** [all-recursive] Error 1
make[2]: exiting directory «/root/ffmpeg_sources/lame-3.99.5/libmp3lame»
Makefile:349: error for target «all-recursive»
make[1]: *** [all-recursive] Error 1
make[1]: exiting directory «/root/ffmpeg_sources/lame-3.99.5»
Makefile:276: error for target «all»
make: *** [all] Error 2
./ffmpeg-ubuntu-debian.sh: line 45: cd: opus-*/: No such file or directory ./ffmpeg-ubuntu-debian.sh: line 46: ./configure: No such file or directory ./ffmpeg-ubuntu-debian.sh: line 48: cd: libvpx: No such file or directory ./ffmpeg-ubuntu-debian.sh: line 49: ./configure: No such file or directory ./ffmpeg-ubuntu-debian.sh: line 51: cd: ffmpeg: No such file or directory ./ffmpeg-ubuntu-debian.sh: line 52: ./configure: No such file or directory
cp: couldn't stat for 'ffmpeg': No such file or directory
cp: couldn't stat for 'ffprobe': No such file or directory
cp: couldn't stat for 'ffplay': No such file or directory
cp: couldn't stat for 'ffserver': No such file or directory
cp: couldn't stat for 'x264': No such file or directory
./ffmpeg-ubuntu-debian.sh: line 57: cd: /root/ffmpeg_build/bin: No such file or directory
cp: couldn't stat for 'lame': No such file or directory
cp: couldn't stat for 'x265': No such file or directory
FFmpeg Compilation is Finished!


DMESG output just in case:
**************************
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.4.0-59-generic (buildd@lgw01-37) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #80-Ubuntu SMP Fri Jan 6 17:36:54 UTC 2017 (Ubuntu 4.4.0-59.80-generic 4.4.35)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x3, context size is 576 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'lazy' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cdc08bff] usable [ 0.000000] BIOS-e820: [mem 0x00000000cdc08c00-0x00000000cdc5cbff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000cdc5cc00-0x00000000cdc5ebff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000cdc5ec00-0x00000000cfffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fed003ff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed20000-0x00000000fed9ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ffb00000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012bffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.5 present.
[ 0.000000] DMI: Dell Inc. OptiPlex 380 /0HN7XN, BIOS A01 03/11/2010 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x12c000 max_arch_pfn = 0x1000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0CDE00000 mask FFFE00000 uncachable
[    0.000000]   1 base 0CE000000 mask FFE000000 uncachable
[    0.000000]   2 base 0CDD00000 mask FFFF00000 uncachable
[    0.000000]   3 base 0D0000000 mask FF0000000 uncachable
[    0.000000]   4 base 0E0000000 mask FE0000000 uncachable
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] found SMP MP-table at [mem 0x000fe710-0x000fe71f] mapped at [c00fe710]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] initial memory mapped: [mem 0x00000000-0x021fffff]
[    0.000000] Base memory trampoline at [c009b000] 9b000 size 16384
[    0.000000] BRK [0x01d5e000, 0x01d5efff] PGTABLE
[    0.000000] BRK [0x01d5f000, 0x01d5ffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x33988000-0x35cbbfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000FEBF0 000024 (v02 DELL  )
[ 0.000000] ACPI: XSDT 0x00000000000FCE8A 000084 (v01 DELL B10K 00000015 ASL 00000061) [ 0.000000] ACPI: FACP 0x00000000000FCFB2 0000F4 (v03 DELL B10K 00000015 ASL 00000061) [ 0.000000] ACPI: DSDT 0x00000000FFE94FF9 0045F6 (v01 DELL dt_ex 00001000 INTL 20050624)
[    0.000000] ACPI: FACS 0x00000000CDC08C00 000040
[    0.000000] ACPI: FACS 0x00000000CDC08C00 000040
[ 0.000000] ACPI: SSDT 0x00000000FFE99710 0000AC (v01 DELL st_ex 00001000 INTL 20050624) [ 0.000000] ACPI: APIC 0x00000000000FD0A6 000092 (v01 DELL B10K 00000015 ASL 00000061) [ 0.000000] ACPI: BOOT 0x00000000000FD138 000028 (v01 DELL B10K 00000015 ASL 00000061) [ 0.000000] ACPI: MCFG 0x00000000000FD160 00003E (v01 DELL B10K 00000015 ASL 00000061) [ 0.000000] ACPI: HPET 0x00000000000FD19E 000038 (v01 DELL B10K 00000015 ASL 00000061) [ 0.000000] ACPI: TCPA 0x00000000000FD3FA 000032 (v01 DELL B10K 00000015 ASL 00000061) [ 0.000000] ACPI: ____ 0x00000000000FD42C 000030 (v01 DELL B10K 00000015 ASL 00000061) [ 0.000000] ACPI: SLIC 0x00000000000FD1D6 000176 (v01 DELL B10K 00000015 ASL 00000061) [ 0.000000] ACPI: SSDT 0x00000000CDC08C40 00027D (v01 DpgPmm Cpu0Ist 00000011 INTL 20050624) [ 0.000000] ACPI: SSDT 0x00000000CDC09049 00027D (v01 DpgPmm Cpu1Ist 00000011 INTL 20050624) [ 0.000000] ACPI: SSDT 0x00000000CDC09452 000190 (v01 DpgPmm CpuPm 00000010 INTL 20050624)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 3908MB HIGHMEM available.
[    0.000000] 891MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 37bfe000
[    0.000000]   low ram: 0 - 37bfe000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x0000000037bfdfff]
[    0.000000]   HighMem  [mem 0x0000000037bfe000-0x000000012bffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000cdc07fff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000012bffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000012bffffff]
[    0.000000] On node 0 totalpages: 1022886
[    0.000000]   DMA zone: 40 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 2190 pages used for memmap
[    0.000000]   Normal zone: 224254 pages, LIFO batch:31
[    0.000000]   HighMem zone: 794634 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[ 0.000000] Reserving Intel graphics stolen memory at 0xce000000-0xcfffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 8, 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: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x000effff]
[    0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0xd0000000-0xdfffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 19 pages/cpu @f5d3f000 s47436 r0 d30388 u77824
[    0.000000] pcpu-alloc: s47436 r0 d30388 u77824 alloc=19*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1020656 [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.4.0-59-generic root=UUID=aba1d304-5a5f-4c27-beb1-23a44b872fc2 ro rootflags=subvol=@ quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] microcode: CPU0 microcode updated early to revision 0xa0b, date = 2010-09-28
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00037bfe:0012c000)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[ 0.000000] Memory: 3994084K/4091544K available (7914K kernel code, 765K rwdata, 3148K rodata, 944K init, 800K bss, 97460K reserved, 0K cma-reserved, 3178536K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xfff15000 - 0xfffff000   ( 936 kB)
                   pkmap   : 0xffc00000 - 0xffe00000   (2048 kB)
                   vmalloc : 0xf83fe000 - 0xffbfe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf7bfe000   ( 891 MB)
                     .init : 0xc1b91000 - 0xc1c7d000   ( 944 kB)
                     .data : 0xc17bacfb - 0xc1b8f400   (3921 kB)
                     .text : 0xc1000000 - 0xc17bacfb   (7915 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 32.
[    0.000000] NR_IRQS:2304 nr_irqs:488 16
[    0.000000] CPU 0 irqstacks, hard=f243a000 soft=f243c000
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 4718592 bytes of page_ext
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2926.192 MHz processor
[ 0.004013] Calibrating delay loop (skipped), value calculated using timer frequency.. 5852.38 BogoMIPS (lpj=11704768)
[    0.004016] pid_max: default: 32768 minimum: 301
[    0.004027] ACPI: Core revision 20150930
[    0.047040] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.047059] Security Framework initialized
[    0.047061] Yama: becoming mindful.
[    0.047084] AppArmor: AppArmor initialized
[ 0.047118] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) [ 0.047120] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.047342] Initializing cgroup subsys io
[    0.047346] Initializing cgroup subsys memory
[    0.047354] Initializing cgroup subsys devices
[    0.047357] Initializing cgroup subsys freezer
[    0.047360] Initializing cgroup subsys net_cls
[    0.047363] Initializing cgroup subsys perf_event
[    0.047366] Initializing cgroup subsys net_prio
[    0.047371] Initializing cgroup subsys hugetlb
[    0.047373] Initializing cgroup subsys pids
[    0.047391] CPU: Physical Processor ID: 0
[    0.047392] CPU: Processor Core ID: 0
[    0.047397] mce: CPU supports 6 MCE banks
[    0.047405] CPU0: Thermal monitoring enabled (TM1)
[    0.047408] process: using mwait in idle threads
[    0.047415] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
[    0.047416] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
[ 0.047915] Freeing SMP alternatives memory: 28K (c1c7d000 - c1c84000)
[    0.049643] ftrace: allocating 31349 entries in 62 pages
[ 0.056083] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.056086] smpboot: Max logical packages: 4
[    0.056089] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.056452] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.100000] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz (family: 0x6, model: 0x17, stepping: 0xa) [ 0.100000] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
[    0.100000] ... version:                2
[    0.100000] ... bit width:              40
[    0.100000] ... generic registers:      2
[    0.100000] ... value mask:             000000ffffffffff
[    0.100000] ... max period:             000000007fffffff
[    0.100000] ... fixed-purpose events:   3
[    0.100000] ... event mask:             0000000700000003
[ 0.100000] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.100000] CPU 1 irqstacks, hard=f1e88000 soft=f1e8a000
[    0.100000] x86: Booting SMP configuration:
[    0.100000] .... node  #0, CPUs:      #1
[ 0.008000] microcode: CPU1 microcode updated early to revision 0xa0b, date = 2010-09-28
[    0.008000] Initializing CPU#1
[    0.104038] x86: Booted up 1 node, 2 CPUs
[ 0.104042] smpboot: Total of 2 processors activated (11704.76 BogoMIPS)
[    0.105580] devtmpfs: initialized
[    0.105580] evm: security.selinux
[    0.105580] evm: security.SMACK64
[    0.105580] evm: security.SMACK64EXEC
[    0.105580] evm: security.SMACK64TRANSMUTE
[    0.105580] evm: security.SMACK64MMAP
[    0.105580] evm: security.ima
[    0.105580] evm: security.capability
[ 0.105580] PM: Registering ACPI NVS region [mem 0xcdc08c00-0xcdc5cbff] (344064 bytes) [ 0.105580] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.105580] pinctrl core: initialized pinctrl subsystem
[    0.105580] RTC time:  2:49:26, date: 02/01/17
[    0.105580] NET: Registered protocol family 16
[    0.105580] EISA bus registered
[    0.116007] cpuidle: using governor ladder
[    0.128004] cpuidle: using governor menu
[    0.128009] PCCT header not found.
[    0.128131] Simple Boot Flag at 0x7a set to 0x1
[ 0.128156] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.128158] ACPI: bus type PCI registered
[    0.128160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.128226] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000) [ 0.128228] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.128229] PCI: Using MMCONFIG for extended config space
[    0.128230] PCI: Using configuration type 1 for base access
[    0.128240] dmi type 0xB1 record - unknown flag
[    0.140089] ACPI: Added _OSI(Module Device)
[    0.140090] ACPI: Added _OSI(Processor Device)
[    0.140092] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.140093] ACPI: Added _OSI(Processor Aggregator Device)
[    0.163268] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.177879] ACPI: Interpreter enabled
[    0.177900] ACPI: (supports S0 S1 S3 S4 S5)
[    0.177901] ACPI: Using IOAPIC for interrupt routing
[ 0.177963] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.280155] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.280160] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.280165] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.286595] PCI host bridge to bus 0000:00
[ 0.286598] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] [ 0.286600] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 0.286602] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 0.286604] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000effff window] [ 0.286605] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window] [ 0.286607] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfec00000 window] [ 0.286609] pci_bus 0000:00: root bus resource [mem 0xcdd00000-0xdfffffff window] [ 0.286613] pci_bus 0000:00: root bus resource [mem 0xff980000-0xff980fff window] [ 0.286614] pci_bus 0000:00: root bus resource [mem 0xff97c000-0xff97ffff window] [ 0.286616] pci_bus 0000:00: root bus resource [mem 0xfed20000-0xfed9ffff window]
[    0.286618] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.286626] pci 0000:00:00.0: [8086:2e30] type 00 class 0x060000
[    0.286649] DMAR: Forcing write-buffer flush capability
[    0.286651] DMAR: Disabling IOMMU for graphics on this chipset
[    0.286948] pci 0000:00:01.0: [8086:2e31] type 01 class 0x060400
[    0.286983] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.287247] pci 0000:00:01.0: System wakeup disabled by ACPI
[    0.287289] pci 0000:00:02.0: [8086:2e32] type 00 class 0x030000
[ 0.287302] pci 0000:00:02.0: reg 0x10: [mem 0xfe800000-0xfebfffff 64bit] [ 0.287309] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.287313] pci 0000:00:02.0: reg 0x20: [io  0xecd8-0xecdf]
[    0.287620] pci 0000:00:02.1: [8086:2e33] type 00 class 0x038000
[ 0.287631] pci 0000:00:02.1: reg 0x10: [mem 0xfe700000-0xfe7fffff 64bit]
[    0.288016] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
[ 0.288039] pci 0000:00:1b.0: reg 0x10: [mem 0xfe6fc000-0xfe6fffff 64bit]
[    0.288094] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.288398] pci 0000:00:1c.0: [8086:27d0] type 01 class 0x060400
[    0.288460] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.288728] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.288777] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
[    0.288814] pci 0000:00:1d.0: reg 0x20: [io  0xff80-0xff9f]
[    0.289093] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.289134] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
[    0.289171] pci 0000:00:1d.1: reg 0x20: [io  0xff60-0xff7f]
[    0.289450] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.289492] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
[    0.289528] pci 0000:00:1d.2: reg 0x20: [io  0xff40-0xff5f]
[    0.289807] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.289850] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
[    0.289886] pci 0000:00:1d.3: reg 0x20: [io  0xff20-0xff3f]
[    0.290166] pci 0000:00:1d.3: System wakeup disabled by ACPI
[    0.290214] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
[    0.290237] pci 0000:00:1d.7: reg 0x10: [mem 0xff980000-0xff9803ff]
[    0.290299] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.290598] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    0.290898] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    0.290944] pci 0000:00:1f.0: [8086:27b8] type 00 class 0x060100
[ 0.291022] pci 0000:00:1f.0: can't claim BAR 13 [io 0x0800-0x087f]: address conflict with ACPI CPU throttle [io 0x0810-0x0815] [ 0.291027] pci 0000:00:1f.0: quirk: [io 0x0880-0x08bf] claimed by ICH6 GPIO [ 0.291030] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0c00 (mask 007f) [ 0.291033] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 00e0 (mask 0007)
[    0.291345] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
[    0.291358] pci 0000:00:1f.1: reg 0x10: [io  0x01f0-0x01f7]
[    0.291366] pci 0000:00:1f.1: reg 0x14: [io  0x03f4-0x03f7]
[    0.291374] pci 0000:00:1f.1: reg 0x18: [io  0x0170-0x0177]
[    0.291382] pci 0000:00:1f.1: reg 0x1c: [io  0x0374-0x0377]
[    0.291390] pci 0000:00:1f.1: reg 0x20: [io  0xffa0-0xffaf]
[ 0.291407] pci 0000:00:1f.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7] [ 0.291409] pci 0000:00:1f.1: legacy IDE quirk: reg 0x14: [io 0x03f6] [ 0.291410] pci 0000:00:1f.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177] [ 0.291412] pci 0000:00:1f.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[    0.291706] pci 0000:00:1f.2: [8086:27c0] type 00 class 0x01018f
[    0.291722] pci 0000:00:1f.2: reg 0x10: [io  0xfe00-0xfe07]
[    0.291729] pci 0000:00:1f.2: reg 0x14: [io  0xfe10-0xfe13]
[    0.291736] pci 0000:00:1f.2: reg 0x18: [io  0xfe20-0xfe27]
[    0.291743] pci 0000:00:1f.2: reg 0x1c: [io  0xfe30-0xfe33]
[    0.291750] pci 0000:00:1f.2: reg 0x20: [io  0xfec0-0xfecf]
[    0.291776] pci 0000:00:1f.2: PME# supported from D3hot
[    0.292079] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
[    0.292126] pci 0000:00:1f.3: reg 0x20: [io  0xece0-0xecff]
[    0.292470] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.292474] pci 0000:00:01.0: bridge window [mem 0xfe500000-0xfe5fffff]
[    0.292533] pci 0000:02:00.0: [14e4:1692] type 00 class 0x020000
[ 0.292576] pci 0000:02:00.0: reg 0x10: [mem 0xfe4f0000-0xfe4fffff 64bit]
[    0.292684] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.300022] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.300030] pci 0000:00:1c.0: bridge window [mem 0xfe400000-0xfe4fffff] [ 0.300129] pci 0000:00:1e.0: PCI bridge to [bus 03] (subtractive decode) [ 0.300137] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7 window] (subtractive decode) [ 0.300140] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 0.300141] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 0.300143] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000effff window] (subtractive decode) [ 0.300145] pci 0000:00:1e.0: bridge window [mem 0x000f0000-0x000fffff window] (subtractive decode) [ 0.300147] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xfec00000 window] (subtractive decode) [ 0.300149] pci 0000:00:1e.0: bridge window [mem 0xcdd00000-0xdfffffff window] (subtractive decode) [ 0.300151] pci 0000:00:1e.0: bridge window [mem 0xff980000-0xff980fff window] (subtractive decode) [ 0.300153] pci 0000:00:1e.0: bridge window [mem 0xff97c000-0xff97ffff window] (subtractive decode) [ 0.300155] pci 0000:00:1e.0: bridge window [mem 0xfed20000-0xfed9ffff window] (subtractive decode)
[    0.300167] pci_bus 0000:00: on NUMA node 0
[ 0.321669] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15) [ 0.322105] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 15) [ 0.322594] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 15) [ 0.323056] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled. [ 0.323517] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 *9 10 11 12 15) [ 0.324002] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11 12 15) [ 0.324435] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 15) [ 0.324906] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 9 10 11 12 15)
[    0.325327] ACPI: Enabled 2 GPEs in block 00 to 1F
[    0.325420] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.325420] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.325420] vgaarb: loaded
[    0.325420] vgaarb: bridge control possible 0000:00:02.0
[    0.325420] SCSI subsystem initialized
[    0.325420] libata version 3.00 loaded.
[    0.325420] ACPI: bus type USB registered
[    0.325420] usbcore: registered new interface driver usbfs
[    0.325420] usbcore: registered new interface driver hub
[    0.325420] usbcore: registered new device driver usb
[    0.325420] PCI: Using ACPI for IRQ routing
[    0.331210] PCI: pci_cache_line_size set to 64 bytes
[ 0.331245] Expanded resource reserved due to conflict with PCI Bus 0000:00 [ 0.331247] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.331248] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.331250] e820: reserve RAM buffer [mem 0xcdc08c00-0xcfffffff]
[    0.331376] NetLabel: Initializing
[    0.331377] NetLabel:  domain hash size = 128
[    0.331378] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.331388] NetLabel:  unlabeled traffic allowed by default
[ 0.331409] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    0.331409] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.331409] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[    0.333011] amd_nb: Cannot enumerate AMD northbridges
[    0.333011] clocksource: Switched to clocksource hpet
[    0.340150] AppArmor: AppArmor Filesystem Enabled
[    0.340229] pnp: PnP ACPI init
[    0.342650] system 00:00: [io  0x0800-0x085f] could not be reserved
[    0.342653] system 00:00: [io  0x0c00-0x0c7f] has been reserved
[    0.342655] system 00:00: [io  0x0860-0x08ff] could not be reserved
[ 0.342659] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.342832] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.350514] pnp 00:02: [dma 0 disabled]
[ 0.351486] pnp 00:02: Plug and Play ACPI device, IDs PNP0401 (active) [ 0.354272] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.362362] pnp: PnP ACPI: found 4 devices
[    0.362367] PnPBIOS: Disabled by ACPI PNP
[ 0.399049] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 0.399068] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000 [ 0.399071] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000 [ 0.399080] pci 0000:00:1f.0: BAR 13: [io size 0x0080] has bogus alignment [ 0.399083] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.399085] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000 [ 0.399088] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.399090] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000 [ 0.399100] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.399103] pci 0000:00:1c.0: BAR 13: assigned [io  0x1000-0x1fff]
[    0.399105] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.399109] pci 0000:00:01.0: bridge window [mem 0xfe500000-0xfe5fffff]
[    0.399113] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.399116] pci 0000:00:1c.0:   bridge window [io  0x1000-0x1fff]
[ 0.399120] pci 0000:00:1c.0: bridge window [mem 0xfe400000-0xfe4fffff] [ 0.399124] pci 0000:00:1c.0: bridge window [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.399129] pci 0000:00:1e.0: PCI bridge to [bus 03]
[    0.399138] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.399140] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[ 0.399142] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.399144] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000effff window] [ 0.399146] pci_bus 0000:00: resource 8 [mem 0x000f0000-0x000fffff window] [ 0.399148] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfec00000 window] [ 0.399150] pci_bus 0000:00: resource 10 [mem 0xcdd00000-0xdfffffff window] [ 0.399152] pci_bus 0000:00: resource 11 [mem 0xff980000-0xff980fff window] [ 0.399153] pci_bus 0000:00: resource 12 [mem 0xff97c000-0xff97ffff window] [ 0.399155] pci_bus 0000:00: resource 13 [mem 0xfed20000-0xfed9ffff window]
[    0.399157] pci_bus 0000:01: resource 1 [mem 0xfe500000-0xfe5fffff]
[    0.399159] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    0.399161] pci_bus 0000:02: resource 1 [mem 0xfe400000-0xfe4fffff]
[ 0.399163] pci_bus 0000:02: resource 2 [mem 0xf0000000-0xf01fffff 64bit pref]
[    0.399165] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7 window]
[    0.399167] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff window]
[ 0.399169] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff window] [ 0.399171] pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000effff window] [ 0.399173] pci_bus 0000:03: resource 8 [mem 0x000f0000-0x000fffff window] [ 0.399174] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfec00000 window] [ 0.399176] pci_bus 0000:03: resource 10 [mem 0xcdd00000-0xdfffffff window] [ 0.399178] pci_bus 0000:03: resource 11 [mem 0xff980000-0xff980fff window] [ 0.399180] pci_bus 0000:03: resource 12 [mem 0xff97c000-0xff97ffff window] [ 0.399182] pci_bus 0000:03: resource 13 [mem 0xfed20000-0xfed9ffff window]
[    0.399210] NET: Registered protocol family 2
[ 0.399387] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.399402] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.399424] TCP: Hash tables configured (established 8192 bind 8192)
[    0.399452] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.399459] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.399503] NET: Registered protocol family 1
[    0.399518] pci 0000:00:02.0: Video device with shadowed ROM
[    0.401496] PCI: CLS 64 bytes, default 64
[    0.401542] Trying to unpack rootfs image as initramfs...
[    0.952692] Freeing initrd memory: 36048K (f3988000 - f5cbc000)
[    0.952904] Scanning for low memory corruption every 60 seconds
[    0.953332] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.953399] audit: initializing netlink subsys (disabled)
[    0.953419] audit: type=2000 audit(1485917366.952:1): initialized
[    0.953728] Initialise system trusted keyring
[    0.953843] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.955629] zbud: loaded
[    0.955727] VFS: Disk quotas dquot_6.6.0
[ 0.955769] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.956065] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.956328] fuse init (API version 7.23)
[    0.956492] Key type big_key registered
[    0.956507] Allocating IMA MOK and blacklist keyrings.
[    0.956849] Key type asymmetric registered
[    0.956852] Asymmetric key parser 'x509' registered
[    0.956867] bounce: pool size: 64 pages
[ 0.956903] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.956930] io scheduler noop registered
[    0.956933] io scheduler deadline registered (default)
[    0.956970] io scheduler cfq registered
[    0.957635] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.957644] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.957675] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    0.957676] vesafb: scrolling: redraw
[    0.957678] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.957691] vesafb: framebuffer at 0xd0000000, mapped to 0xf8600000, using 1216k, total 1216k
[    0.957778] Console: switching to colour frame buffer device 80x30
[    0.957789] fb0: VESA VGA frame buffer device
[    0.957804] intel_idle: does not run on family 6 model 23
[ 0.957872] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.957876] ACPI: Power Button [VBTN]
[ 0.957925] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.957927] ACPI: Power Button [PWRF]
[    0.958072] GHES: HEST is not enabled!
[    0.958094] isapnp: Scanning for PnP cards...
[    0.958166] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.978551] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.980229] Linux agpgart interface v0.103
[    0.980301] agpgart-intel 0000:00:00.0: Intel G41 Chipset
[ 0.980316] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    0.980942] agpgart-intel 0000:00:00.0: detected 32768K stolen memory
[ 0.981049] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[    0.990535] brd: module loaded
[    0.991745] loop: module loaded
[    0.991896] ata_piix 0000:00:1f.1: version 2.13
[    0.992459] scsi host0: ata_piix
[    0.992540] scsi host1: ata_piix
[ 0.992586] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14 [ 0.992588] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    0.992798] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    0.992852] ata1: port disabled--ignoring
[    0.992886] ata2: port disabled--ignoring
[    1.148310] scsi host2: ata_piix
[    1.148381] scsi host3: ata_piix
[ 1.148425] ata3: SATA max UDMA/133 cmd 0xfe00 ctl 0xfe10 bmdma 0xfec0 irq 20 [ 1.148427] ata4: SATA max UDMA/133 cmd 0xfe20 ctl 0xfe30 bmdma 0xfec8 irq 20
[    1.148518] libphy: Fixed MDIO Bus: probed
[    1.148521] tun: Universal TUN/TAP device driver, 1.6
[    1.148522] tun: (C) 1999-2004 Max Krasnyansky <m...@qualcomm.com>
[    1.148571] PPP generic driver version 2.4.2
[ 1.148634] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.148639] ehci-pci: EHCI PCI platform driver
[    1.148862] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 1.148869] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    1.148880] ehci-pci 0000:00:1d.7: debug port 1
[ 1.152772] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[    1.152785] ehci-pci 0000:00:1d.7: irq 21, io mem 0xff980000
[    1.164011] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 1.164057] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.164060] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.164061] usb usb1: Product: EHCI Host Controller
[    1.164063] usb usb1: Manufacturer: Linux 4.4.0-59-generic ehci_hcd
[    1.164065] usb usb1: SerialNumber: 0000:00:1d.7
[    1.164174] hub 1-0:1.0: USB hub found
[    1.164182] hub 1-0:1.0: 8 ports detected
[    1.164379] ehci-platform: EHCI generic platform driver
[    1.164391] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.164399] ohci-pci: OHCI PCI platform driver
[    1.164411] ohci-platform: OHCI generic platform driver
[    1.164420] uhci_hcd: USB Universal Host Controller Interface driver
[    1.164628] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.164633] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    1.164638] uhci_hcd 0000:00:1d.0: detected 2 ports
[    1.164655] uhci_hcd 0000:00:1d.0: irq 21, io base 0x0000ff80
[ 1.164698] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.164700] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.164702] usb usb2: Product: UHCI Host Controller
[    1.164704] usb usb2: Manufacturer: Linux 4.4.0-59-generic uhci_hcd
[    1.164705] usb usb2: SerialNumber: 0000:00:1d.0
[    1.164806] hub 2-0:1.0: USB hub found
[    1.164812] hub 2-0:1.0: 2 ports detected
[    1.165104] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.165109] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    1.165114] uhci_hcd 0000:00:1d.1: detected 2 ports
[    1.165135] uhci_hcd 0000:00:1d.1: irq 22, io base 0x0000ff60
[ 1.165178] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.165180] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.165181] usb usb3: Product: UHCI Host Controller
[    1.165183] usb usb3: Manufacturer: Linux 4.4.0-59-generic uhci_hcd
[    1.165185] usb usb3: SerialNumber: 0000:00:1d.1
[    1.165286] hub 3-0:1.0: USB hub found
[    1.165292] hub 3-0:1.0: 2 ports detected
[    1.165582] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.165587] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    1.165592] uhci_hcd 0000:00:1d.2: detected 2 ports
[    1.165613] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ff40
[ 1.165659] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.165661] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.165662] usb usb4: Product: UHCI Host Controller
[    1.165664] usb usb4: Manufacturer: Linux 4.4.0-59-generic uhci_hcd
[    1.165665] usb usb4: SerialNumber: 0000:00:1d.2
[    1.165770] hub 4-0:1.0: USB hub found
[    1.165776] hub 4-0:1.0: 2 ports detected
[    1.166068] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 1.166073] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[    1.166078] uhci_hcd 0000:00:1d.3: detected 2 ports
[    1.166099] uhci_hcd 0000:00:1d.3: irq 23, io base 0x0000ff20
[ 1.166142] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 [ 1.166144] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.166146] usb usb5: Product: UHCI Host Controller
[    1.166148] usb usb5: Manufacturer: Linux 4.4.0-59-generic uhci_hcd
[    1.166149] usb usb5: SerialNumber: 0000:00:1d.3
[    1.166248] hub 5-0:1.0: USB hub found
[    1.166255] hub 5-0:1.0: 2 ports detected
[ 1.166396] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.169287] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.169291] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.169423] mousedev: PS/2 mouse device common for all mice
[    1.169548] rtc_cmos 00:01: RTC can wake from S4
[    1.169650] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 1.169670] rtc_cmos 00:01: alarms up to one day, 242 bytes nvram, hpet irqs
[    1.169680] i2c /dev entries driver
[    1.169733] device-mapper: uevent: version 1.0.3
[ 1.169797] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-de...@redhat.com
[    1.169821] platform eisa.0: Probing EISA bus 0
[ 1.169824] platform eisa.0: EISA: Cannot allocate resource for mainboard
[    1.169825] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.169827] platform eisa.0: Cannot allocate resource for EISA slot 2
[    1.169829] platform eisa.0: Cannot allocate resource for EISA slot 3
[    1.169831] platform eisa.0: Cannot allocate resource for EISA slot 4
[    1.169833] platform eisa.0: Cannot allocate resource for EISA slot 5
[    1.169834] platform eisa.0: Cannot allocate resource for EISA slot 6
[    1.169836] platform eisa.0: Cannot allocate resource for EISA slot 7
[    1.169838] platform eisa.0: Cannot allocate resource for EISA slot 8
[    1.169839] platform eisa.0: EISA: Detected 0 cards
[    1.169852] cpufreq-nforce2: No nForce2 chipset.
[    1.169860] ledtrig-cpu: registered to indicate activity on CPUs
[    1.170142] NET: Registered protocol family 10
[    1.170370] NET: Registered protocol family 17
[    1.170381] Key type dns_resolver registered
[    1.170590] microcode: CPU0 sig=0x1067a, pf=0x1, revision=0xa0b
[    1.170596] microcode: CPU1 sig=0x1067a, pf=0x1, revision=0xa0b
[ 1.170625] microcode: Microcode Update Driver: v2.01 <tig...@aivazian.fsnet.co.uk>, Peter Oruba
[    1.170635] Using IPI No-Shortcut mode
[    1.170763] registered taskstats version 1
[    1.170778] Loading compiled-in X.509 certificates
[ 1.173602] Loaded X.509 cert 'Build time autogenerated kernel key: 5abddad4aa185bb4ac78f1f130c188cbdfc4c5fc'
[    1.173622] zswap: loaded using pool lzo/zbud
[    1.175493] Key type trusted registered
[    1.178739] Key type encrypted registered
[    1.178744] AppArmor: AppArmor sha1 policy hashing enabled
[    1.178748] ima: No TPM chip found, activating TPM-bypass!
[    1.178766] evm: HMAC attrs: 0x1
[    1.178958]   Magic number: 5:46:813
[ 1.179032] rtc_cmos 00:01: setting system clock to 2017-02-01 02:49:27 UTC (1485917367)
[    1.179342] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.179344] EDD information not available.
[    1.179404] PM: Hibernation image not present or could not be loaded.
[    1.267840] isapnp: No Plug & Play device found
[    1.308148] ata4.01: NODEV after polling detection
[ 1.316134] ata4.00: ATAPI: HL-DT-ST DVD+/-RW GH50N, B103, max UDMA/100
[    1.332131] ata4.00: configured for UDMA/100
[ 1.476015] usb 1-3: new high-speed USB device number 2 using ehci-pci [ 1.608953] usb 1-3: New USB device found, idVendor=152d, idProduct=2338 [ 1.608958] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[    1.608961] usb 1-3: Product: USB to ATA/ATAPI bridge
[    1.608964] usb 1-3: Manufacturer: JMicron
[    1.608967] usb 1-3: SerialNumber: 4808079A4002
[    1.952014] tsc: Refined TSC clocksource calibration: 2925.981 MHz
[ 1.952019] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2a2d228446b, max_idle_ns: 440795275274 ns
[    2.952058] clocksource: Switched to clocksource tsc
[ 5.343518] scsi 3:0:0:0: CD-ROM HL-DT-ST DVD+-RW GH50N B103 PQ: 0 ANSI: 5 [ 5.367793] sr 3:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[    5.367797] cdrom: Uniform CD-ROM driver Revision: 3.20
[    5.367986] sr 3:0:0:0: Attached scsi CD-ROM sr0
[    5.368054] sr 3:0:0:0: Attached scsi generic sg0 type 5
[    5.368357] Freeing unused kernel memory: 944K (c1b91000 - c1c7d000)
[    5.368413] Write protecting the kernel text: 7916k
[    5.368441] Write protecting the kernel read-only data: 3156k
[    5.368442] NX-protecting the kernel data: 6420k
[ 5.378207] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 5.378294] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 5.378319] random: systemd-udevd: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 5.378685] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 5.378740] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 5.378915] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 5.378984] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 5.379060] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 5.379132] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available) [ 5.379199] random: udevadm: uninitialized urandom read (16 bytes read, 2 bits of entropy available)
[    5.422725] pps_core: LinuxPPS API ver. 1 registered
[ 5.422727] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giome...@linux.it>
[    5.426342] PTP clock support registered
[    5.442695] usb-storage 1-3:1.0: USB Mass Storage device detected
[    5.443794] [drm] Initialized drm 1.1.0 20060810
[    5.447320] tg3.c:v3.137 (May 11, 2014)
[    5.453748] scsi host4: usb-storage 1-3:1.0
[    5.453836] usbcore: registered new interface driver usb-storage
[    5.457976] usbcore: registered new interface driver uas
[    5.475072] libphy: tg3 mdio bus: probed
[    5.521615] [drm] Memory usable by graphics device = 2048M
[ 5.521619] checking generic (d0000000 130000) vs hw (d0000000 10000000)
[    5.521621] fb: switching to inteldrmfb from VESA VGA
[    5.521647] Console: switching to colour dummy device 80x25
[    5.521716] [drm] Replacing VGA console driver
[ 5.527801] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.527804] [drm] Driver supports precise vblank timestamp query.
[ 5.528284] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 5.546819] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM57780) rev 57780001] (PCI Express) MAC address f0:4d:a2:2e:09:23 [ 5.546822] tg3 0000:02:00.0 eth0: attached PHY driver [Broadcom BCM57780] (mii_bus:phy_addr=200:01) [ 5.546825] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] [ 5.546827] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    5.547510] tg3 0000:02:00.0 enp2s0: renamed from eth0
[ 5.624009] [drm] GMBUS [i915 gmbus dpb] timed out, falling back to bit banging on pin 5
[    5.640682] fbcon: inteldrmfb (fb0) is primary device
[    5.640743] Console: switching to colour frame buffer device 128x48
[    5.640765] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 5.662074] [drm] Initialized i915 1.6.0 20151010 for 0000:00:02.0 on minor 0 [ 6.498225] scsi 4:0:0:0: Direct-Access HTS54808 0M9AT00 PQ: 0 ANSI: 2 CCS
[    6.498503] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 6.499717] sd 4:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[    6.500710] sd 4:0:0:0: [sda] Write Protect is off
[    6.500715] sd 4:0:0:0: [sda] Mode Sense: 28 00 00 00
[    6.501710] sd 4:0:0:0: [sda] No Caching mode page found
[    6.501714] sd 4:0:0:0: [sda] Assuming drive cache: write through
[    6.587712]  sda: sda1 sda2 < sda5 sda6 sda7 >
[    6.592590] sd 4:0:0:0: [sda] Attached SCSI disk
[ 6.720014] usb 1-3: reset high-speed USB device number 2 using ehci-pci
[    8.504030] floppy0: no floppy controllers found
[    8.760005] raid6: mmxx1    gen()  3840 MB/s
[    8.828008] raid6: mmxx2    gen()  4338 MB/s
[    8.896007] raid6: sse1x1   gen()  2570 MB/s
[    8.964003] raid6: sse1x2   gen()  3364 MB/s
[    9.032008] raid6: sse2x1   gen()  4487 MB/s
[    9.100005] raid6: sse2x1   xor()  5145 MB/s
[    9.168004] raid6: sse2x2   gen()  5053 MB/s
[    9.236007] raid6: sse2x2   xor()  6094 MB/s
[    9.236008] raid6: using algorithm sse2x2 gen() 5053 MB/s
[    9.236009] raid6: .... xor() 6094 MB/s, rmw enabled
[    9.236010] raid6: using ssse3x1 recovery algorithm
[    9.239544] xor: measuring software checksum speed
[    9.276002]    pIII_sse  : 10754.000 MB/sec
[    9.316002]    prefetch64-sse: 12187.000 MB/sec
[    9.316003] xor: using function: prefetch64-sse (12187.000 MB/sec)
[    9.348236] Btrfs loaded
[    9.602112] random: nonblocking pool is initialized
[ 9.988840] BTRFS: device fsid aba1d304-5a5f-4c27-beb1-23a44b872fc2 devid 1 transid 22448 /dev/sda7
[   15.110091] BTRFS info (device sda7): disk space caching is enabled
[   15.110095] BTRFS: has skinny extents
[ 17.479422] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[   17.479533] systemd[1]: Detected architecture x86.
[   17.502416] systemd[1]: Set hostname to <Acer>.
[   21.758994] systemd[1]: Reached target Remote File Systems (Pre).
[   21.759072] systemd[1]: Listening on Syslog Socket.
[ 21.759099] systemd[1]: Listening on fsck to fsckd communication Socket.
[   21.759128] systemd[1]: Listening on udev Kernel Socket.
[ 21.759162] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe. [ 21.759201] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   21.759291] systemd[1]: Created slice User and Session Slice.
[   21.759333] systemd[1]: Listening on Journal Socket.
[   21.759407] systemd[1]: Listening on Journal Audit Socket.
[   21.759475] systemd[1]: Created slice System Slice.
[   21.759554] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 21.759623] systemd[1]: Created slice system-systemd\x2dcryptsetup.slice.
[   21.759637] systemd[1]: Reached target Slices.
[   21.772202] systemd[1]: Starting Set console keymap...
[   21.772650] systemd[1]: Mounting Huge Pages File System...
[   21.773110] systemd[1]: Mounting POSIX Message Queue File System...
[   21.773159] systemd[1]: Reached target User and Group Name Lookups.
[   21.940191] systemd[1]: Starting Load Kernel Modules...
[   21.940670] systemd[1]: Started Read required files in advance.
[   21.941811] systemd[1]: Starting Uncomplicated firewall...
[   21.941892] systemd[1]: Listening on udev Control Socket.
[   21.941950] systemd[1]: Listening on Journal Socket (/dev/log).
[   21.942492] systemd[1]: Starting Journal Service...
[   21.942521] systemd[1]: Reached target Remote File Systems.
[ 21.943081] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[   21.943552] systemd[1]: Mounting Debug File System...
[ 21.943724] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   22.335777] lp: driver loaded but no devices found
[   22.352241] ppdev: user-space parallel port driver
[   22.387470] parport_pc 00:02: reported by Plug and Play ACPI
[ 22.387530] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,EPP,ECP] [ 22.421309] systemd[1]: Started Create list of required static device nodes for the current kernel. [ 22.464195] systemd[1]: Starting Create Static Device Nodes in /dev...
[   22.484177] lp0: using parport0 (interrupt-driven).
[   22.528095] systemd[1]: Started Uncomplicated firewall.
[   22.682641] systemd[1]: Started Load Kernel Modules.
[   22.692214] systemd[1]: Starting Apply Kernel Variables...
[   22.692719] systemd[1]: Mounting FUSE Control File System...
[   22.900356] systemd[1]: Started Apply Kernel Variables.
[   23.024116] systemd[1]: Mounted Huge Pages File System.
[   23.024630] systemd[1]: Mounted Debug File System.
[   23.024692] systemd[1]: Mounted POSIX Message Queue File System.
[   23.025174] systemd[1]: Mounted FUSE Control File System.
[   23.401310] systemd[1]: Started Journal Service.
[   40.455023] BTRFS info (device sda7): disk space caching is enabled
[ 41.517928] systemd-journald[320]: Received request to flush runtime journal from PID 1
[   41.631302] wmi: Mapper loaded
[ 41.643683] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 [ 41.678629] intel_rng: Firmware space is locked read-only. If you can't or intel_rng: don't want to disable this in firmware setup, and if intel_rng: you are certain that your system has a functional
               intel_rng: RNG, try using the 'no_fwh_detect' option.
[ 41.706898] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000828-0x000000000000082D (\GLBC) (20150930/utaddress-254) [ 41.706905] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x000000000000082A-0x000000000000082A (\SACT) (20150930/utaddress-254) [ 41.706909] ACPI Warning: SystemIO range 0x0000000000000828-0x000000000000082F conflicts with OpRegion 0x0000000000000828-0x0000000000000828 (\SSTS) (20150930/utaddress-254) [ 41.706912] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   41.706946] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   41.718826] leds_ss4200: no LED devices found
[ 41.968445] snd_hda_codec_realtek hdaudioC0D0: ALC269VB: SKU not ready 0x411111f0 [ 41.968981] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VB: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line [ 41.968983] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) [ 41.968985] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1a/0x0/0x0/0x0/0x0)
[   41.968987] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   41.968989] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   41.968991] snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x19
[   41.968993] snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x18
[ 41.976073] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5 [ 41.976144] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6 [ 41.976214] input: HDA Intel Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7 [ 41.976282] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 42.168010] usb 1-3: reset high-speed USB device number 2 using ehci-pci [ 42.808916] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   42.865876] input: Dell WMI hotkeys as /devices/virtual/input/input9
[   42.867514] gpio_ich: GPIO from 462 to 511 on gpio_ich
[   44.688034] floppy0: no floppy controllers found
[ 45.029352] EXT4-fs (sda6): mounting ext2 file system using the ext4 subsystem [ 45.046317] EXT4-fs (sda6): mounted filesystem without journal. Opts: (null)
[   45.058882] BTRFS error (device sda7): could not find root 8
[   45.058897] BTRFS error (device sda7): could not find root 8
[ 45.396102] audit: type=1400 audit(1485917411.713:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=824 comm="apparmor_parser" [ 45.396111] audit: type=1400 audit(1485917411.713:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=824 comm="apparmor_parser" [ 45.397242] audit: type=1400 audit(1485917411.713:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=822 comm="apparmor_parser" [ 45.397250] audit: type=1400 audit(1485917411.713:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=822 comm="apparmor_parser" [ 45.397255] audit: type=1400 audit(1485917411.713:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=822 comm="apparmor_parser" [ 45.397260] audit: type=1400 audit(1485917411.713:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=822 comm="apparmor_parser" [ 45.398729] audit: type=1400 audit(1485917411.713:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=826 comm="apparmor_parser" [ 45.401712] audit: type=1400 audit(1485917411.717:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/mission-control-5" pid=825 comm="apparmor_parser" [ 45.401721] audit: type=1400 audit(1485917411.717:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*" pid=825 comm="apparmor_parser" [ 45.401726] audit: type=1400 audit(1485917411.717:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/telepathy/telepathy-*//pxgsettings" pid=825 comm="apparmor_parser" [ 45.948516] Adding 998908k swap on /dev/mapper/cryptswap1. Priority:-1 extents:1 across:998908k FS
[   53.291561] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   53.302452] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[   53.545044] tg3 0000:02:00.0 enp2s0: Link is down
[ 55.545094] tg3 0000:02:00.0 enp2s0: Link is up at 100 Mbps, full duplex [ 55.545098] tg3 0000:02:00.0 enp2s0: Flow control is on for TX and on for RX
[   55.545110] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0: link becomes ready
[ 1005.756020] usb 4-2: new low-speed USB device number 2 using uhci_hcd
[ 1005.944041] usb 4-2: New USB device found, idVendor=046a, idProduct=0011 [ 1005.944046] usb 4-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1006.394545] hidraw: raw HID events driver (C) Jiri Kosina
[ 1006.484456] usbcore: registered new interface driver usbhid
[ 1006.484458] usbhid: USB HID core driver
[ 1006.534290] input: HID 046a:0011 as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/0003:046A:0011.0001/input/input10 [ 1006.588211] hid-generic 0003:046A:0011.0001: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:0011] on usb-0000:00:1d.2-2/input0
[ 1168.992066] usb 4-2: USB disconnect, device number 2
[ 1338.696020] usb 4-2: new low-speed USB device number 3 using uhci_hcd
[ 1338.884041] usb 4-2: New USB device found, idVendor=046a, idProduct=0011 [ 1338.884046] usb 4-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1338.927295] input: HID 046a:0011 as /devices/pci0000:00/0000:00:1d.2/usb4/4-2/4-2:1.0/0003:046A:0011.0002/input/input11 [ 1338.980550] hid-generic 0003:046A:0011.0002: input,hidraw0: USB HID v1.11 Keyboard [HID 046a:0011] on usb-0000:00:1d.2-2/input0
[ 1444.324025] usb 2-2: new low-speed USB device number 2 using uhci_hcd
[ 1444.499849] usb 2-2: New USB device found, idVendor=046d, idProduct=c064 [ 1444.499853] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1444.499855] usb 2-2: Product: USB Optical Mouse
[ 1444.499857] usb 2-2: Manufacturer: Logitech
[ 1444.526821] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/0003:046D:C064.0003/input/input12 [ 1444.526959] hid-generic 0003:046D:C064.0003: input,hidraw1: USB HID v1.10 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-2/input0
[ 2377.291895] show_signal_msg: 27 callbacks suppressed
[ 2377.291900] kate[3714]: segfault at 4 ip 0808fdf8 sp bf9b5d40 error 4 in kate[8048000+c0000] [ 2381.302634] perf interrupt took too long (2510 > 2500), lowering kernel.perf_event_max_sample_rate to 50000 [ 5190.928019] usb 1-7: new high-speed USB device number 6 using ehci-pci [ 5191.065479] usb 1-7: New USB device found, idVendor=8564, idProduct=1000 [ 5191.065485] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5191.065489] usb 1-7: Product: Mass Storage Device
[ 5191.065492] usb 1-7: Manufacturer: JetFlash
[ 5191.065495] usb 1-7: SerialNumber: 852CR59GJJDXSW6Q
[ 5191.066421] usb-storage 1-7:1.0: USB Mass Storage device detected
[ 5191.066521] scsi host5: usb-storage 1-7:1.0
[ 5192.425368] scsi 5:0:0:0: Direct-Access JetFlash Transcend 16GB 1100 PQ: 0 ANSI: 6
[ 5192.425744] sd 5:0:0:0: Attached scsi generic sg2 type 0
[ 5192.427852] sd 5:0:0:0: [sdb] 30851072 512-byte logical blocks: (15.8 GB/14.7 GiB)
[ 5192.428606] sd 5:0:0:0: [sdb] Write Protect is off
[ 5192.428609] sd 5:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 5192.430354] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 5192.435990]  sdb: sdb1
[ 5192.439347] sd 5:0:0:0: [sdb] Attached SCSI removable disk
[ 6977.380449] kate[22807]: segfault at a0 ip 0808fd9d sp bfcb8560 error 4 in kate[8048000+c0000]

Do we want to report this to ffmpeg-ubuntu-debian.sh creator and/or ffmpeg developers?

Reply via email to