Boot Info Script e7fc706 + Boot-Repair extra info [Boot-Info 9Feb2015]
============================= Boot Info Summary: ===============================
=> Grub2 (v2.00) is installed in the MBR of /dev/sda and looks at sector
1000210432 of the same hard drive for core.img. core.img is at this
location and looks for (,gpt2)/boot/grub.
=> Syslinux MBR (4.04 and higher) is installed in the MBR of /dev/sdb.
sda1: __________________________________________________________________________
File system: vfat
Boot sector type: FAT32
Boot sector info: No errors found in the Boot Parameter Block.
Operating System:
Boot files: /EFI/Boot/bootx64.efi /EFI/refind/refind_x64.efi
/EFI/ubuntu/MokManager.efi /EFI/ubuntu/grubx64.efi
/EFI/ubuntu/shimx64.efi
/EFI/Microsoft/Boot/bootmgfw.efi
/EFI/Microsoft/Boot/bootx64.efi
/EFI/refind/drivers_x64/ext4_x64.efi
sda2: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 15.10
Boot files: /boot/grub/grub.cfg /etc/fstab
sda3: __________________________________________________________________________
File system: BIOS Boot partition
Boot sector type: Grub2's core.img
Boot sector info:
sdb1: __________________________________________________________________________
File system: vfat
Boot sector type: SYSLINUX 4.05 20140113
Boot sector info: Syslinux looks at sector 7624814 of /dev/sdb1 for its
second stage. SYSLINUX is installed in the directory.
No errors found in the Boot Parameter Block.
Operating System:
Boot files: /boot/grub/grub.cfg /syslinux.cfg /casper/vmlinuz.efi
/EFI/BOOT/grubx64.efi /ldlinux.sys
============================ Drive/Partition Info: =============================
Drive: sda _____________________________________________________________________
Disk /dev/sda: 477 GiB, 512110190592 bytes, 1000215216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sda1 1 1,000,215,215 1,000,215,215 ee GPT
GUID Partition Table detected.
Partition Start Sector End Sector # of Sectors System
/dev/sda1 2,048 1,050,623 1,048,576 EFI System partition
/dev/sda2 1,050,624 1,000,210,431 999,159,808 Data partition (Linux)
/dev/sda3 1,000,210,432 1,000,214,527 4,096 BIOS Boot partition
Drive: sdb _____________________________________________________________________
Disk /dev/sdb: 7.3 GiB, 7805599744 bytes, 15245312 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Partition Boot Start Sector End Sector # of Sectors Id System
/dev/sdb1 * 62 15,240,839 15,240,778 c W95 FAT32 (LBA)
"blkid" output: ________________________________________________________________
Device UUID TYPE LABEL
/dev/loop0 squashfs
/dev/sda1 3E70-AC98 vfat EFI
/dev/sda2 8062e899-3cc3-4b55-907d-e1542a59e4f9 ext4
/dev/sda3
/dev/sdb1 B2EE-7B78 vfat
========================= "ls -l /dev/disk/by-id" output: ======================
total 0
lrwxrwxrwx 1 root root 9 Dec 18 21:50 ata-Samsung_SSD_850_PRO_512GB_S250NXAGB33064W -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 18 21:55 ata-Samsung_SSD_850_PRO_512GB_S250NXAGB33064W-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 18 21:50 ata-Samsung_SSD_850_PRO_512GB_S250NXAGB33064W-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 18 21:55 ata-Samsung_SSD_850_PRO_512GB_S250NXAGB33064W-part3 -> ../../sda3
lrwxrwxrwx 1 root root 9 Dec 18 21:11 ata-TSSTcorp_CDDVDW_SU-208FB_S11S6YHF100GJV -> ../../sr0
lrwxrwxrwx 1 root root 9 Dec 18 21:11 usb-Multiple_Card_Reader_058F63666485-0:0 -> ../../sdc
lrwxrwxrwx 1 root root 9 Dec 18 21:50 usb-TDK_LoR_TF10_C0003A1D1F208209-0:0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Dec 18 21:50 usb-TDK_LoR_TF10_C0003A1D1F208209-0:0-part1 -> ../../sdb1
lrwxrwxrwx 1 root root 9 Dec 18 21:50 wwn-0x5002538840119bef -> ../../sda
lrwxrwxrwx 1 root root 10 Dec 18 21:55 wwn-0x5002538840119bef-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Dec 18 21:50 wwn-0x5002538840119bef-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Dec 18 21:55 wwn-0x5002538840119bef-part3 -> ../../sda3
================================ Mount points: =================================
Device Mount_Point Type Options
/dev/sdb1 /cdrom vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
=========================== sda2/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function recordfail {
set recordfail=1
if [ -n "${have_grubenv}" ]; then if [ -z "${boot_once}" ]; then save_env recordfail; fi; fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_output gfxterm
if [ "${recordfail}" = 1 ] ; then
set timeout=10
else
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=10
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=10
fi
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
if background_color 44,0,30,0; then
clear
fi
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=7
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=text
fi
else
set linux_gfx_mode=keep
fi
else
set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
linux /boot/vmlinuz-4.2.0-22-generic.efi.signed root=UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 ro crashkernel=384M-:128M crashkernel=384M-:128M
initrd /boot/initrd.img-4.2.0-22-generic
}
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
menuentry 'Ubuntu, with Linux 4.2.0-22-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-22-generic-advanced-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
echo 'Loading Linux 4.2.0-22-generic ...'
linux /boot/vmlinuz-4.2.0-22-generic.efi.signed root=UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 ro crashkernel=384M-:128M crashkernel=384M-:128M
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.2.0-22-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-22-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-22-generic-init-upstart-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
echo 'Loading Linux 4.2.0-22-generic ...'
linux /boot/vmlinuz-4.2.0-22-generic.efi.signed root=UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 ro crashkernel=384M-:128M crashkernel=384M-:128M init=/sbin/upstart
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.2.0-22-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-22-generic-recovery-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
echo 'Loading Linux 4.2.0-22-generic ...'
linux /boot/vmlinuz-4.2.0-22-generic.efi.signed root=UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.2.0-22-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-21-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-21-generic-advanced-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
echo 'Loading Linux 4.2.0-21-generic ...'
linux /boot/vmlinuz-4.2.0-21-generic root=UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 ro crashkernel=384M-:128M crashkernel=384M-:128M
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.2.0-21-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-21-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-21-generic-init-upstart-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
echo 'Loading Linux 4.2.0-21-generic ...'
linux /boot/vmlinuz-4.2.0-21-generic root=UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 ro crashkernel=384M-:128M crashkernel=384M-:128M init=/sbin/upstart
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.2.0-21-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-21-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-21-generic-recovery-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
echo 'Loading Linux 4.2.0-21-generic ...'
linux /boot/vmlinuz-4.2.0-21-generic root=UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.2.0-21-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-16-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-16-generic-advanced-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
echo 'Loading Linux 4.2.0-16-generic ...'
linux /boot/vmlinuz-4.2.0-16-generic root=UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 ro crashkernel=384M-:128M crashkernel=384M-:128M
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.2.0-16-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-16-generic (upstart)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-16-generic-init-upstart-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
recordfail
load_video
gfxmode $linux_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
echo 'Loading Linux 4.2.0-16-generic ...'
linux /boot/vmlinuz-4.2.0-16-generic root=UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 ro crashkernel=384M-:128M crashkernel=384M-:128M init=/sbin/upstart
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.2.0-16-generic
}
menuentry 'Ubuntu, with Linux 4.2.0-16-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-4.2.0-16-generic-recovery-8062e899-3cc3-4b55-907d-e1542a59e4f9' {
recordfail
load_video
insmod gzio
if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod ext2
set root='hd0,gpt2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt2 --hint-efi=hd0,gpt2 --hint-baremetal=ahci0,gpt2 8062e899-3cc3-4b55-907d-e1542a59e4f9
else
search --no-floppy --fs-uuid --set=root 8062e899-3cc3-4b55-907d-e1542a59e4f9
fi
echo 'Loading Linux 4.2.0-16-generic ...'
linux /boot/vmlinuz-4.2.0-16-generic root=UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 ro recovery nomodeset
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-4.2.0-16-generic
}
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/25_custom ###
menuentry "EFI/refind/refind_x64.efi" {
search --fs-uuid --no-floppy --set=root 3E70-AC98
chainloader (${root})/EFI/refind/refind_x64.efi
}
menuentry "EFI/ubuntu/MokManager.efi" {
search --fs-uuid --no-floppy --set=root 3E70-AC98
chainloader (${root})/EFI/ubuntu/MokManager.efi
}
menuentry "EFI/refind/drivers_x64/ext4_x64.efi" {
search --fs-uuid --no-floppy --set=root 3E70-AC98
chainloader (${root})/EFI/refind/drivers_x64/ext4_x64.efi
}
### END /etc/grub.d/25_custom ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/30_uefi-firmware ###
menuentry 'System setup' $menuentry_id_option 'uefi-firmware' {
fwsetup
}
### END /etc/grub.d/30_uefi-firmware ###
### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
--------------------------------------------------------------------------------
=============================== sda2/etc/fstab: ================================
--------------------------------------------------------------------------------
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda2 during installation
UUID=8062e899-3cc3-4b55-907d-e1542a59e4f9 / ext4 errors=remount-ro 0 1
# /boot/efi was on /dev/sda1 during installation
#UUID=3E70-AC98 /boot/efi vfat umask=0077 0 1
#UUID=3E70-AC98 /boot/efi vfat defaults 0 1
UUID=3E70-AC98 /boot/efi vfat defaults 0 1
--------------------------------------------------------------------------------
=========================== sdb1/boot/grub/grub.cfg: ===========================
--------------------------------------------------------------------------------
if loadfont /boot/grub/font.pf2 ; then
set gfxmode=auto
insmod efi_gop
insmod efi_uga
insmod gfxterm
terminal_output gfxterm
fi
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
menuentry "Try Ubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
initrd /casper/initrd.lz
}
menuentry "Install Ubuntu" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
initrd /casper/initrd.lz
}
menuentry "OEM install (for manufacturers)" {
set gfxpayload=keep
linux /casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
initrd /casper/initrd.lz
}
menuentry "Check disc for defects" {
set gfxpayload=keep
linux /casper/vmlinuz.efi boot=casper integrity-check quiet splash ---
initrd /casper/initrd.lz
}
--------------------------------------------------------------------------------
============================== sdb1/syslinux.cfg: ==============================
--------------------------------------------------------------------------------
default menu.c32
prompt 0
menu title UNetbootin
timeout 100
label unetbootindefault
menu label Default
kernel /ubnkern
append initrd=/ubninit file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry0
menu label ^Help
kernel /ubnkern
append initrd=/ubninit
label ubnentry1
menu label ^Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry2
menu label ^Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
label ubnentry3
menu label ^Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
label ubnentry4
menu label Test ^memory
kernel /install/mt86plus
append initrd=/ubninit
label ubnentry5
menu label ^Boot from first hard disk
kernel /ubnkern
append initrd=/ubninit
label ubnentry6
menu label Try Ubuntu without installing
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
label ubnentry7
menu label Install Ubuntu
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash ---
label ubnentry8
menu label OEM install (for manufacturers)
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity quiet splash oem-config/enable=true ---
label ubnentry9
menu label Check disc for defects
kernel /casper/vmlinuz.efi
append initrd=/casper/initrd.lz boot=casper integrity-check quiet splash ---
--------------------------------------------------------------------------------
============== sdb1: Version of COM32(R) files used by Syslinux: ===============
menu.c32 : COM32R module (v4.xx)
========= Devices which don't seem to have a corresponding hard drive: =========
sdc
=============================== StdErr Messages: ===============================
cat: write error: Broken pipe
File descriptor 9 (/proc/19386/mounts) leaked on lvs invocation. Parent PID 6896: bash
File descriptor 63 (pipe:[79400]) leaked on lvs invocation. Parent PID 6896: bash
ADDITIONAL INFORMATION :
=================== log of boot-repair 2015-12-18__21h50 ===================
boot-repair version : 4ppa33
boot-sav version : 4ppa33
glade2script version : 3.2.2~ppa47~saucy
boot-sav-extra version : 4ppa33
boot-repair is executed in live-session (Ubuntu 15.10, wily, Ubuntu, x86_64)
CPU op-mode(s): 32-bit, 64-bit
BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
ls: cannot access /home/usr/.config: No such file or directory
NTFS signature is missing.
Failed to mount '/dev/sda3': Invalid argument
The device '/dev/sda3' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount /dev/sda3 : Error code 12
mount -r /dev/sda3 /mnt/boot-sav/sda3
NTFS signature is missing.
Failed to mount '/dev/sda3': Invalid argument
The device '/dev/sda3' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -r /dev/sda3 : Error code 12
=================== os-prober:
/dev/sda2:Ubuntu 15.10 (15.10):Ubuntu:linux
=================== blkid:
/dev/sda1: LABEL="EFI" UUID="3E70-AC98" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="f049adc1-2a34-43c4-bf1e-2e7f8204f6c0"
/dev/sda2: UUID="8062e899-3cc3-4b55-907d-e1542a59e4f9" TYPE="ext4" PARTUUID="0874038e-c8d2-49f7-84b9-e5c034d49124"
/dev/sdb1: UUID="B2EE-7B78" TYPE="vfat" PARTUUID="00016773-01"
/dev/loop0: TYPE="squashfs"
/dev/sda3: PARTUUID="bc2c9136-dabd-428b-a8ef-cddad0226f67"
1 disks with OS, 1 OS : 1 Linux, 0 MacOS, 0 Windows, 0 unknown type OS.
NTFS signature is missing.
Failed to mount '/dev/sda3': Invalid argument
The device '/dev/sda3' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount /dev/sda3 : Error code 12
mount -r /dev/sda3 /mnt/boot-sav/sda3
NTFS signature is missing.
Failed to mount '/dev/sda3': Invalid argument
The device '/dev/sda3' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -r /dev/sda3 : Error code 12
=================== sda2/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Dec 18 20:37 grub.d
drwxr-xr-x 2 root root 4096 Dec 17 22:18 grub.d.bak
total 72
-rwxr-xr-x 1 root root 9791 Dec 17 21:46 00_header
-rwxr-xr-x 1 root root 6058 Sep 4 11:13 05_debian_theme
-rwxr-xr-x 1 root root 12261 Dec 17 21:46 10_linux
-rwxr-xr-x 1 root root 11082 Dec 17 21:46 20_linux_xen
-rwxr-xr-x 1 root root 11692 Dec 17 21:46 30_os-prober
-rwxr-xr-x 1 root root 1418 Dec 17 21:46 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Dec 17 21:46 40_custom
-rwxr-xr-x 1 root root 216 Dec 17 21:46 41_custom
-rw-r--r-- 1 root root 483 Dec 17 21:46 README
=================== sda2/etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="crashkernel=384M-:128M"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
/boot/efi detected in the fstab of sda2: UUID=3E70-AC98 (sda1)
=================== efibootmgr -v
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 0000,0000,0000,0000,0003,0004,2001,2002,2003
Boot0002* UEFI: Network Card PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(2025642eb40d,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot0003* UEFI: TDK LoR TF10 PMAP PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(3,0)/HD(1,MBR,0x115,0x3e,0xe88e4a)..BO
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
=================== UEFI/Legacy mode:
BIOS is EFI-compatible, and is setup in EFI-mode for this live-session.
SecureBoot disabled.
(maybe sec-boot, Please report this message to
[email protected])
=================== PARTITIONS & DISKS:
sda1 : sda, not-sepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, is-correct-EFI, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, not-far, /mnt/boot-sav/sda1.
sda2 : sda, not-sepboot, grubenv-ok grub2, grub-pc , update-grub, 64, with-boot, is-os, not--efi--part, fstab-without-boot, fstab-has-goodEFI, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, apt-get, grub-install, with--usr, fstab-without-usr, not-sep-usr, standard, farbios, /mnt/boot-sav/sda2.
sda3 : sda, maybesepboot, no-grubenv nogrub, no-docgrub, no-update-grub, 32, no-boot, no-os, not--efi--part, part-has-no-fstab, part-has-no-fstab, no-nt, no-winload, no-recov-nor-hid, no-bmgr, notwinboot, nopakmgr, nogrubinstall, no---usr, part-has-no-fstab, not-sep-usr, standard, farbios, /mnt/boot-sav/sda3.
sda : GPT, BIOS_boot, has-correctEFI, not-usb, has-os, 2048 sectors * 512 bytes
=================== parted -l:
Model: ATA Samsung SSD 850 (scsi)
Disk /dev/sda: 512GB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 538MB 537MB fat32 EFI System Partition boot, esp
2 538MB 512GB 512GB ext4
3 512GB 512GB 2097kB bios_grub
Model: TDK LoR TF10 (scsi)
Disk /dev/sdb: 7806MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 31.7kB 7803MB 7803MB primary fat32 boot, lba
=================== parted -lm:
BYT;
/dev/sda:512GB:scsi:512:512:gpt:ATA Samsung SSD 850:;
1:1049kB:538MB:537MB:fat32:EFI System Partition:boot, esp;
2:538MB:512GB:512GB:ext4::;
3:512GB:512GB:2097kB:::bios_grub;
BYT;
/dev/sdb:7806MB:scsi:512:512:msdos:TDK LoR TF10:;
1:31.7kB:7803MB:7803MB:fat32::boot, lba;
=================== lsblk:
KNAME TYPE FSTYPE SIZE LABEL MODEL UUID
sda disk 477G Samsung SSD 850
sda1 part vfat 512M EFI 3E70-AC98
sda2 part ext4 476.4G 8062e899-3cc3-4b55-907d-e1542a59e4f9
sda3 part 2M
sdb disk 7.3G TF10
sdb1 part vfat 7.3G B2EE-7B78
sr0 rom 1024M CDDVDW SU-208FB
loop0 loop squashfs 1.1G
KNAME ROTA RO RM STATE MOUNTPOINT
sda 0 0 0 running
sda1 0 0 0 /mnt/boot-sav/sda1
sda2 0 0 0 /mnt/boot-sav/sda2
sda3 0 0 0
sdb 1 0 1 running
sdb1 1 0 1 /cdrom
sr0 1 0 1 running
loop0 1 1 0
=================== mount:
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=4029756k,nr_inodes=1007439,mode=755)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=808532k,mode=755)
/dev/sdb1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/cow on / type overlay (rw,relatime,lowerdir=//filesystem.squashfs,upperdir=/cow/upper,workdir=/cow/work)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (rw,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /run/user/999 type tmpfs (rw,nosuid,nodev,relatime,size=808532k,mode=700,uid=999,gid=999)
/dev/sda1 on /mnt/boot-sav/sda1 type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
/dev/sda2 on /mnt/boot-sav/sda2 type ext4 (rw,relatime,data=ordered)
=================== ls:
/sys/block/sda (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sda1 sda2 sda3 size slaves stat subsystem trace uevent
/sys/block/sdb (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro sdb1 size slaves stat subsystem trace uevent
/sys/block/sdc (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/sys/block/sr0 (filtered): alignment_offset bdi capability dev device discard_alignment events events_async events_poll_msecs ext_range holders inflight power queue range removable ro size slaves stat subsystem trace uevent
/dev (filtered): autofs block bsg btrfs-control bus cdrom cdrw char console core cpu cpu_dma_latency cuse disk dri dvd dvdrw ecryptfs fb0 fd full fuse hidraw0 hidraw1 hpet hugepages hwrng i2c-0 i2c-1 i2c-10 i2c-11 i2c-12 i2c-13 i2c-14 i2c-15 i2c-16 i2c-17 i2c-18 i2c-2 i2c-3 i2c-4 i2c-5 i2c-6 i2c-7 i2c-8 i2c-9 initctl input kmsg kvm log mapper mcelog media0 mei0 mem memory_bandwidth mqueue ndctl0 net network_latency network_throughput null port ppp psaux ptmx pts random rfkill rtc rtc0 sda sda1 sda2 sda3 sdb sdb1 sdc sg0 sg1 sg2 sg3 shm snapshot snd sr0 stderr stdin stdout uhid uinput urandom usb v4l vfio vga_arbiter vhci vhost-net video0 xconsole zero
ls /dev/mapper: control
=================== hexdump -n512 -C /dev/sda1
00000000 eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 08 20 00 |.X.mkfs.fat... .|
00000010 02 00 00 00 00 f8 00 00 3f 00 ff 00 00 08 00 00 |........?.......|
00000020 00 00 10 00 fe 03 00 00 00 00 00 00 02 00 00 00 |................|
00000030 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
00000040 80 01 29 98 ac 70 3e 45 46 49 20 20 20 20 20 20 |..)..p>EFI |
00000050 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac | FAT32 ...w|.|
00000060 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 |".t.V.......^..2|
00000070 e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e |.......This is n|
00000080 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 |ot a bootable di|
00000090 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 |sk. Please inse|
000000a0 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c |rt a bootable fl|
000000b0 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 |oppy and..press |
000000c0 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 |any key to try a|
000000d0 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 |gain ... .......|
000000e0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................|
*
000001f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa |..............U.|
00000200
=================== df -Th:
Filesystem Type Size Used Avail Use% Mounted on
udev devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs tmpfs 790M 9.6M 781M 2% /run
/dev/sdb1 vfat 7.3G 1.2G 6.2G 16% /cdrom
/cow overlay 3.9G 107M 3.8G 3% /
tmpfs tmpfs 3.9G 320K 3.9G 1% /dev/shm
tmpfs tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
tmpfs tmpfs 3.9G 60K 3.9G 1% /tmp
tmpfs tmpfs 790M 92K 790M 1% /run/user/999
/dev/sda1 vfat 511M 1.6M 510M 1% /mnt/boot-sav/sda1
/dev/sda2 ext4 469G 162G 284G 37% /mnt/boot-sav/sda2
=================== fdisk -l:
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram1: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram2: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram3: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram4: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram5: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram6: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram7: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram8: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram9: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram10: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram11: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram12: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram13: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram14: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/loop0: 1.1 GiB, 1130688512 bytes, 2208376 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 477 GiB, 512110190592 bytes, 1000215216 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: D1C3A69A-BA9F-4FBF-9C54-E5D6C40099D2
Device Start End Sectors Size Type
/dev/sda1 2048 1050623 1048576 512M EFI System
/dev/sda2 1050624 1000210431 999159808 476.4G Linux filesystem
/dev/sda3 1000210432 1000214527 4096 2M BIOS boot
Disk /dev/sdb: 7.3 GiB, 7805599744 bytes, 15245312 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00016773
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 62 15240839 15240778 7.3G c W95 FAT32 (LBA)
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
=================== Advices
BIOS-Boot detected. You may want to retry after deactivating the [Separate /boot/efi partition:] option.
Do you want to continue?
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
=================== Recommended repair
The default repair of the Boot-Repair utility will purge (in order to fix packages sign-grub) and reinstall the grub-efi-amd64-signed of sda2, using the following options: sda1/boot/efi,
Additional repair will be performed: unhide-bootmenu-10s repair-filesystems use-standard-efi-file rename-ms-efi
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Force Unmount all blkid partitions (for fsck) except / /boot /cdrom /dev /etc /home /opt /pas /proc /rofs /sys /tmp /usr /var
fsck -fyM /dev/sda1
fsck from util-linux 2.26.2
fsck -fyM /dev/sda2
fsck from util-linux 2.26.2
fsck -fyM /dev/sda3
fsck from util-linux 2.26.2
e2fsck 1.42.12 (29-Aug-2014)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sda3
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
NTFS signature is missing.
Failed to mount '/dev/sda3': Invalid argument
The device '/dev/sda3' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount /dev/sda3 : Error code 12
mount -r /dev/sda3 /mnt/boot-sav/sda3
NTFS signature is missing.
Failed to mount '/dev/sda3': Invalid argument
The device '/dev/sda3' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -r /dev/sda3 : Error code 12
Mount sda1 on /mnt/boot-sav/sda2/boot/efi
ls sda1/efi: /refind/keys/SLES-UEFI-CA-Certificate.cer /refind/keys/refind_local.crt /refind/keys/refind_local.cer /refind/keys/refind.cer /refind/keys/openSUSE-UEFI-CA-Certificate.cer /refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer /refind/keys/microsoft-uefica-public.der /refind/keys/microsoft-pca-public.der /refind/keys/microsoft-kekca-public.der /refind/keys/fedora-ca.cer /refind/keys/canonical-uefi-ca.der /refind/keys/altlinux.cer /refind/icons/vol_optical.png /refind/icons/vol_net.png /refind/icons/vol_internal.png /refind/icons/vol_external.png /refind/icons/transparent.png /refind/icons/tool_windows_rescue.png /refind/icons/tool_shell.png /refind/icons/tool_rescue.png /refind/icons/tool_part.png /refind/icons/tool_netboot.png /refind/icons/tool_mok_tool.png /refind/icons/tool_memtest.png /refind/icons/tool_apple_rescue.png /refind/icons/README /refind/icons/os_xubuntu.png /refind/icons/os_win.png /refind/icons/os_win8.png /refind/icons/os_unknown.png /refind/icons/os_ubuntu.png /refind/icons/os_suse.png /refind/icons/os_slackware.png /refind/icons/os_refit.png /refind/icons/os_refind.png /refind/icons/os_redhat.png /refind/icons/os_opensuse.png /refind/icons/os_network.png /refind/icons/os_netbsd.png /refind/icons/os_mandriva.png /refind/icons/os_mageia.png /refind/icons/os_mac.png /refind/icons/os_lubuntu.png /refind/icons/os_linux.png /refind/icons/os_linuxmint.png /refind/icons/os_legacy.png /refind/icons/os_kubuntu.png /refind/icons/os_hwtest.png /refind/icons/os_haiku.png /refind/icons/os_gummiboot.png /refind/icons/os_gentoo.png /refind/icons/os_frugalware.png /refind/icons/os_freebsd.png /refind/icons/os_fedora.png /refind/icons/os_elementary.png /refind/icons/os_debian.png /refind/icons/os_crunchbang.png /refind/icons/os_clover.png /refind/icons/os_chrome.png /refind/icons/os_chakra.png /refind/icons/os_centos.png /refind/icons/os_arch.png /refind/icons/func_shutdown.png /refind/icons/func_reset.png /refind/icons/func_firmware.png /refind/icons/func_exit.png /refind/icons/func_csr_rotate.png /refind/icons/func_about.png /refind/icons/boot_win.png /refind/icons/boot_linux.png /refind/icons-backup/vol_optical.png /refind/icons-backup/vol_net.png /refind/icons-backup/vol_internal.png /refind/icons-backup/vol_external.png /refind/icons-backup/transparent.png /refind/icons-backup/tool_windows_rescue.png /refind/icons-backup/tool_shell.png /refind/icons-backup/tool_rescue.png /refind/icons-backup/tool_part.png /refind/icons-backup/tool_netboot.png /refind/icons-backup/tool_mok_tool.png /refind/icons-backup/tool_memtest.png /refind/icons-backup/tool_apple_rescue.png /refind/icons-backup/README /refind/icons-backup/os_xubuntu.png /refind/icons-backup/os_win.png /refind/icons-backup/os_win8.png /refind/icons-backup/os_unknown.png /refind/icons-backup/os_ubuntu.png /refind/icons-backup/os_suse.png /refind/icons-backup/os_slackware.png /refind/icons-backup/os_refit.png /refind/icons-backup/os_refind.png /refind/icons-backup/os_redhat.png /refind/icons-backup/os_opensuse.png /refind/icons-backup/os_network.png /refind/icons-backup/os_netbsd.png /refind/icons-backup/os_mandriva.png /refind/icons-backup/os_mageia.png /refind/icons-backup/os_mac.png /refind/icons-backup/os_lubuntu.png /refind/icons-backup/os_linux.png /refind/icons-backup/os_linuxmint.png /refind/icons-backup/os_legacy.png /refind/icons-backup/os_kubuntu.png /refind/icons-backup/os_hwtest.png /refind/icons-backup/os_haiku.png /refind/icons-backup/os_gummiboot.png /refind/icons-backup/os_gentoo.png /refind/icons-backup/os_frugalware.png /refind/icons-backup/os_freebsd.png /refind/icons-backup/os_fedora.png /refind/icons-backup/os_elementary.png /refind/icons-backup/os_debian.png /refind/icons-backup/os_crunchbang.png /refind/icons-backup/os_clover.png /refind/icons-backup/os_chrome.png /refind/icons-backup/os_chakra.png /refind/icons-backup/os_centos.png /refind/icons-backup/os_arch.png /refind/icons-backup/licenses /refind/icons-backup/func_shutdown.png /refind/icons-backup/func_reset.png /refind/icons-backup/func_firmware.png /refind/icons-backup/func_exit.png /refind/icons-backup/func_csr_rotate.png /refind/icons-backup/func_about.png /refind/icons-backup/boot_win.png /refind/icons-backup/boot_linux.png /refind/icons-backup/arrow_right.png /refind/icons-backup/arrow_left.png /refind/icons/arrow_right.png /refind/icons/arrow_left.png /refind/drivers_x64/ext4_x64.efi /refind/refind_x64.efi /refind/refind.conf-sample /refind/refind.conf /refind/keys /refind/icons-backup /refind/icons /refind/drivers_x64
No sda2/boot/efi/efi/ ubuntu/mint folder
chroot /mnt/boot-sav/sda2 apt-get -y --force-yes update
Purge the GRUB of sda2
grub-efi-amd64-signed available
The following package was automatically installed and is no longer required:
shim
Use 'apt-get autoremove' to remove it.
The following extra packages will be installed:
grub-efi-amd64 grub-efi-amd64-bin
The following packages will be REMOVED:
grub-gfxpayload-lists grub-pc
The following NEW packages will be installed:
grub-efi-amd64 grub-efi-amd64-bin grub-efi-amd64-signed
0 upgraded, 3 newly installed, 2 to remove and 15 not upgraded.
DEBCHECK debOK, grub-efi-amd64-signed
DEBCHECK debOK
shim-signed available
linux-signed-generic available
Please type: sudo chroot "/mnt/boot-sav/sda2" dpkg --configure -ansudo chroot "/mnt/boot-sav/sda2" apt-get install -fynsudo chroot "/mnt/boot-sav/sda2" apt-get purge -y --force-yes grub*-common grub-common:i386 shim-signed linux-signed*
/boot/efi detected in the fstab of sda2: UUID=3E70-AC98 (sda1)
shim-signed available
linux-signed-generic available
Then type: sudo chroot "/mnt/boot-sav/sda2" apt-get install -y --force-yes grub-efi-amd64-signed shim-signed linux-signed-generic
=================== sda2/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Dec 18 21:53 grub.d
drwxr-xr-x 2 root root 4096 Dec 17 22:18 grub.d.bak
total 72
-rwxr-xr-x 1 root root 9791 Dec 17 21:46 00_header
-rwxr-xr-x 1 root root 6058 Sep 4 11:13 05_debian_theme
-rwxr-xr-x 1 root root 12261 Dec 17 21:46 10_linux
-rwxr-xr-x 1 root root 11082 Dec 17 21:46 20_linux_xen
-rwxr-xr-x 1 root root 11692 Dec 17 21:46 30_os-prober
-rwxr-xr-x 1 root root 1418 Dec 17 21:46 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Dec 17 21:46 40_custom
-rwxr-xr-x 1 root root 216 Dec 17 21:46 41_custom
-rw-r--r-- 1 root root 483 Dec 17 21:46 README
=================== sda2/etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="crashkernel=384M-:128M"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
/boot/efi detected in the fstab of sda2: UUID=3E70-AC98 (sda1)
Unhide GRUB boot menu in sda2/etc/default/grub
=================== sda2/etc/grub.d/ :
drwxr-xr-x 2 root root 4096 Dec 18 21:53 grub.d
drwxr-xr-x 2 root root 4096 Dec 17 22:18 grub.d.bak
total 72
-rwxr-xr-x 1 root root 9791 Dec 17 21:46 00_header
-rwxr-xr-x 1 root root 6058 Sep 4 11:13 05_debian_theme
-rwxr-xr-x 1 root root 12261 Dec 17 21:46 10_linux
-rwxr-xr-x 1 root root 11082 Dec 17 21:46 20_linux_xen
-rwxr-xr-x 1 root root 11692 Dec 17 21:46 30_os-prober
-rwxr-xr-x 1 root root 1418 Dec 17 21:46 30_uefi-firmware
-rwxr-xr-x 1 root root 214 Dec 17 21:46 40_custom
-rwxr-xr-x 1 root root 216 Dec 17 21:46 41_custom
-rw-r--r-- 1 root root 483 Dec 17 21:46 README
=================== sda2/etc/default/grub :
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
#GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="crashkernel=384M-:128M"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
/boot/efi detected in the fstab of sda2: UUID=3E70-AC98 (sda1)
*******lspci -nnk | grep -iA3 vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller [8086:0416] (rev 06)
Subsystem: Toshiba America Info Systems Device [1179:fa47]
Kernel driver in use: i915
00:03.0 Audio device [0403]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller [8086:0c0c] (rev 06)
*******
grub-install --version
grub-install (GRUB) 2.02~beta2-29ubuntu0.3,grub-install (GRUB) 2.
chroot /mnt/boot-sav/sda2 efibootmgr -v
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 0000,0000,0000,0000,0003,0004,2001,2002,2003
Boot0002* UEFI: Network Card PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(2025642eb40d,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot0003* UEFI: TDK LoR TF10 PMAP PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(3,0)/HD(1,MBR,0x115,0x3e,0xe88e4a)..BO
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
chroot /mnt/boot-sav/sda2 uname -r
Kernel: 4.2.0-16-generic
Reinstall the grub-efi-amd64-signed shim-signed linux-signed-generic of sda2
Installing for x86_64-efi platform.
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
Refind detected on sda1
dosfsck -a /dev/sda1
fsck.fat 3.0.28 (2015-05-16)
0x41: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Automatically removing dirty bit.
There are differences between boot sector and its backup.
This is mostly harmless. Differences: (offset:original/backup)
65:00/01
Not automatically fixing this.
Free cluster summary wrong (130420 vs. really 129558)
Auto-correcting.
Performing changes.
/dev/sda1: 153 files, 1254/130812 clusters
Installing for x86_64-efi platform.
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
rm -Rf /dev/sda1/ubuntu .. fedora
Installing for x86_64-efi platform.
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
Installation finished. No error reported.
grub-install --efi-directory=/boot/efi --target=x86_64-efi --uefi-secure-boot : exit code of grub-install :0
=================== (Write-locked ESP) dmesg:
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.2.0-16-generic ([email protected]) (gcc version 5.2.1 20151003 (Ubuntu 5.2.1-21ubuntu2) ) #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 (Ubuntu 4.2.0-16.19-generic 4.2.3)
[ 0.000000] Command line: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 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: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bc82dfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bc82e000-0x00000000bc834fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bc835000-0x00000000bcc5ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bcc60000-0x00000000bcf3bfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bcf3c000-0x00000000cad26fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cad27000-0x00000000caf2ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000caf30000-0x00000000caf5afff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000caf5b000-0x00000000cb5ebfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cb5ec000-0x00000000cbf6ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000cbf70000-0x00000000cbffefff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cf1fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0xcaf38000 ACPI=0xcaf38000 SMBIOS=0xcbf6e498 MPS=0xcbaddc18
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: TOSHIBA SATELLITE L50-A-1D6/VG10S, BIOS 1.90 09/19/2014
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x22fe00 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask 7E00000000 write-back
[ 0.000000] 1 base 0200000000 mask 7FE0000000 write-back
[ 0.000000] 2 base 0220000000 mask 7FF0000000 write-back
[ 0.000000] 3 base 00E0000000 mask 7FE0000000 uncachable
[ 0.000000] 4 base 00D0000000 mask 7FF0000000 uncachable
[ 0.000000] 5 base 00CE000000 mask 7FFE000000 uncachable
[ 0.000000] 6 base 00CD000000 mask 7FFF000000 uncachable
[ 0.000000] 7 base 022FE00000 mask 7FFFE00000 uncachable
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] original variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 8GB, type WB
[ 0.000000] reg 1, base: 8GB, range: 512MB, type WB
[ 0.000000] reg 2, base: 8704MB, range: 256MB, type WB
[ 0.000000] reg 3, base: 3584MB, range: 512MB, type UC
[ 0.000000] reg 4, base: 3328MB, range: 256MB, type UC
[ 0.000000] reg 5, base: 3296MB, range: 32MB, type UC
[ 0.000000] reg 6, base: 3280MB, range: 16MB, type UC
[ 0.000000] reg 7, base: 8958MB, range: 2MB, type UC
[ 0.000000] total RAM covered: 8142M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 4M num_reg: 9 lose cover RAM: 0G
[ 0.000000] New variable MTRRs
[ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
[ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
[ 0.000000] reg 2, base: 3GB, range: 128MB, type WB
[ 0.000000] reg 3, base: 3200MB, range: 64MB, type WB
[ 0.000000] reg 4, base: 3264MB, range: 16MB, type WB
[ 0.000000] reg 5, base: 4GB, range: 4GB, type WB
[ 0.000000] reg 6, base: 8GB, range: 512MB, type WB
[ 0.000000] reg 7, base: 8704MB, range: 256MB, type WB
[ 0.000000] reg 8, base: 8958MB, range: 2MB, type UC
[ 0.000000] e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xcc000 max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x02ff0000, 0x02ff0fff] PGTABLE
[ 0.000000] BRK [0x02ff1000, 0x02ff1fff] PGTABLE
[ 0.000000] BRK [0x02ff2000, 0x02ff2fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x22fc00000-0x22fdfffff]
[ 0.000000] [mem 0x22fc00000-0x22fdfffff] page 2M
[ 0.000000] BRK [0x02ff3000, 0x02ff3fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x220000000-0x22fbfffff]
[ 0.000000] [mem 0x220000000-0x22fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x21fffffff]
[ 0.000000] [mem 0x200000000-0x21fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbc82dfff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
[ 0.000000] [mem 0x80000000-0xbc7fffff] page 2M
[ 0.000000] [mem 0xbc800000-0xbc82dfff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xbc835000-0xbcc5ffff]
[ 0.000000] [mem 0xbc835000-0xbc9fffff] page 4k
[ 0.000000] [mem 0xbca00000-0xbcbfffff] page 2M
[ 0.000000] [mem 0xbcc00000-0xbcc5ffff] page 4k
[ 0.000000] BRK [0x02ff4000, 0x02ff4fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xbcf3c000-0xcad26fff]
[ 0.000000] [mem 0xbcf3c000-0xbcffffff] page 4k
[ 0.000000] [mem 0xbd000000-0xcabfffff] page 2M
[ 0.000000] [mem 0xcac00000-0xcad26fff] page 4k
[ 0.000000] BRK [0x02ff5000, 0x02ff5fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xcbfff000-0xcbffffff]
[ 0.000000] [mem 0xcbfff000-0xcbffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x3511a000-0x36884fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000CAF38000 000024 (v02 TOSASU)
[ 0.000000] ACPI: XSDT 0x00000000CAF38090 00009C (v01 TOSASU TOSASU00 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000CAF575A8 00010C (v05 TOSASU TOSASU00 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x00000000CAF381B8 01F3EA (v02 TOSASU TOSASU00 00000190 INTL 20091112)
[ 0.000000] ACPI: FACS 0x00000000CB5E9080 000040
[ 0.000000] ACPI: APIC 0x00000000CAF576B8 000092 (v03 TOSASU TOSASU00 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000CAF57750 000044 (v01 TOSASU TOSASU00 01072009 AMI 00010013)
[ 0.000000] ACPI: ECDT 0x00000000CAF57798 0000C1 (v01 TOSASU TOSASU00 01072009 AMI. 00000005)
[ 0.000000] ACPI: SLIC 0x00000000CAF57860 000176 (v01 TOSASU TOSASU00 01072009 MSFT 00000001)
[ 0.000000] ACPI: MSDM 0x00000000CAF579D8 000055 (v03 TOSASU TOSASU00 06222004 MSFT 00010013)
[ 0.000000] ACPI: LPIT 0x00000000CAF57A30 00005C (v01 TOSASU TOSASU00 00000000 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000CAF57A90 000228 (v01 INTEL sensrhub 00000000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CAF57CB8 000557 (v01 PmRef Cpu0Ist 00003000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CAF58210 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711)
[ 0.000000] ACPI: MCFG 0x00000000CAF58CE8 00003C (v01 TOSASU TOSASU00 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000CAF58D28 000038 (v01 TOSASU TOSASU00 01072009 AMI. 00000005)
[ 0.000000] ACPI: SSDT 0x00000000CAF58D60 000315 (v01 SataRe SataTabl 00001000 INTL 20120711)
[ 0.000000] ACPI: SSDT 0x00000000CAF59078 0019B2 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
[ 0.000000] ACPI: BGRT 0x00000000CAF5AA30 000038 (v00 00000000 MSFT 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022fdfffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x22fdf6000-0x22fdfafff]
[ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880227400000-ffff88022f3fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000022fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bc82dfff]
[ 0.000000] node 0: [mem 0x00000000bc835000-0x00000000bcc5ffff]
[ 0.000000] node 0: [mem 0x00000000bcf3c000-0x00000000cad26fff]
[ 0.000000] node 0: [mem 0x00000000cbfff000-0x00000000cbffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000022fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022fdfffff]
[ 0.000000] On node 0 totalpages: 2074593
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12906 pages used for memmap
[ 0.000000] DMA32 zone: 825925 pages, LIFO batch:31
[ 0.000000] Normal zone: 19448 pages used for memmap
[ 0.000000] Normal zone: 1244672 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics stolen memory at 0xcd200000-0xcf1fffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x1808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge 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: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbc82e000-0xbc834fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbcc60000-0xbcf3bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcad27000-0xcaf2ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcaf30000-0xcaf5afff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcaf5b000-0xcb5ebfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcb5ec000-0xcbf6ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcbf70000-0xcbffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcc000000-0xccffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcd000000-0xcf1fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcf200000-0xf7ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0xcf200000-0xf7ffffff] 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:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88022fa00000 s96728 r8192 d30248 u262144
[ 0.000000] pcpu-alloc: s96728 r8192 d30248 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2042153
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 8032928K/8298372K available (8146K kernel code, 1237K rwdata, 3800K rodata, 1460K init, 1292K bss, 265444K reserved, 0K cma-reserved)
[ 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 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] NR_IRQS:16640 nr_irqs:488 16
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-7.
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 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 2394.187 MHz processor
[ 0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.37 BogoMIPS (lpj=9576748)
[ 0.000028] pid_max: default: 32768 minimum: 301
[ 0.000033] ACPI: Core revision 20150619
[ 0.018796] ACPI: All ACPI Tables successfully acquired
[ 0.019352] Security Framework initialized
[ 0.019361] AppArmor: AppArmor initialized
[ 0.019362] Yama: becoming mindful.
[ 0.019813] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.021156] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.021734] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.021742] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.021946] Initializing cgroup subsys blkio
[ 0.021948] Initializing cgroup subsys memory
[ 0.021955] Initializing cgroup subsys devices
[ 0.021956] Initializing cgroup subsys freezer
[ 0.021958] Initializing cgroup subsys net_cls
[ 0.021960] Initializing cgroup subsys perf_event
[ 0.021963] Initializing cgroup subsys net_prio
[ 0.021964] Initializing cgroup subsys hugetlb
[ 0.021983] CPU: Physical Processor ID: 0
[ 0.021984] CPU: Processor Core ID: 0
[ 0.021988] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.021989] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.022842] mce: CPU supports 9 MCE banks
[ 0.022855] CPU0: Thermal monitoring enabled (TM1)
[ 0.022864] process: using mwait in idle threads
[ 0.022866] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[ 0.022867] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[ 0.022967] Freeing SMP alternatives memory: 28K (ffffffff81ea4000 - ffffffff81eab000)
[ 0.068864] ftrace: allocating 30905 entries in 121 pages
[ 0.080501] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[ 0.120216] TSC deadline timer enabled
[ 0.120220] smpboot: CPU0: Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (fam: 06, model: 3c, stepping: 03)
[ 0.120241] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[ 0.120259] ... version: 3
[ 0.120260] ... bit width: 48
[ 0.120261] ... generic registers: 4
[ 0.120262] ... value mask: 0000ffffffffffff
[ 0.120262] ... max period: 0000ffffffffffff
[ 0.120263] ... fixed-purpose events: 3
[ 0.120264] ... event mask: 000000070000000f
[ 0.120953] x86: Booting SMP configuration:
[ 0.120954] .... node #0, CPUs: #1
[ 0.125167] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.125240] #2 #3 #4 #5 #6 #7
[ 0.149918] x86: Booted up 1 node, 8 CPUs
[ 0.149921] smpboot: Total of 8 processors activated (38306.99 BogoMIPS)
[ 0.157289] devtmpfs: initialized
[ 0.159239] evm: security.selinux
[ 0.159240] evm: security.SMACK64
[ 0.159241] evm: security.SMACK64EXEC
[ 0.159242] evm: security.SMACK64TRANSMUTE
[ 0.159242] evm: security.SMACK64MMAP
[ 0.159243] evm: security.ima
[ 0.159244] evm: security.capability
[ 0.159288] PM: Registering ACPI NVS region [mem 0xbc82e000-0xbc834fff] (28672 bytes)
[ 0.159289] PM: Registering ACPI NVS region [mem 0xcaf5b000-0xcb5ebfff] (6885376 bytes)
[ 0.159418] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.159492] pinctrl core: initialized pinctrl subsystem
[ 0.159585] RTC time: 21:11:45, date: 12/18/15
[ 0.159681] NET: Registered protocol family 16
[ 0.161159] cpuidle: using governor ladder
[ 0.165163] cpuidle: using governor menu
[ 0.165233] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.165234] ACPI: bus type PCI registered
[ 0.165236] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.165293] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.165295] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.165303] PCI: Using configuration type 1 for base access
[ 0.165594] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.169484] ACPI: Added _OSI(Module Device)
[ 0.169485] ACPI: Added _OSI(Processor Device)
[ 0.169486] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.169487] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.171876] ACPI : EC: EC description table is found, configuring boot EC
[ 0.171885] ACPI : EC: EC started
[ 0.174324] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.177349] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.257849] ACPI: Dynamic OEM Table Load:
[ 0.257855] ACPI: SSDT 0xFFFF880225FE5400 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
[ 0.258677] ACPI: Dynamic OEM Table Load:
[ 0.258681] ACPI: SSDT 0xFFFF880225FEA800 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
[ 0.259469] ACPI: Dynamic OEM Table Load:
[ 0.259472] ACPI: SSDT 0xFFFF880225FFB600 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
[ 0.261125] ACPI: Interpreter enabled
[ 0.261132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S1_] (20150619/hwxface-580)
[ 0.261138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S2_] (20150619/hwxface-580)
[ 0.261157] ACPI: (supports S0 S3 S4 S5)
[ 0.261158] ACPI: Using IOAPIC for interrupt routing
[ 0.261180] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.287720] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.287725] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.287931] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[ 0.288050] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.288051] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.288334] PCI host bridge to bus 0000:00
[ 0.288336] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.288338] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.288339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.288341] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.288342] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.288343] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.288344] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.288346] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.288347] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.288348] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.288349] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.288350] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.288352] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff window]
[ 0.288358] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[ 0.288426] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[ 0.288453] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.288516] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.288550] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[ 0.288562] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[ 0.288567] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.288571] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.288649] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[ 0.288659] pci 0000:00:03.0: reg 0x10: [mem 0xf7a14000-0xf7a17fff 64bit]
[ 0.288736] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[ 0.288760] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
[ 0.288805] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.288833] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.288865] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[ 0.288890] pci 0000:00:16.0: reg 0x10: [mem 0xf7a1e000-0xf7a1e00f 64bit]
[ 0.288937] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.289000] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[ 0.289026] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a1c000-0xf7a1c3ff]
[ 0.289089] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.289150] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[ 0.289172] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
[ 0.289214] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.289271] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[ 0.289326] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.289408] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[ 0.289464] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.289515] pci 0000:00:1c.2: System wakeup disabled by ACPI
[ 0.289546] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[ 0.289601] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.289653] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.289689] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[ 0.289715] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a1b000-0xf7a1b3ff]
[ 0.289779] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.289838] pci 0000:00:1f.0: [8086:8c49] type 00 class 0x060100
[ 0.289978] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
[ 0.289997] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
[ 0.290005] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
[ 0.290012] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
[ 0.290019] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
[ 0.290026] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
[ 0.290033] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a1a000-0xf7a1a7ff]
[ 0.290055] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.290108] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[ 0.290124] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a19000-0xf7a190ff 64bit]
[ 0.290143] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
[ 0.290245] pci 0000:01:00.0: [10de:1292] type 00 class 0x030200
[ 0.290271] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[ 0.290284] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.290297] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[ 0.290306] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.290315] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[ 0.294904] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.294907] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.294909] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.294912] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.294973] acpiphp: Slot [1] registered
[ 0.294978] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.295054] pci 0000:03:00.0: [168c:0036] type 00 class 0x028000
[ 0.295092] pci 0000:03:00.0: reg 0x10: [mem 0xf7900000-0xf797ffff 64bit]
[ 0.295130] pci 0000:03:00.0: reg 0x30: [mem 0xf7980000-0xf798ffff pref]
[ 0.295173] pci 0000:03:00.0: supports D1 D2
[ 0.295175] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.295199] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.302913] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.302919] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
[ 0.302993] pci 0000:04:00.0: [1969:10a1] type 00 class 0x020000
[ 0.303042] pci 0000:04:00.0: reg 0x10: [mem 0xf7800000-0xf783ffff 64bit]
[ 0.303055] pci 0000:04:00.0: reg 0x18: [io 0xd000-0xd07f]
[ 0.303135] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.303160] pci 0000:04:00.0: System wakeup disabled by ACPI
[ 0.310923] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.310927] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
[ 0.310931] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
[ 0.319037] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
[ 0.319080] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 0.319119] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 0.319157] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 0.319196] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 0.319235] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 0.319273] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 0.319311] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[ 0.319593] ACPI: Enabled 5 GPEs in block 00 to 3F
[ 0.319763] ACPI : EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
[ 0.319843] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.319845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.319847] vgaarb: loaded
[ 0.319848] vgaarb: bridge control possible 0000:00:02.0
[ 0.320068] SCSI subsystem initialized
[ 0.320100] libata version 3.00 loaded.
[ 0.320118] ACPI: bus type USB registered
[ 0.320133] usbcore: registered new interface driver usbfs
[ 0.320140] usbcore: registered new interface driver hub
[ 0.320158] usbcore: registered new device driver usb
[ 0.320317] PCI: Using ACPI for IRQ routing
[ 0.321633] PCI: pci_cache_line_size set to 64 bytes
[ 0.321678] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.321679] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.321680] e820: reserve RAM buffer [mem 0xbc82e000-0xbfffffff]
[ 0.321681] e820: reserve RAM buffer [mem 0xbcc60000-0xbfffffff]
[ 0.321682] e820: reserve RAM buffer [mem 0xcad27000-0xcbffffff]
[ 0.321684] e820: reserve RAM buffer [mem 0x22fe00000-0x22fffffff]
[ 0.321768] NetLabel: Initializing
[ 0.321769] NetLabel: domain hash size = 128
[ 0.321770] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.321779] NetLabel: unlabeled traffic allowed by default
[ 0.321829] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.321833] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.323859] clocksource: Switched to clocksource hpet
[ 0.328524] AppArmor: AppArmor Filesystem Enabled
[ 0.328579] pnp: PnP ACPI init
[ 0.328784] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.328787] system 00:00: [io 0xffff] has been reserved
[ 0.328789] system 00:00: [io 0xffff] has been reserved
[ 0.328791] system 00:00: [io 0xffff] has been reserved
[ 0.328792] system 00:00: [io 0x1c00-0x1cfe] has been reserved
[ 0.328794] system 00:00: [io 0x1d00-0x1dfe] has been reserved
[ 0.328796] system 00:00: [io 0x1e00-0x1efe] has been reserved
[ 0.328797] system 00:00: [io 0x1f00-0x1ffe] has been reserved
[ 0.328799] system 00:00: [io 0x1800-0x18fe] could not be reserved
[ 0.328801] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.328805] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.328826] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.328868] system 00:02: [io 0x1854-0x1857] has been reserved
[ 0.328871] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.328912] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.328915] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.328970] system 00:04: [io 0x04d0-0x04d1] has been reserved
[ 0.328973] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.329025] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.329027] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.329029] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.329031] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.329112] pnp 00:06: Plug and Play ACPI device, IDs TOS1150 TOS0310 PNP0f13 (active)
[ 0.329146] pnp 00:07: Plug and Play ACPI device, IDs TOS1103 PNPc030 PNP0303 (active)
[ 0.329173] system 00:08: [io 0x0240-0x0259] has been reserved
[ 0.329175] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.329574] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.329576] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.329577] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.329579] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.329582] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.329584] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.329585] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.329587] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.329589] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.329591] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.329592] system 00:09: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[ 0.329594] system 00:09: [mem 0xf7fe0000-0xf7feffff] has been reserved
[ 0.329597] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.336059] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.336062] system 00:0a: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.336064] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.336216] pnp: PnP ACPI: found 11 devices
[ 0.342289] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.342307] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.342309] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.342311] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 0.342325] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.342327] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[ 0.342328] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.342330] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[ 0.342331] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.342333] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[ 0.342338] pci 0000:00:1c.0: BAR 14: assigned [mem 0xcf200000-0xcf3fffff]
[ 0.342345] pci 0000:00:1c.0: BAR 15: assigned [mem 0xcf400000-0xcf5fffff 64bit pref]
[ 0.342347] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.342349] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.342351] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.342353] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
[ 0.342356] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.342359] pci 0000:00:1c.0: PCI bridge to [bus 02]
[ 0.342361] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.342366] pci 0000:00:1c.0: bridge window [mem 0xcf200000-0xcf3fffff]
[ 0.342369] pci 0000:00:1c.0: bridge window [mem 0xcf400000-0xcf5fffff 64bit pref]
[ 0.342375] pci 0000:00:1c.2: PCI bridge to [bus 03]
[ 0.342379] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
[ 0.342386] pci 0000:00:1c.3: PCI bridge to [bus 04]
[ 0.342389] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
[ 0.342393] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
[ 0.342401] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.342403] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.342404] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.342405] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.342406] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.342408] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.342409] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.342410] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.342411] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.342412] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.342413] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.342415] pci_bus 0000:00: resource 15 [mem 0xcf200000-0xfeafffff window]
[ 0.342416] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.342417] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[ 0.342419] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[ 0.342420] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.342421] pci_bus 0000:02: resource 1 [mem 0xcf200000-0xcf3fffff]
[ 0.342422] pci_bus 0000:02: resource 2 [mem 0xcf400000-0xcf5fffff 64bit pref]
[ 0.342424] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
[ 0.342425] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
[ 0.342426] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
[ 0.342453] NET: Registered protocol family 2
[ 0.342591] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.342702] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.342818] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.342840] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.342863] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.342909] NET: Registered protocol family 1
[ 0.342922] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.343322] pci 0000:04:00.0: set MSI_INTX_DISABLE_BUG flag
[ 0.343325] PCI: CLS 64 bytes, default 64
[ 0.343368] Trying to unpack rootfs image as initramfs...
[ 4.526465] Freeing initrd memory: 23980K (ffff88003511a000 - ffff880036885000)
[ 4.526478] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 4.526480] software IO TLB [mem 0xc4f8f000-0xc8f8f000] (64MB) mapped at [ffff8800c4f8f000-ffff8800c8f8efff]
[ 4.526546] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
[ 4.526547] hw unit of domain pp0-core 2^-14 Joules
[ 4.526548] hw unit of domain package 2^-14 Joules
[ 4.526549] hw unit of domain dram 2^-14 Joules
[ 4.526549] hw unit of domain pp1-gpu 2^-14 Joules
[ 4.526616] microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x16
[ 4.526623] microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x16
[ 4.526628] microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x16
[ 4.526634] microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x16
[ 4.526641] microcode: CPU4 sig=0x306c3, pf=0x10, revision=0x16
[ 4.526648] microcode: CPU5 sig=0x306c3, pf=0x10, revision=0x16
[ 4.526655] microcode: CPU6 sig=0x306c3, pf=0x10, revision=0x16
[ 4.526661] microcode: CPU7 sig=0x306c3, pf=0x10, revision=0x16
[ 4.526707] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
[ 4.526770] Scanning for low memory corruption every 60 seconds
[ 4.527038] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 4.527061] Initialise system trusted keyring
[ 4.527080] audit: initializing netlink subsys (disabled)
[ 4.527096] audit: type=2000 audit(1450473108.472:1): initialized
[ 4.527383] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 4.527385] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 4.528494] zpool: loaded
[ 4.528497] zbud: loaded
[ 4.528651] VFS: Disk quotas dquot_6.6.0
[ 4.528676] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 4.529042] fuse init (API version 7.23)
[ 4.529152] Key type big_key registered
[ 4.529473] Key type asymmetric registered
[ 4.529476] Asymmetric key parser 'x509' registered
[ 4.529486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 4.529525] io scheduler noop registered
[ 4.529527] io scheduler deadline registered (default)
[ 4.529549] io scheduler cfq registered
[ 4.530001] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 4.530006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 4.530032] efifb: probing for efifb
[ 4.530044] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90001000000, using 1920k, total 1920k
[ 4.530045] efifb: mode is 800x600x32, linelength=3200, pages=1
[ 4.530045] efifb: scrolling: redraw
[ 4.530047] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 4.530921] Console: switching to colour frame buffer device 100x37
[ 4.531766] fb0: EFI VGA frame buffer device
[ 4.531774] intel_idle: MWAIT substates: 0x42120
[ 4.531775] intel_idle: v0.4 model 0x3C
[ 4.531776] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 4.532085] ACPI: AC Adapter [AC0] (off-line)
[ 4.532136] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 4.539305] ACPI: Lid Switch [LID]
[ 4.539337] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 4.539340] ACPI: Power Button [SLPB]
[ 4.539367] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 4.539369] ACPI: Power Button [PWRF]
[ 4.555625] thermal LNXTHERM:00: registered as thermal_zone0
[ 4.555627] ACPI: Thermal Zone [THRM] (61 C)
[ 4.555699] GHES: HEST is not enabled!
[ 4.555781] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 4.557097] Linux agpgart interface v0.103
[ 4.558853] brd: module loaded
[ 4.559559] loop: module loaded
[ 4.559735] libphy: Fixed MDIO Bus: probed
[ 4.559736] tun: Universal TUN/TAP device driver, 1.6
[ 4.559779] PPP generic driver version 2.4.2
[ 4.559890] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.559894] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 4.559968] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 4.559973] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 4.560033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.560035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.560036] usb usb1: Product: xHCI Host Controller
[ 4.560037] usb usb1: Manufacturer: Linux 4.2.0-16-generic xhci-hcd
[ 4.560037] usb usb1: SerialNumber: 0000:00:14.0
[ 4.560131] hub 1-0:1.0: USB hub found
[ 4.560146] hub 1-0:1.0: 14 ports detected
[ 4.560247] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.560250] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560254] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS01._PLD] (Node ffff8802270ca320), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560348] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.560350] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560353] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS02._PLD] (Node ffff8802270ca3e8), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560646] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.560648] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560651] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS05._PLD] (Node ffff8802270ca640), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560740] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.560742] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560744] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS06._PLD] (Node ffff8802270ca708), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560832] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.560834] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560836] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS07._PLD] (Node ffff8802270ca7d0), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560925] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.560926] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.560929] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS08._PLD] (Node ffff8802270ca898), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561017] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.561019] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561021] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS09._PLD] (Node ffff8802270ca960), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561109] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.561111] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561113] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS10._PLD] (Node ffff8802270caa28), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561201] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.561203] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561205] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS11._PLD] (Node ffff8802270caaf0), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561292] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.561294] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561296] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS12._PLD] (Node ffff8802270cabb8), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561385] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.561387] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561389] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS13._PLD] (Node ffff8802270cac80), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561476] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.561478] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561480] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS14._PLD] (Node ffff8802270cad48), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561581] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 4.561583] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 4.561611] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 4.561612] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.561613] usb usb2: Product: xHCI Host Controller
[ 4.561614] usb usb2: Manufacturer: Linux 4.2.0-16-generic xhci-hcd
[ 4.561614] usb usb2: SerialNumber: 0000:00:14.0
[ 4.561682] hub 2-0:1.0: USB hub found
[ 4.561691] hub 2-0:1.0: 4 ports detected
[ 4.561984] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.561987] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.561989] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.SSP3._PLD] (Node ffff8802270cb078), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.562078] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
[ 4.562080] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.562083] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.SSP4._PLD] (Node ffff8802270cb140), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
[ 4.562139] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.562142] ehci-pci: EHCI PCI platform driver
[ 4.562205] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 4.562208] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 4.562216] ehci-pci 0000:00:1a.0: debug port 2
[ 4.566129] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 4.566136] ehci-pci 0000:00:1a.0: irq 21, io mem 0xf7a1c000
[ 4.575301] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 4.575324] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.575326] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.575327] usb usb3: Product: EHCI Host Controller
[ 4.575328] usb usb3: Manufacturer: Linux 4.2.0-16-generic ehci_hcd
[ 4.575329] usb usb3: SerialNumber: 0000:00:1a.0
[ 4.575426] hub 3-0:1.0: USB hub found
[ 4.575430] hub 3-0:1.0: 2 ports detected
[ 4.575598] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 4.575604] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[ 4.575613] ehci-pci 0000:00:1d.0: debug port 2
[ 4.579507] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 4.579512] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a1b000
[ 4.591312] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 4.591339] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[ 4.591340] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 4.591341] usb usb4: Product: EHCI Host Controller
[ 4.591342] usb usb4: Manufacturer: Linux 4.2.0-16-generic ehci_hcd
[ 4.591343] usb usb4: SerialNumber: 0000:00:1d.0
[ 4.591441] hub 4-0:1.0: USB hub found
[ 4.591445] hub 4-0:1.0: 2 ports detected
[ 4.591541] ehci-platform: EHCI generic platform driver
[ 4.591549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 4.591553] ohci-pci: OHCI PCI platform driver
[ 4.591561] ohci-platform: OHCI generic platform driver
[ 4.591567] uhci_hcd: USB Universal Host Controller Interface driver
[ 4.591611] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 4.597805] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.597807] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 4.597895] mousedev: PS/2 mouse device common for all mice
[ 4.598020] rtc_cmos 00:01: RTC can wake from S4
[ 4.598122] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 4.598144] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 4.598150] i2c /dev entries driver
[ 4.598195] device-mapper: uevent: version 1.0.3
[ 4.598284] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: [email protected]
[ 4.598294] Intel P-state driver initializing.
[ 4.598589] ledtrig-cpu: registered to indicate activity on CPUs
[ 4.598599] EFI Variables Facility v0.08 2004-May-17
[ 4.603733] PCCT header not found.
[ 4.603809] ACPI: Battery Slot [BAT0] (battery present)
[ 4.603913] NET: Registered protocol family 10
[ 4.604091] NET: Registered protocol family 17
[ 4.604101] Key type dns_resolver registered
[ 4.604459] Loading compiled-in X.509 certificates
[ 4.605216] Loaded X.509 cert 'Build time autogenerated kernel key: 6a1c9c21f04ab86fd1d7ced6ca113540fc8e35b6'
[ 4.605231] registered taskstats version 1
[ 4.605249] zswap: loading zswap
[ 4.605250] zswap: using zbud pool
[ 4.605254] zswap: using lzo compressor
[ 4.606710] Key type trusted registered
[ 4.610295] Key type encrypted registered
[ 4.610303] AppArmor: AppArmor sha1 policy hashing enabled
[ 4.610307] ima: No TPM chip found, activating TPM-bypass!
[ 4.610323] evm: HMAC attrs: 0x1
[ 4.610834] Magic number: 11:235:197
[ 4.610871] acpi device:52: hash matches
[ 4.610885] acpi PNP0100:00: hash matches
[ 4.610954] rtc_cmos 00:01: setting system clock to 2015-12-18 21:11:49 UTC (1450473109)
[ 4.611101] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 4.611103] EDD information not available.
[ 4.611179] PM: Hibernation image not present or could not be loaded.
[ 4.611504] Freeing unused kernel memory: 1460K (ffffffff81d37000 - ffffffff81ea4000)
[ 4.611506] Write protecting the kernel read-only data: 12288k
[ 4.611697] Freeing unused kernel memory: 36K (ffff8800027f7000 - ffff880002800000)
[ 4.611780] Freeing unused kernel memory: 296K (ffff880002bb6000 - ffff880002c00000)
[ 4.621062] random: systemd-udevd urandom read with 4 bits of entropy available
[ 4.641916] wmi: Mapper loaded
[ 4.654249] [drm] Initialized drm 1.1.0 20060810
[ 4.655381] ahci 0000:00:1f.2: version 3.0
[ 4.655642] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x30 impl SATA mode
[ 4.655646] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst
[ 4.662785] alx 0000:04:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [20:25:64:2e:b4:0d]
[ 4.664296] scsi host0: ahci
[ 4.664417] scsi host1: ahci
[ 4.664516] scsi host2: ahci
[ 4.664611] scsi host3: ahci
[ 4.664715] scsi host4: ahci
[ 4.664810] scsi host5: ahci
[ 4.664866] ata1: DUMMY
[ 4.664868] ata2: DUMMY
[ 4.664869] ata3: DUMMY
[ 4.664871] ata4: DUMMY
[ 4.674050] [drm] Memory usable by graphics device = 2048M
[ 4.674055] checking generic (d0000000 1e0000) vs hw (d0000000 10000000)
[ 4.674057] fb: switching to inteldrmfb from EFI VGA
[ 4.674086] Console: switching to colour dummy device 80x25
[ 4.674189] [drm] Replacing VGA console driver
[ 4.675530] MXM: GUID detected in BIOS
[ 4.675564] ACPI Warning: _SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
[ 4.675614] ACPI Warning: _SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
[ 4.675703] i915 0000:00:02.0: optimus capabilities: enabled, status dynamic power,
[ 4.675723] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
[ 4.675762] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
[ 4.675843] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power,
[ 4.675844] VGA switcheroo: detected Optimus DSM method _SB_.PCI0.P0P2.VGA_ handle
[ 4.675871] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
[ 4.677211] alx 0000:04:00.0 enp4s0: renamed from eth0
[ 4.680724] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 4.680726] [drm] Driver supports precise vblank timestamp query.
[ 4.680825] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 4.711849] ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
[ 4.712070] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input4
[ 4.712201] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 4.715125] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5
[ 4.715252] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
[ 4.715584] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x108120a1
[ 4.715586] nouveau [ DEVICE][0000:01:00.0] Chipset: GK208 (NV108)
[ 4.715587] nouveau [ DEVICE][0000:01:00.0] Family : NVE0
[ 4.718628] nouveau [ VBIOS][0000:01:00.0] using image from ACPI
[ 4.718690] nouveau [ VBIOS][0000:01:00.0] BIT signature found
[ 4.718692] nouveau [ VBIOS][0000:01:00.0] version 80.28.22.00.2d
[ 4.719478] nouveau [ DEVINIT][0000:01:00.0] adaptor not initialised
[ 4.719504] nouveau [ VBIOS][0000:01:00.0] running init tables
[ 4.726228] fbcon: inteldrmfb (fb0) is primary device
[ 4.782348] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled
[ 4.782430] nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x6013d4 0xffff57ff (0x1b708200)
[ 4.782436] nouveau E[ PIBUS][0000:01:00.0] GPC0: 0x4188ac 0x00000001 (0x1b70822e)
[ 4.782439] nouveau [ PFB][0000:01:00.0] RAM type: DDR3
[ 4.782440] nouveau [ PFB][0000:01:00.0] RAM size: 2048 MiB
[ 4.782441] nouveau [ PFB][0000:01:00.0] ZCOMP: 0 tags
[ 4.782491] nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x10ecc0 0xffffffff (0x1d70822c)
[ 4.783866] nouveau [ VOLT][0000:01:00.0] GPU voltage: 600000uv
[ 4.832431] nouveau [ PTHERM][0000:01:00.0] FAN control: none / external
[ 4.832439] nouveau [ PTHERM][0000:01:00.0] fan management: automatic
[ 4.832453] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes
[ 4.832489] nouveau [ CLK][0000:01:00.0] 07: core 405 MHz memory 810 MHz
[ 4.832539] nouveau [ CLK][0000:01:00.0] 0a: core 405-1058 MHz memory 1620 MHz
[ 4.832604] nouveau [ CLK][0000:01:00.0] 0f: core 405-1058 MHz memory 1800 MHz
[ 4.832665] nouveau [ CLK][0000:01:00.0] --: core 405 MHz memory 810 MHz
[ 4.871608] usb 1-2: new full-speed USB device number 2 using xhci_hcd
[ 4.887624] usb 3-1: new high-speed USB device number 2 using ehci-pci
[ 4.900258] vga_switcheroo: enabled
[ 4.900447] [TTM] Zone kernel: Available graphics memory: 4042644 kiB
[ 4.900447] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 4.900448] [TTM] Initializing pool allocator
[ 4.900452] [TTM] Initializing DMA pool allocator
[ 4.900460] nouveau [ DRM] VRAM: 2048 MiB
[ 4.900461] nouveau [ DRM] GART: 1048576 MiB
[ 4.900463] nouveau W[ DRM] Pointer to TMDS table invalid
[ 4.900464] nouveau [ DRM] DCB version 4.0
[ 4.900465] nouveau W[ DRM] Pointer to flat panel table invalid
[ 4.903592] usb 4-1: new high-speed USB device number 2 using ehci-pci
[ 4.906705] nouveau [ DRM] MM: using COPY for buffer copies
[ 4.906709] [drm] Initialized nouveau 1.2.2 20120801 for 0000:01:00.0 on minor 1
[ 4.983704] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 4.987399] ata6.00: ATAPI: TSSTcorp CDDVDW SU-208FB, TF01, max UDMA/100
[ 4.987696] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 4.989875] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 4.989877] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 4.989878] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 4.989952] ata6.00: configured for UDMA/100
[ 4.990074] ata5.00: supports DRM functions and may not be fully accessible
[ 4.990218] ata5.00: disabling queued TRIM support
[ 4.990219] ata5.00: ATA-9: Samsung SSD 850 PRO 512GB, EXM02B6Q, max UDMA/133
[ 4.990220] ata5.00: 1000215216 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 4.990725] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
[ 4.990726] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
[ 4.990727] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
[ 4.990860] ata5.00: supports DRM functions and may not be fully accessible
[ 4.990928] ata5.00: disabling queued TRIM support
[ 4.990981] ata5.00: configured for UDMA/133
[ 4.991114] scsi 4:0:0:0: Direct-Access ATA Samsung SSD 850 2B6Q PQ: 0 ANSI: 5
[ 4.991371] sd 4:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/476 GiB)
[ 4.991393] sd 4:0:0:0: Attached scsi generic sg0 type 0
[ 4.991579] sd 4:0:0:0: [sda] Write Protect is off
[ 4.991581] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 4.991640] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 4.994305] scsi 5:0:0:0: CD-ROM TSSTcorp CDDVDW SU-208FB TF01 PQ: 0 ANSI: 5
[ 5.001723] usb 1-2: New USB device found, idVendor=046d, idProduct=c526
[ 5.001725] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.001726] usb 1-2: Product: USB Receiver
[ 5.001727] usb 1-2: Manufacturer: Logitech
[ 5.005618] hidraw: raw HID events driver (C) Jiri Kosina
[ 5.008567] usbcore: registered new interface driver usbhid
[ 5.008567] usbhid: USB HID core driver
[ 5.009878] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C526.0001/input/input8
[ 5.009970] hid-generic 0003:046D:C526.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
[ 5.010779] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C526.0002/input/input9
[ 5.015997] sr 5:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 5.015998] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 5.016118] sr 5:0:0:0: Attached scsi CD-ROM sr0
[ 5.016214] sr 5:0:0:0: Attached scsi generic sg1 type 5
[ 5.020107] usb 3-1: New USB device found, idVendor=8087, idProduct=8008
[ 5.020119] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.020347] hub 3-1:1.0: USB hub found
[ 5.020437] hub 3-1:1.0: 6 ports detected
[ 5.036116] usb 4-1: New USB device found, idVendor=8087, idProduct=8000
[ 5.036117] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.036482] hub 4-1:1.0: USB hub found
[ 5.036557] hub 4-1:1.0: 8 ports detected
[ 5.064046] hid-generic 0003:046D:C526.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
[ 5.125515] sda: sda1 sda2 sda3
[ 5.126234] sd 4:0:0:0: [sda] Attached SCSI disk
[ 5.167850] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[ 5.291946] usb 3-1.2: new full-speed USB device number 3 using ehci-pci
[ 5.307192] usb 1-3: New USB device found, idVendor=0718, idProduct=0619
[ 5.307194] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.307195] usb 1-3: Product: TF10
[ 5.307196] usb 1-3: Manufacturer: TDK LoR
[ 5.307197] usb 1-3: SerialNumber: C0003A1D1F208209
[ 5.309981] usb-storage 1-3:1.0: USB Mass Storage device detected
[ 5.310200] scsi host6: usb-storage 1-3:1.0
[ 5.310262] usbcore: registered new interface driver usb-storage
[ 5.311420] usbcore: registered new interface driver uas
[ 5.385090] usb 3-1.2: New USB device found, idVendor=0930, idProduct=0220
[ 5.385092] usb 3-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 5.444007] psmouse serio1: synaptics: queried max coordinates: x [..5658], y [..4692]
[ 5.472093] usb 1-5: new high-speed USB device number 4 using xhci_hcd
[ 5.480601] psmouse serio1: synaptics: queried min coordinates: x [1408..], y [1326..]
[ 5.524119] tsc: Refined TSC clocksource calibration: 2394.455 MHz
[ 5.524122] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283c1579c6, max_idle_ns: 440795259439 ns
[ 5.551728] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800/0x0, board id: 2715, fw id: 1450925
[ 5.597362] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[ 5.602541] usb 1-5: New USB device found, idVendor=058f, idProduct=6366
[ 5.602542] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5.602555] usb 1-5: Product: Flash Card Reader/Writer
[ 5.602556] usb 1-5: Manufacturer: Generic
[ 5.602557] usb 1-5: SerialNumber: 058F63666485
[ 5.603056] usb-storage 1-5:1.0: USB Mass Storage device detected
[ 5.603322] scsi host7: usb-storage 1-5:1.0
[ 5.768308] usb 1-10: new high-speed USB device number 5 using xhci_hcd
[ 5.768383] Console: switching to colour frame buffer device 170x48
[ 5.771898] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 5.771899] i915 0000:00:02.0: registered panic notifier
[ 5.922140] usb 1-10: New USB device found, idVendor=04f2, idProduct=b3b1
[ 5.922143] usb 1-10: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 5.922161] usb 1-10: Product: TOSHIBA Web Camera - HD
[ 5.922162] usb 1-10: Manufacturer: Chicony Electronics Co.,Ltd.
[ 5.922163] usb 1-10: SerialNumber: 0x0001
[ 6.127249] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 6.132620] psmouse serio1: synaptics: queried max coordinates: x [..5658], y [..4692]
[ 6.168869] psmouse serio1: synaptics: queried min coordinates: x [1408..], y [1326..]
[ 6.240159] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800/0x0, board id: 2715, fw id: 1450925
[ 6.285896] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
[ 6.310256] scsi 6:0:0:0: Direct-Access TDK LoR TF10 PMAP PQ: 0 ANSI: 4
[ 6.310455] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 6.313352] sd 6:0:0:0: [sdb] 15245312 512-byte logical blocks: (7.80 GB/7.26 GiB)
[ 6.315253] sd 6:0:0:0: [sdb] Write Protect is off
[ 6.315267] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 6.316560] sd 6:0:0:0: [sdb] No Caching mode page found
[ 6.316563] sd 6:0:0:0: [sdb] Assuming drive cache: write through
[ 6.326998] sdb: sdb1
[ 6.333374] sd 6:0:0:0: [sdb] Attached SCSI removable disk
[ 6.524973] clocksource: Switched to clocksource tsc
[ 6.602019] scsi 7:0:0:0: Direct-Access Multiple Card Reader 1.00 PQ: 0 ANSI: 4
[ 6.602247] sd 7:0:0:0: Attached scsi generic sg3 type 0
[ 6.602989] sd 7:0:0:0: [sdc] Attached SCSI removable disk
[ 6.791074] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input12
[ 7.724952] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 7.907440] random: nonblocking pool is initialized
[ 11.016524] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
[ 11.016590] ACPI: _SB_.PCI0.P0P2.VGA_: failed to evaluate _DSM
[ 11.016592] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
[ 14.117623] systemd[1]: Failed to insert module 'kdbus': Function not implemented
[ 14.127540] systemd[1]: systemd 225 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 14.127672] systemd[1]: Detected architecture x86-64.
[ 14.127824] systemd[1]: Set hostname to <ubuntu>.
[ 14.127946] systemd[1]: Initializing machine ID from random generator.
[ 14.204395] systemd[1]: [/lib/systemd/system/casper.service:10] Failed to parse input specifier, ignoring: force-tty
[ 14.205564] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 14.205580] systemd[1]: Reached target Remote File Systems (Pre).
[ 14.205654] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 14.205662] systemd[1]: Reached target Swap.
[ 14.205667] systemd[1]: Reached target User and Group Name Lookups.
[ 14.205672] systemd[1]: Reached target Encrypted Volumes.
[ 14.205688] systemd[1]: Created slice Root Slice.
[ 14.205733] systemd[1]: Created slice User and Session Slice.
[ 14.205751] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 14.205773] systemd[1]: Listening on udev Kernel Socket.
[ 14.205816] systemd[1]: Created slice System Slice.
[ 14.205870] systemd[1]: Created slice system-getty.slice.
[ 14.206154] systemd[1]: Starting Increase datagram queue length...
[ 14.206204] systemd[1]: Listening on Journal Socket.
[ 14.206617] systemd[1]: Starting Uncomplicated firewall...
[ 14.208080] systemd[1]: Starting Load Kernel Modules...
[ 14.208647] systemd[1]: Started Read required files in advance.
[ 14.209198] systemd[1]: Started Braille Device Support.
[ 14.209703] systemd[1]: Mounting POSIX Message Queue File System...
[ 14.210393] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 14.210805] systemd[1]: Starting Setup Virtual Console...
[ 14.212093] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 14.212599] systemd[1]: Mounting Huge Pages File System...
[ 14.213690] systemd[1]: Mounting Debug File System...
[ 14.213737] systemd[1]: Listening on udev Control Socket.
[ 14.214192] systemd[1]: Starting udev Coldplug all Devices...
[ 14.214228] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 14.214257] systemd[1]: Listening on LVM2 poll daemon socket.
[ 14.214271] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 14.214868] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 14.214942] systemd[1]: Listening on Journal Audit Socket.
[ 14.214955] systemd[1]: Reached target Slices.
[ 14.214991] systemd[1]: Listening on Journal Socket (/dev/log).
[ 14.215926] systemd[1]: Started Increase datagram queue length.
[ 14.216053] systemd[1]: Listening on Syslog Socket.
[ 14.216405] systemd[1]: Starting Journal Service...
[ 14.263138] systemd[1]: Started Setup Virtual Console.
[ 14.291662] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 14.291834] systemd[1]: Mounted POSIX Message Queue File System.
[ 14.291968] systemd[1]: Mounted Huge Pages File System.
[ 14.292097] systemd[1]: Mounted Debug File System.
[ 14.292333] systemd[1]: Started Uncomplicated firewall.
[ 14.299205] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 14.338534] systemd[1]: Started udev Coldplug all Devices.
[ 14.358774] systemd[1]: Started Remount Root and Kernel File Systems.
[ 14.360739] systemd[1]: Starting Load/Save Random Seed...
[ 14.362345] systemd[1]: Starting Ensure /etc/mtab is a symlink to /proc/mounts...
[ 14.363822] systemd[1]: Started Create Static Device Nodes in /dev.
[ 14.364068] systemd[1]: Started Load/Save Random Seed.
[ 14.364322] systemd[1]: Started Ensure /etc/mtab is a symlink to /proc/mounts.
[ 14.369026] systemd[1]: Starting udev Kernel Device Manager...
[ 14.457506] systemd[1]: Started LVM2 metadata daemon.
[ 14.500844] systemd[1]: Started Journal Service.
[ 14.523865] lp: driver loaded but no devices found
[ 14.526545] ppdev: user-space parallel port driver
[ 14.564591] systemd-journald[1049]: Received request to flush runtime journal from PID 1
[ 14.706291] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
[ 14.778449] Bluetooth: Core ver 2.20
[ 14.778460] NET: Registered protocol family 31
[ 14.778461] Bluetooth: HCI device and connection manager initialized
[ 14.778463] Bluetooth: HCI socket layer initialized
[ 14.778465] Bluetooth: L2CAP socket layer initialized
[ 14.778469] Bluetooth: SCO socket layer initialized
[ 14.813963] EDAC MC: Ver: 3.0.0
[ 14.830014] mei_me 0000:00:16.0: NFC MEI VERSION: IVN 0x1 Vendor ID 0x1 Type 0x1
[ 14.837962] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 14.840107] EDAC ie31200: No ECC support
[ 14.926719] usbcore: registered new interface driver btusb
[ 14.931092] media: Linux media interface: v0.10
[ 15.006092] Linux video capture interface: v2.00
[ 15.027698] AVX2 version of gcm_enc/dec engaged.
[ 15.027700] AES CTR mode by8 optimization enabled
[ 15.089232] nfc: nfc_init: NFC Core ver 0.1
[ 15.089248] NET: Registered protocol family 39
[ 15.124609] usbcore: registered new interface driver ath3k
[ 15.180028] cfg80211: World regulatory domain updated:
[ 15.180031] cfg80211: DFS Master region: unset
[ 15.180032] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
[ 15.180034] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 15.180035] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
[ 15.180036] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
[ 15.180037] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
[ 15.180039] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
[ 15.180040] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
[ 15.180041] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
[ 15.180042] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
[ 15.258088] uvcvideo: Found UVC 1.00 device TOSHIBA Web Camera - HD (04f2:b3b1)
[ 15.259226] input: TOSHIBA Web Camera - HD as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/input/input13
[ 15.259273] usbcore: registered new interface driver uvcvideo
[ 15.259275] USB Video Class driver (1.1.1)
[ 15.272994] Probing NFC pn544
[ 15.285872] ath9k 0000:03:00.0: enabling device (0000 -> 0002)
[ 15.285985] ath: phy0: WB335 2-ANT card detected
[ 15.285987] ath: phy0: Set BT/WLAN RX diversity capability
[ 15.293283] ath: phy0: Enable LNA combining
[ 15.294467] ath: phy0: ASPM enabled: 0x42
[ 15.294469] ath: EEPROM regdomain: 0x65
[ 15.294469] ath: EEPROM indicates we should expect a direct regpair map
[ 15.294471] ath: Country alpha2 being used: 00
[ 15.294472] ath: Regpair used: 0x65
[ 15.304705] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[ 15.326094] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 15.326347] ieee80211 phy0: Atheros AR9565 Rev:0 mem=0xffffc90001600000, irq=18
[ 15.327599] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
[ 15.327810] intel_rapl: Found RAPL domain package
[ 15.327813] intel_rapl: Found RAPL domain core
[ 15.327815] intel_rapl: Found RAPL domain uncore
[ 15.327817] intel_rapl: Found RAPL domain dram
[ 15.329748] usb 3-1.2: USB disconnect, device number 3
[ 15.337664] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[ 15.337924] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 15.362366] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[ 15.362417] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[ 15.362459] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[ 15.380534] nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x6013d4 0xffff57ff (0x1c708200)
[ 15.380543] nouveau E[ PIBUS][0000:01:00.0] GPC0: 0x4188ac 0x00000001 (0x1870822e)
[ 15.389402] snd_hda_codec_idt hdaudioC1D0: autoconfig for 92HD99BXX: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
[ 15.389405] snd_hda_codec_idt hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 15.389407] snd_hda_codec_idt hdaudioC1D0: hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
[ 15.389408] snd_hda_codec_idt hdaudioC1D0: mono: mono_out=0x0
[ 15.389409] snd_hda_codec_idt hdaudioC1D0: inputs:
[ 15.389410] snd_hda_codec_idt hdaudioC1D0: Internal Mic=0x11
[ 15.389412] snd_hda_codec_idt hdaudioC1D0: Mic=0xa
[ 15.419018] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
[ 15.419874] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
[ 15.528147] usb 3-1.2: new full-speed USB device number 4 using ehci-pci
[ 15.685134] cgroup: new mount options do not match the existing superblock, will be ignored
[ 16.755758] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 16.767585] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 16.770129] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[ 16.772663] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[ 16.954904] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 20.625541] usb 3-1.2: New USB device found, idVendor=0930, idProduct=0220
[ 20.625543] usb 3-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 20.822064] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 20.822067] Bluetooth: BNEP filters: protocol multicast
[ 20.822080] Bluetooth: BNEP socket layer initialized
[ 22.862079] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
[ 22.862150] ACPI: _SB_.PCI0.P0P2.VGA_: failed to evaluate _DSM
[ 22.862154] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
[ 24.719266] Bluetooth: RFCOMM TTY layer initialized
[ 24.719274] Bluetooth: RFCOMM socket layer initialized
[ 24.719279] Bluetooth: RFCOMM ver 1.11
[ 75.857801] wlp3s0: authenticate with 02:21:91:1a:78:2a
[ 75.874872] wlp3s0: send auth to 02:21:91:1a:78:2a (try 1/3)
[ 75.879037] wlp3s0: authenticated
[ 75.880823] wlp3s0: associate with 02:21:91:1a:78:2a (try 1/3)
[ 75.883616] wlp3s0: RX AssocResp from 02:21:91:1a:78:2a (capab=0x411 status=0 aid=3)
[ 75.883688] wlp3s0: associated
[ 75.883695] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[ 143.406150] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[ 143.421883] JFS: nTxBlock = 8192, nTxLock = 65536
[ 143.439286] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[ 143.469737] QNX4 filesystem 0.2.3 registered.
[ 144.093022] raid6: using avx2x2 recovery algorithm
[ 144.099255] xor: automatically using best checksumming function:
[ 144.177995] Btrfs loaded
[ 144.601697] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 144.602825] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 144.603861] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 144.604944] FAT-fs (sda3): invalid media value (0x7d)
[ 144.604946] FAT-fs (sda3): Can't find a valid FAT filesystem
[ 144.613108] squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on sda3
[ 144.614811] XFS (sda3): Invalid superblock magic number
[ 144.617078] FAT-fs (sda3): invalid media value (0x7d)
[ 144.617081] FAT-fs (sda3): Can't find a valid FAT filesystem
[ 144.620354] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sda3.
[ 144.628739] hfsplus: unable to find HFS+ superblock
[ 144.630380] qnx4: no qnx4 filesystem (no root dir).
[ 144.631665] ufs: You didn't specify the type of your ufs filesystem
mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
>>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[ 144.631874] ufs: ufs_fill_super(): bad magic number
[ 144.634128] hfs: can't find a HFS filesystem on dev sda3
[ 145.131625] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 145.145885] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 1599.533578] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 2032.999495] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 2033.000640] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 2033.001821] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 2033.003009] FAT-fs (sda3): invalid media value (0x7d)
[ 2033.003012] FAT-fs (sda3): Can't find a valid FAT filesystem
[ 2033.006377] squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on sda3
[ 2033.007673] XFS (sda3): Invalid superblock magic number
[ 2033.010142] FAT-fs (sda3): invalid media value (0x7d)
[ 2033.010145] FAT-fs (sda3): Can't find a valid FAT filesystem
[ 2033.013278] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sda3.
[ 2033.014435] hfsplus: unable to find HFS+ superblock
[ 2033.015448] qnx4: no qnx4 filesystem (no root dir).
[ 2033.016398] ufs: You didn't specify the type of your ufs filesystem
mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
>>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[ 2033.016598] ufs: ufs_fill_super(): bad magic number
[ 2033.018825] hfs: can't find a HFS filesystem on dev sda3
[ 2033.518819] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 2303.354419] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 2303.355643] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 2303.356825] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 2303.358084] FAT-fs (sda3): invalid media value (0x7d)
[ 2303.358088] FAT-fs (sda3): Can't find a valid FAT filesystem
[ 2303.361745] squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on sda3
[ 2303.363110] XFS (sda3): Invalid superblock magic number
[ 2303.365336] FAT-fs (sda3): invalid media value (0x7d)
[ 2303.365339] FAT-fs (sda3): Can't find a valid FAT filesystem
[ 2303.368425] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sda3.
[ 2303.369601] hfsplus: unable to find HFS+ superblock
[ 2303.370641] qnx4: no qnx4 filesystem (no root dir).
[ 2303.371790] ufs: You didn't specify the type of your ufs filesystem
mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
>>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[ 2303.372000] ufs: ufs_fill_super(): bad magic number
[ 2303.374209] hfs: can't find a HFS filesystem on dev sda3
[ 2303.870278] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 2303.884220] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 2325.662963] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 2534.121264] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 2534.122363] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 2534.123518] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
[ 2534.124657] FAT-fs (sda3): invalid media value (0x7d)
[ 2534.124660] FAT-fs (sda3): Can't find a valid FAT filesystem
[ 2534.127863] squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on sda3
[ 2534.129266] XFS (sda3): Invalid superblock magic number
[ 2534.140244] FAT-fs (sda3): invalid media value (0x7d)
[ 2534.140248] FAT-fs (sda3): Can't find a valid FAT filesystem
[ 2534.143532] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sda3.
[ 2534.144698] hfsplus: unable to find HFS+ superblock
[ 2534.145726] qnx4: no qnx4 filesystem (no root dir).
[ 2534.146710] ufs: You didn't specify the type of your ufs filesystem
mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
>>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
[ 2534.146920] ufs: ufs_fill_super(): bad magic number
[ 2534.149276] hfs: can't find a HFS filesystem on dev sda3
[ 2643.864252] nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x6013d4 0xffff573f (0x1c708200)
[ 2643.864262] nouveau E[ PIBUS][0000:01:00.0] GPC0: 0x4188ac 0x00000001 (0x1970822e)
[ 2649.121965] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
[ 2649.122037] ACPI: _SB_.PCI0.P0P2.VGA_: failed to evaluate _DSM
[ 2649.122041] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
=================== cat /var/log/syslog:
Dec 18 21:12:00 ubuntu rsyslogd: [origin software="rsyslogd" swVersion="8.12.0" x-pid="1391" x-info="http://www.rsyslog.com"] start
Dec 18 21:12:00 ubuntu rsyslogd-2222: command 'KLogPermitNonKernelFacility' is currently not permitted - did you already set it via a RainerScript command (v6+ config)? [v8.12.0 try http://www.rsyslog.com/e/2222 ]
Dec 18 21:12:00 ubuntu rsyslogd: rsyslogd's groupid changed to 109
Dec 18 21:12:00 ubuntu rsyslogd: rsyslogd's userid changed to 104
Dec 18 21:12:00 ubuntu systemd[1]: Starting Flush Journal to Persistent Storage...
Dec 18 21:12:00 ubuntu systemd-modules-load[1035]: Inserted module 'lp'
Dec 18 21:12:00 ubuntu systemd-modules-load[1035]: Inserted module 'ppdev'
Dec 18 21:12:00 ubuntu systemd-modules-load[1035]: Inserted module 'parport_pc'
Dec 18 21:12:00 ubuntu systemd[1]: Started Load Kernel Modules.
Dec 18 21:12:00 ubuntu systemd[1]: Mounting FUSE Control File System...
Dec 18 21:12:00 ubuntu rsyslogd-2039: Could not open output pipe '/dev/xconsole':: Permission denied [v8.12.0 try http://www.rsyslog.com/e/2039 ]
Dec 18 21:12:00 ubuntu systemd[1]: Starting Apply Kernel Variables...
Dec 18 21:12:00 ubuntu systemd[1]: Mounted FUSE Control File System.
Dec 18 21:12:00 ubuntu systemd[1]: Started Apply Kernel Variables.
Dec 18 21:12:00 ubuntu rsyslogd-2007: action 'action 10' suspended, next retry is Fri Dec 18 21:12:30 2015 [v8.12.0 try http://www.rsyslog.com/e/2007 ]
Dec 18 21:12:00 ubuntu systemd[1]: Started Flush Journal to Persistent Storage.
Dec 18 21:12:00 ubuntu systemd[1]: Started udev Kernel Device Manager.
Dec 18 21:12:00 ubuntu systemd[1]: Starting Show Plymouth Boot Screen...
Dec 18 21:12:00 ubuntu systemd[1]: Reached target Local File Systems (Pre).
Dec 18 21:12:00 ubuntu systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Dec 18 21:12:00 ubuntu systemd[1]: Mounting /tmp...
Dec 18 21:12:00 ubuntu systemd[1]: Mounted /tmp.
Dec 18 21:12:00 ubuntu systemd[1]: Started Show Plymouth Boot Screen.
Dec 18 21:12:00 ubuntu systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Dec 18 21:12:00 ubuntu systemd[1]: Created slice system-systemdx2dbacklight.slice.
Dec 18 21:12:00 ubuntu systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Dec 18 21:12:00 ubuntu systemd[1]: Started Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Dec 18 21:12:00 ubuntu mtp-probe: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10"
Dec 18 21:12:00 ubuntu mtp-probe: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
Dec 18 21:12:00 ubuntu mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Dec 18 21:12:00 ubuntu mtp-probe: bus: 1, device: 5 was not an MTP device
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Initializing cgroup subsys cpuset
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Initializing cgroup subsys cpu
Dec 18 21:12:00 ubuntu mtp-probe: bus: 1, device: 4 was not an MTP device
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Initializing cgroup subsys cpuacct
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Linux version 4.2.0-16-generic ([email protected]) (gcc version 5.2.1 20151003 (Ubuntu 5.2.1-21ubuntu2) ) #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 (Ubuntu 4.2.0-16.19-generic 4.2.3)
Dec 18 21:12:00 ubuntu mtp-probe: bus: 1, device: 2 was not an MTP device
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Command line: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
Dec 18 21:12:00 ubuntu mtp-probe: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3"
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] KERNEL supported cpus:
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Intel GenuineIntel
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] AMD AuthenticAMD
Dec 18 21:12:00 ubuntu mtp-probe: bus: 1, device: 3 was not an MTP device
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Centaur CentaurHauls
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
Dec 18 21:12:00 ubuntu systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
Dec 18 21:12:00 ubuntu systemd[1]: Reached target Local File Systems.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
Dec 18 21:12:00 ubuntu systemd[1]: Starting LSB: AppArmor initialization...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] x86/fpu: Using 'eager' FPU context switches.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] e820: BIOS-provided physical RAM map:
Dec 18 21:12:00 ubuntu systemd[1]: Reached target Remote File Systems.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Dec 18 21:12:00 ubuntu systemd[1]: Starting Create Volatile Files and Directories...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
Dec 18 21:12:00 ubuntu systemd[1]: Starting Set console keymap...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bc82dfff] usable
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000bc82e000-0x00000000bc834fff] ACPI NVS
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000bc835000-0x00000000bcc5ffff] usable
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000bcc60000-0x00000000bcf3bfff] reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000bcf3c000-0x00000000cad26fff] usable
Dec 18 21:12:00 ubuntu systemd-tmpfiles[1174]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cad27000-0x00000000caf2ffff] reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000caf30000-0x00000000caf5afff] ACPI data
Dec 18 21:12:00 ubuntu systemd[1]: Starting Wait for all "auto" /etc/network/interfaces to be up for network-online.target...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000caf5b000-0x00000000cb5ebfff] ACPI NVS
Dec 18 21:12:00 ubuntu systemd[1]: Starting Clean up any mess left by 0dns-up...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cb5ec000-0x00000000cbf6ffff] reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cbf70000-0x00000000cbffefff] type 20
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cbfff000-0x00000000cbffffff] usable
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cf1fffff] reserved
Dec 18 21:12:00 ubuntu systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Dec 18 21:12:00 ubuntu systemd[1]: Started Create Volatile Files and Directories.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Dec 18 21:12:00 ubuntu systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022fdfffff] usable
Dec 18 21:12:00 ubuntu systemd[1]: Starting Network Time Synchronization...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] NX (Execute Disable) protection: active
Dec 18 21:12:00 ubuntu systemd[1]: Started Clean up any mess left by 0dns-up.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] efi: EFI v2.31 by American Megatrends
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] efi: ACPI 2.0=0xcaf38000 ACPI=0xcaf38000 SMBIOS=0xcbf6e498 MPS=0xcbaddc18
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] SMBIOS 2.7 present.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] DMI: TOSHIBA SATELLITE L50-A-1D6/VG10S, BIOS 1.90 09/19/2014
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
Dec 18 21:12:00 ubuntu systemd[1]: Starting Nameserver information manager...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] e820: last_pfn = 0x22fe00 max_arch_pfn = 0x400000000
Dec 18 21:12:00 ubuntu systemd[1]: Started Wait for all "auto" /etc/network/interfaces to be up for network-online.target.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] MTRR default type: uncachable
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] MTRR fixed ranges enabled:
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 00000-9FFFF write-back
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] A0000-DFFFF uncachable
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] E0000-FFFFF write-protect
Dec 18 21:12:00 ubuntu systemd[1]: Started Nameserver information manager.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] MTRR variable ranges enabled:
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 0 base 0000000000 mask 7E00000000 write-back
Dec 18 21:12:00 ubuntu systemd[1]: Created slice system-systemdx2drfkill.slice.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 1 base 0200000000 mask 7FE0000000 write-back
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 2 base 0220000000 mask 7FF0000000 write-back
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 3 base 00E0000000 mask 7FE0000000 uncachable
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 4 base 00D0000000 mask 7FF0000000 uncachable
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 5 base 00CE000000 mask 7FFE000000 uncachable
Dec 18 21:12:00 ubuntu systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill0...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 6 base 00CD000000 mask 7FFF000000 uncachable
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 7 base 022FE00000 mask 7FFFE00000 uncachable
Dec 18 21:12:00 ubuntu systemd[1]: Started Update UTMP about System Boot/Shutdown.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 8 disabled
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] 9 disabled
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] original variable MTRRs
Dec 18 21:12:00 ubuntu systemd[1]: Started Network Time Synchronization.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 0, base: 0GB, range: 8GB, type WB
Dec 18 21:12:00 ubuntu systemd[1]: Reached target System Time Synchronized.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 1, base: 8GB, range: 512MB, type WB
Dec 18 21:12:00 ubuntu loadkeys[1175]: Loading /etc/console-setup/cached.kmap.gz
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 2, base: 8704MB, range: 256MB, type WB
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 3, base: 3584MB, range: 512MB, type UC
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 4, base: 3328MB, range: 256MB, type UC
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 5, base: 3296MB, range: 32MB, type UC
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 6, base: 3280MB, range: 16MB, type UC
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 7, base: 8958MB, range: 2MB, type UC
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] total RAM covered: 8142M
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Found optimal setting for mtrr clean up
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] gran_size: 64K chunk_size: 4M num_reg: 9 lose cover RAM: 0G
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] New variable MTRRs
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 1, base: 2GB, range: 1GB, type WB
Dec 18 21:12:00 ubuntu systemd[1]: Started Set console keymap.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 2, base: 3GB, range: 128MB, type WB
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 3, base: 3200MB, range: 64MB, type WB
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 4, base: 3264MB, range: 16MB, type WB
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 5, base: 4GB, range: 4GB, type WB
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 6, base: 8GB, range: 512MB, type WB
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 7, base: 8704MB, range: 256MB, type WB
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] reg 8, base: 8958MB, range: 2MB, type UC
Dec 18 21:12:00 ubuntu systemd[1]: Started Load/Save RF Kill Switch Status of rfkill0.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] e820: last_pfn = 0xcc000 max_arch_pfn = 0x400000000
Dec 18 21:12:00 ubuntu systemd-udevd[1114]: Process '/lib/udev/hdparm' failed with exit code 5.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Scanning 1 areas for low memory corruption
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Using GB pages for direct mapping
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
Dec 18 21:12:00 ubuntu systemd[1]: Started LSB: AppArmor initialization.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BRK [0x02ff0000, 0x02ff0fff] PGTABLE
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BRK [0x02ff1000, 0x02ff1fff] PGTABLE
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BRK [0x02ff2000, 0x02ff2fff] PGTABLE
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0x22fc00000-0x22fdfffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0x22fc00000-0x22fdfffff] page 2M
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BRK [0x02ff3000, 0x02ff3fff] PGTABLE
Dec 18 21:12:00 ubuntu systemd[1]: Starting LSB: Raise network interfaces....
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0x220000000-0x22fbfffff]
Dec 18 21:12:00 ubuntu networking[1292]: * Configuring network interfaces...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0x220000000-0x22fbfffff] page 2M
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21fffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0x200000000-0x21fffffff] page 2M
Dec 18 21:12:00 ubuntu systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill2...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbc82dfff]
Dec 18 21:12:00 ubuntu systemd[1]: Started Load/Save RF Kill Switch Status of rfkill2.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
Dec 18 21:12:00 ubuntu systemd[1]: Reached target Sound Card.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
Dec 18 21:12:00 ubuntu systemd[1]: Started Tell Plymouth To Write Out Runtime Data.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
Dec 18 21:12:00 ubuntu networking[1292]: ...done.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0x80000000-0xbc7fffff] page 2M
Dec 18 21:12:00 ubuntu systemd[1]: Started LSB: Raise network interfaces..
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0xbc800000-0xbc82dfff] page 4k
Dec 18 21:12:00 ubuntu systemd[1]: Reached target System Initialization.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0xbc835000-0xbcc5ffff]
Dec 18 21:12:00 ubuntu systemd[1]: Listening on UUID daemon activation socket.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0xbc835000-0xbc9fffff] page 4k
Dec 18 21:12:00 ubuntu systemd[1]: Listening on D-Bus System Message Bus Socket.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0xbca00000-0xbcbfffff] page 2M
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0xbcc00000-0xbcc5ffff] page 4k
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BRK [0x02ff4000, 0x02ff4fff] PGTABLE
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0xbcf3c000-0xcad26fff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0xbcf3c000-0xbcffffff] page 4k
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0xbd000000-0xcabfffff] page 2M
Dec 18 21:12:00 ubuntu systemd[1]: Started Trigger resolvconf update for networkd DNS.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0xcac00000-0xcad26fff] page 4k
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] BRK [0x02ff5000, 0x02ff5fff] PGTABLE
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0xcbfff000-0xcbffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0xcbfff000-0xcbffffff] page 4k
Dec 18 21:12:00 ubuntu systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] RAMDISK: [mem 0x3511a000-0x36884fff]
Dec 18 21:12:00 ubuntu systemd[1]: Started Daily Cleanup of Temporary Directories.
Dec 18 21:12:00 ubuntu systemd[1]: Reached target Timers.
Dec 18 21:12:00 ubuntu systemd[1]: Listening on ACPID Listen Socket.
Dec 18 21:12:00 ubuntu systemd[1]: Listening on CUPS Scheduler.
Dec 18 21:12:00 ubuntu systemd[1]: Reached target Sockets.
Dec 18 21:12:00 ubuntu systemd[1]: Started CUPS Scheduler.
Dec 18 21:12:00 ubuntu systemd[1]: Reached target Paths.
Dec 18 21:12:00 ubuntu systemd[1]: Reached target Basic System.
Dec 18 21:12:00 ubuntu systemd[1]: Starting LSB: automatic crash report generation...
Dec 18 21:12:00 ubuntu systemd[1]: Starting Login Service...
Dec 18 21:12:00 ubuntu systemd[1]: Starting LSB: Record successful boot for GRUB...
Dec 18 21:12:00 ubuntu systemd[1]: Started crash report submission daemon.
Dec 18 21:12:00 ubuntu systemd[1]: Starting LSB: Set the CPU Frequency Scaling governor to "ondemand"...
Dec 18 21:12:00 ubuntu systemd[1]: Starting System Logging Service...
Dec 18 21:12:00 ubuntu systemd[1]: Starting LSB: daemon to balance interrupts for SMP systems...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: Early table checksum verification disabled
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: RSDP 0x00000000CAF38000 000024 (v02 TOSASU)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: XSDT 0x00000000CAF38090 00009C (v01 TOSASU TOSASU00 01072009 AMI 00010013)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: FACP 0x00000000CAF575A8 00010C (v05 TOSASU TOSASU00 01072009 AMI 00010013)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: DSDT 0x00000000CAF381B8 01F3EA (v02 TOSASU TOSASU00 00000190 INTL 20091112)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: FACS 0x00000000CB5E9080 000040
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: APIC 0x00000000CAF576B8 000092 (v03 TOSASU TOSASU00 01072009 AMI 00010013)
Dec 18 21:12:00 ubuntu systemd[1]: Started D-Bus System Message Bus.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: FPDT 0x00000000CAF57750 000044 (v01 TOSASU TOSASU00 01072009 AMI 00010013)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: ECDT 0x00000000CAF57798 0000C1 (v01 TOSASU TOSASU00 01072009 AMI. 00000005)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: SLIC 0x00000000CAF57860 000176 (v01 TOSASU TOSASU00 01072009 MSFT 00000001)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: MSDM 0x00000000CAF579D8 000055 (v03 TOSASU TOSASU00 06222004 MSFT 00010013)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: LPIT 0x00000000CAF57A30 00005C (v01 TOSASU TOSASU00 00000000 AMI. 00000005)
Dec 18 21:12:00 ubuntu apport[1385]: * Starting automatic crash report generation: apport
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: SSDT 0x00000000CAF57A90 000228 (v01 INTEL sensrhub 00000000 INTL 20120711)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: SSDT 0x00000000CAF57CB8 000557 (v01 PmRef Cpu0Ist 00003000 INTL 20120711)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: SSDT 0x00000000CAF58210 000AD8 (v01 PmRef CpuPm 00003000 INTL 20120711)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: MCFG 0x00000000CAF58CE8 00003C (v01 TOSASU TOSASU00 01072009 MSFT 00000097)
Dec 18 21:12:00 ubuntu irqbalance[1393]: * Starting SMP IRQ Balancer: irqbalance
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: HPET 0x00000000CAF58D28 000038 (v01 TOSASU TOSASU00 01072009 AMI. 00000005)
Dec 18 21:12:00 ubuntu apport[1385]: ...done.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: SSDT 0x00000000CAF58D60 000315 (v01 SataRe SataTabl 00001000 INTL 20120711)
Dec 18 21:12:00 ubuntu dbus[1394]: [system] AppArmor D-Bus mediation is enabled
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: SSDT 0x00000000CAF59078 0019B2 (v01 SaSsdt SaSsdt 00003000 INTL 20091112)
Dec 18 21:12:00 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.systemd1'
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: BGRT 0x00000000CAF5AA30 000038 (v00 00000000 MSFT 00000001)
Dec 18 21:12:00 ubuntu systemd[1]: Starting Thermal Daemon Service...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] No NUMA configuration found
Dec 18 21:12:00 ubuntu systemd[1]: Starting Modem Manager...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000022fdfffff]
Dec 18 21:12:00 ubuntu systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] NODE_DATA(0) allocated [mem 0x22fdf6000-0x22fdfafff]
Dec 18 21:12:00 ubuntu systemd[1]: Starting Detect the available GPUs and deal with any system changes...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] [ffffea0000000000-ffffea0008bfffff] PMD -> [ffff880227400000-ffff88022f3fffff] on node 0
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Zone ranges:
Dec 18 21:12:00 ubuntu systemd[1]: Starting LSB: Speech Dispatcher...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Normal [mem 0x0000000100000000-0x000000022fdfffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Movable zone start for each node
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Early memory node ranges
Dec 18 21:12:00 ubuntu systemd[1]: Started Cgroup management daemon.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000057fff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] node 0: [mem 0x0000000000059000-0x000000000009dfff]
Dec 18 21:12:00 ubuntu systemd[1]: Starting Restore /etc/resolv.conf if the system crashed before the ppp link was shut down....
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bc82dfff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] node 0: [mem 0x00000000bc835000-0x00000000bcc5ffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] node 0: [mem 0x00000000bcf3c000-0x00000000cad26fff]
Dec 18 21:12:00 ubuntu speech-dispatcher[1428]: * speech-dispatcher disabled; edit /etc/default/speech-dispatcher
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] node 0: [mem 0x00000000cbfff000-0x00000000cbffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] node 0: [mem 0x0000000100000000-0x000000022fdfffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000022fdfffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] On node 0 totalpages: 2074593
Dec 18 21:12:00 ubuntu systemd[1]: Started Regular background program processing daemon.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] DMA zone: 64 pages used for memmap
Dec 18 21:12:00 ubuntu irqbalance[1393]: ...done.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] DMA zone: 22 pages reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] DMA32 zone: 12906 pages used for memmap
Dec 18 21:12:00 ubuntu systemd[1]: Starting Network Manager...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] DMA32 zone: 825925 pages, LIFO batch:31
Dec 18 21:12:00 ubuntu systemd[1]: Starting Accounts Service...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Normal zone: 19448 pages used for memmap
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Normal zone: 1244672 pages, LIFO batch:31
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Reserving Intel graphics stolen memory at 0xcd200000-0xcf1fffff
Dec 18 21:12:00 ubuntu systemd[1]: Starting Permit User Sessions...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Dec 18 21:12:00 ubuntu systemd[1]: Starting Ubuntu live CD installer...
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
Dec 18 21:12:00 ubuntu systemd[1]: Started CUPS Scheduler.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec 18 21:12:00 ubuntu systemd[1]: Started LSB: automatic crash report generation.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: IRQ0 used by override.
Dec 18 21:12:00 ubuntu systemd[1]: Started LSB: Record successful boot for GRUB.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: IRQ9 used by override.
Dec 18 21:12:00 ubuntu systemd[1]: Started LSB: Set the CPU Frequency Scaling governor to "ondemand".
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
Dec 18 21:12:00 ubuntu systemd[1]: Started LSB: daemon to balance interrupts for SMP systems.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
Dec 18 21:12:00 ubuntu systemd[1]: Started LSB: Speech Dispatcher.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
Dec 18 21:12:00 ubuntu systemd[1]: Started Restore /etc/resolv.conf if the system crashed before the ppp link was shut down..
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Dec 18 21:12:00 ubuntu systemd[1]: Started Login Service.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xbc82e000-0xbc834fff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xbcc60000-0xbcf3bfff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xcad27000-0xcaf2ffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xcaf30000-0xcaf5afff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xcaf5b000-0xcb5ebfff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xcb5ec000-0xcbf6ffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xcbf70000-0xcbffefff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xcc000000-0xccffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xcd000000-0xcf1fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xcf200000-0xf7ffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] e820: [mem 0xcf200000-0xf7ffffff] available for PCI devices
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:8 nr_node_ids:1
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PERCPU: Embedded 33 pages/cpu @ffff88022fa00000 s96728 r8192 d30248 u262144
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] pcpu-alloc: s96728 r8192 d30248 u262144 alloc=1*2097152
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Dec 18 21:12:00 ubuntu systemd[1]: Started Permit User Sessions.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 2042153
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Policy zone: Normal
Dec 18 21:12:00 ubuntu systemd[1]: Started Ubuntu live CD installer.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed boot=casper quiet splash ---
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
Dec 18 21:12:00 ubuntu gpu-manager[1427]: grep: /var/log/syslog: No such file or directory
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Dec 18 21:12:00 ubuntu gpu-manager[1427]: /etc/modprobe.d is not a file
Dec 18 21:12:00 ubuntu gpu-manager[1427]: grep: /var/log/syslog: No such file or directory
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Memory: 8032928K/8298372K available (8146K kernel code, 1237K rwdata, 3800K rodata, 1460K init, 1292K bss, 265444K reserved, 0K cma-reserved)
Dec 18 21:12:00 ubuntu gpu-manager[1427]: /etc/modprobe.d is not a file
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Hierarchical RCU implementation.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Build-time adjustment of leaf fanout to 64.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] NR_IRQS:16640 nr_irqs:488 16
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Offload RCU callbacks from all CPUs
Dec 18 21:12:00 ubuntu gpu-manager[1427]: message repeated 2 times: [ /etc/modprobe.d is not a file]
Dec 18 21:12:00 ubuntu avahi-daemon[1426]: Found user 'avahi' (UID 107) and group 'avahi' (GID 114).
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Offload RCU callbacks from CPUs: 0-7.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] Console: colour dummy device 80x25
Dec 18 21:12:00 ubuntu avahi-daemon[1426]: Successfully dropped root privileges.
Dec 18 21:12:00 ubuntu avahi-daemon[1426]: avahi-daemon 0.6.31 starting up.
Dec 18 21:12:00 ubuntu cron[1433]: (CRON) INFO (pidfile fd = 3)
Dec 18 21:12:00 ubuntu systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Dec 18 21:12:00 ubuntu avahi-daemon[1426]: Successfully called chroot().
Dec 18 21:12:00 ubuntu avahi-daemon[1426]: Successfully dropped remaining capabilities.
Dec 18 21:12:00 ubuntu avahi-daemon[1426]: No service file found in /etc/avahi/services.
Dec 18 21:12:00 ubuntu systemd[1]: Started Make remote CUPS printers available locally.
Dec 18 21:12:00 ubuntu cron[1433]: (CRON) INFO (Running @reboot jobs)
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] console [tty0] enabled
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Dec 18 21:12:00 ubuntu avahi-daemon[1426]: Network interface enumeration completed.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] hpet clockevent registered
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] tsc: Fast TSC calibration using PIT
Dec 18 21:12:00 ubuntu avahi-daemon[1426]: Registering HINFO record with values 'X86_64'/'LINUX'.
Dec 18 21:12:00 ubuntu kernel: [ 0.000000] tsc: Detected 2394.187 MHz processor
Dec 18 21:12:00 ubuntu kernel: [ 0.000026] Calibrating delay loop (skipped), value calculated using timer frequency.. 4788.37 BogoMIPS (lpj=9576748)
Dec 18 21:12:00 ubuntu avahi-daemon[1426]: Server startup complete. Host name is ubuntu.local. Local service cookie is 3092789114.
Dec 18 21:12:00 ubuntu kernel: [ 0.000028] pid_max: default: 32768 minimum: 301
Dec 18 21:12:00 ubuntu kernel: [ 0.000033] ACPI: Core revision 20150619
Dec 18 21:12:00 ubuntu systemd[1]: Started System Logging Service.
Dec 18 21:12:00 ubuntu kernel: [ 0.018796] ACPI: All ACPI Tables successfully acquired
Dec 18 21:12:00 ubuntu kernel: [ 0.019352] Security Framework initialized
Dec 18 21:12:00 ubuntu gpu-manager[1427]: update-alternatives: error: no alternatives for x86_64-linux-gnu_gfxcore_conf
Dec 18 21:12:00 ubuntu kernel: [ 0.019361] AppArmor: AppArmor initialized
Dec 18 21:12:00 ubuntu kernel: [ 0.019362] Yama: becoming mindful.
Dec 18 21:12:00 ubuntu kernel: [ 0.019813] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 0.021156] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 0.021734] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 0.021742] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 0.021946] Initializing cgroup subsys blkio
Dec 18 21:12:00 ubuntu kernel: [ 0.021948] Initializing cgroup subsys memory
Dec 18 21:12:00 ubuntu kernel: [ 0.021955] Initializing cgroup subsys devices
Dec 18 21:12:00 ubuntu kernel: [ 0.021956] Initializing cgroup subsys freezer
Dec 18 21:12:00 ubuntu kernel: [ 0.021958] Initializing cgroup subsys net_cls
Dec 18 21:12:00 ubuntu kernel: [ 0.021960] Initializing cgroup subsys perf_event
Dec 18 21:12:00 ubuntu kernel: [ 0.021963] Initializing cgroup subsys net_prio
Dec 18 21:12:00 ubuntu kernel: [ 0.021964] Initializing cgroup subsys hugetlb
Dec 18 21:12:00 ubuntu kernel: [ 0.021983] CPU: Physical Processor ID: 0
Dec 18 21:12:00 ubuntu kernel: [ 0.021984] CPU: Processor Core ID: 0
Dec 18 21:12:00 ubuntu kernel: [ 0.021988] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Dec 18 21:12:00 ubuntu kernel: [ 0.021989] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
Dec 18 21:12:00 ubuntu kernel: [ 0.022842] mce: CPU supports 9 MCE banks
Dec 18 21:12:00 ubuntu kernel: [ 0.022855] CPU0: Thermal monitoring enabled (TM1)
Dec 18 21:12:00 ubuntu kernel: [ 0.022864] process: using mwait in idle threads
Dec 18 21:12:00 ubuntu kernel: [ 0.022866] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
Dec 18 21:12:00 ubuntu kernel: [ 0.022867] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
Dec 18 21:12:00 ubuntu kernel: [ 0.022967] Freeing SMP alternatives memory: 28K (ffffffff81ea4000 - ffffffff81eab000)
Dec 18 21:12:00 ubuntu kernel: [ 0.068864] ftrace: allocating 30905 entries in 121 pages
Dec 18 21:12:00 ubuntu kernel: [ 0.080501] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
Dec 18 21:12:00 ubuntu kernel: [ 0.120216] TSC deadline timer enabled
Dec 18 21:12:00 ubuntu kernel: [ 0.120220] smpboot: CPU0: Intel(R) Core(TM) i7-4700MQ CPU @ 2.40GHz (fam: 06, model: 3c, stepping: 03)
Dec 18 21:12:00 ubuntu kernel: [ 0.120241] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
Dec 18 21:12:00 ubuntu kernel: [ 0.120259] ... version: 3
Dec 18 21:12:00 ubuntu kernel: [ 0.120260] ... bit width: 48
Dec 18 21:12:00 ubuntu kernel: [ 0.120261] ... generic registers: 4
Dec 18 21:12:00 ubuntu kernel: [ 0.120262] ... value mask: 0000ffffffffffff
Dec 18 21:12:00 ubuntu kernel: [ 0.120262] ... max period: 0000ffffffffffff
Dec 18 21:12:00 ubuntu kernel: [ 0.120263] ... fixed-purpose events: 3
Dec 18 21:12:00 ubuntu kernel: [ 0.120264] ... event mask: 000000070000000f
Dec 18 21:12:00 ubuntu kernel: [ 0.120953] x86: Booting SMP configuration:
Dec 18 21:12:00 ubuntu kernel: [ 0.120954] .... node #0, CPUs: #1
Dec 18 21:12:00 ubuntu kernel: [ 0.125167] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Dec 18 21:12:00 ubuntu kernel: [ 0.125240] #2 #3 #4 #5 #6 #7
Dec 18 21:12:00 ubuntu kernel: [ 0.149918] x86: Booted up 1 node, 8 CPUs
Dec 18 21:12:00 ubuntu kernel: [ 0.149921] smpboot: Total of 8 processors activated (38306.99 BogoMIPS)
Dec 18 21:12:00 ubuntu kernel: [ 0.157289] devtmpfs: initialized
Dec 18 21:12:00 ubuntu kernel: [ 0.159239] evm: security.selinux
Dec 18 21:12:00 ubuntu kernel: [ 0.159240] evm: security.SMACK64
Dec 18 21:12:00 ubuntu kernel: [ 0.159241] evm: security.SMACK64EXEC
Dec 18 21:12:00 ubuntu kernel: [ 0.159242] evm: security.SMACK64TRANSMUTE
Dec 18 21:12:00 ubuntu kernel: [ 0.159242] evm: security.SMACK64MMAP
Dec 18 21:12:00 ubuntu kernel: [ 0.159243] evm: security.ima
Dec 18 21:12:00 ubuntu kernel: [ 0.159244] evm: security.capability
Dec 18 21:12:00 ubuntu kernel: [ 0.159288] PM: Registering ACPI NVS region [mem 0xbc82e000-0xbc834fff] (28672 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 0.159289] PM: Registering ACPI NVS region [mem 0xcaf5b000-0xcb5ebfff] (6885376 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 0.159418] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
Dec 18 21:12:00 ubuntu kernel: [ 0.159492] pinctrl core: initialized pinctrl subsystem
Dec 18 21:12:00 ubuntu kernel: [ 0.159585] RTC time: 21:11:45, date: 12/18/15
Dec 18 21:12:00 ubuntu kernel: [ 0.159681] NET: Registered protocol family 16
Dec 18 21:12:00 ubuntu kernel: [ 0.161159] cpuidle: using governor ladder
Dec 18 21:12:00 ubuntu kernel: [ 0.165163] cpuidle: using governor menu
Dec 18 21:12:00 ubuntu kernel: [ 0.165233] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Dec 18 21:12:00 ubuntu kernel: [ 0.165234] ACPI: bus type PCI registered
Dec 18 21:12:00 ubuntu kernel: [ 0.165236] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 18 21:12:00 ubuntu kernel: [ 0.165293] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Dec 18 21:12:00 ubuntu kernel: [ 0.165295] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Dec 18 21:12:00 ubuntu kernel: [ 0.165303] PCI: Using configuration type 1 for base access
Dec 18 21:12:00 ubuntu kernel: [ 0.165594] perf_event_intel: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Dec 18 21:12:00 ubuntu kernel: [ 0.169484] ACPI: Added _OSI(Module Device)
Dec 18 21:12:00 ubuntu kernel: [ 0.169485] ACPI: Added _OSI(Processor Device)
Dec 18 21:12:00 ubuntu kernel: [ 0.169486] ACPI: Added _OSI(3.0 _SCP Extensions)
Dec 18 21:12:00 ubuntu kernel: [ 0.169487] ACPI: Added _OSI(Processor Aggregator Device)
Dec 18 21:12:00 ubuntu kernel: [ 0.171876] ACPI : EC: EC description table is found, configuring boot EC
Dec 18 21:12:00 ubuntu kernel: [ 0.171885] ACPI : EC: EC started
Dec 18 21:12:00 ubuntu kernel: [ 0.174324] ACPI: Executed 1 blocks of module-level executable AML code
Dec 18 21:12:00 ubuntu kernel: [ 0.177349] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Dec 18 21:12:00 ubuntu kernel: [ 0.257849] ACPI: Dynamic OEM Table Load:
Dec 18 21:12:00 ubuntu kernel: [ 0.257855] ACPI: SSDT 0xFFFF880225FE5400 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20120711)
Dec 18 21:12:00 ubuntu kernel: [ 0.258677] ACPI: Dynamic OEM Table Load:
Dec 18 21:12:00 ubuntu kernel: [ 0.258681] ACPI: SSDT 0xFFFF880225FEA800 0005AA (v01 PmRef ApIst 00003000 INTL 20120711)
Dec 18 21:12:00 ubuntu kernel: [ 0.259469] ACPI: Dynamic OEM Table Load:
Dec 18 21:12:00 ubuntu kernel: [ 0.259472] ACPI: SSDT 0xFFFF880225FFB600 000119 (v01 PmRef ApCst 00003000 INTL 20120711)
Dec 18 21:12:00 ubuntu kernel: [ 0.261125] ACPI: Interpreter enabled
Dec 18 21:12:00 ubuntu kernel: [ 0.261132] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S1_] (20150619/hwxface-580)
Dec 18 21:12:00 ubuntu kernel: [ 0.261138] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [_S2_] (20150619/hwxface-580)
Dec 18 21:12:00 ubuntu kernel: [ 0.261157] ACPI: (supports S0 S3 S4 S5)
Dec 18 21:12:00 ubuntu kernel: [ 0.261158] ACPI: Using IOAPIC for interrupt routing
Dec 18 21:12:00 ubuntu kernel: [ 0.261180] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dec 18 21:12:00 ubuntu kernel: [ 0.287720] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
Dec 18 21:12:00 ubuntu kernel: [ 0.287725] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Dec 18 21:12:00 ubuntu kernel: [ 0.287931] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
Dec 18 21:12:00 ubuntu kernel: [ 0.288050] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Dec 18 21:12:00 ubuntu kernel: [ 0.288051] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Dec 18 21:12:00 ubuntu kernel: [ 0.288334] PCI host bridge to bus 0000:00
Dec 18 21:12:00 ubuntu kernel: [ 0.288336] pci_bus 0000:00: root bus resource [bus 00-3e]
Dec 18 21:12:00 ubuntu kernel: [ 0.288338] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288339] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288341] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288342] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288343] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288344] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288346] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288347] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288348] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288349] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288350] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288352] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.288358] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
Dec 18 21:12:00 ubuntu kernel: [ 0.288426] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
Dec 18 21:12:00 ubuntu kernel: [ 0.288453] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.288516] pci 0000:00:01.0: System wakeup disabled by ACPI
Dec 18 21:12:00 ubuntu kernel: [ 0.288550] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
Dec 18 21:12:00 ubuntu kernel: [ 0.288562] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
Dec 18 21:12:00 ubuntu kernel: [ 0.288567] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.288571] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
Dec 18 21:12:00 ubuntu kernel: [ 0.288649] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
Dec 18 21:12:00 ubuntu kernel: [ 0.288659] pci 0000:00:03.0: reg 0x10: [mem 0xf7a14000-0xf7a17fff 64bit]
Dec 18 21:12:00 ubuntu kernel: [ 0.288736] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
Dec 18 21:12:00 ubuntu kernel: [ 0.288760] pci 0000:00:14.0: reg 0x10: [mem 0xf7a00000-0xf7a0ffff 64bit]
Dec 18 21:12:00 ubuntu kernel: [ 0.288805] pci 0000:00:14.0: PME# supported from D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.288833] pci 0000:00:14.0: System wakeup disabled by ACPI
Dec 18 21:12:00 ubuntu kernel: [ 0.288865] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
Dec 18 21:12:00 ubuntu kernel: [ 0.288890] pci 0000:00:16.0: reg 0x10: [mem 0xf7a1e000-0xf7a1e00f 64bit]
Dec 18 21:12:00 ubuntu kernel: [ 0.288937] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.289000] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
Dec 18 21:12:00 ubuntu kernel: [ 0.289026] pci 0000:00:1a.0: reg 0x10: [mem 0xf7a1c000-0xf7a1c3ff]
Dec 18 21:12:00 ubuntu kernel: [ 0.289089] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.289150] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
Dec 18 21:12:00 ubuntu kernel: [ 0.289172] pci 0000:00:1b.0: reg 0x10: [mem 0xf7a10000-0xf7a13fff 64bit]
Dec 18 21:12:00 ubuntu kernel: [ 0.289214] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.289271] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
Dec 18 21:12:00 ubuntu systemd[1]: Started Detect the available GPUs and deal with any system changes.
Dec 18 21:12:00 ubuntu kernel: [ 0.289326] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.289408] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
Dec 18 21:12:00 ubuntu kernel: [ 0.289464] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.289515] pci 0000:00:1c.2: System wakeup disabled by ACPI
Dec 18 21:12:00 ubuntu kernel: [ 0.289546] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
Dec 18 21:12:00 ubuntu kernel: [ 0.289601] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.289653] pci 0000:00:1c.3: System wakeup disabled by ACPI
Dec 18 21:12:00 ubuntu kernel: [ 0.289689] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
Dec 18 21:12:00 ubuntu kernel: [ 0.289715] pci 0000:00:1d.0: reg 0x10: [mem 0xf7a1b000-0xf7a1b3ff]
Dec 18 21:12:00 ubuntu kernel: [ 0.289779] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.289838] pci 0000:00:1f.0: [8086:8c49] type 00 class 0x060100
Dec 18 21:12:00 ubuntu kernel: [ 0.289978] pci 0000:00:1f.2: [8086:8c03] type 00 class 0x010601
Dec 18 21:12:00 ubuntu kernel: [ 0.289997] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7]
Dec 18 21:12:00 ubuntu kernel: [ 0.290005] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3]
Dec 18 21:12:00 ubuntu kernel: [ 0.290012] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097]
Dec 18 21:12:00 ubuntu kernel: [ 0.290019] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083]
Dec 18 21:12:00 ubuntu kernel: [ 0.290026] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f]
Dec 18 21:12:00 ubuntu kernel: [ 0.290033] pci 0000:00:1f.2: reg 0x24: [mem 0xf7a1a000-0xf7a1a7ff]
Dec 18 21:12:00 ubuntu kernel: [ 0.290055] pci 0000:00:1f.2: PME# supported from D3hot
Dec 18 21:12:00 ubuntu kernel: [ 0.290108] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
Dec 18 21:12:00 ubuntu kernel: [ 0.290124] pci 0000:00:1f.3: reg 0x10: [mem 0xf7a19000-0xf7a190ff 64bit]
Dec 18 21:12:00 ubuntu kernel: [ 0.290143] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f]
Dec 18 21:12:00 ubuntu kernel: [ 0.290245] pci 0000:01:00.0: [10de:1292] type 00 class 0x030200
Dec 18 21:12:00 ubuntu kernel: [ 0.290271] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.290284] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.290297] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.290306] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
Dec 18 21:12:00 ubuntu kernel: [ 0.290315] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.294904] pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 18 21:12:00 ubuntu kernel: [ 0.294907] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
Dec 18 21:12:00 ubuntu kernel: [ 0.294909] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.294912] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.294973] acpiphp: Slot [1] registered
Dec 18 21:12:00 ubuntu kernel: [ 0.294978] pci 0000:00:1c.0: PCI bridge to [bus 02]
Dec 18 21:12:00 ubuntu kernel: [ 0.295054] pci 0000:03:00.0: [168c:0036] type 00 class 0x028000
Dec 18 21:12:00 ubuntu kernel: [ 0.295092] pci 0000:03:00.0: reg 0x10: [mem 0xf7900000-0xf797ffff 64bit]
Dec 18 21:12:00 ubuntu kernel: [ 0.295130] pci 0000:03:00.0: reg 0x30: [mem 0xf7980000-0xf798ffff pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.295173] pci 0000:03:00.0: supports D1 D2
Dec 18 21:12:00 ubuntu kernel: [ 0.295175] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.295199] pci 0000:03:00.0: System wakeup disabled by ACPI
Dec 18 21:12:00 ubuntu kernel: [ 0.302913] pci 0000:00:1c.2: PCI bridge to [bus 03]
Dec 18 21:12:00 ubuntu kernel: [ 0.302919] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.302993] pci 0000:04:00.0: [1969:10a1] type 00 class 0x020000
Dec 18 21:12:00 ubuntu kernel: [ 0.303042] pci 0000:04:00.0: reg 0x10: [mem 0xf7800000-0xf783ffff 64bit]
Dec 18 21:12:00 ubuntu kernel: [ 0.303055] pci 0000:04:00.0: reg 0x18: [io 0xd000-0xd07f]
Dec 18 21:12:00 ubuntu kernel: [ 0.303135] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 18 21:12:00 ubuntu kernel: [ 0.303160] pci 0000:04:00.0: System wakeup disabled by ACPI
Dec 18 21:12:00 ubuntu kernel: [ 0.310923] pci 0000:00:1c.3: PCI bridge to [bus 04]
Dec 18 21:12:00 ubuntu kernel: [ 0.310927] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
Dec 18 21:12:00 ubuntu kernel: [ 0.310931] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.319037] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12) *0, disabled.
Dec 18 21:12:00 ubuntu kernel: [ 0.319080] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 12) *0, disabled.
Dec 18 21:12:00 ubuntu kernel: [ 0.319119] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 12) *0, disabled.
Dec 18 21:12:00 ubuntu kernel: [ 0.319157] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 12) *0, disabled.
Dec 18 21:12:00 ubuntu kernel: [ 0.319196] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
Dec 18 21:12:00 ubuntu kernel: [ 0.319235] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
Dec 18 21:12:00 ubuntu kernel: [ 0.319273] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 12) *0, disabled.
Dec 18 21:12:00 ubuntu kernel: [ 0.319311] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 12) *0, disabled.
Dec 18 21:12:00 ubuntu kernel: [ 0.319593] ACPI: Enabled 5 GPEs in block 00 to 3F
Dec 18 21:12:00 ubuntu kernel: [ 0.319763] ACPI : EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
Dec 18 21:12:00 ubuntu kernel: [ 0.319843] vgaarb: setting as boot device: PCI:0000:00:02.0
Dec 18 21:12:00 ubuntu kernel: [ 0.319845] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Dec 18 21:12:00 ubuntu kernel: [ 0.319847] vgaarb: loaded
Dec 18 21:12:00 ubuntu kernel: [ 0.319848] vgaarb: bridge control possible 0000:00:02.0
Dec 18 21:12:00 ubuntu kernel: [ 0.320068] SCSI subsystem initialized
Dec 18 21:12:00 ubuntu kernel: [ 0.320100] libata version 3.00 loaded.
Dec 18 21:12:00 ubuntu kernel: [ 0.320118] ACPI: bus type USB registered
Dec 18 21:12:00 ubuntu kernel: [ 0.320133] usbcore: registered new interface driver usbfs
Dec 18 21:12:00 ubuntu kernel: [ 0.320140] usbcore: registered new interface driver hub
Dec 18 21:12:00 ubuntu kernel: [ 0.320158] usbcore: registered new device driver usb
Dec 18 21:12:00 ubuntu kernel: [ 0.320317] PCI: Using ACPI for IRQ routing
Dec 18 21:12:00 ubuntu kernel: [ 0.321633] PCI: pci_cache_line_size set to 64 bytes
Dec 18 21:12:00 ubuntu kernel: [ 0.321678] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.321679] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.321680] e820: reserve RAM buffer [mem 0xbc82e000-0xbfffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.321681] e820: reserve RAM buffer [mem 0xbcc60000-0xbfffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.321682] e820: reserve RAM buffer [mem 0xcad27000-0xcbffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.321684] e820: reserve RAM buffer [mem 0x22fe00000-0x22fffffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.321768] NetLabel: Initializing
Dec 18 21:12:00 ubuntu kernel: [ 0.321769] NetLabel: domain hash size = 128
Dec 18 21:12:00 ubuntu kernel: [ 0.321770] NetLabel: protocols = UNLABELED CIPSOv4
Dec 18 21:12:00 ubuntu kernel: [ 0.321779] NetLabel: unlabeled traffic allowed by default
Dec 18 21:12:00 ubuntu kernel: [ 0.321829] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Dec 18 21:12:00 ubuntu kernel: [ 0.321833] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Dec 18 21:12:00 ubuntu kernel: [ 0.323859] clocksource: Switched to clocksource hpet
Dec 18 21:12:00 ubuntu kernel: [ 0.328524] AppArmor: AppArmor Filesystem Enabled
Dec 18 21:12:00 ubuntu kernel: [ 0.328579] pnp: PnP ACPI init
Dec 18 21:12:00 ubuntu kernel: [ 0.328784] system 00:00: [io 0x0680-0x069f] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328787] system 00:00: [io 0xffff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328789] system 00:00: [io 0xffff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328791] system 00:00: [io 0xffff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328792] system 00:00: [io 0x1c00-0x1cfe] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328794] system 00:00: [io 0x1d00-0x1dfe] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328796] system 00:00: [io 0x1e00-0x1efe] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328797] system 00:00: [io 0x1f00-0x1ffe] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328799] system 00:00: [io 0x1800-0x18fe] could not be reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328801] system 00:00: [io 0x164e-0x164f] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328805] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.328826] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.328868] system 00:02: [io 0x1854-0x1857] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328871] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.328912] system 00:03: [io 0x04d0-0x04d1] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328915] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.328970] system 00:04: [io 0x04d0-0x04d1] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.328973] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.329025] system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329027] system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329029] system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329031] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.329112] pnp 00:06: Plug and Play ACPI device, IDs TOS1150 TOS0310 PNP0f13 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.329146] pnp 00:07: Plug and Play ACPI device, IDs TOS1103 PNPc030 PNP0303 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.329173] system 00:08: [io 0x0240-0x0259] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329175] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.329574] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329576] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329577] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329579] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329582] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329584] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329585] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329587] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329589] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329591] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329592] system 00:09: [mem 0xf7fdf000-0xf7fdffff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329594] system 00:09: [mem 0xf7fe0000-0xf7feffff] has been reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.329597] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.336059] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.336062] system 00:0a: [mem 0x000e0000-0x000fffff] could not be reserved
Dec 18 21:12:00 ubuntu kernel: [ 0.336064] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
Dec 18 21:12:00 ubuntu kernel: [ 0.336216] pnp: PnP ACPI: found 11 devices
Dec 18 21:12:00 ubuntu kernel: [ 0.342289] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dec 18 21:12:00 ubuntu kernel: [ 0.342307] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
Dec 18 21:12:00 ubuntu kernel: [ 0.342309] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
Dec 18 21:12:00 ubuntu kernel: [ 0.342311] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
Dec 18 21:12:00 ubuntu kernel: [ 0.342325] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
Dec 18 21:12:00 ubuntu kernel: [ 0.342327] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
Dec 18 21:12:00 ubuntu kernel: [ 0.342328] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
Dec 18 21:12:00 ubuntu kernel: [ 0.342330] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
Dec 18 21:12:00 ubuntu kernel: [ 0.342331] pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
Dec 18 21:12:00 ubuntu kernel: [ 0.342333] pci 0000:00:1c.0: res[13]=[io 0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
Dec 18 21:12:00 ubuntu kernel: [ 0.342338] pci 0000:00:1c.0: BAR 14: assigned [mem 0xcf200000-0xcf3fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342345] pci 0000:00:1c.0: BAR 15: assigned [mem 0xcf400000-0xcf5fffff 64bit pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.342347] pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342349] pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 18 21:12:00 ubuntu kernel: [ 0.342351] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342353] pci 0000:00:01.0: bridge window [mem 0xf6000000-0xf70fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342356] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.342359] pci 0000:00:1c.0: PCI bridge to [bus 02]
Dec 18 21:12:00 ubuntu kernel: [ 0.342361] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342366] pci 0000:00:1c.0: bridge window [mem 0xcf200000-0xcf3fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342369] pci 0000:00:1c.0: bridge window [mem 0xcf400000-0xcf5fffff 64bit pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.342375] pci 0000:00:1c.2: PCI bridge to [bus 03]
Dec 18 21:12:00 ubuntu kernel: [ 0.342379] pci 0000:00:1c.2: bridge window [mem 0xf7900000-0xf79fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342386] pci 0000:00:1c.3: PCI bridge to [bus 04]
Dec 18 21:12:00 ubuntu kernel: [ 0.342389] pci 0000:00:1c.3: bridge window [io 0xd000-0xdfff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342393] pci 0000:00:1c.3: bridge window [mem 0xf7800000-0xf78fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342401] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342403] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342404] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342405] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342406] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342408] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342409] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342410] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342411] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342412] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342413] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342415] pci_bus 0000:00: resource 15 [mem 0xcf200000-0xfeafffff window]
Dec 18 21:12:00 ubuntu kernel: [ 0.342416] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342417] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342419] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.342420] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342421] pci_bus 0000:02: resource 1 [mem 0xcf200000-0xcf3fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342422] pci_bus 0000:02: resource 2 [mem 0xcf400000-0xcf5fffff 64bit pref]
Dec 18 21:12:00 ubuntu kernel: [ 0.342424] pci_bus 0000:03: resource 1 [mem 0xf7900000-0xf79fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342425] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342426] pci_bus 0000:04: resource 1 [mem 0xf7800000-0xf78fffff]
Dec 18 21:12:00 ubuntu kernel: [ 0.342453] NET: Registered protocol family 2
Dec 18 21:12:00 ubuntu kernel: [ 0.342591] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 0.342702] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 0.342818] TCP: Hash tables configured (established 65536 bind 65536)
Dec 18 21:12:00 ubuntu kernel: [ 0.342840] UDP hash table entries: 4096 (order: 5, 131072 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 0.342863] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 0.342909] NET: Registered protocol family 1
Dec 18 21:12:00 ubuntu kernel: [ 0.342922] pci 0000:00:02.0: Video device with shadowed ROM
Dec 18 21:12:00 ubuntu kernel: [ 0.343322] pci 0000:04:00.0: set MSI_INTX_DISABLE_BUG flag
Dec 18 21:12:00 ubuntu kernel: [ 0.343325] PCI: CLS 64 bytes, default 64
Dec 18 21:12:00 ubuntu kernel: [ 0.343368] Trying to unpack rootfs image as initramfs...
Dec 18 21:12:00 ubuntu kernel: [ 4.526465] Freeing initrd memory: 23980K (ffff88003511a000 - ffff880036885000)
Dec 18 21:12:00 ubuntu kernel: [ 4.526478] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dec 18 21:12:00 ubuntu kernel: [ 4.526480] software IO TLB [mem 0xc4f8f000-0xc8f8f000] (64MB) mapped at [ffff8800c4f8f000-ffff8800c8f8efff]
Dec 18 21:12:00 ubuntu kernel: [ 4.526546] RAPL PMU detected, API unit is 2^-32 Joules, 4 fixed counters 655360 ms ovfl timer
Dec 18 21:12:00 ubuntu kernel: [ 4.526547] hw unit of domain pp0-core 2^-14 Joules
Dec 18 21:12:00 ubuntu kernel: [ 4.526548] hw unit of domain package 2^-14 Joules
Dec 18 21:12:00 ubuntu kernel: [ 4.526549] hw unit of domain dram 2^-14 Joules
Dec 18 21:12:00 ubuntu kernel: [ 4.526549] hw unit of domain pp1-gpu 2^-14 Joules
Dec 18 21:12:00 ubuntu kernel: [ 4.526616] microcode: CPU0 sig=0x306c3, pf=0x10, revision=0x16
Dec 18 21:12:00 ubuntu kernel: [ 4.526623] microcode: CPU1 sig=0x306c3, pf=0x10, revision=0x16
Dec 18 21:12:00 ubuntu kernel: [ 4.526628] microcode: CPU2 sig=0x306c3, pf=0x10, revision=0x16
Dec 18 21:12:00 ubuntu kernel: [ 4.526634] microcode: CPU3 sig=0x306c3, pf=0x10, revision=0x16
Dec 18 21:12:00 ubuntu kernel: [ 4.526641] microcode: CPU4 sig=0x306c3, pf=0x10, revision=0x16
Dec 18 21:12:00 ubuntu kernel: [ 4.526648] microcode: CPU5 sig=0x306c3, pf=0x10, revision=0x16
Dec 18 21:12:00 ubuntu kernel: [ 4.526655] microcode: CPU6 sig=0x306c3, pf=0x10, revision=0x16
Dec 18 21:12:00 ubuntu kernel: [ 4.526661] microcode: CPU7 sig=0x306c3, pf=0x10, revision=0x16
Dec 18 21:12:00 ubuntu kernel: [ 4.526707] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
Dec 18 21:12:00 ubuntu kernel: [ 4.526770] Scanning for low memory corruption every 60 seconds
Dec 18 21:12:00 ubuntu kernel: [ 4.527038] futex hash table entries: 2048 (order: 5, 131072 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 4.527061] Initialise system trusted keyring
Dec 18 21:12:00 ubuntu kernel: [ 4.527080] audit: initializing netlink subsys (disabled)
Dec 18 21:12:00 ubuntu kernel: [ 4.527096] audit: type=2000 audit(1450473108.472:1): initialized
Dec 18 21:12:00 ubuntu kernel: [ 4.527383] HugeTLB registered 1 GB page size, pre-allocated 0 pages
Dec 18 21:12:00 ubuntu kernel: [ 4.527385] HugeTLB registered 2 MB page size, pre-allocated 0 pages
Dec 18 21:12:00 ubuntu kernel: [ 4.528494] zpool: loaded
Dec 18 21:12:00 ubuntu kernel: [ 4.528497] zbud: loaded
Dec 18 21:12:00 ubuntu kernel: [ 4.528651] VFS: Disk quotas dquot_6.6.0
Dec 18 21:12:00 ubuntu kernel: [ 4.528676] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 18 21:12:00 ubuntu kernel: [ 4.529042] fuse init (API version 7.23)
Dec 18 21:12:00 ubuntu kernel: [ 4.529152] Key type big_key registered
Dec 18 21:12:00 ubuntu kernel: [ 4.529473] Key type asymmetric registered
Dec 18 21:12:00 ubuntu kernel: [ 4.529476] Asymmetric key parser 'x509' registered
Dec 18 21:12:00 ubuntu kernel: [ 4.529486] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
Dec 18 21:12:00 ubuntu kernel: [ 4.529525] io scheduler noop registered
Dec 18 21:12:00 ubuntu kernel: [ 4.529527] io scheduler deadline registered (default)
Dec 18 21:12:00 ubuntu kernel: [ 4.529549] io scheduler cfq registered
Dec 18 21:12:00 ubuntu kernel: [ 4.530001] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Dec 18 21:12:00 ubuntu kernel: [ 4.530006] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
Dec 18 21:12:00 ubuntu kernel: [ 4.530032] efifb: probing for efifb
Dec 18 21:12:00 ubuntu kernel: [ 4.530044] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90001000000, using 1920k, total 1920k
Dec 18 21:12:00 ubuntu kernel: [ 4.530045] efifb: mode is 800x600x32, linelength=3200, pages=1
Dec 18 21:12:00 ubuntu kernel: [ 4.530045] efifb: scrolling: redraw
Dec 18 21:12:00 ubuntu kernel: [ 4.530047] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Dec 18 21:12:00 ubuntu kernel: [ 4.530921] Console: switching to colour frame buffer device 100x37
Dec 18 21:12:00 ubuntu kernel: [ 4.531766] fb0: EFI VGA frame buffer device
Dec 18 21:12:00 ubuntu kernel: [ 4.531774] intel_idle: MWAIT substates: 0x42120
Dec 18 21:12:00 ubuntu kernel: [ 4.531775] intel_idle: v0.4 model 0x3C
Dec 18 21:12:00 ubuntu kernel: [ 4.531776] intel_idle: lapic_timer_reliable_states 0xffffffff
Dec 18 21:12:00 ubuntu kernel: [ 4.532085] ACPI: AC Adapter [AC0] (off-line)
Dec 18 21:12:00 ubuntu kernel: [ 4.532136] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Dec 18 21:12:00 ubuntu kernel: [ 4.539305] ACPI: Lid Switch [LID]
Dec 18 21:12:00 ubuntu kernel: [ 4.539337] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Dec 18 21:12:00 ubuntu kernel: [ 4.539340] ACPI: Power Button [SLPB]
Dec 18 21:12:00 ubuntu kernel: [ 4.539367] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Dec 18 21:12:00 ubuntu kernel: [ 4.539369] ACPI: Power Button [PWRF]
Dec 18 21:12:00 ubuntu kernel: [ 4.555625] thermal LNXTHERM:00: registered as thermal_zone0
Dec 18 21:12:00 ubuntu kernel: [ 4.555627] ACPI: Thermal Zone [THRM] (61 C)
Dec 18 21:12:00 ubuntu kernel: [ 4.555699] GHES: HEST is not enabled!
Dec 18 21:12:00 ubuntu kernel: [ 4.555781] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Dec 18 21:12:00 ubuntu kernel: [ 4.557097] Linux agpgart interface v0.103
Dec 18 21:12:00 ubuntu kernel: [ 4.558853] brd: module loaded
Dec 18 21:12:00 ubuntu kernel: [ 4.559559] loop: module loaded
Dec 18 21:12:00 ubuntu kernel: [ 4.559735] libphy: Fixed MDIO Bus: probed
Dec 18 21:12:00 ubuntu kernel: [ 4.559736] tun: Universal TUN/TAP device driver, 1.6
Dec 18 21:12:00 ubuntu kernel: [ 4.559737] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>
Dec 18 21:12:00 ubuntu kernel: [ 4.559779] PPP generic driver version 2.4.2
Dec 18 21:12:00 ubuntu kernel: [ 4.559890] xhci_hcd 0000:00:14.0: xHCI Host Controller
Dec 18 21:12:00 ubuntu kernel: [ 4.559894] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Dec 18 21:12:00 ubuntu kernel: [ 4.559968] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
Dec 18 21:12:00 ubuntu kernel: [ 4.559973] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
Dec 18 21:12:00 ubuntu kernel: [ 4.560033] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
Dec 18 21:12:00 ubuntu kernel: [ 4.560035] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 18 21:12:00 ubuntu kernel: [ 4.560036] usb usb1: Product: xHCI Host Controller
Dec 18 21:12:00 ubuntu kernel: [ 4.560037] usb usb1: Manufacturer: Linux 4.2.0-16-generic xhci-hcd
Dec 18 21:12:00 ubuntu kernel: [ 4.560037] usb usb1: SerialNumber: 0000:00:14.0
Dec 18 21:12:00 ubuntu kernel: [ 4.560131] hub 1-0:1.0: USB hub found
Dec 18 21:12:00 ubuntu kernel: [ 4.560146] hub 1-0:1.0: 14 ports detected
Dec 18 21:12:00 ubuntu kernel: [ 4.560247] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.560250] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560254] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS01._PLD] (Node ffff8802270ca320), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560348] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.560350] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560353] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS02._PLD] (Node ffff8802270ca3e8), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560646] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.560648] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560651] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS05._PLD] (Node ffff8802270ca640), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560740] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.560742] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560744] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS06._PLD] (Node ffff8802270ca708), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560832] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.560834] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560836] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS07._PLD] (Node ffff8802270ca7d0), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560925] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.560926] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.560929] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS08._PLD] (Node ffff8802270ca898), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561017] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.561019] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561021] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS09._PLD] (Node ffff8802270ca960), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561109] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.561111] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561113] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS10._PLD] (Node ffff8802270caa28), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561201] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu systemd[1]: Starting Light Display Manager...
Dec 18 21:12:00 ubuntu kernel: [ 4.561203] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561205] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS11._PLD] (Node ffff8802270caaf0), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561292] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.561294] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561296] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS12._PLD] (Node ffff8802270cabb8), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561385] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.561387] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561389] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS13._PLD] (Node ffff8802270cac80), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561476] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.561478] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561480] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.HS14._PLD] (Node ffff8802270cad48), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561581] xhci_hcd 0000:00:14.0: xHCI Host Controller
Dec 18 21:12:00 ubuntu kernel: [ 4.561583] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Dec 18 21:12:00 ubuntu kernel: [ 4.561611] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
Dec 18 21:12:00 ubuntu kernel: [ 4.561612] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 18 21:12:00 ubuntu kernel: [ 4.561613] usb usb2: Product: xHCI Host Controller
Dec 18 21:12:00 ubuntu kernel: [ 4.561614] usb usb2: Manufacturer: Linux 4.2.0-16-generic xhci-hcd
Dec 18 21:12:00 ubuntu kernel: [ 4.561614] usb usb2: SerialNumber: 0000:00:14.0
Dec 18 21:12:00 ubuntu kernel: [ 4.561682] hub 2-0:1.0: USB hub found
Dec 18 21:12:00 ubuntu kernel: [ 4.561691] hub 2-0:1.0: 4 ports detected
Dec 18 21:12:00 ubuntu kernel: [ 4.561984] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.561987] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.561989] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.SSP3._PLD] (Node ffff8802270cb078), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.562078] ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000008) is beyond end of object (length 0x1) (20150619/exoparg2-424)
Dec 18 21:12:00 ubuntu kernel: [ 4.562080] ACPI Error: Method parse/execution failed [_SB_.XPLD] (Node ffff8802270cb460), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.562083] ACPI Error: Method parse/execution failed [_SB_.PCI0.XHC_.RHUB.SSP4._PLD] (Node ffff8802270cb140), AE_AML_PACKAGE_LIMIT (20150619/psparse-536)
Dec 18 21:12:00 ubuntu kernel: [ 4.562139] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Dec 18 21:12:00 ubuntu kernel: [ 4.562142] ehci-pci: EHCI PCI platform driver
Dec 18 21:12:00 ubuntu kernel: [ 4.562205] ehci-pci 0000:00:1a.0: EHCI Host Controller
Dec 18 21:12:00 ubuntu kernel: [ 4.562208] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
Dec 18 21:12:00 ubuntu kernel: [ 4.562216] ehci-pci 0000:00:1a.0: debug port 2
Dec 18 21:12:00 ubuntu kernel: [ 4.566129] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Dec 18 21:12:00 ubuntu kernel: [ 4.566136] ehci-pci 0000:00:1a.0: irq 21, io mem 0xf7a1c000
Dec 18 21:12:00 ubuntu kernel: [ 4.575301] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Dec 18 21:12:00 ubuntu kernel: [ 4.575324] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
Dec 18 21:12:00 ubuntu kernel: [ 4.575326] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 18 21:12:00 ubuntu kernel: [ 4.575327] usb usb3: Product: EHCI Host Controller
Dec 18 21:12:00 ubuntu kernel: [ 4.575328] usb usb3: Manufacturer: Linux 4.2.0-16-generic ehci_hcd
Dec 18 21:12:00 ubuntu kernel: [ 4.575329] usb usb3: SerialNumber: 0000:00:1a.0
Dec 18 21:12:00 ubuntu kernel: [ 4.575426] hub 3-0:1.0: USB hub found
Dec 18 21:12:00 ubuntu kernel: [ 4.575430] hub 3-0:1.0: 2 ports detected
Dec 18 21:12:00 ubuntu kernel: [ 4.575598] ehci-pci 0000:00:1d.0: EHCI Host Controller
Dec 18 21:12:00 ubuntu kernel: [ 4.575604] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
Dec 18 21:12:00 ubuntu kernel: [ 4.575613] ehci-pci 0000:00:1d.0: debug port 2
Dec 18 21:12:00 ubuntu kernel: [ 4.579507] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Dec 18 21:12:00 ubuntu kernel: [ 4.579512] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7a1b000
Dec 18 21:12:00 ubuntu kernel: [ 4.591312] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Dec 18 21:12:00 ubuntu kernel: [ 4.591339] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
Dec 18 21:12:00 ubuntu kernel: [ 4.591340] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 18 21:12:00 ubuntu kernel: [ 4.591341] usb usb4: Product: EHCI Host Controller
Dec 18 21:12:00 ubuntu kernel: [ 4.591342] usb usb4: Manufacturer: Linux 4.2.0-16-generic ehci_hcd
Dec 18 21:12:00 ubuntu kernel: [ 4.591343] usb usb4: SerialNumber: 0000:00:1d.0
Dec 18 21:12:00 ubuntu kernel: [ 4.591441] hub 4-0:1.0: USB hub found
Dec 18 21:12:00 ubuntu kernel: [ 4.591445] hub 4-0:1.0: 2 ports detected
Dec 18 21:12:00 ubuntu kernel: [ 4.591541] ehci-platform: EHCI generic platform driver
Dec 18 21:12:00 ubuntu kernel: [ 4.591549] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Dec 18 21:12:00 ubuntu kernel: [ 4.591553] ohci-pci: OHCI PCI platform driver
Dec 18 21:12:00 ubuntu kernel: [ 4.591561] ohci-platform: OHCI generic platform driver
Dec 18 21:12:00 ubuntu kernel: [ 4.591567] uhci_hcd: USB Universal Host Controller Interface driver
Dec 18 21:12:00 ubuntu kernel: [ 4.591611] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Dec 18 21:12:00 ubuntu kernel: [ 4.597805] serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 18 21:12:00 ubuntu kernel: [ 4.597807] serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 18 21:12:00 ubuntu kernel: [ 4.597895] mousedev: PS/2 mouse device common for all mice
Dec 18 21:12:00 ubuntu kernel: [ 4.598020] rtc_cmos 00:01: RTC can wake from S4
Dec 18 21:12:00 ubuntu kernel: [ 4.598122] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
Dec 18 21:12:00 ubuntu kernel: [ 4.598144] rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Dec 18 21:12:00 ubuntu kernel: [ 4.598150] i2c /dev entries driver
Dec 18 21:12:00 ubuntu kernel: [ 4.598195] device-mapper: uevent: version 1.0.3
Dec 18 21:12:00 ubuntu kernel: [ 4.598284] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: [email protected]
Dec 18 21:12:00 ubuntu kernel: [ 4.598294] Intel P-state driver initializing.
Dec 18 21:12:00 ubuntu kernel: [ 4.598589] ledtrig-cpu: registered to indicate activity on CPUs
Dec 18 21:12:00 ubuntu kernel: [ 4.598599] EFI Variables Facility v0.08 2004-May-17
Dec 18 21:12:00 ubuntu kernel: [ 4.603733] PCCT header not found.
Dec 18 21:12:00 ubuntu kernel: [ 4.603809] ACPI: Battery Slot [BAT0] (battery present)
Dec 18 21:12:00 ubuntu kernel: [ 4.603913] NET: Registered protocol family 10
Dec 18 21:12:00 ubuntu kernel: [ 4.604091] NET: Registered protocol family 17
Dec 18 21:12:00 ubuntu kernel: [ 4.604101] Key type dns_resolver registered
Dec 18 21:12:00 ubuntu kernel: [ 4.604459] Loading compiled-in X.509 certificates
Dec 18 21:12:00 ubuntu kernel: [ 4.605216] Loaded X.509 cert 'Build time autogenerated kernel key: 6a1c9c21f04ab86fd1d7ced6ca113540fc8e35b6'
Dec 18 21:12:00 ubuntu kernel: [ 4.605231] registered taskstats version 1
Dec 18 21:12:00 ubuntu kernel: [ 4.605249] zswap: loading zswap
Dec 18 21:12:00 ubuntu kernel: [ 4.605250] zswap: using zbud pool
Dec 18 21:12:00 ubuntu kernel: [ 4.605254] zswap: using lzo compressor
Dec 18 21:12:00 ubuntu kernel: [ 4.606710] Key type trusted registered
Dec 18 21:12:00 ubuntu kernel: [ 4.610295] Key type encrypted registered
Dec 18 21:12:00 ubuntu kernel: [ 4.610303] AppArmor: AppArmor sha1 policy hashing enabled
Dec 18 21:12:00 ubuntu kernel: [ 4.610307] ima: No TPM chip found, activating TPM-bypass!
Dec 18 21:12:00 ubuntu kernel: [ 4.610323] evm: HMAC attrs: 0x1
Dec 18 21:12:00 ubuntu kernel: [ 4.610834] Magic number: 11:235:197
Dec 18 21:12:00 ubuntu kernel: [ 4.610871] acpi device:52: hash matches
Dec 18 21:12:00 ubuntu kernel: [ 4.610885] acpi PNP0100:00: hash matches
Dec 18 21:12:00 ubuntu kernel: [ 4.610954] rtc_cmos 00:01: setting system clock to 2015-12-18 21:11:49 UTC (1450473109)
Dec 18 21:12:00 ubuntu kernel: [ 4.611101] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
Dec 18 21:12:00 ubuntu kernel: [ 4.611103] EDD information not available.
Dec 18 21:12:00 ubuntu kernel: [ 4.611179] PM: Hibernation image not present or could not be loaded.
Dec 18 21:12:00 ubuntu kernel: [ 4.611504] Freeing unused kernel memory: 1460K (ffffffff81d37000 - ffffffff81ea4000)
Dec 18 21:12:00 ubuntu kernel: [ 4.611506] Write protecting the kernel read-only data: 12288k
Dec 18 21:12:00 ubuntu kernel: [ 4.611697] Freeing unused kernel memory: 36K (ffff8800027f7000 - ffff880002800000)
Dec 18 21:12:00 ubuntu kernel: [ 4.611780] Freeing unused kernel memory: 296K (ffff880002bb6000 - ffff880002c00000)
Dec 18 21:12:00 ubuntu kernel: [ 4.621062] random: systemd-udevd urandom read with 4 bits of entropy available
Dec 18 21:12:00 ubuntu kernel: [ 4.641916] wmi: Mapper loaded
Dec 18 21:12:00 ubuntu kernel: [ 4.654249] [drm] Initialized drm 1.1.0 20060810
Dec 18 21:12:00 ubuntu kernel: [ 4.655381] ahci 0000:00:1f.2: version 3.0
Dec 18 21:12:00 ubuntu kernel: [ 4.655642] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x30 impl SATA mode
Dec 18 21:12:00 ubuntu kernel: [ 4.655646] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst
Dec 18 21:12:00 ubuntu kernel: [ 4.662785] alx 0000:04:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [20:25:64:2e:b4:0d]
Dec 18 21:12:00 ubuntu kernel: [ 4.664296] scsi host0: ahci
Dec 18 21:12:00 ubuntu kernel: [ 4.664417] scsi host1: ahci
Dec 18 21:12:00 ubuntu kernel: [ 4.664516] scsi host2: ahci
Dec 18 21:12:00 ubuntu kernel: [ 4.664611] scsi host3: ahci
Dec 18 21:12:00 ubuntu kernel: [ 4.664715] scsi host4: ahci
Dec 18 21:12:00 ubuntu kernel: [ 4.664810] scsi host5: ahci
Dec 18 21:12:00 ubuntu kernel: [ 4.664866] ata1: DUMMY
Dec 18 21:12:00 ubuntu kernel: [ 4.664868] ata2: DUMMY
Dec 18 21:12:00 ubuntu kernel: [ 4.664869] ata3: DUMMY
Dec 18 21:12:00 ubuntu kernel: [ 4.664871] ata4: DUMMY
Dec 18 21:12:00 ubuntu kernel: [ 4.664874] ata5: SATA max UDMA/133 abar [email protected] port 0xf7a1a300 irq 26
Dec 18 21:12:00 ubuntu kernel: [ 4.664878] ata6: SATA max UDMA/133 abar [email protected] port 0xf7a1a380 irq 26
Dec 18 21:12:00 ubuntu kernel: [ 4.674050] [drm] Memory usable by graphics device = 2048M
Dec 18 21:12:00 ubuntu kernel: [ 4.674055] checking generic (d0000000 1e0000) vs hw (d0000000 10000000)
Dec 18 21:12:00 ubuntu kernel: [ 4.674057] fb: switching to inteldrmfb from EFI VGA
Dec 18 21:12:00 ubuntu kernel: [ 4.674086] Console: switching to colour dummy device 80x25
Dec 18 21:12:00 ubuntu kernel: [ 4.674189] [drm] Replacing VGA console driver
Dec 18 21:12:00 ubuntu kernel: [ 4.675530] MXM: GUID detected in BIOS
Dec 18 21:12:00 ubuntu kernel: [ 4.675564] ACPI Warning: _SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
Dec 18 21:12:00 ubuntu kernel: [ 4.675614] ACPI Warning: _SB_.PCI0.GFX0._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
Dec 18 21:12:00 ubuntu kernel: [ 4.675703] i915 0000:00:02.0: optimus capabilities: enabled, status dynamic power,
Dec 18 21:12:00 ubuntu kernel: [ 4.675723] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
Dec 18 21:12:00 ubuntu kernel: [ 4.675762] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
Dec 18 21:12:00 ubuntu kernel: [ 4.675843] pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power,
Dec 18 21:12:00 ubuntu kernel: [ 4.675844] VGA switcheroo: detected Optimus DSM method _SB_.PCI0.P0P2.VGA_ handle
Dec 18 21:12:00 ubuntu kernel: [ 4.675871] nouveau 0000:01:00.0: enabling device (0006 -> 0007)
Dec 18 21:12:00 ubuntu kernel: [ 4.677211] alx 0000:04:00.0 enp4s0: renamed from eth0
Dec 18 21:12:00 ubuntu kernel: [ 4.680724] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
Dec 18 21:12:00 ubuntu kernel: [ 4.680726] [drm] Driver supports precise vblank timestamp query.
Dec 18 21:12:00 ubuntu kernel: [ 4.680825] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
Dec 18 21:12:00 ubuntu kernel: [ 4.711849] ACPI: Video Device [VGA] (multi-head: yes rom: yes post: no)
Dec 18 21:12:00 ubuntu kernel: [ 4.712070] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0d/LNXVIDEO:00/input/input4
Dec 18 21:12:00 ubuntu kernel: [ 4.712201] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
Dec 18 21:12:00 ubuntu kernel: [ 4.715125] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input5
Dec 18 21:12:00 ubuntu kernel: [ 4.715252] [drm] Initialized i915 1.6.0 20150522 for 0000:00:02.0 on minor 0
Dec 18 21:12:00 ubuntu kernel: [ 4.715584] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x108120a1
Dec 18 21:12:00 ubuntu kernel: [ 4.715586] nouveau [ DEVICE][0000:01:00.0] Chipset: GK208 (NV108)
Dec 18 21:12:00 ubuntu kernel: [ 4.715587] nouveau [ DEVICE][0000:01:00.0] Family : NVE0
Dec 18 21:12:00 ubuntu kernel: [ 4.718628] nouveau [ VBIOS][0000:01:00.0] using image from ACPI
Dec 18 21:12:00 ubuntu kernel: [ 4.718690] nouveau [ VBIOS][0000:01:00.0] BIT signature found
Dec 18 21:12:00 ubuntu kernel: [ 4.718692] nouveau [ VBIOS][0000:01:00.0] version 80.28.22.00.2d
Dec 18 21:12:00 ubuntu kernel: [ 4.719478] nouveau [ DEVINIT][0000:01:00.0] adaptor not initialised
Dec 18 21:12:00 ubuntu kernel: [ 4.719504] nouveau [ VBIOS][0000:01:00.0] running init tables
Dec 18 21:12:00 ubuntu kernel: [ 4.726228] fbcon: inteldrmfb (fb0) is primary device
Dec 18 21:12:00 ubuntu kernel: [ 4.782348] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled
Dec 18 21:12:00 ubuntu kernel: [ 4.782430] nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x6013d4 0xffff57ff (0x1b708200)
Dec 18 21:12:00 ubuntu kernel: [ 4.782436] nouveau E[ PIBUS][0000:01:00.0] GPC0: 0x4188ac 0x00000001 (0x1b70822e)
Dec 18 21:12:00 ubuntu kernel: [ 4.782439] nouveau [ PFB][0000:01:00.0] RAM type: DDR3
Dec 18 21:12:00 ubuntu kernel: [ 4.782440] nouveau [ PFB][0000:01:00.0] RAM size: 2048 MiB
Dec 18 21:12:00 ubuntu kernel: [ 4.782441] nouveau [ PFB][0000:01:00.0] ZCOMP: 0 tags
Dec 18 21:12:00 ubuntu kernel: [ 4.782491] nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x10ecc0 0xffffffff (0x1d70822c)
Dec 18 21:12:00 ubuntu kernel: [ 4.783866] nouveau [ VOLT][0000:01:00.0] GPU voltage: 600000uv
Dec 18 21:12:00 ubuntu kernel: [ 4.832431] nouveau [ PTHERM][0000:01:00.0] FAN control: none / external
Dec 18 21:12:00 ubuntu kernel: [ 4.832439] nouveau [ PTHERM][0000:01:00.0] fan management: automatic
Dec 18 21:12:00 ubuntu kernel: [ 4.832453] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes
Dec 18 21:12:00 ubuntu kernel: [ 4.832489] nouveau [ CLK][0000:01:00.0] 07: core 405 MHz memory 810 MHz
Dec 18 21:12:00 ubuntu kernel: [ 4.832539] nouveau [ CLK][0000:01:00.0] 0a: core 405-1058 MHz memory 1620 MHz
Dec 18 21:12:00 ubuntu kernel: [ 4.832604] nouveau [ CLK][0000:01:00.0] 0f: core 405-1058 MHz memory 1800 MHz
Dec 18 21:12:00 ubuntu kernel: [ 4.832665] nouveau [ CLK][0000:01:00.0] --: core 405 MHz memory 810 MHz
Dec 18 21:12:00 ubuntu kernel: [ 4.871608] usb 1-2: new full-speed USB device number 2 using xhci_hcd
Dec 18 21:12:00 ubuntu kernel: [ 4.887624] usb 3-1: new high-speed USB device number 2 using ehci-pci
Dec 18 21:12:00 ubuntu kernel: [ 4.900258] vga_switcheroo: enabled
Dec 18 21:12:00 ubuntu kernel: [ 4.900447] [TTM] Zone kernel: Available graphics memory: 4042644 kiB
Dec 18 21:12:00 ubuntu kernel: [ 4.900447] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
Dec 18 21:12:00 ubuntu kernel: [ 4.900448] [TTM] Initializing pool allocator
Dec 18 21:12:00 ubuntu kernel: [ 4.900452] [TTM] Initializing DMA pool allocator
Dec 18 21:12:00 ubuntu kernel: [ 4.900460] nouveau [ DRM] VRAM: 2048 MiB
Dec 18 21:12:00 ubuntu kernel: [ 4.900461] nouveau [ DRM] GART: 1048576 MiB
Dec 18 21:12:00 ubuntu kernel: [ 4.900463] nouveau W[ DRM] Pointer to TMDS table invalid
Dec 18 21:12:00 ubuntu kernel: [ 4.900464] nouveau [ DRM] DCB version 4.0
Dec 18 21:12:00 ubuntu kernel: [ 4.900465] nouveau W[ DRM] Pointer to flat panel table invalid
Dec 18 21:12:00 ubuntu kernel: [ 4.903592] usb 4-1: new high-speed USB device number 2 using ehci-pci
Dec 18 21:12:00 ubuntu kernel: [ 4.906705] nouveau [ DRM] MM: using COPY for buffer copies
Dec 18 21:12:00 ubuntu kernel: [ 4.906709] [drm] Initialized nouveau 1.2.2 20120801 for 0000:01:00.0 on minor 1
Dec 18 21:12:00 ubuntu kernel: [ 4.983704] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Dec 18 21:12:00 ubuntu kernel: [ 4.987399] ata6.00: ATAPI: TSSTcorp CDDVDW SU-208FB, TF01, max UDMA/100
Dec 18 21:12:00 ubuntu kernel: [ 4.987696] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Dec 18 21:12:00 ubuntu kernel: [ 4.989875] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Dec 18 21:12:00 ubuntu kernel: [ 4.989877] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Dec 18 21:12:00 ubuntu kernel: [ 4.989878] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Dec 18 21:12:00 ubuntu kernel: [ 4.989952] ata6.00: configured for UDMA/100
Dec 18 21:12:00 ubuntu kernel: [ 4.990074] ata5.00: supports DRM functions and may not be fully accessible
Dec 18 21:12:00 ubuntu kernel: [ 4.990218] ata5.00: disabling queued TRIM support
Dec 18 21:12:00 ubuntu kernel: [ 4.990219] ata5.00: ATA-9: Samsung SSD 850 PRO 512GB, EXM02B6Q, max UDMA/133
Dec 18 21:12:00 ubuntu kernel: [ 4.990220] ata5.00: 1000215216 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
Dec 18 21:12:00 ubuntu kernel: [ 4.990725] ata5.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
Dec 18 21:12:00 ubuntu kernel: [ 4.990726] ata5.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
Dec 18 21:12:00 ubuntu kernel: [ 4.990727] ata5.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
Dec 18 21:12:00 ubuntu kernel: [ 4.990860] ata5.00: supports DRM functions and may not be fully accessible
Dec 18 21:12:00 ubuntu kernel: [ 4.990928] ata5.00: disabling queued TRIM support
Dec 18 21:12:00 ubuntu kernel: [ 4.990981] ata5.00: configured for UDMA/133
Dec 18 21:12:00 ubuntu kernel: [ 4.991114] scsi 4:0:0:0: Direct-Access ATA Samsung SSD 850 2B6Q PQ: 0 ANSI: 5
Dec 18 21:12:00 ubuntu kernel: [ 4.991371] sd 4:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/476 GiB)
Dec 18 21:12:00 ubuntu kernel: [ 4.991393] sd 4:0:0:0: Attached scsi generic sg0 type 0
Dec 18 21:12:00 ubuntu kernel: [ 4.991579] sd 4:0:0:0: [sda] Write Protect is off
Dec 18 21:12:00 ubuntu kernel: [ 4.991581] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
Dec 18 21:12:00 ubuntu kernel: [ 4.991640] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Dec 18 21:12:00 ubuntu kernel: [ 4.994305] scsi 5:0:0:0: CD-ROM TSSTcorp CDDVDW SU-208FB TF01 PQ: 0 ANSI: 5
Dec 18 21:12:00 ubuntu kernel: [ 5.001723] usb 1-2: New USB device found, idVendor=046d, idProduct=c526
Dec 18 21:12:00 ubuntu kernel: [ 5.001725] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 18 21:12:00 ubuntu kernel: [ 5.001726] usb 1-2: Product: USB Receiver
Dec 18 21:12:00 ubuntu kernel: [ 5.001727] usb 1-2: Manufacturer: Logitech
Dec 18 21:12:00 ubuntu kernel: [ 5.005618] hidraw: raw HID events driver (C) Jiri Kosina
Dec 18 21:12:00 ubuntu kernel: [ 5.008567] usbcore: registered new interface driver usbhid
Dec 18 21:12:00 ubuntu kernel: [ 5.008567] usbhid: USB HID core driver
Dec 18 21:12:00 ubuntu kernel: [ 5.009878] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C526.0001/input/input8
Dec 18 21:12:00 ubuntu kernel: [ 5.009970] hid-generic 0003:046D:C526.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
Dec 18 21:12:00 ubuntu kernel: [ 5.010779] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C526.0002/input/input9
Dec 18 21:12:00 ubuntu kernel: [ 5.015997] sr 5:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
Dec 18 21:12:00 ubuntu kernel: [ 5.015998] cdrom: Uniform CD-ROM driver Revision: 3.20
Dec 18 21:12:00 ubuntu kernel: [ 5.016118] sr 5:0:0:0: Attached scsi CD-ROM sr0
Dec 18 21:12:00 ubuntu kernel: [ 5.016214] sr 5:0:0:0: Attached scsi generic sg1 type 5
Dec 18 21:12:00 ubuntu kernel: [ 5.020107] usb 3-1: New USB device found, idVendor=8087, idProduct=8008
Dec 18 21:12:00 ubuntu kernel: [ 5.020119] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 18 21:12:00 ubuntu kernel: [ 5.020347] hub 3-1:1.0: USB hub found
Dec 18 21:12:00 ubuntu kernel: [ 5.020437] hub 3-1:1.0: 6 ports detected
Dec 18 21:12:00 ubuntu kernel: [ 5.036116] usb 4-1: New USB device found, idVendor=8087, idProduct=8000
Dec 18 21:12:00 ubuntu kernel: [ 5.036117] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 18 21:12:00 ubuntu kernel: [ 5.036482] hub 4-1:1.0: USB hub found
Dec 18 21:12:00 ubuntu kernel: [ 5.036557] hub 4-1:1.0: 8 ports detected
Dec 18 21:12:00 ubuntu kernel: [ 5.064046] hid-generic 0003:046D:C526.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
Dec 18 21:12:00 ubuntu kernel: [ 5.125515] sda: sda1 sda2 sda3
Dec 18 21:12:00 ubuntu kernel: [ 5.126234] sd 4:0:0:0: [sda] Attached SCSI disk
Dec 18 21:12:00 ubuntu kernel: [ 5.167850] usb 1-3: new high-speed USB device number 3 using xhci_hcd
Dec 18 21:12:00 ubuntu kernel: [ 5.291946] usb 3-1.2: new full-speed USB device number 3 using ehci-pci
Dec 18 21:12:00 ubuntu kernel: [ 5.307192] usb 1-3: New USB device found, idVendor=0718, idProduct=0619
Dec 18 21:12:00 ubuntu kernel: [ 5.307194] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 18 21:12:00 ubuntu kernel: [ 5.307195] usb 1-3: Product: TF10
Dec 18 21:12:00 ubuntu kernel: [ 5.307196] usb 1-3: Manufacturer: TDK LoR
Dec 18 21:12:00 ubuntu kernel: [ 5.307197] usb 1-3: SerialNumber: C0003A1D1F208209
Dec 18 21:12:00 ubuntu kernel: [ 5.309981] usb-storage 1-3:1.0: USB Mass Storage device detected
Dec 18 21:12:00 ubuntu kernel: [ 5.310200] scsi host6: usb-storage 1-3:1.0
Dec 18 21:12:00 ubuntu kernel: [ 5.310262] usbcore: registered new interface driver usb-storage
Dec 18 21:12:00 ubuntu kernel: [ 5.311420] usbcore: registered new interface driver uas
Dec 18 21:12:00 ubuntu kernel: [ 5.385090] usb 3-1.2: New USB device found, idVendor=0930, idProduct=0220
Dec 18 21:12:00 ubuntu kernel: [ 5.385092] usb 3-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 18 21:12:00 ubuntu kernel: [ 5.444007] psmouse serio1: synaptics: queried max coordinates: x [..5658], y [..4692]
Dec 18 21:12:00 ubuntu kernel: [ 5.472093] usb 1-5: new high-speed USB device number 4 using xhci_hcd
Dec 18 21:12:00 ubuntu kernel: [ 5.480601] psmouse serio1: synaptics: queried min coordinates: x [1408..], y [1326..]
Dec 18 21:12:00 ubuntu kernel: [ 5.524119] tsc: Refined TSC clocksource calibration: 2394.455 MHz
Dec 18 21:12:00 ubuntu kernel: [ 5.524122] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283c1579c6, max_idle_ns: 440795259439 ns
Dec 18 21:12:00 ubuntu kernel: [ 5.551728] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800/0x0, board id: 2715, fw id: 1450925
Dec 18 21:12:00 ubuntu kernel: [ 5.597362] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
Dec 18 21:12:00 ubuntu kernel: [ 5.602541] usb 1-5: New USB device found, idVendor=058f, idProduct=6366
Dec 18 21:12:00 ubuntu kernel: [ 5.602542] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 18 21:12:00 ubuntu kernel: [ 5.602555] usb 1-5: Product: Flash Card Reader/Writer
Dec 18 21:12:00 ubuntu kernel: [ 5.602556] usb 1-5: Manufacturer: Generic
Dec 18 21:12:00 ubuntu kernel: [ 5.602557] usb 1-5: SerialNumber: 058F63666485
Dec 18 21:12:00 ubuntu kernel: [ 5.603056] usb-storage 1-5:1.0: USB Mass Storage device detected
Dec 18 21:12:00 ubuntu kernel: [ 5.603322] scsi host7: usb-storage 1-5:1.0
Dec 18 21:12:00 ubuntu kernel: [ 5.768308] usb 1-10: new high-speed USB device number 5 using xhci_hcd
Dec 18 21:12:00 ubuntu kernel: [ 5.768383] Console: switching to colour frame buffer device 170x48
Dec 18 21:12:00 ubuntu kernel: [ 5.771898] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
Dec 18 21:12:00 ubuntu kernel: [ 5.771899] i915 0000:00:02.0: registered panic notifier
Dec 18 21:12:00 ubuntu kernel: [ 5.922140] usb 1-10: New USB device found, idVendor=04f2, idProduct=b3b1
Dec 18 21:12:00 ubuntu kernel: [ 5.922143] usb 1-10: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 18 21:12:00 ubuntu kernel: [ 5.922161] usb 1-10: Product: TOSHIBA Web Camera - HD
Dec 18 21:12:00 ubuntu kernel: [ 5.922162] usb 1-10: Manufacturer: Chicony Electronics Co.,Ltd.
Dec 18 21:12:00 ubuntu kernel: [ 5.922163] usb 1-10: SerialNumber: 0x0001
Dec 18 21:12:00 ubuntu kernel: [ 6.127249] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Dec 18 21:12:00 ubuntu kernel: [ 6.132620] psmouse serio1: synaptics: queried max coordinates: x [..5658], y [..4692]
Dec 18 21:12:00 ubuntu kernel: [ 6.168869] psmouse serio1: synaptics: queried min coordinates: x [1408..], y [1326..]
Dec 18 21:12:00 ubuntu kernel: [ 6.240159] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800/0x0, board id: 2715, fw id: 1450925
Dec 18 21:12:00 ubuntu kernel: [ 6.285896] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input11
Dec 18 21:12:00 ubuntu kernel: [ 6.310256] scsi 6:0:0:0: Direct-Access TDK LoR TF10 PMAP PQ: 0 ANSI: 4
Dec 18 21:12:00 ubuntu kernel: [ 6.310455] sd 6:0:0:0: Attached scsi generic sg2 type 0
Dec 18 21:12:00 ubuntu kernel: [ 6.313352] sd 6:0:0:0: [sdb] 15245312 512-byte logical blocks: (7.80 GB/7.26 GiB)
Dec 18 21:12:00 ubuntu kernel: [ 6.315253] sd 6:0:0:0: [sdb] Write Protect is off
Dec 18 21:12:00 ubuntu kernel: [ 6.315267] sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
Dec 18 21:12:00 ubuntu kernel: [ 6.316560] sd 6:0:0:0: [sdb] No Caching mode page found
Dec 18 21:12:00 ubuntu kernel: [ 6.316563] sd 6:0:0:0: [sdb] Assuming drive cache: write through
Dec 18 21:12:00 ubuntu kernel: [ 6.326998] sdb: sdb1
Dec 18 21:12:00 ubuntu kernel: [ 6.333374] sd 6:0:0:0: [sdb] Attached SCSI removable disk
Dec 18 21:12:00 ubuntu kernel: [ 6.524973] clocksource: Switched to clocksource tsc
Dec 18 21:12:00 ubuntu kernel: [ 6.602019] scsi 7:0:0:0: Direct-Access Multiple Card Reader 1.00 PQ: 0 ANSI: 4
Dec 18 21:12:00 ubuntu kernel: [ 6.602247] sd 7:0:0:0: Attached scsi generic sg3 type 0
Dec 18 21:12:00 ubuntu kernel: [ 6.602989] sd 7:0:0:0: [sdc] Attached SCSI removable disk
Dec 18 21:12:00 ubuntu kernel: [ 6.791074] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input12
Dec 18 21:12:00 ubuntu kernel: [ 7.724952] squashfs: version 4.0 (2009/01/31) Phillip Lougher
Dec 18 21:12:00 ubuntu kernel: [ 7.907440] random: nonblocking pool is initialized
Dec 18 21:12:00 ubuntu kernel: [ 11.016524] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
Dec 18 21:12:00 ubuntu kernel: [ 11.016590] ACPI: _SB_.PCI0.P0P2.VGA_: failed to evaluate _DSM
Dec 18 21:12:00 ubuntu kernel: [ 11.016592] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
Dec 18 21:12:00 ubuntu kernel: [ 14.523865] lp: driver loaded but no devices found
Dec 18 21:12:00 ubuntu kernel: [ 14.526545] ppdev: user-space parallel port driver
Dec 18 21:12:00 ubuntu kernel: [ 14.706291] toshiba_bluetooth: Toshiba ACPI Bluetooth device driver
Dec 18 21:12:00 ubuntu kernel: [ 14.778449] Bluetooth: Core ver 2.20
Dec 18 21:12:00 ubuntu kernel: [ 14.778460] NET: Registered protocol family 31
Dec 18 21:12:00 ubuntu kernel: [ 14.778461] Bluetooth: HCI device and connection manager initialized
Dec 18 21:12:00 ubuntu kernel: [ 14.778463] Bluetooth: HCI socket layer initialized
Dec 18 21:12:00 ubuntu kernel: [ 14.778465] Bluetooth: L2CAP socket layer initialized
Dec 18 21:12:00 ubuntu kernel: [ 14.778469] Bluetooth: SCO socket layer initialized
Dec 18 21:12:00 ubuntu kernel: [ 14.813963] EDAC MC: Ver: 3.0.0
Dec 18 21:12:00 ubuntu kernel: [ 14.830014] mei_me 0000:00:16.0: NFC MEI VERSION: IVN 0x1 Vendor ID 0x1 Type 0x1
Dec 18 21:12:00 ubuntu kernel: [ 14.837962] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dec 18 21:12:00 ubuntu kernel: [ 14.840107] EDAC ie31200: No ECC support
Dec 18 21:12:00 ubuntu kernel: [ 14.926719] usbcore: registered new interface driver btusb
Dec 18 21:12:00 ubuntu kernel: [ 14.931092] media: Linux media interface: v0.10
Dec 18 21:12:00 ubuntu kernel: [ 15.006092] Linux video capture interface: v2.00
Dec 18 21:12:00 ubuntu kernel: [ 15.027698] AVX2 version of gcm_enc/dec engaged.
Dec 18 21:12:00 ubuntu kernel: [ 15.027700] AES CTR mode by8 optimization enabled
Dec 18 21:12:00 ubuntu kernel: [ 15.089232] nfc: nfc_init: NFC Core ver 0.1
Dec 18 21:12:00 ubuntu kernel: [ 15.089248] NET: Registered protocol family 39
Dec 18 21:12:00 ubuntu kernel: [ 15.124609] usbcore: registered new interface driver ath3k
Dec 18 21:12:00 ubuntu kernel: [ 15.180028] cfg80211: World regulatory domain updated:
Dec 18 21:12:00 ubuntu kernel: [ 15.180031] cfg80211: DFS Master region: unset
Dec 18 21:12:00 ubuntu kernel: [ 15.180032] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)
Dec 18 21:12:00 ubuntu kernel: [ 15.180034] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Dec 18 21:12:00 ubuntu kernel: [ 15.180035] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (N/A, 2000 mBm), (N/A)
Dec 18 21:12:00 ubuntu kernel: [ 15.180036] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (N/A, 2000 mBm), (N/A)
Dec 18 21:12:00 ubuntu kernel: [ 15.180037] cfg80211: (5170000 KHz - 5250000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (N/A)
Dec 18 21:12:00 ubuntu kernel: [ 15.180039] cfg80211: (5250000 KHz - 5330000 KHz @ 80000 KHz, 160000 KHz AUTO), (N/A, 2000 mBm), (0 s)
Dec 18 21:12:00 ubuntu kernel: [ 15.180040] cfg80211: (5490000 KHz - 5730000 KHz @ 160000 KHz), (N/A, 2000 mBm), (0 s)
Dec 18 21:12:00 ubuntu kernel: [ 15.180041] cfg80211: (5735000 KHz - 5835000 KHz @ 80000 KHz), (N/A, 2000 mBm), (N/A)
Dec 18 21:12:00 ubuntu kernel: [ 15.180042] cfg80211: (57240000 KHz - 63720000 KHz @ 2160000 KHz), (N/A, 0 mBm), (N/A)
Dec 18 21:12:00 ubuntu kernel: [ 15.258088] uvcvideo: Found UVC 1.00 device TOSHIBA Web Camera - HD (04f2:b3b1)
Dec 18 21:12:00 ubuntu kernel: [ 15.259226] input: TOSHIBA Web Camera - HD as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/input/input13
Dec 18 21:12:00 ubuntu kernel: [ 15.259273] usbcore: registered new interface driver uvcvideo
Dec 18 21:12:00 ubuntu kernel: [ 15.259275] USB Video Class driver (1.1.1)
Dec 18 21:12:00 ubuntu kernel: [ 15.272994] Probing NFC pn544
Dec 18 21:12:00 ubuntu kernel: [ 15.285872] ath9k 0000:03:00.0: enabling device (0000 -> 0002)
Dec 18 21:12:00 ubuntu kernel: [ 15.285985] ath: phy0: WB335 2-ANT card detected
Dec 18 21:12:00 ubuntu kernel: [ 15.285987] ath: phy0: Set BT/WLAN RX diversity capability
Dec 18 21:12:00 ubuntu kernel: [ 15.293283] ath: phy0: Enable LNA combining
Dec 18 21:12:00 ubuntu kernel: [ 15.294467] ath: phy0: ASPM enabled: 0x42
Dec 18 21:12:00 ubuntu kernel: [ 15.294469] ath: EEPROM regdomain: 0x65
Dec 18 21:12:00 ubuntu kernel: [ 15.294469] ath: EEPROM indicates we should expect a direct regpair map
Dec 18 21:12:00 ubuntu kernel: [ 15.294471] ath: Country alpha2 being used: 00
Dec 18 21:12:00 ubuntu kernel: [ 15.294472] ath: Regpair used: 0x65
Dec 18 21:12:00 ubuntu kernel: [ 15.304705] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
Dec 18 21:12:00 ubuntu kernel: [ 15.326094] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Dec 18 21:12:00 ubuntu kernel: [ 15.326347] ieee80211 phy0: Atheros AR9565 Rev:0 mem=0xffffc90001600000, irq=18
Dec 18 21:12:00 ubuntu kernel: [ 15.327599] ath9k 0000:03:00.0 wlp3s0: renamed from wlan0
Dec 18 21:12:00 ubuntu kernel: [ 15.327810] intel_rapl: Found RAPL domain package
Dec 18 21:12:00 ubuntu kernel: [ 15.327813] intel_rapl: Found RAPL domain core
Dec 18 21:12:00 ubuntu kernel: [ 15.327815] intel_rapl: Found RAPL domain uncore
Dec 18 21:12:00 ubuntu kernel: [ 15.327817] intel_rapl: Found RAPL domain dram
Dec 18 21:12:00 ubuntu kernel: [ 15.329748] usb 3-1.2: USB disconnect, device number 3
Dec 18 21:12:00 ubuntu kernel: [ 15.337664] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
Dec 18 21:12:00 ubuntu kernel: [ 15.337924] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Dec 18 21:12:00 ubuntu kernel: [ 15.362366] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
Dec 18 21:12:00 ubuntu kernel: [ 15.362417] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
Dec 18 21:12:00 ubuntu kernel: [ 15.362459] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
Dec 18 21:12:00 ubuntu kernel: [ 15.380534] nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x6013d4 0xffff57ff (0x1c708200)
Dec 18 21:12:00 ubuntu kernel: [ 15.380543] nouveau E[ PIBUS][0000:01:00.0] GPC0: 0x4188ac 0x00000001 (0x1870822e)
Dec 18 21:12:00 ubuntu kernel: [ 15.389402] snd_hda_codec_idt hdaudioC1D0: autoconfig for 92HD99BXX: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
Dec 18 21:12:00 ubuntu kernel: [ 15.389405] snd_hda_codec_idt hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dec 18 21:12:00 ubuntu kernel: [ 15.389407] snd_hda_codec_idt hdaudioC1D0: hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
Dec 18 21:12:00 ubuntu kernel: [ 15.389408] snd_hda_codec_idt hdaudioC1D0: mono: mono_out=0x0
Dec 18 21:12:00 ubuntu kernel: [ 15.389409] snd_hda_codec_idt hdaudioC1D0: inputs:
Dec 18 21:12:00 ubuntu kernel: [ 15.389410] snd_hda_codec_idt hdaudioC1D0: Internal Mic=0x11
Dec 18 21:12:00 ubuntu kernel: [ 15.389412] snd_hda_codec_idt hdaudioC1D0: Mic=0xa
Dec 18 21:12:00 ubuntu kernel: [ 15.419018] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
Dec 18 21:12:00 ubuntu kernel: [ 15.419874] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
Dec 18 21:12:00 ubuntu kernel: [ 15.528147] usb 3-1.2: new full-speed USB device number 4 using ehci-pci
Dec 18 21:12:00 ubuntu kernel: [ 15.685134] cgroup: new mount options do not match the existing superblock, will be ignored
Dec 18 21:12:01 ubuntu systemd-udevd[1091]: Process '/usr/sbin/alsactl -E HOME=/var/run/alsa restore 1' failed with exit code 99.
Dec 18 21:12:01 ubuntu systemd-udevd[1093]: Process '/usr/sbin/alsactl -E HOME=/var/run/alsa restore 0' failed with exit code 99.
Dec 18 21:12:01 ubuntu ModemManager[1425]: <info> ModemManager (version 1.4.10) starting in system bus...
Dec 18 21:12:01 ubuntu systemd[1]: Started Thermal Daemon Service.
Dec 18 21:12:01 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkitd.service'
Dec 18 21:12:01 ubuntu thermald[1424]: RAPL domain count 1
Dec 18 21:12:01 ubuntu thermald[1424]: RAPL domain count 1
Dec 18 21:12:01 ubuntu thermald[1424]: 13 CPUID levels; family:model:stepping 0x6:3c:3 (6:60:3)
Dec 18 21:12:01 ubuntu thermald[1424]: Running on a vanilla kernel
Dec 18 21:12:01 ubuntu thermald[1424]: Polling mode is enabled: 4
Dec 18 21:12:01 ubuntu thermald[1424]: sensor_update: type acpitz
Dec 18 21:12:01 ubuntu thermald[1424]: sensor_update: type x86_pkg_temp
Dec 18 21:12:01 ubuntu thermald[1424]: thd_read_default_thermal_sensors loaded 2 sensors
Dec 18 21:12:01 ubuntu thermald[1424]: dts /sys/devices/platform/coretemp.0/name doesn't exist
Dec 18 21:12:01 ubuntu thermald[1424]: failed to open /dev/acpi_thermal_rel
Dec 18 21:12:01 ubuntu thermald[1424]: failed to open /dev/acpi_thermal_rel
Dec 18 21:12:01 ubuntu thermald[1424]: TRT/ART read failed
Dec 18 21:12:01 ubuntu systemd[1]: Starting Authenticate and Authorize Users to Run Privileged Tasks...
Dec 18 21:12:01 ubuntu thermald[1424]: Dumping parsed XML Data
Dec 18 21:12:01 ubuntu thermald[1424]: *** Index 0 ***
Dec 18 21:12:01 ubuntu thermald[1424]: Name: GenericX86LaptopDevice
Dec 18 21:12:01 ubuntu thermald[1424]: UUID:
Dec 18 21:12:01 ubuntu thermald[1424]: type: 0
Dec 18 21:12:01 ubuntu thermald[1424]: Sensor 0
Dec 18 21:12:01 ubuntu thermald[1424]: Name: TSKN
Dec 18 21:12:01 ubuntu thermald[1424]: Path:
Dec 18 21:12:01 ubuntu thermald[1424]: Async Capable: 1
Dec 18 21:12:01 ubuntu thermald[1424]: Virtual: 0
Dec 18 21:12:01 ubuntu thermald[1424]: Zone 0
Dec 18 21:12:01 ubuntu thermald[1424]: Name: SKIN
Dec 18 21:12:01 ubuntu thermald[1424]: Trip Point 0
Dec 18 21:12:01 ubuntu thermald[1424]: temp 55000
Dec 18 21:12:01 ubuntu thermald[1424]: trip type 2
Dec 18 21:12:01 ubuntu thermald[1424]: hyst id 0
Dec 18 21:12:01 ubuntu thermald[1424]: sensor type TSKN
Dec 18 21:12:01 ubuntu thermald[1424]: cdev index 0
Dec 18 21:12:01 ubuntu thermald[1424]: type rapl_controller
Dec 18 21:12:01 ubuntu thermald[1424]: influence 100
Dec 18 21:12:01 ubuntu thermald[1424]: SamplingPeriod 16
Dec 18 21:12:01 ubuntu thermald[1424]: cdev index 1
Dec 18 21:12:01 ubuntu thermald[1424]: type intel_powerclamp
Dec 18 21:12:01 ubuntu thermald[1424]: influence 100
Dec 18 21:12:01 ubuntu thermald[1424]: SamplingPeriod 12
Dec 18 21:12:01 ubuntu thermald[1424]: *** Index 1 ***
Dec 18 21:12:01 ubuntu thermald[1424]: Name: ExamplePlatformName
Dec 18 21:12:01 ubuntu thermald[1424]: UUID: ExampleUUID
Dec 18 21:12:01 ubuntu thermald[1424]: type: 0
Dec 18 21:12:01 ubuntu thermald[1424]: Sensor 0
Dec 18 21:12:01 ubuntu thermald[1424]: Name: TSKN
Dec 18 21:12:01 ubuntu thermald[1424]: Path:
Dec 18 21:12:01 ubuntu thermald[1424]: Async Capable: 1
Dec 18 21:12:01 ubuntu thermald[1424]: Virtual: 0
Dec 18 21:12:01 ubuntu thermald[1424]: Sensor 1
Dec 18 21:12:01 ubuntu thermald[1424]: Name: example_sensor_1
Dec 18 21:12:01 ubuntu thermald[1424]: Path: /some_path
Dec 18 21:12:01 ubuntu thermald[1424]: Async Capable: 0
Dec 18 21:12:01 ubuntu thermald[1424]: Virtual: 0
Dec 18 21:12:01 ubuntu thermald[1424]: Sensor 2
Dec 18 21:12:01 ubuntu thermald[1424]: Name: example_thermal_sysfs_sensor
Dec 18 21:12:01 ubuntu thermald[1424]: Path:
Dec 18 21:12:01 ubuntu thermald[1424]: Async Capable: 1
Dec 18 21:12:01 ubuntu thermald[1424]: Virtual: 0
Dec 18 21:12:01 ubuntu thermald[1424]: Sensor 3
Dec 18 21:12:01 ubuntu thermald[1424]: Name: example_virtual_sensor
Dec 18 21:12:01 ubuntu thermald[1424]: Path:
Dec 18 21:12:01 ubuntu thermald[1424]: Async Capable: 0
Dec 18 21:12:01 ubuntu thermald[1424]: Virtual: 1
Dec 18 21:12:01 ubuntu thermald[1424]: Link type: example_sensor_1
Dec 18 21:12:01 ubuntu thermald[1424]: Link mult: 0.500000
Dec 18 21:12:01 ubuntu thermald[1424]: Link offset: 10.000000
Dec 18 21:12:01 ubuntu thermald[1424]: Zone 0
Dec 18 21:12:01 ubuntu thermald[1424]: Name: ExampleZonetype
Dec 18 21:12:01 ubuntu thermald[1424]: Trip Point 0
Dec 18 21:12:01 ubuntu thermald[1424]: temp 75000
Dec 18 21:12:01 ubuntu thermald[1424]: trip type 1
Dec 18 21:12:01 ubuntu thermald[1424]: hyst id 0
Dec 18 21:12:01 ubuntu thermald[1424]: sensor type example_sensor_1
Dec 18 21:12:01 ubuntu thermald[1424]: cdev index 0
Dec 18 21:12:01 ubuntu thermald[1424]: type example_cooling_device
Dec 18 21:12:01 ubuntu thermald[1424]: influence 100
Dec 18 21:12:01 ubuntu thermald[1424]: SamplingPeriod 12
Dec 18 21:12:01 ubuntu thermald[1424]: Cooling Dev 0
Dec 18 21:12:01 ubuntu thermald[1424]: Type: example_cooling_device
Dec 18 21:12:01 ubuntu thermald[1424]: Path:
Dec 18 21:12:01 ubuntu thermald[1424]: Min: 0
Dec 18 21:12:01 ubuntu thermald[1424]: Max: 50
Dec 18 21:12:01 ubuntu thermald[1424]: Step: 10
Dec 18 21:12:01 ubuntu thermald[1424]: AutoDownControl: 0
Dec 18 21:12:01 ubuntu thermald[1424]: PID: Kp 0.001000
Dec 18 21:12:01 ubuntu thermald[1424]: PID: Ki 0.000100
Dec 18 21:12:01 ubuntu thermald[1424]: PID: Kd 0.000100
Dec 18 21:12:01 ubuntu thermald[1424]: Product Name matched [wildcard]
Dec 18 21:12:01 ubuntu thermald[1424]: sensor id 5: No temp sysfs for reading raw temp
Dec 18 21:12:01 ubuntu thermald[1424]: sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:1
Dec 18 21:12:01 ubuntu thermald[1424]: sensor index:1 x86_pkg_temp /sys/class/thermal/thermal_zone1/ Async:1
Dec 18 21:12:01 ubuntu thermald[1424]: sensor index:2 hwmon /sys/class/hwmon/hwmon2/temp1_input Async:0
Dec 18 21:12:01 ubuntu thermald[1424]: sensor index:3 hwmon /sys/class/hwmon/hwmon2/temp2_input Async:0
Dec 18 21:12:01 ubuntu thermald[1424]: sensor index:4 hwmon /sys/class/hwmon/hwmon2/temp3_input Async:0
Dec 18 21:12:01 ubuntu thermald[1424]: thd_read_default_cooling devices loaded 9 cdevs
Dec 18 21:12:01 ubuntu thermald[1424]: powercap RAPL max power limit range 47000000
Dec 18 21:12:01 ubuntu thermald[1424]: set_pid_param 9 [1000.100,10]
Dec 18 21:12:01 ubuntu thermald[1424]: Use Default pstate drv settings
Dec 18 21:12:01 ubuntu thermald[1424]: Product Name matched [wildcard]
Dec 18 21:12:01 ubuntu thermald[1424]: name = package-0
Dec 18 21:12:01 ubuntu thermald[1424]: name = core
Dec 18 21:12:01 ubuntu thermald[1424]: name = uncore
Dec 18 21:12:01 ubuntu thermald[1424]: name = dram
Dec 18 21:12:01 ubuntu thermald[1424]: sysfs read failed constraint_0_max_power_uw
Dec 18 21:12:01 ubuntu thermald[1424]: powercap RAPL invalid max power limit range
Dec 18 21:12:01 ubuntu thermald[1424]: Calculate dynamically phy_max
Dec 18 21:12:01 ubuntu thermald[1424]: 0: Processor, C:0 MN: 0 MX:3 ST:1 pt:/sys/class/thermal/ rd_bk 0
Dec 18 21:12:01 ubuntu thermald[1424]: 1: Processor, C:0 MN: 0 MX:3 ST:1 pt:/sys/class/thermal/ rd_bk 0
Dec 18 21:12:01 ubuntu thermald[1424]: 2: Processor, C:0 MN: 0 MX:3 ST:1 pt:/sys/class/thermal/ rd_bk 0
Dec 18 21:12:01 ubuntu thermald[1424]: 3: Processor, C:0 MN: 0 MX:3 ST:1 pt:/sys/class/thermal/ rd_bk 0
Dec 18 21:12:01 ubuntu thermald[1424]: 4: Processor, C:0 MN: 0 MX:3 ST:1 pt:/sys/class/thermal/ rd_bk 0
Dec 18 21:12:01 ubuntu thermald[1424]: 5: Processor, C:0 MN: 0 MX:3 ST:1 pt:/sys/class/thermal/ rd_bk 0
Dec 18 21:12:01 ubuntu thermald[1424]: 6: Processor, C:0 MN: 0 MX:3 ST:1 pt:/sys/class/thermal/ rd_bk 0
Dec 18 21:12:01 ubuntu thermald[1424]: 7: Processor, C:0 MN: 0 MX:3 ST:1 pt:/sys/class/thermal/ rd_bk 0
Dec 18 21:12:01 ubuntu thermald[1424]: 8: intel_powerclamp, C:-1 MN: 0 MX:50 ST:5 pt:/sys/class/thermal/ rd_bk 0
Dec 18 21:12:01 ubuntu thermald[1424]: 9: rapl_controller, C:0 MN: 0 MX:35250000 ST:2350000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/ rd_bk 1
Dec 18 21:12:01 ubuntu thermald[1424]: 10: intel_pstate, C:0 MN: 0 MX:10 ST:1 pt:/sys/devices/system/cpu/intel_pstate/ rd_bk 1
Dec 18 21:12:01 ubuntu thermald[1424]: 11: rapl_controller_dram, C:0 MN: 0 MX:500000 ST:500000 pt:/sys/devices/virtual/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:2/ rd_bk 1
Dec 18 21:12:01 ubuntu thermald[1424]: 12: LCD, C:0 MN: 0 MX:5273 ST:527 pt:/sys/class/backlight/intel_backlight/ rd_bk 1
Dec 18 21:12:01 ubuntu thermald[1424]: zone acpitz bounded
Dec 18 21:12:01 ubuntu thermald[1424]: message repeated 7 times: [ zone acpitz bounded]
Dec 18 21:12:01 ubuntu thermald[1424]: Sorted trip dump :
Dec 18 21:12:01 ubuntu thermald[1424]: index 1: type:passive temp:95000 hyst:1 zone id:0 sensor id:0 cdev size:1
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[0] Processor
Dec 18 21:12:01 ubuntu thermald[1424]: index 0: type:critical temp:98000 hyst:1 zone id:0 sensor id:0 cdev size:0
Dec 18 21:12:01 ubuntu thermald[1424]: trip type: 2 temp: 95000
Dec 18 21:12:01 ubuntu thermald[1424]: trip type: 0 temp: 98000
Dec 18 21:12:01 ubuntu thermald[1424]: sysfs write failed trip_point_0_temp
Dec 18 21:12:01 ubuntu thermald[1424]: thd_read_default_thermal_zones loaded 1 zones
Dec 18 21:12:01 ubuntu thermald[1424]: zone cpu will be created
Dec 18 21:12:01 ubuntu thermald[1424]: dts zone /sys/devices/platform/coretemp.0/name doesn't exist
Dec 18 21:12:01 ubuntu thermald[1424]: /sys/class/hwmon/hwmon0/name->acpitz
Dec 18 21:12:01 ubuntu thermald[1424]: /sys/class/hwmon/hwmon1/name->nouveau
Dec 18 21:12:01 ubuntu thermald[1424]: /sys/class/hwmon/hwmon2/name->coretemp
Dec 18 21:12:01 ubuntu thermald[1424]: Core temp DTS :critical 100000, max 84000
Dec 18 21:12:01 ubuntu thermald[1424]: Read set point 0
Dec 18 21:12:01 ubuntu thermald[1424]: node type: Element, name: CoolingDevice value: rapl_controller
Dec 18 21:12:01 ubuntu thermald[1424]: node type: Element, name: CoolingDevice value: intel_pstate
Dec 18 21:12:01 ubuntu thermald[1424]: node type: Element, name: CoolingDevice value: intel_powerclamp
Dec 18 21:12:01 ubuntu thermald[1424]: node type: Element, name: CoolingDevice value: cpufreq
Dec 18 21:12:01 ubuntu thermald[1424]: node type: Element, name: CoolingDevice value: Processor
Dec 18 21:12:01 ubuntu thermald[1424]: CDEVS order specified in thermal-cpu-cdev-order.xml
Dec 18 21:12:01 ubuntu thermald[1424]: Sorted trip dump :
Dec 18 21:12:01 ubuntu thermald[1424]: index 1: type:passive temp:84000 hyst:0 zone id:2 sensor id:65535 cdev size:4
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[0] rapl_controller
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[1] intel_pstate
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[2] intel_powerclamp
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[3] Processor
Dec 18 21:12:01 ubuntu thermald[1424]: index 0: type:max temp:91000 hyst:0 zone id:2 sensor id:65535 cdev size:4
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[0] rapl_controller
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[1] intel_pstate
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[2] intel_powerclamp
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[3] Processor
Dec 18 21:12:01 ubuntu thermald[1424]: trip type: 2 temp: 84000
Dec 18 21:12:01 ubuntu thermald[1424]: trip type: 1 temp: 91000
Dec 18 21:12:01 ubuntu thermald[1424]: Read set point 0
Dec 18 21:12:01 ubuntu thermald[1424]: Read set point 0
Dec 18 21:12:01 ubuntu thermald[1424]: Product Name matched [wildcard]
Dec 18 21:12:01 ubuntu thermald[1424]: XML zone: invalid sensor type TSKN
Dec 18 21:12:01 ubuntu thermald[1424]: Zone update failed: unable to bind
Dec 18 21:12:01 ubuntu thermald[1424]: Zone 0: acpitz, Active:0 Bind:1 Sensor_cnt:1
Dec 18 21:12:01 ubuntu thermald[1424]: ..sensors..
Dec 18 21:12:01 ubuntu thermald[1424]: sensor index:0 acpitz /sys/class/thermal/thermal_zone0/ Async:1
Dec 18 21:12:01 ubuntu thermald[1424]: ..trips..
Dec 18 21:12:01 ubuntu thermald[1424]: index 1: type:passive temp:95000 hyst:1 zone id:0 sensor id:0 cdev size:1
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[0] Processor
Dec 18 21:12:01 ubuntu thermald[1424]: index 0: type:critical temp:98000 hyst:1 zone id:0 sensor id:0 cdev size:0
Dec 18 21:12:01 ubuntu thermald[1424]: index 2: type:polling temp:90000 hyst:0 zone id:0 sensor id:0 cdev size:0
Dec 18 21:12:01 ubuntu thermald[1424]: Zone 2: cpu, Active:1 Bind:0 Sensor_cnt:1
Dec 18 21:12:01 ubuntu thermald[1424]: ..sensors..
Dec 18 21:12:01 ubuntu thermald[1424]: sensor index:1 x86_pkg_temp /sys/class/thermal/thermal_zone1/ Async:1
Dec 18 21:12:01 ubuntu thermald[1424]: ..trips..
Dec 18 21:12:01 ubuntu thermald[1424]: index 1: type:passive temp:84000 hyst:0 zone id:2 sensor id:65535 cdev size:4
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[0] rapl_controller
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[1] intel_pstate
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[2] intel_powerclamp
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[3] Processor
Dec 18 21:12:01 ubuntu thermald[1424]: index 0: type:max temp:91000 hyst:0 zone id:2 sensor id:65535 cdev size:4
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[0] rapl_controller
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[1] intel_pstate
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[2] intel_powerclamp
Dec 18 21:12:01 ubuntu thermald[1424]: cdev[3] Processor
Dec 18 21:12:01 ubuntu thermald[1424]: index 2: type:polling temp:72000 hyst:0 zone id:2 sensor id:1 cdev size:0
Dec 18 21:12:01 ubuntu thermald[1424]: FD = 8
Dec 18 21:12:01 ubuntu thermald[1424]: Current user preference is 0
Dec 18 21:12:01 ubuntu thermald[1424]: thd_engine_thread begin
Dec 18 21:12:01 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
Dec 18 21:12:01 ubuntu polkitd[1488]: started daemon version 0.105 using authority implementation `local' version `0.105'
Dec 18 21:12:01 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Dec 18 21:12:01 ubuntu systemd[1]: Started Authenticate and Authorize Users to Run Privileged Tasks.
Dec 18 21:12:01 ubuntu accounts-daemon[1437]: started daemon version 0.6.40
Dec 18 21:12:01 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.Accounts'
Dec 18 21:12:01 ubuntu systemd[1]: Started Accounts Service.
Dec 18 21:12:01 ubuntu systemd[1]: Started Light Display Manager.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> NetworkManager (version 1.0.4) is starting...
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Read config: /etc/NetworkManager/NetworkManager.conf
Dec 18 21:12:01 ubuntu systemd[1]: Started Network Manager.
Dec 18 21:12:01 ubuntu systemd[1]: Reached target Network.
Dec 18 21:12:01 ubuntu systemd[1]: Reached target Network is Online.
Dec 18 21:12:01 ubuntu systemd[1]: Starting /etc/rc.local Compatibility...
Dec 18 21:12:01 ubuntu systemd[1]: Starting LSB: Tool to automatically collect and submit kernel crash signatures...
Dec 18 21:12:01 ubuntu systemd[1]: Started /etc/rc.local Compatibility.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> VPN: loaded org.freedesktop.NetworkManager.pptp
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> DNS: loaded plugin dnsmasq
Dec 18 21:12:01 ubuntu systemd[1]: Starting Wait for Plymouth Boot Screen to Quit...
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> init!
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> update_system_hostname
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> interface-parser: parsing file /etc/network/interfaces
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> interface-parser: finished parsing file /etc/network/interfaces
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> management mode: unmanaged
Dec 18 21:12:01 ubuntu systemd[1]: Started CUPS Scheduler.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/net/wlp3s0, iface: wlp3s0)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/net/wlp3s0, iface: wlp3s0): no ifupdown configuration found.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> devices added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/net/enp4s0, iface: enp4s0)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> device added (path: /sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0/net/enp4s0, iface: enp4s0): no ifupdown configuration found.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> devices added (path: /sys/devices/virtual/net/lo, iface: lo)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> device added (path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> end _init.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded settings plugin ifupdown: (C) 2008 Canonical Ltd. To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded settings plugin keyfile: (c) 2007 - 2015 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> SCPlugin-Ofono: init!
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <warn> SCPlugin-Ofono: file doesn't exist: /var/lib/ofono
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> SCPlugin-Ofono: end _init.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded settings plugin ofono: (C) 2013 Canonical Ltd. To report bugs please use the NetworkManager mailing list. (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ofono.so)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (25971968) ... get_connections.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (25971968) ... get_connections (managed=false): return empty list.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> SCPlugin-Ofono: (25805248) ... get_connections.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> SCPlugin-Ofono: (25805248) connections count: 0
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> get unmanaged devices count: 0
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> monitoring kernel firmware directory '/lib/firmware'.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> monitoring ifupdown state file '/run/network/ifstate'.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> rfkill2: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0/ieee80211/phy0/rfkill2) (driver ath9k)
Dec 18 21:12:01 ubuntu systemd[1]: Started LSB: Tool to automatically collect and submit kernel crash signatures.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMVxlanFactory (internal)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMVlanFactory (internal)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMVethFactory (internal)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMTunFactory (internal)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMMacvlanFactory (internal)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMInfinibandFactory (internal)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMGreFactory (internal)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMEthernetFactory (internal)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMBridgeFactory (internal)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMBondFactory (internal)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMAtmManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so)
Dec 18 21:12:01 ubuntu systemd[1]: Started Modem Manager.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMBluezManager (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMWifiFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Loaded device plugin: NMWwanFactory (/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> WiFi enabled by radio killswitch; enabled by state file
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> WWAN enabled by radio killswitch; enabled by state file
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> WiMAX enabled by radio killswitch; enabled by state file
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Networking is enabled by state file
Dec 18 21:12:01 ubuntu NetworkManager[1436]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (lo): link connected
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (lo): new Generic device (carrier: ON, driver: 'unknown', ifindex: 1)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (wlp3s0): using nl80211 for WiFi device control
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (wlp3s0): driver supports Access Point (AP) mode
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (wlp3s0): new 802.11 WiFi device (carrier: UNKNOWN, driver: 'ath9k', ifindex: 3)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Dec 18 21:12:01 ubuntu kernel: [ 16.755758] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (enp4s0): new Ethernet device (carrier: OFF, driver: 'alx', ifindex: 2)
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (enp4s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
Dec 18 21:12:01 ubuntu kernel: [ 16.767585] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Dec 18 21:12:01 ubuntu kernel: [ 16.770129] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
Dec 18 21:12:01 ubuntu kernel: [ 16.772663] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> keyfile: add connection in-memory (1c9b2677-69b3-4987-8ff9-cadaa34bc2ab,"Wired connection 1")
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (enp4s0): created default wired connection 'Wired connection 1'
Dec 18 21:12:01 ubuntu dbus[1394]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> urfkill disappeared from the bus
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> ofono is now available
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <warn> failed to enumerate oFono devices: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ofono was not provided by any .service files
Dec 18 21:12:01 ubuntu systemd[1]: Starting WPA supplicant...
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> ModemManager available in the bus
Dec 18 21:12:01 ubuntu whoopsie[1388]: [21:12:01] Using lock path: /var/lock/whoopsie/lock
Dec 18 21:12:01 ubuntu whoopsie[1388]: [21:12:01] offline
Dec 18 21:12:01 ubuntu dbus[1394]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Dec 18 21:12:01 ubuntu wpa_supplicant[1519]: Successfully initialized wpa_supplicant
Dec 18 21:12:01 ubuntu systemd[1]: Started WPA supplicant.
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> wpa_supplicant running
Dec 18 21:12:01 ubuntu wpa_supplicant[1519]: dbus: wpa_dbus_get_object_properties: failed to get object properties: (none) none
Dec 18 21:12:01 ubuntu wpa_supplicant[1519]: dbus: Failed to construct signal
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (wlp3s0): supplicant interface state: starting -> ready
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
Dec 18 21:12:01 ubuntu NetworkManager[1436]: <info> Device 'wlp3s0' has no connection; scheduling activate_check in 0 seconds.
Dec 18 21:12:01 ubuntu kernel: [ 16.954904] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
Dec 18 21:12:01 ubuntu systemd[1]: Started ACPI event daemon.
Dec 18 21:12:02 ubuntu acpid: starting up with netlink and the input layer
Dec 18 21:12:02 ubuntu acpid: 9 rules loaded
Dec 18 21:12:02 ubuntu acpid: waiting for events: event logging is off
Dec 18 21:12:02 ubuntu acpid: client connected from 1499[0:0]
Dec 18 21:12:02 ubuntu acpid: 1 client rule loaded
Dec 18 21:12:02 ubuntu systemd[1]: Received SIGRTMIN+21 from PID 239 (plymouthd).
Dec 18 21:12:02 ubuntu systemd[1]: Started Wait for Plymouth Boot Screen to Quit.
Dec 18 21:12:02 ubuntu systemd[1]: Started Getty on tty1.
Dec 18 21:12:02 ubuntu systemd[1]: Reached target Login Prompts.
Dec 18 21:12:02 ubuntu systemd[1]: Reached target Multi-User System.
Dec 18 21:12:02 ubuntu systemd[1]: Reached target Graphical Interface.
Dec 18 21:12:02 ubuntu systemd[1]: Starting Update UTMP about System Runlevel Changes...
Dec 18 21:12:02 ubuntu systemd[1]: Started Stop ureadahead data collection 45s after completed startup.
Dec 18 21:12:02 ubuntu systemd[1]: Started Update UTMP about System Runlevel Changes.
Dec 18 21:12:02 ubuntu systemd[1]: Startup finished in 14.009s (kernel) + 3.590s (userspace) = 27.357s.
Dec 18 21:12:02 ubuntu systemd[1]: Created slice user-999.slice.
Dec 18 21:12:02 ubuntu systemd[1]: Starting User Manager for UID 999...
Dec 18 21:12:02 ubuntu systemd[1]: Started Session c1 of user ubuntu.
Dec 18 21:12:02 ubuntu systemd[1543]: Reached target Paths.
Dec 18 21:12:02 ubuntu systemd[1543]: Reached target Timers.
Dec 18 21:12:02 ubuntu systemd[1543]: Reached target Sockets.
Dec 18 21:12:02 ubuntu systemd[1543]: Reached target Basic System.
Dec 18 21:12:02 ubuntu systemd[1543]: Reached target Default.
Dec 18 21:12:02 ubuntu systemd[1543]: Startup finished in 16ms.
Dec 18 21:12:02 ubuntu systemd[1]: Started User Manager for UID 999.
Dec 18 21:12:02 ubuntu wpa_supplicant[1519]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Dec 18 21:12:02 ubuntu NetworkManager[1436]: <info> (wlp3s0): supplicant interface state: ready -> inactive
Dec 18 21:12:03 ubuntu ModemManager[1425]: <info> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.2/0000:03:00.0': not supported by any plugin
Dec 18 21:12:03 ubuntu ModemManager[1425]: <info> Couldn't find support for device at '/sys/devices/pci0000:00/0000:00:1c.3/0000:04:00.0': not supported by any plugin
Dec 18 21:12:04 ubuntu org.a11y.Bus[1640]: Activating service name='org.a11y.atspi.Registry'
Dec 18 21:12:04 ubuntu org.a11y.Bus[1640]: Successfully activated service 'org.a11y.atspi.Registry'
Dec 18 21:12:04 ubuntu org.a11y.atspi.Registry[1736]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dec 18 21:12:05 ubuntu kernel: [ 20.625541] usb 3-1.2: New USB device found, idVendor=0930, idProduct=0220
Dec 18 21:12:05 ubuntu kernel: [ 20.625543] usb 3-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 18 21:12:05 ubuntu systemd[1]: Starting Load/Save RF Kill Switch Status of rfkill3...
Dec 18 21:12:05 ubuntu systemd[1]: Starting Bluetooth service...
Dec 18 21:12:05 ubuntu systemd[1]: Started Load/Save RF Kill Switch Status of rfkill3.
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Bluetooth daemon 5.35
Dec 18 21:12:05 ubuntu systemd[1]: Started Bluetooth service.
Dec 18 21:12:05 ubuntu systemd[1]: Reached target Bluetooth.
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Starting SDP server
Dec 18 21:12:05 ubuntu kernel: [ 20.822064] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Dec 18 21:12:05 ubuntu kernel: [ 20.822067] Bluetooth: BNEP filters: protocol multicast
Dec 18 21:12:05 ubuntu kernel: [ 20.822080] Bluetooth: BNEP socket layer initialized
Dec 18 21:12:05 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Bluetooth management interface 1.10 initialized
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Failed to obtain handles for "Service Changed" characteristic
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Not enough free handles to register service
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Error adding Link Loss service
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Not enough free handles to register service
Dec 18 21:12:05 ubuntu bluetoothd[1815]: message repeated 2 times: [ Not enough free handles to register service]
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Current Time Service could not be registered
Dec 18 21:12:05 ubuntu bluetoothd[1815]: gatt-time-server: Input/output error (5)
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Not enough free handles to register service
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Not enough free handles to register service
Dec 18 21:12:05 ubuntu bluetoothd[1815]: Sap driver initialization failed.
Dec 18 21:12:05 ubuntu bluetoothd[1815]: sap-server: Operation not permitted (1)
Dec 18 21:12:05 ubuntu systemd[1]: Starting Hostname Service...
Dec 18 21:12:05 ubuntu NetworkManager[1436]: <info> use BlueZ version 5
Dec 18 21:12:05 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dec 18 21:12:05 ubuntu systemd[1]: Started Hostname Service.
Dec 18 21:12:06 ubuntu NetworkManager[1436]: <info> startup complete
Dec 18 21:12:07 ubuntu kernel: [ 22.862079] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
Dec 18 21:12:07 ubuntu kernel: [ 22.862150] ACPI: _SB_.PCI0.P0P2.VGA_: failed to evaluate _DSM
Dec 18 21:12:07 ubuntu kernel: [ 22.862154] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
Dec 18 21:12:08 ubuntu org.gnome.ScreenSaver[1640]: ** (gnome-screensaver:1891): WARNING **: Couldn't get presence status: The name org.gnome.SessionManager was not provided by any .service files
Dec 18 21:12:08 ubuntu gnome-session[1866]: SSH_AUTH_SOCK=/run/user/999/keyring/ssh
Dec 18 21:12:08 ubuntu gnome-session[1866]: SSH_AUTH_SOCK=/run/user/999/keyring/ssh
Dec 18 21:12:08 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
Dec 18 21:12:08 ubuntu systemd[1]: Starting Daemon for power management...
Dec 18 21:12:08 ubuntu gnome-session[1866]: SSH_AUTH_SOCK=/run/user/999/keyring/ssh
Dec 18 21:12:08 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.UPower'
Dec 18 21:12:08 ubuntu systemd[1]: Started Daemon for power management.
Dec 18 21:12:08 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
Dec 18 21:12:08 ubuntu systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Dec 18 21:12:08 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Dec 18 21:12:08 ubuntu systemd[1]: Started RealtimeKit Scheduling Policy Service.
Dec 18 21:12:08 ubuntu rtkit-daemon[1975]: Successfully called chroot.
Dec 18 21:12:08 ubuntu rtkit-daemon[1975]: Successfully dropped privileges.
Dec 18 21:12:08 ubuntu rtkit-daemon[1975]: Successfully limited resources.
Dec 18 21:12:08 ubuntu rtkit-daemon[1975]: Running.
Dec 18 21:12:08 ubuntu rtkit-daemon[1975]: Canary thread running.
Dec 18 21:12:08 ubuntu rtkit-daemon[1975]: Watchdog thread running.
Dec 18 21:12:08 ubuntu rtkit-daemon[1975]: Successfully made thread 1973 of process 1973 (n/a) owned by '999' high priority at nice level -11.
Dec 18 21:12:08 ubuntu rtkit-daemon[1975]: Supervising 1 threads of 1 processes of 1 users.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Supervising 1 threads of 1 processes of 1 users.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Successfully made thread 2017 of process 1973 (n/a) owned by '999' RT at priority 5.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Supervising 2 threads of 1 processes of 1 users.
Dec 18 21:12:09 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
Dec 18 21:12:09 ubuntu systemd[1]: Starting Manage, Install and Generate Color Profiles...
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Supervising 2 threads of 1 processes of 1 users.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Successfully made thread 2020 of process 1973 (n/a) owned by '999' RT at priority 5.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Supervising 3 threads of 1 processes of 1 users.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Supervising 3 threads of 1 processes of 1 users.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Successfully made thread 2021 of process 1973 (n/a) owned by '999' RT at priority 5.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Supervising 4 threads of 1 processes of 1 users.
Dec 18 21:12:09 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Dec 18 21:12:09 ubuntu systemd[1]: Started Manage, Install and Generate Color Profiles.
Dec 18 21:12:09 ubuntu pulseaudio[1973]: [pulseaudio] authkey.c: Failed to open cookie file '/home/ubuntu/.config/pulse/cookie': No such file or directory
Dec 18 21:12:09 ubuntu pulseaudio[1973]: [pulseaudio] authkey.c: Failed to load authentication key '/home/ubuntu/.config/pulse/cookie': No such file or directory
Dec 18 21:12:09 ubuntu pulseaudio[1973]: [pulseaudio] authkey.c: Failed to open cookie file '/home/ubuntu/.pulse-cookie': No such file or directory
Dec 18 21:12:09 ubuntu pulseaudio[1973]: [pulseaudio] authkey.c: Failed to load authentication key '/home/ubuntu/.pulse-cookie': No such file or directory
Dec 18 21:12:09 ubuntu bluetoothd[1815]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSource
Dec 18 21:12:09 ubuntu bluetoothd[1815]: Endpoint registered: sender=:1.41 path=/MediaEndpoint/A2DPSink
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Successfully made thread 2031 of process 2031 (n/a) owned by '999' high priority at nice level -11.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Supervising 5 threads of 2 processes of 1 users.
Dec 18 21:12:09 ubuntu pulseaudio[2031]: [pulseaudio] pid.c: Daemon already running.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Successfully made thread 2035 of process 2035 (n/a) owned by '999' high priority at nice level -11.
Dec 18 21:12:09 ubuntu rtkit-daemon[1975]: Supervising 6 threads of 3 processes of 1 users.
Dec 18 21:12:09 ubuntu pulseaudio[2035]: [pulseaudio] pid.c: Daemon already running.
Dec 18 21:12:09 ubuntu kernel: [ 24.719266] Bluetooth: RFCOMM TTY layer initialized
Dec 18 21:12:09 ubuntu kernel: [ 24.719274] Bluetooth: RFCOMM socket layer initialized
Dec 18 21:12:09 ubuntu kernel: [ 24.719279] Bluetooth: RFCOMM ver 1.11
Dec 18 21:12:09 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
Dec 18 21:12:09 ubuntu systemd[1]: Starting Locale Service...
Dec 18 21:12:09 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.locale1'
Dec 18 21:12:09 ubuntu systemd[1]: Started Locale Service.
Dec 18 21:12:09 ubuntu gnome-session[1866]: Entering running state
Dec 18 21:12:09 ubuntu gnome-session[1866]: (process:2063): indicator-application-service-WARNING **: Unable to get watcher name 'org.kde.StatusNotifierWatcher'
Dec 18 21:12:09 ubuntu gnome-session[1866]: (process:2063): indicator-application-service-WARNING **: Name Lost
Dec 18 21:12:09 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
Dec 18 21:12:10 ubuntu systemd[1]: Starting Disk Manager...
Dec 18 21:12:10 ubuntu udisksd[2082]: udisks daemon version 2.1.6 starting
Dec 18 21:12:10 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Dec 18 21:12:10 ubuntu systemd[1]: Started Disk Manager.
Dec 18 21:12:10 ubuntu udisksd[2082]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Dec 18 21:12:10 ubuntu org.gtk.Private.AfcVolumeMonitor[1640]: Volume monitor alive
Dec 18 21:12:11 ubuntu org.gnome.ScreenSaver[1640]: ** Message: Lost the name, shutting down.
Dec 18 21:12:11 ubuntu NetworkManager[1436]: <info> WiFi hardware radio set enabled
Dec 18 21:12:11 ubuntu NetworkManager[1436]: <info> WWAN hardware radio set enabled
Dec 18 21:12:12 ubuntu gnome-session[1866]: Fcitx seems is not running
Dec 18 21:12:21 ubuntu gnome-session[1866]: (nm-applet:2049): nm-applet-WARNING **: Could not find ShellVersion property on org.gnome.Shell after 5 tries
Dec 18 21:12:30 ubuntu org.gnome.zeitgeist.Engine[1640]: ** (zeitgeist-datahub:2246): WARNING **: zeitgeist-datahub.vala:229: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
Dec 18 21:12:30 ubuntu org.gnome.zeitgeist.SimpleIndexer[1640]: ** Message: Index must be upgraded. Doing full rebuild
Dec 18 21:12:30 ubuntu org.gnome.zeitgeist.SimpleIndexer[1640]: ** (zeitgeist-fts:2244): WARNING **: Unable to get info on application://zeitgeist-datahub.desktop
Dec 18 21:12:30 ubuntu org.gnome.zeitgeist.SimpleIndexer[1640]: ** (zeitgeist-fts:2244): WARNING **: Unable to get info on application://gcalctool.desktop
Dec 18 21:12:48 ubuntu systemd[1]: Starting Stop ureadahead data collection...
Dec 18 21:12:48 ubuntu systemd[1]: Stopping Read required files in advance...
Dec 18 21:12:48 ubuntu systemd[1]: Started Stop ureadahead data collection.
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:events/fs/open_exec/enable: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:buffer_size_kb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tracing_on: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd-cgroups-agent: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/ld.so.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/libselinux.so.1: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd-sysctl: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead: Unable to obtain rotationalness for device 0:21: No such file or directory
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/locale/locale-archive: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/nsswitch.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/passwd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/40-crda.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/40-gnupg.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/40-inputattach.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/40-libgphoto2-6.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/group: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/40-libsane.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/40-usb-media-players.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/40-usb_modeswitch.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/40-vm-hotadd.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/40-xdiagnose.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/50-apport.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/50-bluetooth-hci-auto-poweron.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/50-firmware.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/50-udev-default.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/55-dm.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/56-hpmud.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/56-lvm.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-block.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-cdrom_id.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-drm.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-evdev.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-pcmcia.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-persistent-alsa.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-persistent-input.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-persistent-storage-dm.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-persistent-storage-tape.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-persistent-storage.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-persistent-v4l.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/60-serial.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/61-persistent-storage-android.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/64-btrfs.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/64-xorg-xkb.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/66-xorg-synaptics-quirks.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/69-cd-sensors.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/69-libmtp.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/69-lvm-metad.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/69-wacom.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/69-xorg-vmmouse.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/70-mouse.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/70-power-switch.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/70-printers.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/70-uaccess.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/71-power-switch-proliant.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/71-seat.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/73-idrac.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/73-seat-late.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/75-net-description.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/75-probe_mtd.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-cinterion-port-types.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-ericsson-mbm.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-huawei-net-port-types.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-longcheer-port-types.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-mtk-port-types.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-nokia-port-types.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-pcmcia-device-blacklist.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-platform-serial-whitelist.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-qdl-device-blacklist.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-simtech-port-types.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-telit-port-types.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-usb-device-blacklist.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-usb-serial-adapters-greylist.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-x22x-port-types.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sysctl.d/10-console-messages.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sysctl.d/10-ipv6-privacy.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sysctl.d/10-kernel-hardening.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sysctl.d/10-link-restrictions.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sysctl.d/10-magic-sysrq.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sysctl.d/10-network-security.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sysctl.d/10-ptrace.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sysctl.d/10-zeropage.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/77-mm-zte-port-types.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/78-graphics-card.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/78-sound-card.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/80-debian-compat.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/80-drivers.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/80-mm-candidate.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/80-net-setup-link.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/80-networking.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/80-udisks2.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/85-brltty.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/85-hdparm.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/85-hplj10xx.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/85-keyboard-configuration.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/85-lvm2.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/85-nm-unmanaged.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/85-regulatory.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/90-alsa-restore.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/90-alsa-ucm.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/90-libgpod.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/90-pulseaudio.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/95-cd-devices.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/95-kpartx.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/95-upower-csr.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/95-upower-hid.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/95-upower-wup.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/97-dmraid.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/97-hid2hci.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/rules.d/99-systemd.rules: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/plymouthd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/plymouth: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/macintosh/mac_hid.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/media/rc/rc-core.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/input/sparse-keymap.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/platform/x86/toshiba_haps.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/platform/x86/toshiba_bluetooth.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/media/rc/ite-cir.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/misc/mei/mei.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/mfd/lpc_ich.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/pci/hotplug/shpchp.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/edac/edac_core.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/soundcore.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/[email protected]: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/platform/x86/toshiba_acpi.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd-backlight: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/udev/udev.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/mtp-probe: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/ata_id: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/net/bluetooth/bluetooth.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/keyboard: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/input/serio/serio_raw.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/cdrom_id: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/crypto/cryptd.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/misc/mei/mei-me.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/bluetooth/btintel.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/crypto/ablk_helper.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/hdparm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/edac/ie31200_edac.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/hdparm/hdparm-functions: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/arch/x86/crypto/glue_helper.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modprobe.d/aliases.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/alsa-base.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/input/input-leds.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/blacklist-ath_pci.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/blacklist-firewire.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/blacklist-framebuffer.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/blacklist-modem.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/blacklist-rare-network.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/blacklist-watchdog.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/blacklist.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modprobe.d/blacklist_linux_4.2.0-16-generic.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/fbdev-blacklist.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/iwlwifi.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/mlx4.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/modules.softdep: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/modprobe.d/vmwgfx-fbdev.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/modules.dep.bin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/modules.alias.bin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/modules.symbols.bin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/modules.builtin.bin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/core/snd.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/input/joydev.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/bluetooth/btbcm.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/net/wireless/cfg80211.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/grep: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/bluetooth/btrtl.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/localtime: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/egrep: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/bluetooth/btusb.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/media/media.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/hdparm.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/sed: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/net.agent: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/core/snd-timer.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/crypto/gf128mul.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/crypto/lrw.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/core/seq/snd-seq-device.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/arch/x86/crypto/aes-x86_64.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:size: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:start: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/bluetooth/ath3k.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/media/v4l2-core/videodev.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/hotplug.functions: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/core/seq/snd-seq.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/net/mac80211/mac80211.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:machine-id: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/init.d/apparmor: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/systemd-tmpfiles: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/apparmor/functions: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/00rsyslog.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/dbus.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/debian.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/gvfsd-fuse-tmpfiles.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/home.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/journal-nocow.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/machine-id: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/legacy.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/lvm2.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/man-db.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/samba.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/systemd-nologin.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/systemd.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/tmp.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/var.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/x11.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/tmpfiles.d/xconsole.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/lsb/init-functions: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/arch/x86/crypto/aesni-intel.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/mkdir: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/ppp/ip-down.d/0dns-down: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd-update-utmp: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/console-setup-tty: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/cat: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd-timesyncd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/hdparm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/cut: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:resolvconf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/media/v4l2-core/v4l2-common.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/touch: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/[email protected]: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/network/interfaces: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/net/nfc/nfc.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/resolvconf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd-rfkill: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/arch/x86/crypto/ghash-clmulni-intel.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/crda: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/net/wireless/ath/ath.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/rcS: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/systemd/timesyncd.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/host.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/hosts: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/libnss_mdns4_minimal.so.2: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/console-setup: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/core/snd-rawmidi.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/console-setup/cached.kmap.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/gzip: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/media/v4l2-core/videobuf2-core.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/net/nfc/hci/hci.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/rm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/run-parts: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/crda/libreg.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/resolvconf/update.d/libc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_hw.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/readlink: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/resolvconf/list-records: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/media/v4l2-core/videobuf2-memops.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/core/seq/snd-seq-midi-event.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/lsb/init-functions.d/01-upstart-lsb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/arch/x86/crypto/crc32-pclmul.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/media/v4l2-core/videobuf2-vmalloc.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/arch/x86/crypto/crct10dif-pclmul.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/nfc/pn544/pn544.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/initctl: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/crda/regulatory.bin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/crda/pubkeys/[email protected]: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/crda/pubkeys/linville.key.pub.pem: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/crda/pubkeys/[email protected]: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/media/usb/uvc/uvcvideo.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/kbd_mode: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/bash: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/arch/x86/kvm/kvm.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/resolvconf/interface-order: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 18 times: [ ureadahead:.: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:size: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:start: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/resolvconf/resolv.conf.d/head: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k_common.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:size: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:start: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:size: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:start: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/mv: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/resolvconf/update-libc.d/avahi-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/core/seq/snd-seq-midi.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/avahi/avahi-daemon-check-dns.sh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/core/snd-pcm.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/nfc/mei_phy.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/arch/x86/kvm/kvm-intel.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/net/wireless/ath/ath9k/ath9k.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/hwmon/coretemp.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/core/snd-hwdep.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/v4l_id: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/avahi-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/hda/snd-hda-core.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/nfc/pn544/pn544_mei.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/pci/hda/snd-hda-codec.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/thermal/intel_powerclamp.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/crypto/arc4.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/pci/hda/snd-hda-intel.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/lsb/init-functions.d/20-left-info-blocks: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/lsb/init-functions.d/40-systemd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/lsb/init-functions.d/50-ubuntu-logging: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/thermal/x86_pkg_temp_thermal.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/arch/x86/kernel/iosf_mbi.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/drivers/powercap/intel_rapl.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/init.d/networking: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/which: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/networking: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/ifup: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/crda/setregdomain: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/network/if-pre-up.d/ethtool: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/crda: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/network/if-pre-up.d/wireless-tools: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/wpa_supplicant/functions.sh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/pci/hda/snd-hda-codec-hdmi.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/pci/hda/snd-hda-codec-generic.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/sound.target: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/alsactl: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/sound/pci/hda/snd-hda-codec-idt.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/alsa.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/alsa.conf.d/50-pulseaudio.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/alsa.conf.d/pulse.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/alsa-lib/libasound_module_conf_pulse.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/network/if-up.d/000resolvconf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/network/if-up.d/avahi-autoipd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/network/if-up.d/avahi-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/network/if-up.d/ethtool: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/network/if-up.d/upstart: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/pulseaudio/libpulsecommon-6.0.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/init.d/apport: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd-logind: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/apport: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/init.d/grub-common: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/init.d/ondemand: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/whoopsie: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/init/vars.sh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/init.d/irqbalance: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/dbus-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/rsyslogd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/chmod: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/ls: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/start-stop-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/grub-editenv: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/irqbalance: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/irqbalance: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/sleep: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/libdevmapper.so.1.02.1: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/boot/grub/grubenv: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/systemd/logind.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/Mountall.Server.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/Upstart.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/avahi-dbus.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/bluetooth.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/com.hp.hplip.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/com.redhat.NewPrinterNotification.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/com.redhat.PrinterDriversInstaller.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/com.ubuntu.LanguageSelector.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/com.ubuntu.SoftwareCenter.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/com.ubuntu.SoftwareProperties.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/com.ubuntu.SystemService.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/com.ubuntu.USBCreator.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/com.ubuntu.WhoopsiePreferences.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/dnsmasq.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/nm-avahi-autoipd.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/nm-dispatcher.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/nm-pptp-service.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.debian.AptXapianIndex.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.debian.apt.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.Accounts.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.ColorManager.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.DisplayManager.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.ModemManager1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.PackageKit-aptd.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.RealtimeKit1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.UDisks2.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.UPower.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.hostname1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.locale1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.login1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.network1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.resolve1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.systemd1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.thermald.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.freedesktop.timedate1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/org.opensuse.CupsPkHelper.Mechanism.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/pulseaudio-system.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/system.d/wpa_supplicant.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/com.hp.hplip.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/com.ubuntu.LanguageSelector.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/com.ubuntu.SoftwareProperties.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/com.ubuntu.SystemService.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/com.ubuntu.USBCreator.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/com.ubuntu.WhoopsiePreferences.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/fi.epitest.hostap.WPASupplicant.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/fi.w1.wpa_supplicant1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.bluez.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.debian.AptXapianIndex.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.debian.apt.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.Accounts.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.Avahi.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.ColorManager.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.ModemManager1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.PackageKit.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.RealtimeKit1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.UDisks2.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.UPower.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.hostname1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.locale1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.login1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.network1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.nm_dispatcher.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.resolve1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.systemd1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.thermald.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.freedesktop.timedate1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/system-services/org.opensuse.CupsPkHelper.Mechanism.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:AC0: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:type: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:online: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:BAT0: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:type: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/thermald: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/ModemManager: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/avahi-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/gpu-manager: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/init.d/speech-dispatcher: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/cgmanager: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/cron: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/ppp/ip-down.d/0000usepeerdns: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/speech-dispatcher: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/cron: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/NetworkManager: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/NetworkManager: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/accountsservice/accounts-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd-user-sessions: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/cupsd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ubiquity/start-ubiquity-dm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/rsyslog/lmnet.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libcupsmime.so.1: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/rsyslog.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/uname: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/avahi/avahi-daemon.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/libnss_mdns.so.2: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/crontab: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/rsyslog/imuxsock.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/cron.d/anacron: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/cups-browsed: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libcups.so.2: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/rsyslog/imklog.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/find: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:crontabs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:initrd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kernel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:arch: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:x86: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:crypto: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sha-mb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kernel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cpu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mcheck: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kvm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:oprofile: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:platform: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 3 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:crypto: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:asymmetric_keys: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:async_tx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drivers: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:acpi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:apei: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ata: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:auxdisplay: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:base: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:regmap: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bcma: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:block: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aoe: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drbd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mtip32xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:paride: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rsxx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xen-blkback: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:zram: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bluetooth: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:char: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:agp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hw_random: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipmi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mwave: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcmcia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tpm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:st33zp24: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xillybus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:clk: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cpufreq: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:crypto: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ccp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qat_common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qat_dh895xcc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dca: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dma: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dw: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hsu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ioat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:edac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:extcon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:firewire: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:firmware: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:efi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fmc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gpio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gpu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amdgpu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amdkfd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ast: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cirrus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gma500: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i810: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i915: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mga: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nouveau: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qxl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:r128: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:radeon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:savage: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sis: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tdfx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ttm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:[email protected]_progressbar1.pulse()
.: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:udl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vgem: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:via: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:virtio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vmwgfx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2c-hid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usbhid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hsi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:clients: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hwmon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pmbus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:algos: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:busses: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:muxes: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:idle: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:accel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:adc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amplifiers: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hid-sensors: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ssp_sensors: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:st_sensors: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:frequency: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gyro: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:humidity: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:imu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:inv_mpu6050: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:light: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:magnetometer: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:orientation: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pressure: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:proximity: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:temperature: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:trigger: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:infiniband: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hw: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amso1100: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipath: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mlx4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mlx5: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mthca: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nes: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ocrdma: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qib: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usnic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ulp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipoib: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iser: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isert: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:srp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:srpt: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:input: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gameport: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:joystick: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iforce: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:keyboard: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:misc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mouse: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:serio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tablet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:touchscreen: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iommu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipack: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:carriers: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:devices: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isdn: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:capi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:divert: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gigaset: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hardware: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:avm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:eicon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mISDN: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hisax: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hysdn: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i4l: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mISDN: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:leds: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:trigger: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:macintosh: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mailbox: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mcb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:md: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bcache: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:persistent-data: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:media: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:b2c2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:saa7146: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:siano: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dvb-core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dvb-frontends: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drx39xyj: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:firewire: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx25840: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:soc_camera: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mmc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:siano: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:b2c2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bt8xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cobalt: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx18: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx23885: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx25821: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx88: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ddbridge: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dm1105: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dt3155: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ivtv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mantis: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:meye: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ngene: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pluto2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pt1: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pt3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:saa7134: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:saa7146: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:saa7164: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:smipcie: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:solo6x10: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ttpci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tw68: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:zoran: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:platform: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:marvell-ccic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:soc_camera: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vivid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:radio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:si470x: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:si4713: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wl128x: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:keymaps: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tuners: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:airspy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:as102: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:au0828: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:b2c2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cpia2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx231xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dvb-usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dvb-usb-v2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:em28xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:go7007: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gspca: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gl860: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:m5602: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:stv06xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hackrf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hdpvr: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:msi2500: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pvrusb2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pwc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:s2255: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:siano: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:stk1160: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:stkwebcam: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tm6000: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ttusb-budget: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ttusb-dec: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usbtv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usbvision: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:uvc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:zr364xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:v4l2-core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:memstick: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:host: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:message: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fusion: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mfd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:misc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:altera-stapl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:c2port: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cb710: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:echo: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:eeprom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:genwqe: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ibmasm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lis3lv02d: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mei: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:card: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:host: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:scif: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ti-st: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vmw_vmci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mmc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:card: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:host: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mtd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:chips: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:devices: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lpddr: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:maps: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nand: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:onenand: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:spi-nor: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ubi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:net: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:appletalk: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:arcnet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bonding: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:caif: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:can: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:c_can: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cc770: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:m_can: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sja1000: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:softing: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:spi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:peak_usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ethernet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:3com: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:8390: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:adaptec: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:agere: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:alteon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:altera: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atheros: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:alx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atl1c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atl1e: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atlx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:broadcom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bnx2x: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:genet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:brocade: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bna: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cadence: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cavium: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:liquidio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:thunder: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:chelsio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb4vf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cisco: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:enic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dec: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tulip: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dlink: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:emulex: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:benet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fujitsu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:icplus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:intel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:e1000: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:e1000e: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fm10k: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i40e: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i40evf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:igb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:igbvf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ixgb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ixgbe: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ixgbevf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:marvell: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mellanox: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mlx4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mlx5: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:micrel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:microchip: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:myricom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:myri10ge: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:natsemi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:neterion: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vxge: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nvidia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:packetengines: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qlogic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netxen: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qlcnic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qlge: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rdc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:realtek: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:samsung: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sxgbe: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sfc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:silan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sis: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:smsc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:stmicro: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:stmmac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sun: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tehuti: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ti: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:via: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wiznet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xircom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fddi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:skfp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hamradio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hyperv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ieee802154: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipvlan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:irda: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:phy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:plip: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ppp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:slip: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:team: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vmxnet3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lmc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wimax: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2400m: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wireless: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ath: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ar5523: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ath10k: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ath5k: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ath6kl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ath9k: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:carl9170: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wcn36xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wil6210: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:b43: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:b43legacy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:brcm80211: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:brcmfmac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:brcmsmac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:brcmutil: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cw1200: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hostap: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipw2x00: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iwlegacy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iwlwifi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dvm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mvm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:libertas: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:libertas_tf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mediatek: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mt7601u: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mwifiex: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:orinoco: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:p54: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rsi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rt2x00: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl818x: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8180: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8187: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtlwifi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:btcoexist: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8188ee: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192ce: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192cu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192de: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192ee: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192se: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8723ae: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8723be: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8723com: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8821ae: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ti: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wl1251: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wl12xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wl18xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wlcore: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:zd1211rw: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xen-netback: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:microread: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfcmrvl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nxp-nci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pn544: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:st-nci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:st21nfca: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ntb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hw: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:intel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:test: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nvdimm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:parport: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hotplug: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcmcia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:phy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pinctrl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:intel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:platform: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:chrome: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:x86: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:power: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:powercap: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pps: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:clients: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ptp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pwm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rapidio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:devices: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:switches: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:regulator: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:remoteproc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:scsi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aacraid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aic7xxx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aic94xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:arcmsr: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:be2iscsi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bfa: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bnx2fc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bnx2i: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:csiostor: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgbi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb3i: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb4i: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:device_handler: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:esas2r: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fcoe: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fnic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:libfc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:libsas: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lpfc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:megaraid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mpt2sas: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mpt3sas: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mvsas: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:osd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcmcia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pm8001: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qla2xxx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qla4xxx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:snic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sym53c8xx_2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ufs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:spi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:spmi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ssb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:staging: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:comedi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drivers: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kcomedilib: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dgap: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dgnc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fbtft: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ft1000: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ft1000-pcmcia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ft1000-usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fwserial: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gdm724x: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gdm72xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gs_fpgaboot: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:accel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:adc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:addac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cdc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:frequency: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gyro: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:impedance-analyzer: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:light: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:magnetometer: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:meter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:resolver: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:trigger: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lustre: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lnet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:klnds: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:o2iblnd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:socklnd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lnet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:selftest: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lustre: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fld: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:libcfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:llite: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lmv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lov: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mdc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mgc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:obdclass: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:obdecho: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:osc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ptlrpc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:media: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bcm2048: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxd2099: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lirc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mn88472: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mn88473: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mt29f_spinand: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ozwpan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:panel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8188eu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192e: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192e: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192u: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8712: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8723au: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rts5208: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:slicoss: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sm750fb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sm7xxfb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:speakup: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ste_rmi4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:unisys: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:visorbus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:visornic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vme: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:devices: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vt6655: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vt6656: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wlan-ng: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xgifb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:target: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iscsi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:loopback: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sbp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tcm_fc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:thermal: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:int340x_thermal: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:thunderbolt: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tty: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipwireless: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:serial: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:8250: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:jsm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:uio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:c67x00: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:chipidea: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:class: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dwc3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gadget: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:function: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:legacy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:udc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bdc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:host: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:whci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:image: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isp1760: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:misc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sisusbvga: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:musb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:phy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:serial: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:storage: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usbip: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wusbcore: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:uwb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i1480: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dfu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vfio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vhost: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:video: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:backlight: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fbdev: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aty: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:intelfb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kyro: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:matrox: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mb862xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nvidia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:riva: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:savage: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sis: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vermilion: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:via: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:virtio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vme: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:boards: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bridges: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:w1: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:masters: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:slaves: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:watchdog: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xen: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xen-pciback: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xenfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:9p: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:adfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:affs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:afs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aufs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:autofs4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:befs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:btrfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cachefiles: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ceph: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cifs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:coda: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:configfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cramfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dlm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:efs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:exofs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:f2fs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:freevxfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fscache: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fuse: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gfs2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hfsplus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hpfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isofs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:jffs2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:jfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lockd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:minix: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ncpfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:blocklayout: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:filelayout: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:flexfilelayout: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:objlayout: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfs_common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfsd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nilfs2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nls: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ntfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ocfs2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cluster: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dlm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dlmfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:omfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:overlayfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pstore: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qnx4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qnx6: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:quota: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:reiserfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:romfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:squashfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sysv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ubifs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:udf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ufs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kernel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:locking: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:time: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lib: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:842: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lz4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:raid6: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:reed_solomon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xz: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:net: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:6lowpan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:802: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:8021q: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:9p: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:appletalk: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ax25: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:batman-adv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bluetooth: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bnep: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cmtp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hidp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rfcomm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bridge: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netfilter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:caif: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:can: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ceph: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dccp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:decnet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netfilter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hsr: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ieee802154: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:6lowpan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipv4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netfilter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipv6: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netfilter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:irda: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ircomm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:irlan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:irnet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:key: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:l2tp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lapb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:llc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mac80211: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mac802154: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mpls: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netfilter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipset: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipvs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netlink: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netrom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:openvswitch: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:packet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:phonet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rds: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rfkill: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rose: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rxrpc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sched: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sctp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sunrpc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:auth_gss: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xprtrdma: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tipc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:unix: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vmw_vsock: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wimax: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wireless: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:x25: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xfrm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sound: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:oss: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:seq: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drivers: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mpu401: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:opl3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcsp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:firewire: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bebob: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dice: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fireworks: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:oxfw: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hda: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:other: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isa: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ac97: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ali5451: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:asihpi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:au88x0: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aw2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ca0106: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cs46xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ctxfi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:echoaudio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:emu10k1: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hda: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ice1712: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:korg1212: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lola: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lx6464es: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mixart: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nm256: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:oxygen: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcxhr: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:riptide: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rme9652: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:trident: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vx222: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ymfpci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcmcia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pdaudiocf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:soc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:codecs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dwc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fsl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:generic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:intel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sst: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:baytrail: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:boards: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:haswell: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xtensa: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:synth: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:emux: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:6fire: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bcd2000: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:caiaq: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hiface: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:line6: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:misc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usx2y: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ubuntu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vbox: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vboxguest: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vboxsf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vboxvideo: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 3 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vdso: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.build-id: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:3a: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:4d: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:6f: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:initrd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kernel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:arch: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:x86: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:crypto: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sha-mb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kernel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cpu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mcheck: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kvm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:oprofile: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:platform: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 3 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:crypto: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:asymmetric_keys: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:async_tx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drivers: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:acpi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:apei: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ata: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:auxdisplay: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:base: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:regmap: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bcma: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:block: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aoe: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drbd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mtip32xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:paride: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rsxx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xen-blkback: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:zram: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bluetooth: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:char: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:agp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hw_random: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipmi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mwave: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcmcia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tpm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:st33zp24: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xillybus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:clk: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cpufreq: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:crypto: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ccp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qat_common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qat_dh895xcc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dca: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dma: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dw: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hsu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ioat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:edac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:extcon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:firewire: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:firmware: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:efi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fmc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gpio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gpu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amdgpu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amdkfd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ast: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cirrus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gma500: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i810: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i915: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mga: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nouveau: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qxl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:r128: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:radeon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:savage: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sis: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tdfx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ttm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:udl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vgem: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:via: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:virtio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vmwgfx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2c-hid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usbhid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hsi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:clients: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hwmon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pmbus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:algos: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:busses: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:muxes: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:idle: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:accel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:adc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amplifiers: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hid-sensors: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ssp_sensors: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:st_sensors: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:frequency: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gyro: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:humidity: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:imu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:inv_mpu6050: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:light: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:magnetometer: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:orientation: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pressure: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:proximity: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:temperature: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:trigger: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:infiniband: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hw: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amso1100: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipath: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mlx4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mlx5: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mthca: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nes: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ocrdma: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qib: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usnic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ulp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipoib: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iser: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isert: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:srp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:srpt: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:input: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gameport: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:joystick: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iforce: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:keyboard: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:misc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mouse: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:serio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tablet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:touchscreen: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iommu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipack: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:carriers: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:devices: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isdn: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:capi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:divert: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gigaset: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hardware: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:avm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:eicon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mISDN: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hisax: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hysdn: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i4l: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mISDN: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:leds: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:trigger: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:macintosh: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mailbox: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mcb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:md: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bcache: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:persistent-data: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:media: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:b2c2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:saa7146: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:siano: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dvb-core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dvb-frontends: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drx39xyj: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:firewire: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx25840: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:soc_camera: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mmc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:siano: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:b2c2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bt8xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cobalt: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx18: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx23885: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx25821: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx88: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ddbridge: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dm1105: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dt3155: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ivtv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mantis: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:meye: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ngene: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pluto2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pt1: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pt3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:saa7134: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:saa7146: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:saa7164: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:smipcie: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:solo6x10: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ttpci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tw68: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:zoran: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:platform: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:marvell-ccic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:soc_camera: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vivid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:radio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:si470x: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:si4713: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wl128x: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:keymaps: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tuners: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:airspy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:as102: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:au0828: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:b2c2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cpia2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cx231xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dvb-usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dvb-usb-v2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:em28xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:go7007: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gspca: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gl860: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:m5602: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:stv06xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hackrf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hdpvr: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:msi2500: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pvrusb2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pwc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:s2255: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:siano: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:stk1160: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:stkwebcam: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tm6000: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ttusb-budget: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ttusb-dec: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usbtv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usbvision: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:uvc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:zr364xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:v4l2-core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:memstick: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:host: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:message: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fusion: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mfd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:misc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:altera-stapl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:c2port: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cb710: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:echo: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:eeprom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:genwqe: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ibmasm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lis3lv02d: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mei: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:card: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:host: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:scif: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ti-st: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vmw_vmci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mmc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:card: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:host: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mtd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:chips: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:devices: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lpddr: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:maps: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nand: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:onenand: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:spi-nor: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ubi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:net: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:appletalk: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:arcnet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bonding: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:caif: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:can: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:c_can: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cc770: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:m_can: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sja1000: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:softing: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:spi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:peak_usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ethernet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:3com: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:8390: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:adaptec: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:agere: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:alteon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:altera: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:amd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atheros: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:alx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atl1c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atl1e: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atlx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:broadcom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bnx2x: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:genet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:brocade: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bna: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cadence: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cavium: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:liquidio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:thunder: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:chelsio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb4vf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cisco: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:enic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dec: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tulip: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dlink: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:emulex: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:benet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fujitsu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:icplus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:intel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:e1000: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:e1000e: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fm10k: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i40e: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i40evf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:igb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:igbvf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ixgb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ixgbe: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ixgbevf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:marvell: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mellanox: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mlx4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mlx5: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:micrel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:microchip: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:myricom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:myri10ge: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:natsemi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:neterion: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vxge: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nvidia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:packetengines: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qlogic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netxen: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qlcnic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qlge: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rdc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:realtek: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:samsung: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sxgbe: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sfc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:silan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sis: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:smsc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:stmicro: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:stmmac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sun: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tehuti: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ti: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:via: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wiznet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xircom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fddi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:skfp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hamradio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hyperv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ieee802154: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipvlan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:irda: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:phy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:plip: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ppp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:slip: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:team: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vmxnet3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lmc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wimax: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2400m: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wireless: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ath: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ar5523: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ath10k: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ath5k: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ath6kl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ath9k: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:carl9170: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wcn36xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wil6210: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:b43: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:b43legacy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:brcm80211: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:brcmfmac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:brcmsmac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:brcmutil: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cw1200: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hostap: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipw2x00: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iwlegacy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iwlwifi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dvm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mvm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:libertas: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:libertas_tf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mediatek: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mt7601u: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mwifiex: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:orinoco: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:p54: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rsi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rt2x00: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl818x: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8180: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8187: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtlwifi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:btcoexist: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8188ee: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192ce: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192cu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192de: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192ee: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192se: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8723ae: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8723be: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8723com: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8821ae: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ti: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wl1251: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wl12xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wl18xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wlcore: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:zd1211rw: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xen-netback: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:microread: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfcmrvl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nxp-nci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pn544: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:st-nci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:st21nfca: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ntb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hw: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:intel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:test: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nvdimm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:parport: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hotplug: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcmcia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:phy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pinctrl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:intel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:platform: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:chrome: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:x86: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:power: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:powercap: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pps: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:clients: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ptp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pwm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rapidio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:devices: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:switches: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:regulator: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:remoteproc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:scsi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aacraid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aic7xxx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aic94xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:arcmsr: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:be2iscsi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bfa: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bnx2fc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bnx2i: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:csiostor: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgbi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb3i: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxgb4i: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:device_handler: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:esas2r: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fcoe: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fnic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:libfc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:libsas: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lpfc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:megaraid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mpt2sas: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mpt3sas: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mvsas: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:osd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcmcia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pm8001: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qla2xxx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qla4xxx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:snic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sym53c8xx_2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ufs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:spi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:spmi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ssb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:staging: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:comedi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drivers: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kcomedilib: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dgap: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dgnc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fbtft: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ft1000: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ft1000-pcmcia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ft1000-usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fwserial: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gdm724x: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gdm72xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gs_fpgaboot: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:accel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:adc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:addac: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cdc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:frequency: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gyro: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:impedance-analyzer: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:light: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:magnetometer: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:meter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:resolver: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:trigger: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lustre: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lnet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:klnds: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:o2iblnd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:socklnd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lnet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:selftest: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lustre: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fid: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fld: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:libcfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:llite: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lmv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lov: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mdc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mgc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:obdclass: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:obdecho: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:osc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ptlrpc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:media: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bcm2048: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cxd2099: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lirc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mn88472: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mn88473: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mt29f_spinand: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ozwpan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:panel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8188eu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192e: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192e: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8192u: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8712: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rtl8723au: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rts5208: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:slicoss: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sm750fb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sm7xxfb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:speakup: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ste_rmi4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:unisys: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:visorbus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:visornic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vme: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:devices: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vt6655: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vt6656: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wlan-ng: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xgifb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:target: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:iscsi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:loopback: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sbp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tcm_fc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:thermal: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:int340x_thermal: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:thunderbolt: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tty: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipwireless: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:serial: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:8250: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:jsm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:uio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:c67x00: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:chipidea: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:class: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dwc3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gadget: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:function: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:legacy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:udc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bdc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:host: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:whci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:image: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isp1760: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:misc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sisusbvga: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:musb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:phy: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:serial: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:storage: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usbip: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wusbcore: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:uwb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i1480: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dfu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vfio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vhost: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:video: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:backlight: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fbdev: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aty: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:intelfb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kyro: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:matrox: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mb862xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nvidia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:riva: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:savage: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sis: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vermilion: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:via: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:virtio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vme: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:boards: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bridges: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:w1: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:masters: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:slaves: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:watchdog: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xen: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xen-pciback: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xenfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:9p: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:adfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:affs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:afs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aufs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:autofs4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:befs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:btrfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cachefiles: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ceph: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cifs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:coda: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:configfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cramfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dlm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:efs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:exofs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:f2fs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:freevxfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fscache: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fuse: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:gfs2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hfsplus: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hpfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isofs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:jffs2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:jfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lockd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:minix: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ncpfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:blocklayout: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:filelayout: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:flexfilelayout: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:objlayout: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfs_common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfsd: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nilfs2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nls: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ntfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ocfs2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cluster: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dlm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dlmfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:omfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:overlayfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pstore: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qnx4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:qnx6: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:quota: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:reiserfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:romfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:squashfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sysv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ubifs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:udf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ufs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xfs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:kernel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:locking: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:time: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lib: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:842: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lz4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:raid6: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:reed_solomon: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xz: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:net: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:6lowpan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:802: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:8021q: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:9p: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:appletalk: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ax25: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:batman-adv: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bluetooth: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bnep: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cmtp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hidp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rfcomm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bridge: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netfilter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:caif: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:can: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ceph: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dccp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:decnet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netfilter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hsr: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ieee802154: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:6lowpan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipv4: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netfilter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipv6: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netfilter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:irda: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ircomm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:irlan: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:irnet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:key: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:l2tp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lapb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:llc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mac80211: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mac802154: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mpls: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netfilter: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipset: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ipvs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netlink: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:netrom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nfc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:openvswitch: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:packet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:phonet: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rds: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rfkill: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rose: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rxrpc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sched: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sctp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sunrpc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:auth_gss: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xprtrdma: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tipc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:unix: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vmw_vsock: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wimax: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:wireless: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:x25: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xfrm: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sound: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:core: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:oss: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:seq: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:drivers: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mpu401: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:opl3: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcsp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:firewire: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bebob: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dice: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fireworks: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:oxfw: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hda: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:i2c: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:other: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:isa: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ac97: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ali5451: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:asihpi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:au88x0: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:aw2: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ca0106: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:cs46xx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ctxfi: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:echoaudio: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:emu10k1: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hda: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ice1712: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:korg1212: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lola: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lx6464es: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:mixart: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:nm256: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:oxygen: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcxhr: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:riptide: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:rme9652: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:trident: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vx222: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ymfpci: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pcmcia: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:pdaudiocf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vx: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:soc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:codecs: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dwc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:fsl: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:generic: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:intel: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:atom: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:sst: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:baytrail: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:boards: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:common: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:haswell: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:xtensa: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:synth: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:emux: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usb: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:6fire: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bcd2000: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:caiaq: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:hiface: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:line6: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:misc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:usx2y: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ubuntu: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vbox: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vboxguest: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vboxsf: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vboxvideo: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 3 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:vdso: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.build-id: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:3a: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:4d: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:6f: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:bc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:dc: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:..: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:..: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/ubuntu-drivers-common/last_gfx_boot: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/dpkg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dpkg/dpkg.cfg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/update-alternatives: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/dpkg/alternatives/x86_64-linux-gnu_gl_conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/libgcc_s.so.1: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/rsyslog.d/50-default.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/rsyslog.d/20-ufw.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/default-display-manager: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/librtmp.so.1: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/basename: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/libssl.so.1.0.0: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/lightdm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/init/00main: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/init/hda: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/init/default: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/lightdm/lightdm.conf.d/50-greeter-wrapper.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/polkitd.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/policykit-1/polkitd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gio/modules/giomodule.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/lightdm/lightdm.conf.d/50-guest-wrapper.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/lightdm/lightdm.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/thermald/thermal-conf.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/polkit-1/extensions/libnullbackend.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/thermald/thermal-cpu-cdev-order.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/login.defs: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/polkit-1/nullbackend.conf.d/50-nullbackend.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-altair-lte.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/shadow: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/xsessions/ubuntu.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/libnl-3/classid: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/cups/cups-files.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/cups/cupsd.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/papersize: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/mime/command.types: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-anydata.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-cinterion.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-dell.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/X: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/locale: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xwrapper.config: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/language-tools/language-validate: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/Xorg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/Xorg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/mime/cupsfilters.types: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/mime/mime.types: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/mime/pstotiff.types: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/cups/raw.types: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/mime/cupsfilters.convs: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/mime/mime.convs: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/mime/pstotiff.convs: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/cups/raw.convs: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/banners/classified: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/NetworkManager/NetworkManager.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-generic.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-gobi.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-hso.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/init.d/kerneloops: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/rc.local: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/kerneloops: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/NetworkManager/VPN/nm-pptp-service.name: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/language-tools/language-options: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/perl: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/perl/5.20/strict.pm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/perl/5.20/warnings.pm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ifupdown.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/kerneloops: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/locale: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/language-tools/main-countries: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/banners/confidential: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-huawei.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-iridium.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/kerneloops.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/banners/form: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-linktop.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/banners/secret: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-longcheer.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/banners/standard: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-mbm.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/banners/topsecret: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-motorola.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/cups/banners/unclassified: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-mtk.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/hostname: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia-icera.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-settings-plugin-ofono.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:2/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:2/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:3/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:3/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:4/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:4/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:5/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:5/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:6/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:6/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:7/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:7/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:8/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:8/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:9/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:9/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:10/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:10/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:11/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:11/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:12/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:12/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:13/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:13/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:14/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:14/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:15/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:15/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:16/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:16/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:17/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:17/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:18/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:18/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:19/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:19/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:20/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:20/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:21/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:21/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:22/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:22/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:23/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:23/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:24/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:24/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:25/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:25/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:26/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:26/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:27/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:27/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:28/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:28/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:29/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:29/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:30/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:30/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:31/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:31/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:32/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:32/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:33/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:33/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:34/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:34/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:35/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:35/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:36/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:36/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:37/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:37/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:38/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:38/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:39/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:39/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:40/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:40/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:41/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:41/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:42/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:42/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:43/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:43/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:44/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:44/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:45/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:45/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:46/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:46/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:47/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:47/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:48/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:48/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:49/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:49/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:50/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:50/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:51/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:51/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:52/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:52/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:53/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:53/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:54/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:54/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:55/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:55/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:56/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:56/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:57/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:57/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:58/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:58/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:59/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:59/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:60/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:60/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:61/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:61/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:62/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:62/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:63/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:63/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:64/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:64/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:65/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:65/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:66/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:66/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:67/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:67/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:68/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:68/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:69/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:69/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:70/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:70/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:71/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:71/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:72/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:72/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:73/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:73/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:74/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:74/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:75/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:75/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:76/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:76/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:77/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:77/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:78/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:78/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:79/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:79/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:80/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:80/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:81/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:81/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:82/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:82/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:83/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:83/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:85/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:85/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:86/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:86/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:87/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:87/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:98/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:98/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:99/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:99/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:103/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:103/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:104/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:104/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:114/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:114/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:124/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:124/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:125/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:125/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:166/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:166/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:167/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:167/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:168/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:168/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:170/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:170/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:171/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:171/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:173/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:173/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:174/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:174/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:175/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:175/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:176/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:176/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:177/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:177/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:179/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:179/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:180/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:180/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:181/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:181/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:182/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:182/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:184/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:184/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:189/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:189/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:190/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:190/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:191/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:191/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:192/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:192/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:193/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:193/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:194/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:194/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:195/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:195/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:196/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:196/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:197/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:197/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:198/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:198/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:199/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:199/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:200/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:200/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:201/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:201/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:208/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:208/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:239/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:239/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:440/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:440/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:441/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:441/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:444/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:444/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:446/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:446/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:447/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:447/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:448/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:448/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:449/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:449/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:456/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:456/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:457/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:457/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:464/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:464/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:475/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:475/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:476/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:476/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:477/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:477/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:481/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:481/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:486/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:486/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:496/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:496/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:807/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:807/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:833/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:833/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1036/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1036/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1045/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1045/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1049/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1049/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1050/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1050/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1051/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1051/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1052/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1052/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1053/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1053/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1054/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1054/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1073/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1073/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1076/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1076/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1085/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1085/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1129/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1129/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1132/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1132/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1133/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1133/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1171/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1171/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1186/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1186/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1252/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1252/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1282/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1282/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1352/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1352/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1386/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1386/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1388/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1388/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1391/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1391/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1394/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1394/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-nokia.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1418/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1418/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1421/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1421/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1424/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1424/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1425/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1425/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1426/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel-lte.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1426/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1429/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1429/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1433/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1433/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1435/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1435/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1436/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1436/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1437/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-novatel.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1437/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1440/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1440/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1441/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1441/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1460/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1460/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1461/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1461/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1481/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1481/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1488/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1488/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1499/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1499/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1503/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1503/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1512/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1512/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1516/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1516/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1517/stat: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:1517/cmdline: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-option.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-pantech.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-samsung.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra-legacy.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-sierra.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-simtech.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-telit.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-via.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-wavecom.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-x22x.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/ModemManager/libmm-plugin-zte.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-wwan.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/cups/cups-browsed.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/wpa_supplicant.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/wpa_supplicant: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/protocol.txt: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xorg.conf.d/10-evdev.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xorg.conf.d/10-quirks.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xorg.conf.d/11-evdev-quirks.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xorg.conf.d/11-evdev-trackpoint.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xorg.conf.d/50-synaptics.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xorg.conf.d/50-vmmouse.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xorg.conf.d/50-wacom.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xorg.conf.d/51-synaptics-quirks.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/extensions/libglx.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/drivers/intel_drv.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/drivers/nouveau_drv.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/drivers/modesetting_drv.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/drivers/fbdev_drv.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/drivers/vesa_drv.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/libfbdevhw.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/acpid: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/acpid: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/libfb.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/libshadowfb.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/libexa.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:/usr/lib/x86_64-linux-gnu/dri/i965_dri.so: Error retrieving chunk extents: Operation not supported]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:asus-keyboard-backlight-down: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:asus-keyboard-backlight-up: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:asus-wireless-off: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:asus-wireless-on: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:ibm-wireless: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:lenovo-undock: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:powerbtn: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:thinkpad-cmos: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tosh-wireless: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/drirc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/fonts.dir: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/fonts.alias: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/fonts.dir: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/cursor.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/rules/evdev: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/xkbcomp: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/keycodes/evdev: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/keycodes/aliases: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/geometry/pc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/types/complete: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/types/basic: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/types/mousekeys: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/types/pc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/types/iso9995: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/types/level5: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/types/extra: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/types/numpad: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/complete: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/basic: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/ledcaps: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/lednum: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/iso9995: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/mousekeys: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/accessx: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/misc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/ledscroll: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/xfree86: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/level5: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/compat/caps: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/symbols/pc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/symbols/srvr_ctrl: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/symbols/keypad: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/symbols/altwin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/symbols/us: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/symbols/inet: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/input/evdev_drv.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/xorg/modules/input/synaptics_drv.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/plymouth/boot-duration: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pam.d/lightdm-autologin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/security/pam_nologin.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/security/pam_permit.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pam.d/common-account: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/security/pam_unix.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/security/pam_deny.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/security/pam_selinux.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/agetty: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/security/pam_limits.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pam.d/common-session: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/security/pam_umask.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/security/pam_systemd.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/security/pam_ecryptfs.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libnss3.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libnss3.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libnssutil3.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libplc4.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libplds4.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libnspr4.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/locale/C.UTF-8/LC_CTYPE: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/security/pam_env.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pam.d/common-password: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/x86_64-linux-gnu/security/pam_gnome_keyring.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pam.d/other: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pam.d/common-auth: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/security/limits.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/issue: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/[email protected]: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pam.d/systemd-user: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pam.d/common-session-noninteractive: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/systemd/user.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/shutdown.target: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/systemd/user/default.target: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/systemd/user/basic.target: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/paths.target: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/timers.target: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/sockets.target: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/security/pam_env.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/environment: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.Xauthority: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.xsession-errors: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/sbin/lightdm-session: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/mktemp: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/profile: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/profile.d/appmenu-qt5.sh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/profile.d/bash_completion.sh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/profile.d/cedilla-brazil.sh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/profile.d/vte-2.91.sh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/truncate: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.profile: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/xrdb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xresources/x11-common: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gcc/x86_64-linux-gnu/5/cc1: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 9 times: [ ureadahead:/usr/lib/gcc/x86_64-linux-gnu/5/cc1: Error retrieving chunk extents: Operation not supported]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/include/stdc-predef.h: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/xinit/xinitrc.d/50-systemd-user.sh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/systemctl: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/expr: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/00upstart: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/upstart-xsessions: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/20x11-common_process-args: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.options: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/30x11-common_xresources: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/35x11-common_xhost-local: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/id: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/xhost: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/40x11-common_xsessionrc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/50_check_unity_support: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/nux/unity_support_test: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/50x11-common_determine-startup: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/55gnome-session_gnomerc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/60x11-common_localhost: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/60x11-common_xdg_path: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/60xbrlapi: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/xbrlapi: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/60xdg-user-dirs-update: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/xdg-user-dirs-update: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/nss: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/user-dirs.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/user-dirs.defaults: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/user-dirs.locale: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/65compiz_profile-on-session: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/70gconfd_path-on-session: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/70im-config_launch: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/im-config/xinputrc.common: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/gettext.sh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/default/im-config: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/xinit/xinputrc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/im-config/data/00_default.rc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/im-config/data/01_auto.rc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/im-config/data/21_ibus.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/gettext: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/dpkg-query: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/dpkg/status: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/dpkg/triggers/File: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/im-config/data/21_ibus.rc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/75dbus_dbus-launch: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/81overlay-scrollbar: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/90gpg-agent: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/hostname: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/90qt-a11y: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/gsettings: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/glib-2.0/schemas/gschemas.compiled: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/90x11-common_ssh-agent: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/95dbus_update-activation-env: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/99upstart: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/X11/Xsession.d/99x11-common_start: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/upstart: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/at-spi2-registryd.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/dbus.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/gnome-keyring.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/gnome-keyring-ssh.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/gnome-session.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/gpg-agent.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/hud.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/im-config.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/indicator-application.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/indicator-bluetooth.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/indicator-datetime.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/indicator-keyboard.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/indicator-messages.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/indicator-power.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/indicator-printers.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/indicator-session.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/indicator-sound.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/logrotate.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/no-pinentry-gnome3.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/notify-cgmanager.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/re-exec.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/session-migration.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/ssh-agent.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/unicast-local-avahi.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/unity7.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/unity-gtk-module.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/unity-panel-service.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/unity-panel-service-lockscreen.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/unity-settings-daemon.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/update-notifier-cds.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/update-notifier-crash.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/update-notifier-hp-firmware.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/update-notifier-release.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/upstart-dbus-session-bridge.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/upstart-dbus-system-bridge.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/upstart-event-bridge.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/upstart-file-bridge.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/upstart-udev-bridge.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/window-stack-bridge.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/sessions/xsession-init.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/upstart-udev-bridge: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/session.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dbus-1/session.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/ca.desrt.dconf.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.canonical.Unity.Webapps.Service.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.canonical.certification.PlainBox1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.canonical.hud.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.canonical.indicators.webcredentials.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.canonical.webcredentials.capture.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.google.code.AccountsSSO.SingleSignOn.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.nokia.SingleSignOn.Backup.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.nokia.singlesignonui.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.ubuntu.OneConf.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.ubuntu.SoftwareCenterDataProvider.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/com.ubuntu.sso.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/gvfs-daemon.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/gvfs-metadata.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/music-preview-player.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/musicstore-scope.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.a11y.Bus.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.ayatana.bamf.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.bluez.obex.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.fcitx.Fcitx.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.fedoraproject.Config.Printing.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.ColorHelper.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.FileManager1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Geoclue.Master.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Geoclue.Providers.UbuntuGeoIP.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Notifications.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.AccountManager.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Auth.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Call.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.Chat.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.Empathy.FileTransfer.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.Logger.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.Vino.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.salut.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.Logger.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.Telepathy.MissionControl5.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.freedesktop.secrets.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.Calculator.SearchProvider.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.Camera.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.Cheese.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.Contacts.SearchProvider.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.Contacts.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.FileRoller.ArchiveManager1.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.FileRoller.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.GConf.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.Nautilus.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.Rhythmbox3.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.ScreenSaver.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.Screenshot.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.Terminal.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.Totem.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.baobab.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.evince.Daemon.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.evolution.dataserver.AddressBook.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.evolution.dataserver.Sources.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.font-viewer.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.gedit.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.keyring.PrivatePrompter.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.keyring.SystemPrompter.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.keyring.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.seahorse.Application.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.zeitgeist.fts.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gnome.zeitgeist.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gtk.GLib.PACRunner.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gtk.Private.AfcVolumeMonitor.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gtk.Private.GPhoto2VolumeMonitor.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gtk.Private.MTPVolumeMonitor.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.gtk.Private.UDisks2VolumeMonitor.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/org.onboard-prediction.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/sessioninstaller.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-applications.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-audacious.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-calculator.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-chromiumbookmarks.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-clementine.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-colourlovers.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-devhelp.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-facebook.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-files-local.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-firefoxbookmarks.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-flickr.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-gdrive.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-gmusicbrowser.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-gourmet.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-guayadeque.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-home.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-manpages.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-music.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-musique.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-openclipart.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-picasa.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-shotwell.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-texdoc.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-tomboy.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-video-local.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-video-remote.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-virtualbox.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-yelp.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/services/unity-scope-zotero.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/upstart-dbus-bridge: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/session-migration: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/upstart-file-bridge: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/hud/window-stack-bridge: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/upstart-event-bridge: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/gnome-keyring-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/gnome-keyring-ssh.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/gnome-keyring-ssh.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/upstart-event-bridge.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/gpg-agent.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/00_remove_decor_in_unity_session.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/ibus-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus/keymaps/us: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus/keymaps/common: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus/keymaps/modifiers: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus/component/dconf.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus/component/gtkpanel.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus/component/simple.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus/component/table.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/ibus/ibus-engine-table: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/gnome-keyring.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/ssh-agent.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/encodings/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/codecs.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/encodings/aliases.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/encodings/utf_8.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/encodings/latin_1.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/io.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/abc.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/dbus.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/bamf/bamfdaemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/_weakrefset.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/_bootlocale.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/site.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/os.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/stat.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/posixpath.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/genericpath.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/_collections_abc.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/_sitebuiltins.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/sysconfig.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/_sysconfigdata.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/plat-x86_64-linux-gnu/_sysconfigdata_m.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/apport_python_hook.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus-table/engine/main.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/optparse.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/__future__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/pkgutil.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/textwrap.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/functools.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/re.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/sre_compile.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/collections/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/sre_parse.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/operator.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/sre_constants.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/copyreg.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/keyword.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/gettext.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/heapq.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/reprlib.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/locale.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/types.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/weakref.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/importlib/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/copy.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/struct.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/warnings.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/importlib/util.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/contextlib.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/importlib/machinery.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/_gi.cpython-34m-x86_64-linux-gnu.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/_error.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/datetime.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libmirclient.so.9: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/repository/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/importer.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/module.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/types.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/_constants.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/docstring.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/_propertyhelper.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/traceback.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/linecache.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/tokenize.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/token.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/_signalhelper.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/inspect.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/ast.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/dis.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/opcode.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libmircommon.so.5: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/lib-dynload/_opcode.cpython-34m-x86_64-linux-gnu.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libmirprotobuf.so.3: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/overrides/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/girepository-1.0/Gio-2.0.typelib: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/girepository-1.0/IBus-1.0.typelib: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.58.0: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/girepository-1.0/GObject-2.0.typelib: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/girepository-1.0/GLib-2.0.typelib: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/overrides/IBus.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/overrides/Gio.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/overrides/GObject.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/locale-langpack/en/LC_MESSAGES/gtk30.mo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/overrides/GLib.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3/dist-packages/gi/_option.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus-table/engine/factory.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus-table/engine/table.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/subprocess.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/selectors.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/threading.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/dconf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/string.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libunity-gtk-module.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus-table/engine/chinese_variants.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/dconf/dconf-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/ibus-table/engine/tabsqlitedb.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/sqlite3/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/sqlite3/dbapi2.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/collections/abc.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/lib-dynload/_sqlite3.cpython-34m-x86_64-linux-gnu.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/uuid.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/ctypes/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/lib-dynload/_ctypes.cpython-34m-x86_64-linux-gnu.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/00_remove_gnomecompat_in_unity_session.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/ctypes/_endian.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/ctypes/util.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/at-spi2-core/at-spi-bus-launcher: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/dconf/user: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/tempfile.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/at-spi2/accessibility.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/dbus-1/accessibility-services/org.a11y.atspi.Registry.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/at-spi2-core/at-spi2-registryd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/shutil.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/fnmatch.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/locale/locale.alias: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/tarfile.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/locale/locale.dir: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gvfs/gvfsd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gvfs/libgvfsdaemon.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/bz2.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/afc.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/lib-dynload/_bz2.cpython-34m-x86_64-linux-gnu.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/random.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/afp-browse.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/afp.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/archive.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/burn.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/cdda.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/computer.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/dav+sd.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/dav.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/dns-sd.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/ftp.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/gphoto2.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/http.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/localtest.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/mtp.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/network.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/obexftp.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/recent.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/sftp.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/smb-browse.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/smb.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/mounts/trash.mount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gvfs/gvfsd-fuse: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/hashlib.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/lib-dynload/_hashlib.cpython-34m-x86_64-linux-gnu.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/fusermount: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/mime/mime.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/ldconfig: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/fuse.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:.: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/user-dirs.dirs: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/bamf-2.index: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/mimeinfo.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/Desktop/examples.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/Desktop/ubiquity.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/sbin/ldconfig.real: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/window-stack-bridge.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/xml/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/xml/etree/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/xml/etree/ElementTree.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python3.4/xml/etree/ElementPath.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/ibus/bus/496aefd58af84497b65ab9a7dbcddd2d-unix-0: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/ibus/ibus-dconf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/ibus/ibus-ui-gtk3: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/ibus/ibus-x11: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dconf/profile/ibus: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/dconf/db/ibus: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/00_remove_scalefilter_in_unity_session.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/gtk-3.0/settings.ini: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/gtk.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/gtk-main.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/gtk-widgets-borders.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/gtk-widgets-assets.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/gtk-widgets.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/apps/unity.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/apps/baobab.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/apps/gedit.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/apps/nautilus.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/apps/gnome-panel.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/apps/gnome-terminal.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/apps/gnome-system-log.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/apps/unity-greeter.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/apps/glade.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/apps/software-center.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/public-colors.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/settings.ini: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/entry.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/entry-disabled.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libunity-gtk-module.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/fonts/fonts.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/fonts/conf.d/65-0-fonts-guru-extra.conf/65-0-fonts-guru-extra.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/fonts/conf.d/65-khmer.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/01_unity_change_dconf_path: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/02_unity_setup_text_scale_factor: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/fonts/conf.d/99pdftoopvp.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/3830d5c3ddfd5cd38a049b759396e72e-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/4c599c202bc5c08e2d34565a40eac3b2-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/c855463f699352c367813e37f3f70ea7-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/57e423e26b20ab21d0f2f29c145174c3-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu systemd[1]: Stopped Read required files in advance.
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/03_migrate_signon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/03_unity_first_run_stamp_move: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/cleanup-local-webapps-in-launcher.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/d82eb4fd963d448e2fcb7d7b793b5df3-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0419bt_.afm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0419bt_.pfb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0582bt_.afm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0582bt_.pfb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0583bt_.afm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0583bt_.pfb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0611bt_.afm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0611bt_.pfb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0632bt_.afm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0632bt_.pfb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0633bt_.afm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0633bt_.pfb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0648bt_.afm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0648bt_.pfb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0649bt_.afm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/c0649bt_.pfb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/encodings.dir: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/Type1/fonts.scale: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/707971e003b4ae6c8121c3a920e507f5-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/cabbd14511b9e8a55e92af97fb3a0461-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-11.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/10x20.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/12x13ja.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/12x24.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/12x24rk.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/18x18ja.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/18x18ko.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/bin/hciconfig: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/4x6.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/5x8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-11.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13B.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x13O.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/6x9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-11.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-11.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13B.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-11.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x13O.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-11.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/bluetooth.target: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/bluetooth.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/bluetooth/bluetoothd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/bluetooth/bluetoothd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-JISX0201.1976-0.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-11.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/7x14B.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13B.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x13O.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/8x16rk.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-11.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/bluetooth/main.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/bluetooth/plugins/sixaxis.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/bluetooth/proximity.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/bluetooth/input.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/bluetooth/network.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/net/bluetooth/bnep/bnep.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-11.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/systemd-hostnamed.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x15B.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-11.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/9x18B.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/arabic24.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clB6x10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clB6x12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clB8x10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clB8x12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clB8x13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clB8x14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clB8x16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clB8x8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clB9x15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clI6x12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clI8x8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR4x6.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR5x10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR5x6.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR5x8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-1.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-3.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-4.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-5.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-7.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-ISO8859-9.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12-KOI8-R.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x6.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR6x8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR7x10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR7x12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR7x14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR7x8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR8x10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR8x12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR8x13.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR8x14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR8x16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR8x8.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/clR9x15.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/cu-alt12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/cu-arabic12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/cu-devnag12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/cu-lig12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/cu-pua12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/cu12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd-hostnamed: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/cuarabic12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/cudevnag12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/deccurs.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/decsess.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/encodings.dir: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/gb16fs.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/os-release: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/gb16st.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/gb24st.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/hanglg16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/hanglm16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/hanglm24.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/jiskan16.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/jiskan24.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/k14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/micro.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/nil2.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/olcursor.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/olgl10.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/olgl12.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/olgl14.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/X11/misc/olgl19.pcf.gz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/fe547fea3a41b43a38975d292a2b19c7-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/f1f2465696798768e9653f19e17ccdc8-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/95530828ff6c81d309f8258d8d02a23e-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/d3e5c4ee2ceb1fc347f91d4cefc53bc0-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/e52a45a1c8c8fe895fc0fc8c4e6999b8-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/188ac73a183f12857f63bb60a4a6d603-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/0c9eb80ebd1c36541ebe2852d3bb0c49-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/d589a48862398ed80a3d6066f4f56f4c-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/3f7329c5293ffd510edef78f73874cfd-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/551ecf3b0e8b0bca0f25c0944f561853-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/d52a8644073d54c13679302ca1180695-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/b47c4e1ecd0709278f4910c18777a504-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/b9d506c9ac06c20b433354fa67a72993-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/56cf4f4769d0f4abc89a4895d7bd3ae1-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/3047814df9a2f067bd2d96a2b9c36e5a-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/bab58bb527bb656aaa9f116d68a48d89-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/8801497958630a81b71ace7c5f9b32a8-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/4794a0821666d79190d59a36cb4f44b5-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/767a8244fc0220cfb567a839d0392e0b-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/dc05db6664285cc2f12bf69c139ae4c3-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/385c0604a188198f04d133e54aba7fe7-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/1ac9eb803944fde146138c791f5cc56a-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/04aabc0a78ac019cf9454389977116d2-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/a6354e3ac43af67bd8d7b8e43c34e49f-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/a755afe4a08bf5b97852ceb7400b47bc-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/0d8c3b2ac0904cb8a57a757ad11a4a08-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/2cd17615ca594fa2959ae173292e504c-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/945677eb7aeaf62f1d50efc3fb3ec7d8-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/cache/fontconfig/6333f38776742d18e214673cd2c24e34-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/index.theme: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/icon-theme.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity-Dark/index.theme: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity-Dark/icon-theme.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/index.theme: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/icon-theme.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/index.theme: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/index.theme: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/icon-theme.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/22/ibus-keyboard.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/setxkbmap: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/rules/evdev.lst: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/ibus/ibus-engine-simple: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/truetype/dejavu/DejaVuSansMono-Bold.ttf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/install-default-webapps-in-launcher.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/nautilus-unity-launcher-icon-rename.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/site.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/os.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/posixpath.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/stat.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/genericpath.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/warnings.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/linecache.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/types.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/UserDict.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/_abcoll.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/abc.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/_weakrefset.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/copy_reg.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/traceback.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/sysconfig.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/re.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/sre_compile.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/sre_parse.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/sre_constants.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/_sysconfigdata.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/plat-x86_64-linux-gnu/_sysconfigdata_nd.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/PILcompat.pth: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/ubuntu-sso-client.pth: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/zope.interface-4.1.2-nspkg.pth: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/encodings/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/codecs.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/encodings/aliases.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/encodings/utf_8.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/__future__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/pkgutil.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/importlib/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/_gi.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/_error.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/repository/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/importer.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/contextlib.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/functools.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/module.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/string.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/types.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/_constants.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/docstring.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/_propertyhelper.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/_signalhelper.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/inspect.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dis.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/opcode.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/tokenize.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/token.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/collections.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/keyword.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/heapq.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/overrides/__init__.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/overrides/Gio.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/overrides/GLib.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/_option.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/optparse.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/textwrap.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/gettext.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/locale.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/copy.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/weakref.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/struct.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/dist-packages/gi/overrides/GObject.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/subprocess.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/python2.7/pickle.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/nautilus-unity-launcher-icon.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/session-migration/scripts/ucc-unity-launcher.py: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/hud/hud-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon/unity-settings-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libgsd.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gnome-session/sessions/ubuntu.session: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/gnome-session: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity/unity-panel-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/compiz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/unity-settings-daemon.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/a11y-keyboard.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/a11y-settings.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/background.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/clipboard.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gnome-session/gnome-session-check-accelerated: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/indicators3/7/libapplication.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/color.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/cursor.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/housekeeping.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/keyboard.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/media-keys.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/mouse.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/orientation.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/power.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/print-notifications.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/remote-display.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/screensaver-proxy.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/sound.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/wacom.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/xrandr.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/xsettings.gnome-settings-plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libpower.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gnome-session/gnome-session-check-accelerated-helper: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/unity7.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gnome-session/hardware-compatibility: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/locale/C/XLC_LOCALE: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/gnome-screensaver: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/indicators3/7/libappmenu.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/index.theme: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/indicators3/7/libprintersmenu.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/left_ptr: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/22/printer-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/watch: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/indicators/com.canonical.indicator.bluetooth: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.ICEauthority: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libccp.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/xdg/autostart/unity-settings-daemon.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gnome/autostart/libcanberra-login-sound.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/xdg/autostart/at-spi-dbus-bus.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/xdg/autostart/indicator-bluetooth.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/xdg/autostart/indicator-datetime.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/xdg/autostart/indicator-keyboard.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/xdg/autostart/indicator-messages.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/xdg/autostart/indicator-power.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/xdg/autostart/indicator-printers.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/xdg/autostart/indicator-session.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/upstart/xdg/autostart/indicator-sound.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/at-spi-dbus-bus.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/deja-dup-monitor.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/fcitx-qimpanel-autostart.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/gnome-keyring-pkcs11.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/gnome-keyring-secrets.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/gnome-screensaver.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/gnome-user-share.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/gsettings-data-convert.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/indicator-application.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/indicator-bluetooth.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/indicator-datetime.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/indicator-keyboard.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/indicator-messages.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/indicator-power.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/indicator-printers.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/indicator-session.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/indicator-sound.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/nautilus-autostart.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/nm-applet.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/onboard-autostart.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/orca-autostart.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/polkit-gnome-authentication-agent-1.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/print-applet.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/pulseaudio.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/telepathy-indicator.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/unity-fallback-mount-helper.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/indicators/com.canonical.indicator.datetime: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/indicators/com.canonical.indicator.keyboard: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/indicators/com.canonical.indicator.messages: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/unity-settings-daemon.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/indicators/com.canonical.indicator.power: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/indicators/com.canonical.indicator.session: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/update-notifier.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/indicators/com.canonical.indicator.sound: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/user-dirs-update-gtk.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/vino-server.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/zeitgeist-datahub.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/autostart/screen-reader-profile.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/indicator-messages/indicator-messages-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/start-pulseaudio-x11: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/indicator-bluetooth/indicator-bluetooth-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/indicator-power/indicator-power-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/indicator-datetime/indicator-datetime-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/indicator-keyboard/indicator-keyboard-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/indicator-sound/indicator-sound-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/indicator-printers/indicator-printers-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/indicator-session/indicator-session-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/upower.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/22/indicator-messages.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/pactl: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.canonical.controlcenter.datetime.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/22/bluetooth-active.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pulse/client.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/gsettings-data-convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/upower/upowerd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/indicator-messages.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/indicator-application/indicator-application-service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/22/system-devices-panel.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/pulseaudio: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/brasero.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/UPower/UPower.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.canonical.controlcenter.user-accounts.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/indicator-sound.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.canonical.indicator.sound.AccountsService.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/indicator-application/ordering-override.keyfile: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/compizconfig/config: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/gconf/2/path: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compizconfig/backends/libgsettings.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gconf/2/libgconfbackend-xml.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/libpulsecore-6.0.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.canonical.xdiagnose.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.hp.hplip.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libcompizconfig_gsettings_backend.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.apport.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.languageselector.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.pkexec.gparted.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.release-upgrader.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/deja-dup.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/empathy.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.softwareproperties.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.systemservice.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.ubiquity.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.unity-settings-daemon.plugins.power.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.unity-settings-daemon.plugins.wacom.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/eog.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.update-notifier.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/evince.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.usbcreator.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/evolution-data-server.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/com.ubuntu.whoopsiepreferences.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/file-roller.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.debian.apt.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/folks.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.debian.aptxapianindex.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/gedit.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.debian.pkexec.gnome-system-log.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.ModemManager1.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/geoclue: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/gnome-screenshot.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/gnome-session.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/gnome-settings-daemon.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/gnome-user-share.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/gsettings-desktop-schemas.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/compizconfig/unity.ini: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/animation.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.RealtimeKit1.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/gvfs-dns-sd.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.accounts.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/gvfs-smb.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.color.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/ibus.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.hostname1.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/libgnomekbd.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.locale1.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/logview.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.login1.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/metacity-schemas.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/mousetweaks.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/nautilus.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/nm-applet.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/notify-osd.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/opensubtitles.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/org.gnome.Vino.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/org.gnome.crypto.cache.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/org.gnome.crypto.pgp.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/org.gnome.crypto.pgp_keyservers.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/org.gnome.seahorse.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/org.gnome.seahorse.manager.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/pythonconsole.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/shotwell.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/totem.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/update-manager.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/update-notifier.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/GConf/gsettings/wm-schemas.convert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.policykit.pkexec.run-plainbox-job.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.policykit.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.systemd1.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/animation.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/ccp.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/commands.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.timedate1.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.freedesktop.udisks2.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/commands.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/compiztoolbox.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/compiztoolbox.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/composite.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/composite.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/copytex.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/copytex.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/core.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/core.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/decor.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/decor.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/expo.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/expo.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/ezoom.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/ezoom.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/fade.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.gnome.gnome-system-monitor.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.opensuse.cupspkhelper.mechanism.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/polkit-1/actions/org.x.xf86-video-intel.backlight-helper.policy: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/polkit-1/localauthority/10-vendor.d/unity-greeter.pkla: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/polkit-1/localauthority/10-vendor.d/org.freedesktop.NetworkManager.pkla: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/polkit-1/localauthority/10-vendor.d/gnome-control-center.pkla: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/polkit-1/localauthority/10-vendor.d/com.ubuntu.desktop.pkla: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/polkit-1/localauthority/10-vendor.d/com.canonical.unity.webapps.pkla: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/polkit-1/localauthority/10-vendor.d/50-com.canonical.indicator.sound.AccountsService.pkla: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/polkit-1/localauthority/10-vendor.d/10-live-cd.pkla: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/polkit-1/localauthority/50-local.d/disable-hibernate.pkla: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/fade.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/gnomecompat.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/gnomecompat.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/grid.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/grid.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/imgpng.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/imgpng.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/matecompat.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/matecompat.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/mousepoll.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/mousepoll.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/move.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/move.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/opengl.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/opengl.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/place.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/place.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/regex.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/regex.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/resize.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/resize.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/scale.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pulse/daemon.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/scale.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/session.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/session.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/snap.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/snap.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/staticswitcher.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/rtkit-daemon.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/staticswitcher.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/switcher.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/rtkit/rtkit-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/switcher.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unitymtgrabhandles.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/unitymtgrabhandles.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unityshell.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/pulse/default.pa: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/unityshell.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/vpswitch.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-device-restore.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqeglfs.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqeglfs.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/vpswitch.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/wall.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/wall.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/workarounds.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/compizconfig-1/workarounds.pb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/libprotocol-native.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libhousekeeping.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libxsettings.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/gtk-modules/at-spi2-atk.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqkms.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libsmime3.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/pulse/496aefd58af84497b65ab9a7dbcddd2d-device-volumes.tdb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-stream-restore.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/gtk-modules/canberra-gtk3-module.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqlinuxfb.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimal.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libssl3.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/pulse/496aefd58af84497b65ab9a7dbcddd2d-stream-volumes.tdb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-card-restore.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqminimalegl.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/pulse/496aefd58af84497b65ab9a7dbcddd2d-card-database.tdb: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-augment-properties.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqoffscreen.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/libqxcb.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/compiz-1/compizconfig/done_upgrades: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compizconfig/upgrades/com.canonical.unity.unity.01.upgrade: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compizconfig/upgrades/com.canonical.unity.unity.02.upgrade: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compizconfig/upgrades/com.canonical.unity.unity.03.upgrade: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compizconfig/upgrades/com.canonical.unity.unity.04.upgrade: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compizconfig/upgrades/com.canonical.unity.unity.05.upgrade: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compizconfig/upgrades/com.canonical.unity.unity.06.upgrade: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compizconfig/upgrades/com.canonical.unity.unity.07.upgrade: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-switch-on-port-available.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-udev-detect.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-alsa-card.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/libalsa-util.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/fontconfig/e13b20fdb08344e0e664864cc2ede53d-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/fontconfig/cabbd14511b9e8a55e92af97fb3a0461-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libxrandr.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon/check_gl_texture_size: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libcomposite.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/timezone: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution/evolution-source-registry: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platformthemes/libappmenu-qt5.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libopengl.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libsound.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/profile-sets/default.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libgsdwacom.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libkeyboard.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/cards/aliases.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/default.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/dmix.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/dsnoop.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/cards/HDA-Intel.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/front.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/surround21.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/surround40.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/surround41.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/surround50.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/surround51.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/surround71.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/iec958.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/hdmi.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/alsa/pcm/modem.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-0.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libmouse.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libdb-5.3.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libdb-5.3.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/liba11y-settings.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/liba11y-keyboard.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libscreensaver-proxy.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libremote-display.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libcolor.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libplace.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevkeyboardplugin.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libregex.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libresize.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/left_side: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/right_side: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/liborientation.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libmedia-keys.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/hdmi-output-2.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevmouseplugin.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevtabletplugin.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/top_side: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/top_left_corner: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/registry-modules/module-cache-reaper.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/generic/libqevdevtouchplugin.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/top_right_corner: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/bottom_side: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/bottom_left_corner: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/bottom_right_corner: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/zone.tab: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libsession.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libsnap.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libvpswitch.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libcursor.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/registry-modules/module-gnome-online-accounts.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon-1.0/libclipboard.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-front-mic.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf.common: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-rear-mic.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-dock-mic.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input.conf.common: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-linein.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/registry-modules/module-google-backend.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-aux.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/registry-modules/module-outlook-backend.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/colord.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-video.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/registry-modules/module-owncloud-backend.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-tvtuner.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-fm.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-mic-line.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-headphone-mic.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-input-headset-mic.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Default/gtk-3.0/gtk-keys.css: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/colord/colord: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-2.0/gtkrc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/syndaemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libwall.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libanimation.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-output.conf.common: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-output-lineout.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-output-speaker.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/pulseaudio/alsa-mixer/paths/analog-output-headphones-2.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/registry-modules/module-secret-monitor.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/registry-modules/module-trust-prompt.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Raleigh/gtk-2.0/gtkrc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-2.0/apps/chromium.rc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-bluetooth-policy.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-bluetooth-discover.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-bluez5-discover.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/libbluez5-util.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/fontconfig/7ef2298fde41cc6eeb7af42e48b7d293-le64.cache-4: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/colord/mapping.db: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/colord/storage.db: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/udev/hwdb.bin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 7 times: [ ureadahead:/lib/udev/hwdb.bin: Error retrieving chunk extents: Operation not supported]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/colord-plugins/libcd_plugin_camera.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/xterm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-2.0/apps/ff.rc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/colord-plugins/libcd_plugin_sane.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-2.0/apps/gnome-terminal.rc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-2.0/apps/nautilus.rc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Default/gtk-2.0-key/gtkrc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/colord-plugins/libcd_plugin_scanner.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/DMZ-White/cursors/sb_h_double_arrow: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/BestRGB.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-native-protocol-unix.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/16/battery-100.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libcommands.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/registry-modules/module-ubuntu-online-accounts.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libcompiztoolbox.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/BetaRGB.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/pulse/cookie: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-default-device-restore.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-rescue-streams.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-always-sink.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/BruceRGB.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-intended-roles.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/registry-modules/module-yahoo-backend.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/Crayons.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/iconengines/libqsvgicon.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/22/battery-100.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/DonRGB4.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/credential-modules/module-credentials-goa.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/ECI-RGBv1.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/credential-modules/module-credentials-uoa.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/libaccounts-glib/accounts.db: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/ECI-RGBv2.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/EktaSpacePS5.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/Gamma5000K.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libcopytex.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libfade.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libgrid.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-suspend-on-idle.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-systemd-login.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-position-event-sounds.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-filter-heuristics.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-filter-apply.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/modules/4.2.0-16-generic/kernel/net/bluetooth/rfcomm/rfcomm.ko: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/Gamma5500K.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/Gamma6500K.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libimgpng.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libmousepoll.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-x11-publish.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libmove.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libscale.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/scale/images/dnd-spinner-000.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/scale/images/dnd-spinner-125.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/scale/images/dnd-spinner-250.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/scale/images/dnd-spinner-375.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamelimapx.urls: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/scale/images/dnd-spinner-500.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/color/icc/colord/WideGamutRGB.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/scale/images/dnd-spinner-625.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/scale/images/dnd-spinner-750.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/scale/images/dnd-spinner-875.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/compiz/libunitymtgrabhandles.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-x11-bell.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/22/audio-volume-medium-panel.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-x11-cork-request.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/systemd-localed.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamellocal.urls: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamelnntp.urls: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamelpop3.urls: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/colord/colord-sane: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/pulse-6.0/modules/module-x11-xsmp.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fcitx-qimpanel/fcitx-qimpanel-autostart: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamelsendmail.urls: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamelsmtp.urls: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamellocal.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/dll.d/hplip: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/dll.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/hwdata/pnp.ids: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/icc/edid-c8ffc5712a46745081b44a9fa872b904.icc: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/nm-applet: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/systemd-localed: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamelimapx.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/rules/evdev.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/xerox_mfp.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/xml/iso-codes/iso_639.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/xml/iso-codes/iso_639_3.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/umax1220u.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/xml/iso-codes/iso_3166.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/nautilus: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/nautilus: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamelsmtp.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamelsendmail.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamelnntp.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/camel-providers/libcamelpop3.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/umax.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/22/indicator-keyboard-En.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/u12.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-M.ttf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/evolution/sources/system-proxy.source: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution/evolution-calendar-factory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/teco3.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nm-applet/info.ui: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/unity-settings-daemon/unity-fallback-mount-helper: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/xdg-user-dirs-gtk-update: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/teco2.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/notebook-tab-top.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/remote-volume-monitors/afc.monitor: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/remote-volume-monitors/gphoto2.monitor: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/remote-volume-monitors/mtp.monitor: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/gvfs/remote-volume-monitors/udisks2.monitor: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gvfs/gvfs-udisks2-volume-monitor: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unitymtgrabhandles/images/handle-0.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unitymtgrabhandles/images/handle-1.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unitymtgrabhandles/images/handle-2.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unitymtgrabhandles/images/handle-3.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unitymtgrabhandles/images/handle-4.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unitymtgrabhandles/images/handle-5.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unitymtgrabhandles/images/handle-6.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unitymtgrabhandles/images/handle-7.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/compiz/unitymtgrabhandles/images/handle-8.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libworkarounds.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/teco1.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/NetworkManager/nm-applet-migration-tool: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/tamarack.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/sp15c.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gconf/gconfd-2: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/gconf/debian.defaults/%gconf-tree.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/gconf/defaults/%gconf-tree.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libexpo.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/compiz/libezoom.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/compiz/libunityshell.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/compiz/libunityshell.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/16/nm-no-connection.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Andorra: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/snapscan.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Dubai: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/lib/systemd/system/udisks2.service: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/udisks2/udisksd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Kabul: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/sharp.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Tirane: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Yerevan: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Antarctica/Rothera: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Antarctica/Palmer: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Antarctica/Mawson: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Antarctica/Davis: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Antarctica/Casey: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Antarctica/Vostok: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Antarctica/DumontDUrville: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Antarctica/Syowa: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Antarctica/Troll: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Argentina/Salta: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Argentina/Tucuman: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Argentina/La_Rioja: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Argentina/San_Juan: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Argentina/San_Luis: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Argentina/Rio_Gallegos: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Argentina/Ushuaia: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Vienna: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/fstab: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/crypttab: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Antarctica/Macquarie: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Australia/Currie: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Australia/Melbourne: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Australia/Broken_Hill: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Australia/Lindeman: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Australia/Adelaide: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Australia/Eucla: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Aruba: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Mariehamn: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Baku: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Barbados: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Dhaka: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Brussels: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/sceptre.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Sofia: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Bahrain: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/s9036.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Atlantic/Bermuda: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Brunei: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/La_Paz: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Belem: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Fortaleza: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Recife: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Araguaina: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Maceio: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Bahia: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Campo_Grande: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Cuiaba: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Santarem: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Porto_Velho: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Boa_Vista: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Eirunepe: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Nassau: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Minsk: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Belize: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Glace_Bay: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Moncton: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Goose_Bay: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Blanc-Sablon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Nipigon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Thunder_Bay: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Iqaluit: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Pangnirtung: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Resolute: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Atikokan: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Rankin_Inlet: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Rainy_River: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Swift_Current: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Cambridge_Bay: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Yellowknife: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Inuvik: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Creston: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Dawson_Creek: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Fort_Nelson: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Dawson: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Indian/Cocos: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Lubumbashi: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Zurich: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Rarotonga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Santiago: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Easter: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Urumqi: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Bogota: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Costa_Rica: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Atlantic/Cape_Verde: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Indian/Christmas: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Nicosia: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Berlin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Copenhagen: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Santo_Domingo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Algiers: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Guayaquil: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Galapagos: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Tallinn: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/El_Aaiun: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Madrid: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Ceuta: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Atlantic/Canary: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Fiji: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Atlantic/Stanley: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Kosrae: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Atlantic/Faroe: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Paris: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Tbilisi: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Cayenne: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Accra: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Gibraltar: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Godthab: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Danmarkshavn: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Scoresbysund: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Thule: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Guadeloupe: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Malabo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Athens: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Atlantic/South_Georgia: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Guatemala: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Bissau: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Guyana: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Tegucigalpa: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Port-au-Prince: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Budapest: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Jakarta: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Pontianak: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Makassar: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Jayapura: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Indian/Chagos: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Baghdad: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Amman: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/rts8891.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Bishkek: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Phnom_Penh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Tarawa: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Enderbury: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Kiritimati: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Pyongyang: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Cayman: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Almaty: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Qyzylorda: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Aqtobe: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Aqtau: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Oral: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Beirut: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Colombo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Monrovia: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Maseru: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Vilnius: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Luxembourg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Riga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Casablanca: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Monaco: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Majuro: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gvfs/gvfs-mtp-volume-monitor: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Skopje: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Rangoon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Ulaanbaatar: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Hovd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Choibalsan: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Macau: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Saipan: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Martinique: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Malta: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Indian/Mauritius: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Indian/Maldives: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Cancun: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Merida: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Monterrey: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Matamoros: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Chihuahua: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Ojinaga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Hermosillo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Santa_Isabel: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Bahia_Banderas: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Kuala_Lumpur: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gvfs/gvfs-gphoto2-volume-monitor: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Kuching: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/ricoh.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Windhoek: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Noumea: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/qcam.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Norfolk: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Managua: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Amsterdam: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Oslo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Kathmandu: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Nauru: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Niue: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Lima: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Tahiti: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Marquesas: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Gambier: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Port_Moresby: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Bougainville: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Manila: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Karachi: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Miquelon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Pitcairn: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Gaza: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Hebron: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Atlantic/Madeira: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Atlantic/Azores: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Palau: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Asuncion: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Indian/Reunion: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Bucharest: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Kaliningrad: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Simferopol: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Volgograd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Samara: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Yekaterinburg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Omsk: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Novosibirsk: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Novokuznetsk: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Krasnoyarsk: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Irkutsk: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Chita: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Yakutsk: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Khandyga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Vladivostok: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Sakhalin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Ust-Nera: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Magadan: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Srednekolymsk: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Kamchatka: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Anadyr: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Riyadh: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Guadalcanal: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Indian/Mahe: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Khartoum: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Stockholm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Atlantic/St_Helena: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Bratislava: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/San_Marino: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Paramaribo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/El_Salvador: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Damascus: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Grand_Turk: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Ndjamena: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Indian/Kerguelen: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Dushanbe: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Fakaofo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Dili: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Africa/Tunis: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Tongatapu: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Funafuti: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Kiev: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Uzhgorod: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Europe/Zaporozhye: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Wake: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/plustek.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Kentucky/Monticello: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Indiana/Vincennes: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Indiana/Winamac: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Indiana/Marengo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Indiana/Petersburg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Indiana/Vevay: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Indiana/Tell_City: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Menominee: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/North_Dakota/Center: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/North_Dakota/New_Salem: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/North_Dakota/Beulah: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Boise: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Metlakatla: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Juneau: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Sitka: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Yakutat: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Nome: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Montevideo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Samarkand: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Asia/Tashkent: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/America/Caracas: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Efate: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Wallis: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Pacific/Apia: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/zoneinfo/Indian/Mayotte: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/calendar-backends/libecalbackendcaldav.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/calendar-backends/libecalbackendcontacts.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gvfs/gvfs-afc-volume-monitor: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/pixma.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/calendar-backends/libecalbackendfile.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/calendar-backends/libecalbackendgtasks.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/gtk-3.0/bookmarks: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/calendar-backends/libecalbackendhttp.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/calendar-backends/libecalbackendweather.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/nautilus/extensions-3.0/libdeja-dup.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/nautilus/extensions-3.0/libevince-properties-page.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evince/4/backends/comicsdocument.evince-backend: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution/evolution-calendar-factory-subprocess: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution/evolution-addressbook-factory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evince/4/backends/djvudocument.evince-backend: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evince/4/backends/dvidocument.evince-backend: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evince/4/backends/pdfdocument.evince-backend: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/addressbook-backends/libebookbackendfile.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evince/4/backends/psdocument.evince-backend: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evince/4/backends/tiffdocument.evince-backend: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evince/4/backends/xpsdocument.evince-backend: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/nautilus/extensions-3.0/libnautilus-brasero-extension.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/addressbook-backends/libebookbackendgoogle.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/addressbook-backends/libebookbackendldap.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gvfs/gvfsd-metadata: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution-data-server/addressbook-backends/libebookbackendwebdav.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/evolution/evolution-addressbook-factory-subprocess: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/gvfs-metadata/home: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/gvfs-metadata/home-8a93d017.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/evolution/addressbook/system/contacts.db: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/themes/dash-widgets.json: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/thumbnailers/evince.thumbnailer: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/thumbnailers/gnome-font-viewer.thumbnailer: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/thumbnailers/totem.thumbnailer: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/close.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/close_focused_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/close_focused_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/close_unfocused.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/close_unfocused_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/close_unfocused_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/minimize.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/minimize_focused_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/minimize_focused_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/minimize_unfocused.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/minimize_unfocused_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/minimize_unfocused_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/unmaximize.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/unmaximize_focused_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/unmaximize_focused_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/unmaximize_unfocused.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/unmaximize_unfocused_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/unmaximize_unfocused_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/maximize.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/maximize_focused_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/maximize_focused_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/maximize_unfocused.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/maximize_unfocused_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/maximize_unfocused_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_noise.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_icon_back_54.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_icon_selected_back_54.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_icon_edge_54.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_icon_glow_62.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_icon_shadow_62.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_icon_shine_54.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_arrow_ltr_19.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_arrow_rtl_19.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_arrow_outline_ltr_19.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_pip_ltr_19.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/progress_bar_trough.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/progress_bar_fill.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_sheen.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_pressure_effect.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/ubiquity.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/org.gnome.Nautilus.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/firefox.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/nautilus/extensions-3.0/libnautilus-fileroller.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/nautilus/extensions-3.0/libnautilus-sendto.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/libreoffice-writer.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/libreoffice-calc.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/nautilus/extensions-3.0/libnautilus-share.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/libreoffice-impress.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/nautilus/extensions-3.0/libterminal-nautilus.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/ubuntu-software-center.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/nautilus/extensions-3.0/libtotem-properties-page.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/ubuntu-amazon-default.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-control-center.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/locale-langpack/en/LC_MESSAGES/unity-control-center.mo: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/scopes/home.scope: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/scopes/applications.scope: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/scopes/files.scope: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/scopes/video.scope: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/pie.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/scopes/music.scope: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/scopes/photos.scope: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gvfs/gvfsd-trash: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/close_dash.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/close_dash_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/close_dash_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/close_dash_disabled.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules/im-ibus.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/minimize_dash.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/button-active.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/minimize_dash_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/minimize_dash_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/minimize_dash_disabled.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/button.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/actions/symbolic/list-add-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/unmaximize_dash.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/button-toolbar.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/unmaximize_dash_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/unmaximize_dash_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/unmaximize_dash_disabled.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/scalable/actions/go-next-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/button-toolbar-active.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/scalable/actions/edit-find-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/maximize_dash.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/maximize_dash_prelight.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/maximize_dash_pressed.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/unity/maximize_dash_disabled.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/scalable/actions/go-down-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/nec.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/refine_gradient_panel.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/24/system-file-manager.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/refine_gradient_panel_single_column.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/refine_gradient_dash.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_bottom_border_tile.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_bottom_border_tile_mask.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_right_border_tile.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_right_border_tile_mask.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_left_tile.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_top_tile.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_bottom_right_corner.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_bottom_right_corner_mask.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_bottom_left_corner.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_bottom_left_corner_mask.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_top_right_corner.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_top_right_corner_mask.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/search_magnify.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/16/system-file-manager.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/search_circle.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/search_close.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/search_spin.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-RI.ttf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/mustek_usb.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dash_group_expand.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/panel-shadow.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/48/system-file-manager.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/mustek.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/xkb/server-7C75F152E85183199599C3E0B919739C0EE668AA.xkm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/32/system-file-manager.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/microtek2.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/microtek.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/matsushita.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/16/utilities-terminal.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/magicolor.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gconv/ISO8859-1.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/entry-toolbar.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/ma1509.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/places/48/user-trash.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/compiz.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/backgrounds/warty-final-ubuntu.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/lexmark.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/devices/48/drive-harddisk.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/notify-osd: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/leo.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/categories/48/preferences-system.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/kodakaio.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/128x128/apps/amazon-store.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/softwarecenter.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/libreoffice-impress.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/libreoffice-calc.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/libreoffice-writer.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/48/ubiquity.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/launcher_bfb.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/wallpaper/0_5_1366_768_792beab7550410d531e55f95b449f135: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/mimes/16/text-x-generic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/unity-panel-service.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/places/48/folder.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/emblems/24/emblem-symbolic-link.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/gvfs-metadata/root: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/gvfs-metadata/root-5c2cf564.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gvfs/gvfsd-burn: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/fcitx-remote: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/kodak.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/ibm.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/hs2p.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/hp5400.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/hp4200.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/hpsj5s.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libjbig.so.0: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/hp3900.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/hp.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/gt68xx.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/genesys.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/fujitsu.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/epsonds.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/epson2.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/24/nm-device-wireless.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-button.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-button-active.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-entry.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-button-toolbar.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-button-toolbar-active.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/epjitsu.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/dmc.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/dell1600n_net.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/coolscan3.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/coolscan.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/cardscan.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/canon_dr.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/canon630u.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/canon.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/bh.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/artec_eplus48u.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/artec.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/switcher_top.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/switcher_left.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/switcher_corner.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dialog_close.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dialog_close_highlight.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/dialog_close_press.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/avision.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/apple.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/agfafocus.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/abaton.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/sane.d/net.conf: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/Painter.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/Stroke_10pxrad_2px.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/Stroke_4pxrad_2px.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/Stroke_2pxrad_1px.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/Stroke_1pxrad_2px.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/RoundCorner_10pxrad.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/RoundCorner_6pxrad.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/RoundCorner_5pxrad.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/RoundCorner_4pxrad.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/RoundCorner_2pxrad.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/RoundCorner_1pxrad.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/Corner_shadow.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/RoundCorner_10px_shadow.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/RoundCorner_4px_shadow.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/TriangleUp.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/TriangleDown.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/TriangleLeft.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/TriangleRight.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/ScrollBarTriangleUp.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/ScrollBarTriangleDown.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/ScrollBarTriangleLeft.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/ScrollBarTriangleRight.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/checkbox-on.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/checkbox-off.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/checkbox-on-mousedown.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/checkbox-off-mousedown.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/checkbox-on-mouseover.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/checkbox-off-mouseover.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/radiobutton-on.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/radiobutton-off.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/radiobutton-on-mousedown.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/radiobutton-off-mousedown.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/radiobutton-on-mouseover.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/radiobutton-off-mouseover.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/button.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/button-mouseover.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/button-mousedown.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/ComboBoxButton.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/TabLeft.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/TabRight.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/SpinerUp.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/SpinerDown.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/ValuatorVerticalMove.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/ValuatorHorizontalMove.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/ValuatorMove.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/VectorXLabel.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/VectorYLabel.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/VectorZLabel.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/VectorWLabel.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/TreeNodeOpen.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/TreeNodeClose.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/HScrollBar.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/VScrollBar.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/Matrix3Preview.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/Matrix4Preview.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/Dot-6x6.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/GraphIcon.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/nux/4.0/UITextures/GraphBarIcon.tga: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/pulse/496aefd58af84497b65ab9a7dbcddd2d-default-sink: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/pulse/496aefd58af84497b65ab9a7dbcddd2d-default-source: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/telepathy-indicator: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/gnome-user-share/gnome-user-share: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/telepathy/mission-control-5: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/mission-control-plugins.0/mcp-account-manager-uoa.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/signon-ui: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/telepathy/clients/Empathy.FileTransfer.client: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/telepathy/clients/Logger.client: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/telepathy/clients/Empathy.Chat.client: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/telepathy/clients/Empathy.Call.client: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/telepathy/clients/Empathy.Auth.client: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/telepathy/clients/Vino.client: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libfcitxplatforminputcontextplugin.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/qt5/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/zeitgeist-datahub: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/zeitgeist-daemon: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/activity.sqlite: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/activity.sqlite-wal: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/activity.sqlite-shm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/zeitgeist-fts: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/fts.index/iamchert: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/fts.index/postlist.baseA: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/fts.index/postlist.DB: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/fts.index/termlist.baseA: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/fts.index/termlist.DB: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/fts.index/record.baseA: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/fts.index/record.DB: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/yelp.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/fts.index/position.baseA: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.local/share/zeitgeist/fts.index/position.DB: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/thunderbird.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/totem.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gedit.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/rhythmbox.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/lens-nav-home.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/lens-nav-app.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/lens-nav-file.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/lens-nav-video.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/lens-nav-music.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity/icons/lens-nav-photo.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tmp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:tmp: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/radio-menuitem.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/bin/unity-control-center: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity-control-center/ui/shell.ui: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/etc/xdg/menus/unitycc.menu: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/activity-log-manager.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/apport-gtk.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/apturl.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/bluetooth-sendto.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/brasero-nautilus.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/brasero.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/checkbox-gui.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/cheese.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/credentials-preferences.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/debian-uxterm.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/debian-xterm.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/deja-dup-preferences.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/deja-dup.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/empathy.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/eog.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/evince-previewer.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/evince.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/evolution-data-server-uoa.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/fcitx-config-gtk3.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/fcitx-configtool.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/fcitx-qimpanel-configtool.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/fcitx-skin-installer.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/fcitx.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/file-roller.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gcr-prompter.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gcr-viewer.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gkbd-keyboard-display.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-calculator.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-disk-image-mounter.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-disk-image-writer.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-disks.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-mahjongg.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-mines.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-power-statistics.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-session-properties.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-sudoku.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-system-log.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-system-monitor-kde.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-system-monitor.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-terminal.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gnome-user-share-properties.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gparted.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/gucharmap.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/hplj1020.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/ibus-setup-table.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/ibus-setup.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/im-config.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/landscape-client-settings.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/language-selector.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/libreoffice-draw.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/libreoffice-math.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/libreoffice-startcenter.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/metacity.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/mount-archive.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/nautilus-autorun-software.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/nautilus-classic.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/nautilus-connect-server.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/nautilus-folder-handler.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/nautilus-home.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/nautilus.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/nm-applet.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/nm-connection-editor.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/onboard-settings.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/onboard.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/orca.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/org.gnome.Cheese.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/org.gnome.Contacts.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/org.gnome.FileRoller.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/org.gnome.Screenshot.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/org.gnome.Totem.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/org.gnome.baobab.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/org.gnome.font-viewer.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/python2.7.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/python3.4.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/python3.5.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/remmina.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/rhythmbox-device.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/seahorse.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/setup-mozc.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/shotwell-viewer.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/shotwell.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/signon-ui.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/simple-scan.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/software-properties-drivers.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/software-properties-gnome.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/software-properties-gtk.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/sol.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/system-config-printer.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/transmission-gtk.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-activity-log-manager-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-appearance-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-bluetooth-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-color-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-credentials-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-datetime-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-deja-dup-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-display-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-info-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-keyboard-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-lens-photos.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-mouse-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-network-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-power-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-region-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-scope-gdrive.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-screen-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-sound-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-universal-access-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-user-accounts-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unity-wacom-panel.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/unitywebappsqmllauncher.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/update-accounts.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/update-manager.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/usb-creator-gtk.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/vim.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/vino-preferences.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/webbrowser-app.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/applications/xdiagnose.desktop: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/ActionGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/AdventureGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/ArcadeGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/AudioVideo.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/BlocksGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/BoardGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/CardGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Debian.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Development.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Education.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Game.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/GnomeScience.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Graphics.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/KidsGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/LogicGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Network.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Office.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/RolePlayingGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Settings-System.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Settings.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/SimulationGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/SportsGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/StrategyGames.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/System-Tools.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Utility-Accessibility.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/Utility.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/X-GNOME-Menu-Applications.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/X-GNOME-Other.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/X-GNOME-Sundry.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/X-GNOME-SystemSettings.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/X-GNOME-Utilities.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/X-GNOME-WebApplications.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/X-Unity-All-Applications.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/desktop-directories/unitycc.directory: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/48/preferences-desktop-wallpaper.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/actions/48/system-lock-screen.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/48/preferences-desktop-locale.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/credentials-preferences.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/activity-log-manager.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/48/preferences-desktop-keyboard-shortcuts.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/48/bluetooth.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/unity-color-panel.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/unity-display-panel.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/devices/48/input-keyboard.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/devices/48/input-mouse.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/unity-power-panel.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/devices/48/printer.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/unity-sound-panel.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/48x48/devices/input-tablet.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/deja-dup.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/scalable/apps/preferences-management-service.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/software-properties.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/hicolor/48x48/apps/unity-datetime-panel.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/48/preferences-desktop-accessibility.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/apps/48/system-users.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libactivity-log-manager.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libappearance.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libbluetooth.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libcolor.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libcredentials.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libdatetime.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libdeja-dup.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/deja-dup/libwidgets.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/deja-dup/libdeja.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libdisplay.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libinfo.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libkeyboard.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libmouse-properties.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libnetwork.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libpower.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libprinters.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libregion.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libscreen.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libsound.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libuniversal-access.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libuser-accounts.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer1.0/gstreamer-1.0/gst-plugin-scanner: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libfsmsnconference.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libfsrawconference.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libfsrtpconference.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libfsrtpxdata.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libfsvideoanyrate.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgst1394.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaasink.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libgpm.so.2: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstadder.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalaw.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalpha.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalphacolor.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstalsa.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstapetag.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstapp.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioconvert.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiofx.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioparsers.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiorate.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudioresample.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstaudiotestsrc.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstauparse.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstautodetect.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstavi.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcacasink.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcairo.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcamerabin2.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcdparanoia.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstclutter.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcoreelements.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstcutter.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdebug.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdeinterlace.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdtmf.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstdv.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsteffectv.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstencodebin.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstequalizer.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflac.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflv.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstflxdec.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgdkpixbuf.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgio.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstgoom2k1.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsticydemux.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstid3demux.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstimagefreeze.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstinterleave.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstisomp4.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjack.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjpeg.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstjpegformat.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlevel.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstlibvisual.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_bumpscope.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_corona.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_flower.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_infinite.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_jakdaw.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_JESS.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_lv_analyzer.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_lv_gltest.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_lv_scope.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_madspin.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_nastyfft.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/actor/actor_oinksie.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/input/input_alsa.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/input/input_mplayer.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/morph/morph_alphablend.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/morph/morph_flash.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/morph/morph_slide.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/libvisual-0.4/morph/morph_tentacle.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmatroska.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmonoscope.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmulaw.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmultifile.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstmultipart.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnavigationtest.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstnice.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstogg.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstoss4audio.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstossaudio.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpango.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstplayback.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpng.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstpulse.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstreplaygain.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtp.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtpmanager.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstrtsp.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstshapewipe.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstshout2.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsmpte.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsouphttpsrc.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstspectrum.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstspeex.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsubparse.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttaglib.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttcp.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttheora.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsttypefindfunctions.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstudp.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideo4linux2.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideobox.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoconvert.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideocrop.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideofilter.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideomixer.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideorate.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideoscale.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvideotestsrc.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvolume.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvorbis.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstvpx.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavenc.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavpack.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstwavparse.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstximagesink.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstximagesrc.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstxvimagesink.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgsty4menc.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/unity-control-center-1/panels/libwacom-properties.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tmp: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: message repeated 2 times: [ ureadahead:tmp: Ignored relative path]
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/categories/48/preferences-desktop.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity-control-center/ui/unity-region-panel-ibus.ui: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity-control-center/keybindings/00-multimedia.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity-control-center/keybindings/01-input-sources.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity-control-center/keybindings/01-launchers.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity-control-center/keybindings/01-screenshot.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity-control-center/keybindings/01-system.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity-control-center/keybindings/50-accessibility.xml: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.cache/upstart/indicator-keyboard.log: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/button-disabled.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Humanity/actions/symbolic/list-remove-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/scalable/devices/input-keyboard-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/button-toolbar-focused.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/progressbar-horizontal-fill.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/radio-selected.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/radio-unselected.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/radio-unselected-disabled.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/radio-selected-disabled.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/check-unselected.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/check-selected.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/deja-dup/tools/duplicity.plugin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/lib/x86_64-linux-gnu/deja-dup/tools/libduplicity.so: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/home/ubuntu/.config/nautilus/accels: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/button-hover.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/button-active-hover.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/unity-control-center/ui/gnome-region-panel-input-chooser.ui: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/entry-focused.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-entry-disabled.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/progressbar-horizontal-fill-backdrop.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-button-disabled.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-radio-selected.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-radio-unselected.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-radio-unselected-disabled.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-radio-selected-disabled.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-check-unselected.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/backdrop-check-selected-hover.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/Adwaita/scalable/actions/edit-clear-symbolic.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/icons/ubuntu-mono-dark/status/22/indicator-keyboard-It.svg: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/themes/Ambiance/gtk-3.0/assets/check-menuitem-unselected.png: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/symbols/it: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/symbols/latin: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/usr/share/X11/xkb/symbols/level3: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:/var/lib/xkb/server-095B7959759E4B169CF2219AE005994AD38D585B.xkm: Error retrieving chunk extents: Operation not supported
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:tracing_on: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:events/fs/open_exec/enable: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead:events/fs/do_sys_open/enable: Ignored relative path
Dec 18 21:12:48 ubuntu ureadahead[1036]: ureadahead: No such file or directory
Dec 18 21:12:48 ubuntu ureadahead[1036]: Counted 8 CPUs
Dec 18 21:12:53 ubuntu NetworkManager[1436]: <info> keyfile: add connection /etc/NetworkManager/system-connections/Rittynet (9a6df9a0-1c8d-4a4a-a770-4c813cf226c2,"Rittynet")
Dec 18 21:12:53 ubuntu NetworkManager[1436]: <info> (wlp3s0): Activation: starting connection 'Rittynet' (9a6df9a0-1c8d-4a4a-a770-4c813cf226c2)
Dec 18 21:12:53 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: disconnected -> prepare (reason 'none') [30 40 0]
Dec 18 21:12:53 ubuntu NetworkManager[1436]: <info> NetworkManager state is now CONNECTING
Dec 18 21:12:53 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Dec 18 21:12:53 ubuntu NetworkManager[1436]: <info> (wlp3s0): Activation: (wifi) access point 'Rittynet' has security, but secrets are required.
Dec 18 21:12:53 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: config -> need-auth (reason 'none') [50 60 0]
Dec 18 21:12:53 ubuntu gnome-session[1866]: nm-applet-Message: No keyring secrets found for Rittynet/802-11-wireless-security; asking user.
Dec 18 21:12:53 ubuntu gnome-session[1866]: Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Dec 18 21:12:53 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Dec 18 21:12:53 ubuntu systemd[1]: Starting Hostname Service...
Dec 18 21:12:54 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dec 18 21:12:54 ubuntu systemd[1]: Started Hostname Service.
Dec 18 21:12:59 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: need-auth -> prepare (reason 'none') [60 40 0]
Dec 18 21:12:59 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: prepare -> config (reason 'none') [40 50 0]
Dec 18 21:12:59 ubuntu NetworkManager[1436]: <info> (wlp3s0): Activation: (wifi) connection 'Rittynet' has security, and secrets exist. No new secrets needed.
Dec 18 21:12:59 ubuntu NetworkManager[1436]: <info> Config: added 'ssid' value 'Rittynet'
Dec 18 21:12:59 ubuntu NetworkManager[1436]: <info> Config: added 'scan_ssid' value '1'
Dec 18 21:12:59 ubuntu NetworkManager[1436]: <info> Config: added 'key_mgmt' value 'WPA-PSK'
Dec 18 21:12:59 ubuntu NetworkManager[1436]: <info> Config: added 'auth_alg' value 'OPEN'
Dec 18 21:12:59 ubuntu NetworkManager[1436]: <info> Config: added 'psk' value '<omitted>'
Dec 18 21:12:59 ubuntu NetworkManager[1436]: <info> Config: set interface ap_scan to 1
Dec 18 21:12:59 ubuntu NetworkManager[1436]: <info> (wlp3s0): supplicant interface state: inactive -> scanning
Dec 18 21:13:00 ubuntu wpa_supplicant[1519]: wlp3s0: SME: Trying to authenticate with 02:21:91:1a:78:2a (SSID='Rittynet' freq=2437 MHz)
Dec 18 21:13:00 ubuntu kernel: [ 75.857801] wlp3s0: authenticate with 02:21:91:1a:78:2a
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> (wlp3s0): supplicant interface state: scanning -> authenticating
Dec 18 21:13:00 ubuntu kernel: [ 75.874872] wlp3s0: send auth to 02:21:91:1a:78:2a (try 1/3)
Dec 18 21:13:00 ubuntu wpa_supplicant[1519]: wlp3s0: Trying to associate with 02:21:91:1a:78:2a (SSID='Rittynet' freq=2437 MHz)
Dec 18 21:13:00 ubuntu kernel: [ 75.879037] wlp3s0: authenticated
Dec 18 21:13:00 ubuntu kernel: [ 75.880823] wlp3s0: associate with 02:21:91:1a:78:2a (try 1/3)
Dec 18 21:13:00 ubuntu wpa_supplicant[1519]: wlp3s0: Associated with 02:21:91:1a:78:2a
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> (wlp3s0): supplicant interface state: authenticating -> associated
Dec 18 21:13:00 ubuntu kernel: [ 75.883616] wlp3s0: RX AssocResp from 02:21:91:1a:78:2a (capab=0x411 status=0 aid=3)
Dec 18 21:13:00 ubuntu kernel: [ 75.883688] wlp3s0: associated
Dec 18 21:13:00 ubuntu kernel: [ 75.883695] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> (wlp3s0): supplicant interface state: associated -> 4-way handshake
Dec 18 21:13:00 ubuntu wpa_supplicant[1519]: wlp3s0: WPA: Key negotiation completed with 02:21:91:1a:78:2a [PTK=CCMP GTK=CCMP]
Dec 18 21:13:00 ubuntu wpa_supplicant[1519]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to 02:21:91:1a:78:2a completed [id=0 id_str=]
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> (wlp3s0): supplicant interface state: 4-way handshake -> completed
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network 'Rittynet'.
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: config -> ip-config (reason 'none') [50 70 0]
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> Activation (wlp3s0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> dhclient started with pid 2404
Dec 18 21:13:00 ubuntu dhclient: DHCPDISCOVER on wlp3s0 to 255.255.255.255 port 67 interval 3 (xid=0x1f099413)
Dec 18 21:13:00 ubuntu dhclient: DHCPREQUEST of 192.168.1.2 on wlp3s0 to 255.255.255.255 port 67 (xid=0x1394091f)
Dec 18 21:13:00 ubuntu dhclient: DHCPOFFER of 192.168.1.2 from 192.168.1.1
Dec 18 21:13:00 ubuntu dhclient: DHCPACK of 192.168.1.2 from 192.168.1.1
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> address 192.168.1.2
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> plen 24 (255.255.255.0)
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> gateway 192.168.1.1
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> server identifier 192.168.1.1
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> lease time 235926997
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> nameserver '192.168.1.1'
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> (wlp3s0): DHCPv4 state changed unknown -> bound
Dec 18 21:13:00 ubuntu dhclient: bound to 192.168.1.2 -- renewal in 100200385 seconds.
Dec 18 21:13:00 ubuntu avahi-daemon[1426]: Joining mDNS multicast group on interface wlp3s0.IPv4 with address 192.168.1.2.
Dec 18 21:13:00 ubuntu avahi-daemon[1426]: New relevant interface wlp3s0.IPv4 for mDNS.
Dec 18 21:13:00 ubuntu avahi-daemon[1426]: Registering new address record for 192.168.1.2 on wlp3s0.IPv4.
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: ip-config -> ip-check (reason 'none') [70 80 0]
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: ip-check -> secondaries (reason 'none') [80 90 0]
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> (wlp3s0): device state change: secondaries -> activated (reason 'none') [90 100 0]
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> NetworkManager state is now CONNECTED_LOCAL
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> NetworkManager state is now CONNECTED_GLOBAL
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> Policy set 'Rittynet' (wlp3s0) as default for IPv4 routing and DNS.
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> DNS: starting dnsmasq...
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <warn> dnsmasq not available on the bus, can't update servers.
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <error> [1450473180.931022] [dns-manager/nm-dns-dnsmasq.c:387] update(): dnsmasq owner not found on bus: Could not get owner of name 'org.freedesktop.NetworkManager.dnsmasq': no such name
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <warn> DNS: plugin dnsmasq update failed
Dec 18 21:13:00 ubuntu NetworkManager[1436]: <info> Writing DNS information to /sbin/resolvconf
Dec 18 21:13:00 ubuntu whoopsie[1388]: [21:13:00] Cannot reach: https://daisy.ubuntu.com
Dec 18 21:13:00 ubuntu dnsmasq[2413]: started, version 2.75 cache disabled
Dec 18 21:13:00 ubuntu dnsmasq[2413]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify
Dec 18 21:13:00 ubuntu dnsmasq[2413]: DBus support enabled: connected to system bus
Dec 18 21:13:00 ubuntu dnsmasq[2413]: warning: no upstream servers configured
Dec 18 21:13:01 ubuntu NetworkManager[1436]: <info> (wlp3s0): Activation: successful, device activated.
Dec 18 21:13:01 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
Dec 18 21:13:01 ubuntu systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 18 21:13:01 ubuntu NetworkManager[1436]: <warn> dnsmasq appeared on DBus: :1.65
Dec 18 21:13:01 ubuntu NetworkManager[1436]: <info> Writing DNS information to /sbin/resolvconf
Dec 18 21:13:01 ubuntu dnsmasq[2413]: setting upstream servers from DBus
Dec 18 21:13:01 ubuntu dnsmasq[2413]: using nameserver 192.168.1.1#53
Dec 18 21:13:01 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Dec 18 21:13:01 ubuntu systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 18 21:13:01 ubuntu nm-dispatcher: Dispatching action 'up' for wlp3s0
Dec 18 21:13:01 ubuntu whoopsie[1388]: [21:13:01] The default IPv4 route is: /org/freedesktop/NetworkManager/ActiveConnection/0
Dec 18 21:13:01 ubuntu whoopsie[1388]: [21:13:01] Not a paid data plan: /org/freedesktop/NetworkManager/ActiveConnection/0
Dec 18 21:13:01 ubuntu whoopsie[1388]: [21:13:01] Found usable connection: /org/freedesktop/NetworkManager/ActiveConnection/0
Dec 18 21:13:01 ubuntu whoopsie[1388]: [21:13:01] online
Dec 18 21:13:02 ubuntu avahi-daemon[1426]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address fe80::2ae3:47ff:fe95:f75e.
Dec 18 21:13:02 ubuntu avahi-daemon[1426]: New relevant interface wlp3s0.IPv6 for mDNS.
Dec 18 21:13:02 ubuntu avahi-daemon[1426]: Registering new address record for fe80::2ae3:47ff:fe95:f75e on wlp3s0.*.
Dec 18 21:13:30 ubuntu systemd-timesyncd[1186]: Synchronized to time server 91.189.89.199:123 (ntp.ubuntu.com).
Dec 18 21:14:06 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Dec 18 21:14:06 ubuntu systemd[1]: Starting Hostname Service...
Dec 18 21:14:06 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dec 18 21:14:06 ubuntu systemd[1]: Started Hostname Service.
Dec 18 21:14:07 ubuntu kernel: [ 143.406150] SGI XFS with ACLs, security attributes, realtime, no debug enabled
Dec 18 21:14:07 ubuntu kernel: [ 143.421883] JFS: nTxBlock = 8192, nTxLock = 65536
Dec 18 21:14:07 ubuntu kernel: [ 143.439286] ntfs: driver 2.1.32 [Flags: R/O MODULE].
Dec 18 21:14:08 ubuntu kernel: [ 143.469737] QNX4 filesystem 0.2.3 registered.
Dec 18 21:14:08 ubuntu kernel: [ 144.093022] raid6: using avx2x2 recovery algorithm
Dec 18 21:14:08 ubuntu kernel: [ 144.099255] xor: automatically using best checksumming function:
Dec 18 21:14:08 ubuntu kernel: [ 144.177995] Btrfs loaded
Dec 18 21:14:08 ubuntu os-prober: File descriptor 9 (/proc/4691/mounts) leaked on lvs invocation. Parent PID 6539: log-output
Dec 18 21:14:08 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda1
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: mounted using GRUB fat filesystem driver
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/05efi
Dec 18 21:14:08 ubuntu 05efi: debug: /dev/sda1 is a FAT partition (mounted by GRUB)
Dec 18 21:14:08 ubuntu 05efi: debug: /dev/sda1 partition scheme is gpt
Dec 18 21:14:08 ubuntu 05efi: debug: /dev/sda1 partition type is c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Dec 18 21:14:08 ubuntu 05efi: debug: running subtest /usr/lib/os-probes/mounted/efi/10elilo
Dec 18 21:14:08 ubuntu 05efi: debug: running subtest /usr/lib/os-probes/mounted/efi/20microsoft
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos
Dec 18 21:14:08 ubuntu 10freedos: debug: /dev/sda1 is a FAT partition (mounted by GRUB)
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx
Dec 18 21:14:08 ubuntu 10qnx: debug: /dev/sda1 is not a QNX4 partition: exiting
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx
Dec 18 21:14:08 ubuntu macosx-prober: debug: /dev/sda1 is not an HFS+ partition: exiting
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft
Dec 18 21:14:08 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility
Dec 18 21:14:08 ubuntu 30utility: debug: /dev/sda1 is a FAT partition (mounted by GRUB)
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/70hurd
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/80minix
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/83haiku
Dec 18 21:14:08 ubuntu 83haiku: debug: /dev/sda1 is not a BeFS partition: exiting
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90linux-distro
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90solaris
Dec 18 21:14:08 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/efi
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda2
Dec 18 21:14:09 ubuntu 50mounted-tests: debug: mounted using GRUB ext2 filesystem driver
Dec 18 21:14:09 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/05efi
Dec 18 21:14:09 ubuntu 05efi: debug: /dev/sda2 is ext2 partition: exiting
Dec 18 21:14:09 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos
Dec 18 21:14:09 ubuntu 10freedos: debug: /dev/sda2 is not a FAT partition: exiting
Dec 18 21:14:09 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx
Dec 18 21:14:09 ubuntu 10qnx: debug: /dev/sda2 is not a QNX4 partition: exiting
Dec 18 21:14:09 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx
Dec 18 21:14:09 ubuntu macosx-prober: debug: /dev/sda2 is not an HFS+ partition: exiting
Dec 18 21:14:09 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft
Dec 18 21:14:09 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:14:09 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility
Dec 18 21:14:09 ubuntu 30utility: debug: /dev/sda2 is not a FAT partition: exiting
Dec 18 21:14:09 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb
Dec 18 21:14:09 ubuntu 40lsb: result: /dev/sda2:Ubuntu 15.10 (15.10):Ubuntu:linux
Dec 18 21:14:09 ubuntu 50mounted-tests: debug: os found by subtest /usr/lib/os-probes/mounted/40lsb
Dec 18 21:14:09 ubuntu os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda3
Dec 18 21:14:09 ubuntu kernel: [ 144.601697] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:14:09 ubuntu kernel: [ 144.602825] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:14:09 ubuntu kernel: [ 144.603861] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:14:09 ubuntu kernel: [ 144.604944] FAT-fs (sda3): invalid media value (0x7d)
Dec 18 21:14:09 ubuntu kernel: [ 144.604946] FAT-fs (sda3): Can't find a valid FAT filesystem
Dec 18 21:14:09 ubuntu kernel: [ 144.613108] squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on sda3
Dec 18 21:14:09 ubuntu kernel: [ 144.614811] XFS (sda3): Invalid superblock magic number
Dec 18 21:14:09 ubuntu kernel: [ 144.617078] FAT-fs (sda3): invalid media value (0x7d)
Dec 18 21:14:09 ubuntu kernel: [ 144.617081] FAT-fs (sda3): Can't find a valid FAT filesystem
Dec 18 21:14:09 ubuntu kernel: [ 144.620354] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sda3.
Dec 18 21:14:09 ubuntu kernel: [ 144.628739] hfsplus: unable to find HFS+ superblock
Dec 18 21:14:09 ubuntu kernel: [ 144.630380] qnx4: no qnx4 filesystem (no root dir).
Dec 18 21:14:09 ubuntu kernel: [ 144.631665] ufs: You didn't specify the type of your ufs filesystem
Dec 18 21:14:09 ubuntu kernel: [ 144.631665]
Dec 18 21:14:09 ubuntu kernel: [ 144.631665] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
Dec 18 21:14:09 ubuntu kernel: [ 144.631665]
Dec 18 21:14:09 ubuntu kernel: [ 144.631665] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
Dec 18 21:14:09 ubuntu kernel: [ 144.631874] ufs: ufs_fill_super(): bad magic number
Dec 18 21:14:09 ubuntu kernel: [ 144.634128] hfs: can't find a HFS filesystem on dev sda3
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/05efi on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu 05efi: debug: /dev/sdb1 is a FAT32 partition
Dec 18 21:14:09 ubuntu 05efi: debug: /dev/sdb1 partition scheme is dos
Dec 18 21:14:09 ubuntu 05efi: debug: /dev/sdb1 partition type is 0xc
Dec 18 21:14:09 ubuntu 05efi: debug: /dev/sdb1 is not a ESP partition: exiting
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu 10freedos: debug: /dev/sdb1 is a FAT32 partition
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu 10qnx: debug: /dev/sdb1 is not a QNX4 partition: exiting
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu macosx-prober: debug: /dev/sdb1 is not an HFS+ partition: exiting
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu 30utility: debug: /dev/sdb1 is a FAT32 partition
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/83haiku on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu 83haiku: debug: /dev/sdb1 is not a BeFS partition: exiting
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/sdb1
Dec 18 21:14:09 ubuntu kernel: [ 145.131625] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Dec 18 21:14:09 ubuntu kernel: [ 145.145885] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Dec 18 21:15:22 ubuntu gnome-session[1866]: (nm-applet:2049): Gtk-WARNING **: Attempting to read the recently used resources file at `/home/ubuntu/.local/share/recently-used.xbel', but the parser failed: Failed to open file '/home/ubuntu/.local/share/recently-used.xbel': Permission denied.
Dec 18 21:15:22 ubuntu gnome-session[1866]: (zeitgeist-datahub:2231): Gtk-WARNING **: Attempting to read the recently used resources file at `/home/ubuntu/.local/share/recently-used.xbel', but the parser failed: Failed to open file '/home/ubuntu/.local/share/recently-used.xbel': Permission denied.
Dec 18 21:16:10 ubuntu com.ubuntu.OneConf[1640]: WARNING:oneconf.hosts:Error in loading other_hosts file: [Errno 2] No such file or directory: '/home/ubuntu/.cache/oneconf/496aefd58af84497b65ab9a7dbcddd2d/other_hosts'
Dec 18 21:17:01 ubuntu CRON[11618]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Dec 18 21:22:43 ubuntu dbus[1394]: [system] Activating service name='org.debian.apt' (using servicehelper)
Dec 18 21:22:44 ubuntu AptDaemon: INFO: Initializing daemon
Dec 18 21:22:44 ubuntu org.debian.apt[1394]: 21:22:44 AptDaemon [INFO]: Initializing daemon
Dec 18 21:22:44 ubuntu dbus[1394]: [system] Successfully activated service 'org.debian.apt'
Dec 18 21:22:44 ubuntu AptDaemon.PackageKit: INFO: Initializing PackageKit compat layer
Dec 18 21:22:44 ubuntu org.debian.apt[1394]: 21:22:44 AptDaemon.PackageKit [INFO]: Initializing PackageKit compat layer
Dec 18 21:22:44 ubuntu org.freedesktop.Geoclue.Master[1640]: Master options:
Dec 18 21:22:44 ubuntu org.freedesktop.Geoclue.Master[1640]: ** Message: GSettings key 'gps-baudrate' initialised to '0'
Dec 18 21:22:44 ubuntu org.freedesktop.Geoclue.Master[1640]: ** Message: GSettings key 'gps-device' initialised to '(null)'
Dec 18 21:22:44 ubuntu org.freedesktop.Geoclue.Master[1640]: Found providers:
Dec 18 21:22:44 ubuntu org.freedesktop.Geoclue.Master[1640]: ubuntu-geoip.provider
Dec 18 21:26:53 ubuntu systemd[1]: Starting Cleanup of Temporary Directories...
Dec 18 21:26:53 ubuntu systemd-tmpfiles[11790]: [/usr/lib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring.
Dec 18 21:26:53 ubuntu systemd[1]: Started Cleanup of Temporary Directories.
Dec 18 21:26:56 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Dec 18 21:26:56 ubuntu systemd[1]: Starting Hostname Service...
Dec 18 21:26:57 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dec 18 21:26:57 ubuntu systemd[1]: Started Hostname Service.
Dec 18 21:26:57 ubuntu gnome-session[1866]: Nautilus-Share-Message: Called "net usershare info" but it failed: 'net usershare' returned error 255: net usershare: cannot open usershare directory /var/lib/samba/usershares. Error No such file or directory
Dec 18 21:26:57 ubuntu gnome-session[1866]: Please ask your system administrator to enable user sharing.
Dec 18 21:33:43 ubuntu AptDaemon: INFO: Quitting due to inactivity
Dec 18 21:33:43 ubuntu AptDaemon: INFO: Quitting was requested
Dec 18 21:33:43 ubuntu org.debian.apt[1394]: 21:33:43 AptDaemon [INFO]: Quitting due to inactivity
Dec 18 21:33:43 ubuntu org.debian.apt[1394]: 21:33:43 AptDaemon [INFO]: Quitting was requested
Dec 18 21:38:22 ubuntu kernel: [ 1599.533578] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Dec 18 21:45:34 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Dec 18 21:45:34 ubuntu systemd[1]: Starting Hostname Service...
Dec 18 21:45:34 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dec 18 21:45:34 ubuntu systemd[1]: Started Hostname Service.
Dec 18 21:45:35 ubuntu os-prober: File descriptor 9 (/proc/11969/mounts) leaked on lvs invocation. Parent PID 13758: log-output
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/05efi on mounted /dev/sda1
Dec 18 21:45:35 ubuntu 05efi: debug: /dev/sda1 is a FAT32 partition
Dec 18 21:45:35 ubuntu 05efi: debug: /dev/sda1 partition scheme is gpt
Dec 18 21:45:35 ubuntu 05efi: debug: /dev/sda1 partition type is c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Dec 18 21:45:35 ubuntu 05efi: debug: running subtest /usr/lib/os-probes/mounted/efi/10elilo
Dec 18 21:45:35 ubuntu 05efi: debug: running subtest /usr/lib/os-probes/mounted/efi/20microsoft
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/sda1
Dec 18 21:45:35 ubuntu 10freedos: debug: /dev/sda1 is a FAT32 partition
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/sda1
Dec 18 21:45:35 ubuntu 10qnx: debug: /dev/sda1 is not a QNX4 partition: exiting
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/sda1
Dec 18 21:45:35 ubuntu macosx-prober: debug: /dev/sda1 is not an HFS+ partition: exiting
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/sda1
Dec 18 21:45:35 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/sda1
Dec 18 21:45:35 ubuntu 30utility: debug: /dev/sda1 is a FAT32 partition
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/sda1
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/sda1
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/sda1
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/83haiku on mounted /dev/sda1
Dec 18 21:45:35 ubuntu 83haiku: debug: /dev/sda1 is not a BeFS partition: exiting
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sda1
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/sda1
Dec 18 21:45:35 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda2
Dec 18 21:45:35 ubuntu 50mounted-tests: debug: mounted using GRUB ext2 filesystem driver
Dec 18 21:45:35 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/05efi
Dec 18 21:45:35 ubuntu 05efi: debug: /dev/sda2 is ext2 partition: exiting
Dec 18 21:45:35 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos
Dec 18 21:45:35 ubuntu 10freedos: debug: /dev/sda2 is not a FAT partition: exiting
Dec 18 21:45:35 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx
Dec 18 21:45:35 ubuntu 10qnx: debug: /dev/sda2 is not a QNX4 partition: exiting
Dec 18 21:45:35 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx
Dec 18 21:45:35 ubuntu macosx-prober: debug: /dev/sda2 is not an HFS+ partition: exiting
Dec 18 21:45:35 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft
Dec 18 21:45:35 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:45:35 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility
Dec 18 21:45:35 ubuntu 30utility: debug: /dev/sda2 is not a FAT partition: exiting
Dec 18 21:45:35 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb
Dec 18 21:45:36 ubuntu 40lsb: result: /dev/sda2:Ubuntu 15.10 (15.10):Ubuntu:linux
Dec 18 21:45:36 ubuntu 50mounted-tests: debug: os found by subtest /usr/lib/os-probes/mounted/40lsb
Dec 18 21:45:36 ubuntu os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda3
Dec 18 21:45:36 ubuntu kernel: [ 2032.999495] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:45:36 ubuntu kernel: [ 2033.000640] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:45:36 ubuntu kernel: [ 2033.001821] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:45:36 ubuntu kernel: [ 2033.003009] FAT-fs (sda3): invalid media value (0x7d)
Dec 18 21:45:36 ubuntu kernel: [ 2033.003012] FAT-fs (sda3): Can't find a valid FAT filesystem
Dec 18 21:45:36 ubuntu kernel: [ 2033.006377] squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on sda3
Dec 18 21:45:36 ubuntu kernel: [ 2033.007673] XFS (sda3): Invalid superblock magic number
Dec 18 21:45:36 ubuntu kernel: [ 2033.010142] FAT-fs (sda3): invalid media value (0x7d)
Dec 18 21:45:36 ubuntu kernel: [ 2033.010145] FAT-fs (sda3): Can't find a valid FAT filesystem
Dec 18 21:45:36 ubuntu kernel: [ 2033.013278] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sda3.
Dec 18 21:45:36 ubuntu kernel: [ 2033.014435] hfsplus: unable to find HFS+ superblock
Dec 18 21:45:36 ubuntu kernel: [ 2033.015448] qnx4: no qnx4 filesystem (no root dir).
Dec 18 21:45:36 ubuntu kernel: [ 2033.016398] ufs: You didn't specify the type of your ufs filesystem
Dec 18 21:45:36 ubuntu kernel: [ 2033.016398]
Dec 18 21:45:36 ubuntu kernel: [ 2033.016398] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
Dec 18 21:45:36 ubuntu kernel: [ 2033.016398]
Dec 18 21:45:36 ubuntu kernel: [ 2033.016398] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
Dec 18 21:45:36 ubuntu kernel: [ 2033.016598] ufs: ufs_fill_super(): bad magic number
Dec 18 21:45:36 ubuntu kernel: [ 2033.018825] hfs: can't find a HFS filesystem on dev sda3
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/05efi on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu 05efi: debug: /dev/sdb1 is a FAT32 partition
Dec 18 21:45:36 ubuntu 05efi: debug: /dev/sdb1 partition scheme is dos
Dec 18 21:45:36 ubuntu 05efi: debug: /dev/sdb1 partition type is 0xc
Dec 18 21:45:36 ubuntu 05efi: debug: /dev/sdb1 is not a ESP partition: exiting
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu 10freedos: debug: /dev/sdb1 is a FAT32 partition
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu 10qnx: debug: /dev/sdb1 is not a QNX4 partition: exiting
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu macosx-prober: debug: /dev/sdb1 is not an HFS+ partition: exiting
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu 30utility: debug: /dev/sdb1 is a FAT32 partition
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/83haiku on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu 83haiku: debug: /dev/sdb1 is not a BeFS partition: exiting
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/sdb1
Dec 18 21:45:36 ubuntu kernel: [ 2033.518819] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Dec 18 21:50:04 ubuntu dbus[1394]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
Dec 18 21:50:04 ubuntu systemd[1]: Starting Hostname Service...
Dec 18 21:50:04 ubuntu dbus[1394]: [system] Successfully activated service 'org.freedesktop.hostname1'
Dec 18 21:50:04 ubuntu systemd[1]: Started Hostname Service.
Dec 18 21:50:05 ubuntu os-prober: File descriptor 9 (/proc/19386/mounts) leaked on lvs invocation. Parent PID 21173: log-output
Dec 18 21:50:05 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda1
Dec 18 21:50:05 ubuntu 50mounted-tests: debug: mounted using GRUB fat filesystem driver
Dec 18 21:50:05 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/05efi
Dec 18 21:50:05 ubuntu 05efi: debug: /dev/sda1 is a FAT partition (mounted by GRUB)
Dec 18 21:50:05 ubuntu 05efi: debug: /dev/sda1 partition scheme is gpt
Dec 18 21:50:05 ubuntu 05efi: debug: /dev/sda1 partition type is c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Dec 18 21:50:05 ubuntu 05efi: debug: running subtest /usr/lib/os-probes/mounted/efi/10elilo
Dec 18 21:50:06 ubuntu 05efi: debug: running subtest /usr/lib/os-probes/mounted/efi/20microsoft
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos
Dec 18 21:50:06 ubuntu 10freedos: debug: /dev/sda1 is a FAT partition (mounted by GRUB)
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx
Dec 18 21:50:06 ubuntu 10qnx: debug: /dev/sda1 is not a QNX4 partition: exiting
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx
Dec 18 21:50:06 ubuntu macosx-prober: debug: /dev/sda1 is not an HFS+ partition: exiting
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft
Dec 18 21:50:06 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility
Dec 18 21:50:06 ubuntu 30utility: debug: /dev/sda1 is a FAT partition (mounted by GRUB)
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/70hurd
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/80minix
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/83haiku
Dec 18 21:50:06 ubuntu 83haiku: debug: /dev/sda1 is not a BeFS partition: exiting
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90linux-distro
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90solaris
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/efi
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda2
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: mounted using GRUB ext2 filesystem driver
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/05efi
Dec 18 21:50:06 ubuntu 05efi: debug: /dev/sda2 is ext2 partition: exiting
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos
Dec 18 21:50:06 ubuntu 10freedos: debug: /dev/sda2 is not a FAT partition: exiting
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx
Dec 18 21:50:06 ubuntu 10qnx: debug: /dev/sda2 is not a QNX4 partition: exiting
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx
Dec 18 21:50:06 ubuntu macosx-prober: debug: /dev/sda2 is not an HFS+ partition: exiting
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft
Dec 18 21:50:06 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility
Dec 18 21:50:06 ubuntu 30utility: debug: /dev/sda2 is not a FAT partition: exiting
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb
Dec 18 21:50:06 ubuntu 40lsb: result: /dev/sda2:Ubuntu 15.10 (15.10):Ubuntu:linux
Dec 18 21:50:06 ubuntu 50mounted-tests: debug: os found by subtest /usr/lib/os-probes/mounted/40lsb
Dec 18 21:50:06 ubuntu os-prober: debug: os detected by /usr/lib/os-probes/50mounted-tests
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda3
Dec 18 21:50:06 ubuntu kernel: [ 2303.354419] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:50:06 ubuntu kernel: [ 2303.355643] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:50:06 ubuntu kernel: [ 2303.356825] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:50:06 ubuntu kernel: [ 2303.358084] FAT-fs (sda3): invalid media value (0x7d)
Dec 18 21:50:06 ubuntu kernel: [ 2303.358088] FAT-fs (sda3): Can't find a valid FAT filesystem
Dec 18 21:50:06 ubuntu kernel: [ 2303.361745] squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on sda3
Dec 18 21:50:06 ubuntu kernel: [ 2303.363110] XFS (sda3): Invalid superblock magic number
Dec 18 21:50:06 ubuntu kernel: [ 2303.365336] FAT-fs (sda3): invalid media value (0x7d)
Dec 18 21:50:06 ubuntu kernel: [ 2303.365339] FAT-fs (sda3): Can't find a valid FAT filesystem
Dec 18 21:50:06 ubuntu kernel: [ 2303.368425] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sda3.
Dec 18 21:50:06 ubuntu kernel: [ 2303.369601] hfsplus: unable to find HFS+ superblock
Dec 18 21:50:06 ubuntu kernel: [ 2303.370641] qnx4: no qnx4 filesystem (no root dir).
Dec 18 21:50:06 ubuntu kernel: [ 2303.371790] ufs: You didn't specify the type of your ufs filesystem
Dec 18 21:50:06 ubuntu kernel: [ 2303.371790]
Dec 18 21:50:06 ubuntu kernel: [ 2303.371790] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
Dec 18 21:50:06 ubuntu kernel: [ 2303.371790]
Dec 18 21:50:06 ubuntu kernel: [ 2303.371790] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
Dec 18 21:50:06 ubuntu kernel: [ 2303.372000] ufs: ufs_fill_super(): bad magic number
Dec 18 21:50:06 ubuntu kernel: [ 2303.374209] hfs: can't find a HFS filesystem on dev sda3
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/05efi on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu 05efi: debug: /dev/sdb1 is a FAT32 partition
Dec 18 21:50:06 ubuntu 05efi: debug: /dev/sdb1 partition scheme is dos
Dec 18 21:50:06 ubuntu 05efi: debug: /dev/sdb1 partition type is 0xc
Dec 18 21:50:06 ubuntu 05efi: debug: /dev/sdb1 is not a ESP partition: exiting
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu 10freedos: debug: /dev/sdb1 is a FAT32 partition
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu 10qnx: debug: /dev/sdb1 is not a QNX4 partition: exiting
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu macosx-prober: debug: /dev/sdb1 is not an HFS+ partition: exiting
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu 30utility: debug: /dev/sdb1 is a FAT32 partition
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/83haiku on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu 83haiku: debug: /dev/sdb1 is not a BeFS partition: exiting
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/sdb1
Dec 18 21:50:06 ubuntu kernel: [ 2303.870278] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Dec 18 21:50:06 ubuntu kernel: [ 2303.884220] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
Dec 18 21:50:28 ubuntu kernel: [ 2325.662963] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/05efi on mounted /dev/sda1
Dec 18 21:53:56 ubuntu 05efi: debug: /dev/sda1 is a FAT32 partition
Dec 18 21:53:56 ubuntu 05efi: debug: /dev/sda1 partition scheme is gpt
Dec 18 21:53:56 ubuntu 05efi: debug: /dev/sda1 partition type is c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Dec 18 21:53:56 ubuntu 05efi: debug: running subtest /usr/lib/os-probes/mounted/efi/10elilo
Dec 18 21:53:56 ubuntu 05efi: debug: running subtest /usr/lib/os-probes/mounted/efi/20microsoft
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10freedos on mounted /dev/sda1
Dec 18 21:53:56 ubuntu 10freedos: debug: /dev/sda1 is a FAT32 partition
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/10qnx on mounted /dev/sda1
Dec 18 21:53:56 ubuntu 10qnx: debug: /dev/sda1 is not a QNX4 partition: exiting
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20macosx on mounted /dev/sda1
Dec 18 21:53:56 ubuntu macosx-prober: debug: /dev/sda1 is not an HFS+ partition: exiting
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/20microsoft on mounted /dev/sda1
Dec 18 21:53:56 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/30utility on mounted /dev/sda1
Dec 18 21:53:56 ubuntu 30utility: debug: /dev/sda1 is a FAT32 partition
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/40lsb on mounted /dev/sda1
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/70hurd on mounted /dev/sda1
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/80minix on mounted /dev/sda1
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/83haiku on mounted /dev/sda1
Dec 18 21:53:56 ubuntu 83haiku: debug: /dev/sda1 is not a BeFS partition: exiting
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90linux-distro on mounted /dev/sda1
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/mounted/90solaris on mounted /dev/sda1
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sda3
Dec 18 21:53:56 ubuntu kernel: [ 2534.121264] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:53:56 ubuntu kernel: [ 2534.122363] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:53:56 ubuntu kernel: [ 2534.123518] EXT4-fs (sda3): VFS: Can't find ext4 filesystem
Dec 18 21:53:56 ubuntu kernel: [ 2534.124657] FAT-fs (sda3): invalid media value (0x7d)
Dec 18 21:53:56 ubuntu kernel: [ 2534.124660] FAT-fs (sda3): Can't find a valid FAT filesystem
Dec 18 21:53:56 ubuntu kernel: [ 2534.127863] squashfs: SQUASHFS error: Can't find a SQUASHFS superblock on sda3
Dec 18 21:53:56 ubuntu kernel: [ 2534.129266] XFS (sda3): Invalid superblock magic number
Dec 18 21:53:56 ubuntu kernel: [ 2534.140244] FAT-fs (sda3): invalid media value (0x7d)
Dec 18 21:53:56 ubuntu kernel: [ 2534.140248] FAT-fs (sda3): Can't find a valid FAT filesystem
Dec 18 21:53:56 ubuntu kernel: [ 2534.143532] VFS: Can't find a Minix filesystem V1 | V2 | V3 on device sda3.
Dec 18 21:53:56 ubuntu kernel: [ 2534.144698] hfsplus: unable to find HFS+ superblock
Dec 18 21:53:56 ubuntu kernel: [ 2534.145726] qnx4: no qnx4 filesystem (no root dir).
Dec 18 21:53:56 ubuntu kernel: [ 2534.146710] ufs: You didn't specify the type of your ufs filesystem
Dec 18 21:53:56 ubuntu kernel: [ 2534.146710]
Dec 18 21:53:56 ubuntu kernel: [ 2534.146710] mount -t ufs -o ufstype=sun|sunx86|44bsd|ufs2|5xbsd|old|hp|nextstep|nextstep-cd|openstep ...
Dec 18 21:53:56 ubuntu kernel: [ 2534.146710]
Dec 18 21:53:56 ubuntu kernel: [ 2534.146710] >>>WARNING<<< Wrong ufstype may corrupt your filesystem, default is ufstype=old
Dec 18 21:53:56 ubuntu kernel: [ 2534.146920] ufs: ufs_fill_super(): bad magic number
Dec 18 21:53:56 ubuntu kernel: [ 2534.149276] hfs: can't find a HFS filesystem on dev sda3
Dec 18 21:53:56 ubuntu os-prober: debug: running /usr/lib/os-probes/50mounted-tests on /dev/sdb1
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: mounted using GRUB fat filesystem driver
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/05efi
Dec 18 21:53:56 ubuntu 05efi: debug: /dev/sdb1 is a FAT partition (mounted by GRUB)
Dec 18 21:53:56 ubuntu 05efi: debug: /dev/sdb1 partition scheme is dos
Dec 18 21:53:56 ubuntu 05efi: debug: /dev/sdb1 partition type is 0xc
Dec 18 21:53:56 ubuntu 05efi: debug: /dev/sdb1 is not a ESP partition: exiting
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10freedos
Dec 18 21:53:56 ubuntu 10freedos: debug: /dev/sdb1 is a FAT partition (mounted by GRUB)
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/10qnx
Dec 18 21:53:56 ubuntu 10qnx: debug: /dev/sdb1 is not a QNX4 partition: exiting
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20macosx
Dec 18 21:53:56 ubuntu macosx-prober: debug: /dev/sdb1 is not an HFS+ partition: exiting
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/20microsoft
Dec 18 21:53:56 ubuntu 20microsoft: debug: Skipping legacy bootloaders on UEFI system
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/30utility
Dec 18 21:53:56 ubuntu 30utility: debug: /dev/sdb1 is a FAT partition (mounted by GRUB)
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/40lsb
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/70hurd
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/80minix
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/83haiku
Dec 18 21:53:56 ubuntu 83haiku: debug: /dev/sdb1 is not a BeFS partition: exiting
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90linux-distro
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/90solaris
Dec 18 21:53:56 ubuntu 50mounted-tests: debug: running subtest /usr/lib/os-probes/mounted/efi
Dec 18 21:55:46 ubuntu kernel: [ 2643.864252] nouveau E[ PIBUS][0000:01:00.0] HUB0: 0x6013d4 0xffff573f (0x1c708200)
Dec 18 21:55:46 ubuntu kernel: [ 2643.864262] nouveau E[ PIBUS][0000:01:00.0] GPC0: 0x4188ac 0x00000001 (0x1970822e)
Dec 18 21:55:51 ubuntu kernel: [ 2649.121965] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
Dec 18 21:55:51 ubuntu kernel: [ 2649.122037] ACPI: _SB_.PCI0.P0P2.VGA_: failed to evaluate _DSM
Dec 18 21:55:51 ubuntu kernel: [ 2649.122041] ACPI Warning: _SB_.PCI0.P0P2.VGA_._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20150619/nsarguments-95)
ls sda1/efi: /refind/keys/SLES-UEFI-CA-Certificate.cer /refind/keys/refind_local.crt /refind/keys/refind_local.cer /refind/keys/refind.cer /refind/keys/openSUSE-UEFI-CA-Certificate.cer /refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer /refind/keys/microsoft-uefica-public.der /refind/keys/microsoft-pca-public.der /refind/keys/microsoft-kekca-public.der /refind/keys/fedora-ca.cer /refind/keys/canonical-uefi-ca.der /refind/keys/altlinux.cer /refind/icons/vol_optical.png /refind/icons/vol_net.png /refind/icons/vol_internal.png /refind/icons/vol_external.png /refind/icons/transparent.png /refind/icons/tool_windows_rescue.png /refind/icons/tool_shell.png /refind/icons/tool_rescue.png /refind/icons/tool_part.png /refind/icons/tool_netboot.png /refind/icons/tool_mok_tool.png /refind/icons/tool_memtest.png /refind/icons/tool_apple_rescue.png /refind/icons/README /refind/icons/os_xubuntu.png /refind/icons/os_win.png /refind/icons/os_win8.png /refind/icons/os_unknown.png /refind/icons/os_ubuntu.png /refind/icons/os_suse.png /refind/icons/os_slackware.png /refind/icons/os_refit.png /refind/icons/os_refind.png /refind/icons/os_redhat.png /refind/icons/os_opensuse.png /refind/icons/os_network.png /refind/icons/os_netbsd.png /refind/icons/os_mandriva.png /refind/icons/os_mageia.png /refind/icons/os_mac.png /refind/icons/os_lubuntu.png /refind/icons/os_linux.png /refind/icons/os_linuxmint.png /refind/icons/os_legacy.png /refind/icons/os_kubuntu.png /refind/icons/os_hwtest.png /refind/icons/os_haiku.png /refind/icons/os_gummiboot.png /refind/icons/os_gentoo.png /refind/icons/os_frugalware.png /refind/icons/os_freebsd.png /refind/icons/os_fedora.png /refind/icons/os_elementary.png /refind/icons/os_debian.png /refind/icons/os_crunchbang.png /refind/icons/os_clover.png /refind/icons/os_chrome.png /refind/icons/os_chakra.png /refind/icons/os_centos.png /refind/icons/os_arch.png /refind/icons/func_shutdown.png /refind/icons/func_reset.png /refind/icons/func_firmware.png /refind/icons/func_exit.png /refind/icons/func_csr_rotate.png /refind/icons/func_about.png /refind/icons/boot_win.png /refind/icons/boot_linux.png /refind/icons-backup/vol_optical.png /refind/icons-backup/vol_net.png /refind/icons-backup/vol_internal.png /refind/icons-backup/vol_external.png /refind/icons-backup/transparent.png /refind/icons-backup/tool_windows_rescue.png /refind/icons-backup/tool_shell.png /refind/icons-backup/tool_rescue.png /refind/icons-backup/tool_part.png /refind/icons-backup/tool_netboot.png /refind/icons-backup/tool_mok_tool.png /refind/icons-backup/tool_memtest.png /refind/icons-backup/tool_apple_rescue.png /refind/icons-backup/README /refind/icons-backup/os_xubuntu.png /refind/icons-backup/os_win.png /refind/icons-backup/os_win8.png /refind/icons-backup/os_unknown.png /refind/icons-backup/os_ubuntu.png /refind/icons-backup/os_suse.png /refind/icons-backup/os_slackware.png /refind/icons-backup/os_refit.png /refind/icons-backup/os_refind.png /refind/icons-backup/os_redhat.png /refind/icons-backup/os_opensuse.png /refind/icons-backup/os_network.png /refind/icons-backup/os_netbsd.png /refind/icons-backup/os_mandriva.png /refind/icons-backup/os_mageia.png /refind/icons-backup/os_mac.png /refind/icons-backup/os_lubuntu.png /refind/icons-backup/os_linux.png /refind/icons-backup/os_linuxmint.png /refind/icons-backup/os_legacy.png /refind/icons-backup/os_kubuntu.png /refind/icons-backup/os_hwtest.png /refind/icons-backup/os_haiku.png /refind/icons-backup/os_gummiboot.png /refind/icons-backup/os_gentoo.png /refind/icons-backup/os_frugalware.png /refind/icons-backup/os_freebsd.png /refind/icons-backup/os_fedora.png /refind/icons-backup/os_elementary.png /refind/icons-backup/os_debian.png /refind/icons-backup/os_crunchbang.png /refind/icons-backup/os_clover.png /refind/icons-backup/os_chrome.png /refind/icons-backup/os_chakra.png /refind/icons-backup/os_centos.png /refind/icons-backup/os_arch.png /refind/icons-backup/licenses /refind/icons-backup/func_shutdown.png /refind/icons-backup/func_reset.png /refind/icons-backup/func_firmware.png /refind/icons-backup/func_exit.png /refind/icons-backup/func_csr_rotate.png /refind/icons-backup/func_about.png /refind/icons-backup/boot_win.png /refind/icons-backup/boot_linux.png /refind/icons-backup/arrow_right.png /refind/icons-backup/arrow_left.png /refind/icons/arrow_right.png /refind/icons/arrow_left.png /refind/drivers_x64/ext4_x64.efi /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /refind/refind_x64.efi /refind/refind.conf-sample /refind/refind.conf /refind/keys /refind/icons-backup /refind/icons /refind/drivers_x64
df /dev/sda1
cp /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Microsoft/Boot/bootmgfw.efi (& .grb)
df /dev/sda1
cp /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Microsoft/Boot/bootx64.efi (& .grb)
df /dev/sda1
cp /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/shimx64.efi /mnt/boot-sav/sda2/boot/efi/EFI/Boot/bootx64.efi (& .grb)
ls sda1/efi: /refind/keys/SLES-UEFI-CA-Certificate.cer /refind/keys/refind_local.crt /refind/keys/refind_local.cer /refind/keys/refind.cer /refind/keys/openSUSE-UEFI-CA-Certificate.cer /refind/keys/openSUSE-UEFI-CA-Certificate-4096.cer /refind/keys/microsoft-uefica-public.der /refind/keys/microsoft-pca-public.der /refind/keys/microsoft-kekca-public.der /refind/keys/fedora-ca.cer /refind/keys/canonical-uefi-ca.der /refind/keys/altlinux.cer /refind/icons/vol_optical.png /refind/icons/vol_net.png /refind/icons/vol_internal.png /refind/icons/vol_external.png /refind/icons/transparent.png /refind/icons/tool_windows_rescue.png /refind/icons/tool_shell.png /refind/icons/tool_rescue.png /refind/icons/tool_part.png /refind/icons/tool_netboot.png /refind/icons/tool_mok_tool.png /refind/icons/tool_memtest.png /refind/icons/tool_apple_rescue.png /refind/icons/README /refind/icons/os_xubuntu.png /refind/icons/os_win.png /refind/icons/os_win8.png /refind/icons/os_unknown.png /refind/icons/os_ubuntu.png /refind/icons/os_suse.png /refind/icons/os_slackware.png /refind/icons/os_refit.png /refind/icons/os_refind.png /refind/icons/os_redhat.png /refind/icons/os_opensuse.png /refind/icons/os_network.png /refind/icons/os_netbsd.png /refind/icons/os_mandriva.png /refind/icons/os_mageia.png /refind/icons/os_mac.png /refind/icons/os_lubuntu.png /refind/icons/os_linux.png /refind/icons/os_linuxmint.png /refind/icons/os_legacy.png /refind/icons/os_kubuntu.png /refind/icons/os_hwtest.png /refind/icons/os_haiku.png /refind/icons/os_gummiboot.png /refind/icons/os_gentoo.png /refind/icons/os_frugalware.png /refind/icons/os_freebsd.png /refind/icons/os_fedora.png /refind/icons/os_elementary.png /refind/icons/os_debian.png /refind/icons/os_crunchbang.png /refind/icons/os_clover.png /refind/icons/os_chrome.png /refind/icons/os_chakra.png /refind/icons/os_centos.png /refind/icons/os_arch.png /refind/icons/func_shutdown.png /refind/icons/func_reset.png /refind/icons/func_firmware.png /refind/icons/func_exit.png /refind/icons/func_csr_rotate.png /refind/icons/func_about.png /refind/icons/boot_win.png /refind/icons/boot_linux.png /refind/icons-backup/vol_optical.png /refind/icons-backup/vol_net.png /refind/icons-backup/vol_internal.png /refind/icons-backup/vol_external.png /refind/icons-backup/transparent.png /refind/icons-backup/tool_windows_rescue.png /refind/icons-backup/tool_shell.png /refind/icons-backup/tool_rescue.png /refind/icons-backup/tool_part.png /refind/icons-backup/tool_netboot.png /refind/icons-backup/tool_mok_tool.png /refind/icons-backup/tool_memtest.png /refind/icons-backup/tool_apple_rescue.png /refind/icons-backup/README /refind/icons-backup/os_xubuntu.png /refind/icons-backup/os_win.png /refind/icons-backup/os_win8.png /refind/icons-backup/os_unknown.png /refind/icons-backup/os_ubuntu.png /refind/icons-backup/os_suse.png /refind/icons-backup/os_slackware.png /refind/icons-backup/os_refit.png /refind/icons-backup/os_refind.png /refind/icons-backup/os_redhat.png /refind/icons-backup/os_opensuse.png /refind/icons-backup/os_network.png /refind/icons-backup/os_netbsd.png /refind/icons-backup/os_mandriva.png /refind/icons-backup/os_mageia.png /refind/icons-backup/os_mac.png /refind/icons-backup/os_lubuntu.png /refind/icons-backup/os_linux.png /refind/icons-backup/os_linuxmint.png /refind/icons-backup/os_legacy.png /refind/icons-backup/os_kubuntu.png /refind/icons-backup/os_hwtest.png /refind/icons-backup/os_haiku.png /refind/icons-backup/os_gummiboot.png /refind/icons-backup/os_gentoo.png /refind/icons-backup/os_frugalware.png /refind/icons-backup/os_freebsd.png /refind/icons-backup/os_fedora.png /refind/icons-backup/os_elementary.png /refind/icons-backup/os_debian.png /refind/icons-backup/os_crunchbang.png /refind/icons-backup/os_clover.png /refind/icons-backup/os_chrome.png /refind/icons-backup/os_chakra.png /refind/icons-backup/os_centos.png /refind/icons-backup/os_arch.png /refind/icons-backup/licenses /refind/icons-backup/func_shutdown.png /refind/icons-backup/func_reset.png /refind/icons-backup/func_firmware.png /refind/icons-backup/func_exit.png /refind/icons-backup/func_csr_rotate.png /refind/icons-backup/func_about.png /refind/icons-backup/boot_win.png /refind/icons-backup/boot_linux.png /refind/icons-backup/arrow_right.png /refind/icons-backup/arrow_left.png /refind/icons/arrow_right.png /refind/icons/arrow_left.png /refind/drivers_x64/ext4_x64.efi /Microsoft/Boot/bootx64.efi.grb /Microsoft/Boot/bootx64.efi /Microsoft/Boot/bootmgfw.efi.grb /Microsoft/Boot/bootmgfw.efi /ubuntu/shimx64.efi /ubuntu/MokManager.efi /ubuntu/grubx64.efi /ubuntu/grub.cfg /refind/refind_x64.efi /refind/refind.conf-sample /refind/refind.conf /refind/keys /refind/icons-backup /refind/icons /refind/drivers_x64 /Microsoft/Boot /Boot/bootx64.efi.grb /Boot/bootx64.efi
Add /mnt/boot-sav/sda2/boot/efi efi entries in /mnt/boot-sav/sda2/etc/grub.d/25_custom
Adding custom /mnt/boot-sav/sda2/boot/efi/EFI/refind/refind_x64.efi
Adding custom /mnt/boot-sav/sda2/boot/efi/EFI/ubuntu/MokManager.efi
Adding custom /mnt/boot-sav/sda2/boot/efi/EFI/refind/drivers_x64/ext4_x64.efi
chroot /mnt/boot-sav/sda2 efibootmgr -v
efibootmgr: Skipping unreadable variable "Boot0001": Input/output error
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 0000,0003,0004,2001,2002,2003
Boot0000* ubuntu HD(1,GPT,f049adc1-2a34-43c4-bf1e-2e7f8204f6c0,0x800,0x100000)/File(EFIubuntushimx64.efi)
Boot0002* UEFI: Network Card PciRoot(0x0)/Pci(0x1c,0x3)/Pci(0x0,0x0)/MAC(2025642eb40d,0)/IPv6([::]:<->[::]:,0,0)..BO
Boot0003* UEFI: TDK LoR TF10 PMAP PciRoot(0x0)/Pci(0x1d,0x0)/USB(1,0)/USB(3,0)/HD(1,MBR,0x115,0x3e,0xe88e4a)..BO
Boot2001* EFI USB Device RC
Boot2002* EFI DVD/CDROM RC
Boot2003* EFI Network RC
chroot /mnt/boot-sav/sda2 update-grub
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.2.0-22-generic
Found initrd image: /boot/initrd.img-4.2.0-22-generic
Found linux image: /boot/vmlinuz-4.2.0-21-generic
Found initrd image: /boot/initrd.img-4.2.0-21-generic
Found linux image: /boot/vmlinuz-4.2.0-16-generic
Found initrd image: /boot/initrd.img-4.2.0-16-generic
Adding boot menu entry for EFI firmware configuration
NTFS signature is missing.
Failed to mount '/dev/sda3': Invalid argument
The device '/dev/sda3' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount /dev/sda3 : Error code 12
mount -r /dev/sda3 /mnt/boot-sav/sda3
NTFS signature is missing.
Failed to mount '/dev/sda3': Invalid argument
The device '/dev/sda3' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
mount -r /dev/sda3 : Error code 12
Unhide GRUB boot menu in sda2/boot/grub/grub.cfg
An error occurred during the repair.
Locked-ESP detected. You may want to retry after creating a /boot/efi partition (FAT32, 100MB~250MB, start of the disk, boot flag). This can be performed via tools such as gParted. Then select this partition via the [Separate /boot/efi partition:] option of [Boot Repair].
paste.ubuntu.com ko (), using paste.debian
paste.debian.net ko (http://paste.debian.net/), using paste2