Last active
August 29, 2015 14:12
-
-
Save ryanjaeb/6ef932997ce7d7018bc8 to your computer and use it in GitHub Desktop.
pkg-zfs-126
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See: https://github.com/zfsonlinux/pkg-zfs/issues/126 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
md1_crypt UUID=ed2f6a90-4dc9-496c-b4c2-6a9585acb427 none luks,discard | |
md2_crypt /dev/md2 /dev/urandom cipher=aes-xts-plain64,size=256,swap,discard | |
zfs1_crypt UUID=43ccce2f-428b-4fb3-8fb7-f9e1abe04e99 /etc/crypt.key luks | |
zfs2_crypt UUID=79b58ab3-8155-49ea-90ce-0d52d3c921ec /etc/crypt.key luks | |
zfs3_crypt UUID=d08778e9-a295-4fce-9c76-d781aa3d47e6 /etc/crypt.key luks | |
zfs4_crypt UUID=32c16a26-5771-4ed8-bef2-4e7c92ed1e82 /etc/crypt.key luks | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /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> | |
/dev/mapper/md1_crypt / ext4 errors=remount-ro 0 1 | |
# /boot was on /dev/md0 during installation | |
UUID=e5a38e28-8af2-4081-9aa4-29f54911958f /boot ext4 defaults 0 2 | |
/dev/mapper/md2_crypt none swap sw 0 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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 | |
# GRUB lacks write support for diskfilter, so recordfail support is disabled. | |
} | |
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 loadfont unicode ; then | |
set gfxmode=auto | |
load_video | |
insmod gfxterm | |
set locale_dir=$prefix/locale | |
set lang=en_CA | |
insmod gettext | |
fi | |
terminal_output gfxterm | |
if [ "${recordfail}" = 1 ] ; then | |
set timeout=-1 | |
else | |
if [ x$feature_timeout_style = xy ] ; then | |
set timeout_style=menu | |
set timeout=2 | |
# Fallback normal timeout code in case the timeout_style feature is | |
# unavailable. | |
else | |
set timeout=2 | |
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 | |
### 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-40124f2c-daa7-4d0f-a63b-656c234badf4' { | |
recordfail | |
load_video | |
gfxmode $linux_gfx_mode | |
insmod gzio | |
insmod part_msdos | |
insmod part_msdos | |
insmod diskfilter | |
insmod mdraid1x | |
insmod ext2 | |
set root='mduuid/6de317db9402d293e73ba1d222a14d8b' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint='mduuid/6de317db9402d293e73ba1d222a14d8b' e5a38e28-8af2-4081-9aa4-29f54911958f | |
else | |
search --no-floppy --fs-uuid --set=root e5a38e28-8af2-4081-9aa4-29f54911958f | |
fi | |
linux /vmlinuz-3.13.0-43-generic root=UUID=40124f2c-daa7-4d0f-a63b-656c234badf4 ro nomdmonddf nomdmonisw | |
initrd /initrd.img-3.13.0-43-generic | |
} | |
submenu 'Advanced options for Ubuntu' $menuentry_id_option 'gnulinux-advanced-40124f2c-daa7-4d0f-a63b-656c234badf4' { | |
menuentry 'Ubuntu, with Linux 3.13.0-43-generic' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-43-generic-advanced-40124f2c-daa7-4d0f-a63b-656c234badf4' { | |
recordfail | |
load_video | |
gfxmode $linux_gfx_mode | |
insmod gzio | |
insmod part_msdos | |
insmod part_msdos | |
insmod diskfilter | |
insmod mdraid1x | |
insmod ext2 | |
set root='mduuid/6de317db9402d293e73ba1d222a14d8b' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint='mduuid/6de317db9402d293e73ba1d222a14d8b' e5a38e28-8af2-4081-9aa4-29f54911958f | |
else | |
search --no-floppy --fs-uuid --set=root e5a38e28-8af2-4081-9aa4-29f54911958f | |
fi | |
echo 'Loading Linux 3.13.0-43-generic ...' | |
linux /vmlinuz-3.13.0-43-generic root=UUID=40124f2c-daa7-4d0f-a63b-656c234badf4 ro nomdmonddf nomdmonisw | |
echo 'Loading initial ramdisk ...' | |
initrd /initrd.img-3.13.0-43-generic | |
} | |
menuentry 'Ubuntu, with Linux 3.13.0-43-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-3.13.0-43-generic-recovery-40124f2c-daa7-4d0f-a63b-656c234badf4' { | |
recordfail | |
load_video | |
insmod gzio | |
insmod part_msdos | |
insmod part_msdos | |
insmod diskfilter | |
insmod mdraid1x | |
insmod ext2 | |
set root='mduuid/6de317db9402d293e73ba1d222a14d8b' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint='mduuid/6de317db9402d293e73ba1d222a14d8b' e5a38e28-8af2-4081-9aa4-29f54911958f | |
else | |
search --no-floppy --fs-uuid --set=root e5a38e28-8af2-4081-9aa4-29f54911958f | |
fi | |
echo 'Loading Linux 3.13.0-43-generic ...' | |
linux /vmlinuz-3.13.0-43-generic root=UUID=40124f2c-daa7-4d0f-a63b-656c234badf4 ro recovery nomodeset | |
echo 'Loading initial ramdisk ...' | |
initrd /initrd.img-3.13.0-43-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/20_memtest86+ ### | |
menuentry 'Memory test (memtest86+)' { | |
insmod part_msdos | |
insmod part_msdos | |
insmod diskfilter | |
insmod mdraid1x | |
insmod ext2 | |
set root='mduuid/6de317db9402d293e73ba1d222a14d8b' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint='mduuid/6de317db9402d293e73ba1d222a14d8b' e5a38e28-8af2-4081-9aa4-29f54911958f | |
else | |
search --no-floppy --fs-uuid --set=root e5a38e28-8af2-4081-9aa4-29f54911958f | |
fi | |
knetbsd /memtest86+.elf | |
} | |
menuentry 'Memory test (memtest86+, serial console 115200)' { | |
insmod part_msdos | |
insmod part_msdos | |
insmod diskfilter | |
insmod mdraid1x | |
insmod ext2 | |
set root='mduuid/6de317db9402d293e73ba1d222a14d8b' | |
if [ x$feature_platform_search_hint = xy ]; then | |
search --no-floppy --fs-uuid --set=root --hint='mduuid/6de317db9402d293e73ba1d222a14d8b' e5a38e28-8af2-4081-9aa4-29f54911958f | |
else | |
search --no-floppy --fs-uuid --set=root e5a38e28-8af2-4081-9aa4-29f54911958f | |
fi | |
linux16 /memtest86+.bin console=ttyS0,115200n8 | |
} | |
### END /etc/grub.d/20_memtest86+ ### | |
### BEGIN /etc/grub.d/30_os-prober ### | |
### END /etc/grub.d/30_os-prober ### | |
### BEGIN /etc/grub.d/30_uefi-firmware ### | |
### 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 ### |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jan 1 06:52:01 orilla CRON[6196]: (root) CMD (test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )) | |
Jan 1 07:17:01 orilla CRON[6229]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) | |
Jan 1 07:26:18 orilla dhclient: DHCPREQUEST of 192.168.16.16 on eth0 to 192.168.16.254 port 67 (xid=0x63f29fe) | |
Jan 1 07:26:18 orilla dhclient: DHCPACK of 192.168.16.16 from 192.168.16.254 | |
Jan 1 07:26:18 orilla dhclient: bound to 192.168.16.16 -- renewal in 2960 seconds. | |
Jan 1 08:15:39 orilla dhclient: DHCPREQUEST of 192.168.16.16 on eth0 to 192.168.16.254 port 67 (xid=0x63f29fe) | |
Jan 1 08:15:39 orilla dhclient: DHCPACK of 192.168.16.16 from 192.168.16.254 | |
Jan 1 08:15:39 orilla dhclient: bound to 192.168.16.16 -- renewal in 3063 seconds. | |
Jan 1 08:17:01 orilla CRON[6391]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) | |
Jan 1 09:06:42 orilla dhclient: DHCPREQUEST of 192.168.16.16 on eth0 to 192.168.16.254 port 67 (xid=0x63f29fe) | |
Jan 1 09:06:42 orilla dhclient: DHCPACK of 192.168.16.16 from 192.168.16.254 | |
Jan 1 09:06:42 orilla dhclient: bound to 192.168.16.16 -- renewal in 3542 seconds. | |
Jan 1 09:17:01 orilla CRON[6509]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) | |
Jan 1 10:05:44 orilla dhclient: DHCPREQUEST of 192.168.16.16 on eth0 to 192.168.16.254 port 67 (xid=0x63f29fe) | |
Jan 1 10:05:44 orilla dhclient: DHCPACK of 192.168.16.16 from 192.168.16.254 | |
Jan 1 10:05:44 orilla dhclient: bound to 192.168.16.16 -- renewal in 2845 seconds. | |
Jan 1 10:17:01 orilla CRON[6625]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) | |
Jan 1 10:53:09 orilla dhclient: DHCPREQUEST of 192.168.16.16 on eth0 to 192.168.16.254 port 67 (xid=0x63f29fe) | |
Jan 1 10:53:09 orilla dhclient: DHCPACK of 192.168.16.16 from 192.168.16.254 | |
Jan 1 10:53:09 orilla dhclient: bound to 192.168.16.16 -- renewal in 3199 seconds. | |
Jan 1 11:17:01 orilla CRON[6745]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) | |
Jan 1 11:46:28 orilla dhclient: DHCPREQUEST of 192.168.16.16 on eth0 to 192.168.16.254 port 67 (xid=0x63f29fe) | |
Jan 1 11:46:28 orilla dhclient: DHCPACK of 192.168.16.16 from 192.168.16.254 | |
Jan 1 11:46:28 orilla dhclient: bound to 192.168.16.16 -- renewal in 2993 seconds. | |
Jan 1 12:17:01 orilla CRON[8391]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) | |
Jan 1 12:36:21 orilla dhclient: DHCPREQUEST of 192.168.16.16 on eth0 to 192.168.16.254 port 67 (xid=0x63f29fe) | |
Jan 1 12:36:21 orilla dhclient: DHCPACK of 192.168.16.16 from 192.168.16.254 | |
Jan 1 12:36:21 orilla dhclient: bound to 192.168.16.16 -- renewal in 3245 seconds. | |
Jan 1 13:17:01 orilla CRON[8534]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) | |
Jan 1 13:30:26 orilla dhclient: DHCPREQUEST of 192.168.16.16 on eth0 to 192.168.16.254 port 67 (xid=0x63f29fe) | |
Jan 1 13:30:26 orilla dhclient: DHCPACK of 192.168.16.16 from 192.168.16.254 | |
Jan 1 13:30:26 orilla dhclient: bound to 192.168.16.16 -- renewal in 3557 seconds. | |
Jan 1 14:14:32 orilla rsyslogd: [origin software="rsyslogd" swVersion="7.4.4" x-pid="1390" x-info="http://www.rsyslog.com"] exiting on signal 15. | |
Jan 1 14:16:15 orilla rsyslogd: [origin software="rsyslogd" swVersion="7.4.4" x-pid="961" x-info="http://www.rsyslog.com"] start | |
Jan 1 14:16:15 orilla rsyslogd: rsyslogd's groupid changed to 104 | |
Jan 1 14:16:15 orilla rsyslogd: rsyslogd's userid changed to 101 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Initializing cgroup subsys cpuset | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Initializing cgroup subsys cpu | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Initializing cgroup subsys cpuacct | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Linux version 3.13.0-43-generic (buildd@tipua) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 (Ubuntu 3.13.0-43.72-generic 3.13.11.11) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.13.0-43-generic root=UUID=40124f2c-daa7-4d0f-a63b-656c234badf4 ro nomdmonddf nomdmonisw | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] KERNEL supported cpus: | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Intel GenuineIntel | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] AMD AuthenticAMD | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Centaur CentaurHauls | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] e820: BIOS-provided physical RAM map: | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dfedffff] usable | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000dfee0000-0x00000000dfee2fff] ACPI NVS | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000dfee3000-0x00000000dfeeffff] ACPI data | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000dfef0000-0x00000000dfefffff] reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021fffffff] usable | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] NX (Execute Disable) protection: active | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] SMBIOS 2.4 present. | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] DMI: Gigabyte Technology Co., Ltd. P35-DS3R/P35-DS3R, BIOS F13 06/19/2009 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] No AGP bridge found | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] e820: last_pfn = 0x220000 max_arch_pfn = 0x400000000 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] MTRR default type: uncachable | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] MTRR fixed ranges enabled: | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] 00000-9FFFF write-back | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] A0000-BFFFF uncachable | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] C0000-CCFFF write-protect | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] CD000-EFFFF uncachable | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] F0000-FFFFF write-through | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] MTRR variable ranges enabled: | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] 0 base 000000000 mask F00000000 write-back | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] 1 base 0E0000000 mask FE0000000 uncachable | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] 2 base 100000000 mask F00000000 write-back | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] 3 base 200000000 mask FE0000000 write-back | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] 4 base 0DFF00000 mask FFFF00000 uncachable | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] 5 disabled | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] 6 disabled | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] 7 disabled | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] original variable MTRRs | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 0, base: 0GB, range: 4GB, type WB | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 1, base: 3584MB, range: 512MB, type UC | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 2, base: 4GB, range: 4GB, type WB | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 3, base: 8GB, range: 512MB, type WB | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 4, base: 3583MB, range: 1MB, type UC | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] total RAM covered: 8191M | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Found optimal setting for mtrr clean up | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] gran_size: 64K chunk_size: 2M num_reg: 6 lose cover RAM: 0G | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] New variable MTRRs | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 1, base: 2GB, range: 1GB, type WB | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 2, base: 3GB, range: 512MB, type WB | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 3, base: 3583MB, range: 1MB, type UC | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 4, base: 4GB, range: 4GB, type WB | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] reg 5, base: 8GB, range: 512MB, type WB | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] e820: update [mem 0xdff00000-0xffffffff] usable ==> reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] e820: last_pfn = 0xdfee0 max_arch_pfn = 0x400000000 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] found SMP MP-table at [mem 0x000f5160-0x000f516f] mapped at [ffff8800000f5160] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Scanning 1 areas for low memory corruption | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] [mem 0x00000000-0x000fffff] page 4k | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x21fe00000-0x21fffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] [mem 0x21fe00000-0x21fffffff] page 2M | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21fdfffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] [mem 0x21c000000-0x21fdfffff] page 2M | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] [mem 0x200000000-0x21bffffff] page 2M | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x00100000-0xdfedffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] [mem 0x00100000-0x001fffff] page 4k | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] [mem 0x00200000-0xdfdfffff] page 2M | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] [mem 0xdfe00000-0xdfedffff] page 4k | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BRK [0x01fe5000, 0x01fe5fff] PGTABLE | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] BRK [0x01fe6000, 0x01fe6fff] PGTABLE | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] RAMDISK: [mem 0x34fbc000-0x367d5fff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: RSDP 00000000000f6b50 000014 (v00 GBT ) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: RSDT 00000000dfee3040 000038 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: FACP 00000000dfee30c0 000074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: DSDT 00000000dfee3180 004B2A (v01 GBT GBTUACPI 00001000 MSFT 0100000C) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: FACS 00000000dfee0000 000040 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: HPET 00000000dfee7e00 000038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: MCFG 00000000dfee7e80 00003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: APIC 00000000dfee7d00 000084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: SSDT 00000000dfee87e0 0003AB (v01 PmRef CpuPm 00003000 INTL 20040311) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] No NUMA configuration found | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021fffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21fffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] NODE_DATA [mem 0x21fff5000-0x21fff9fff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880217600000-ffff88021f5fffff] on node 0 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Zone ranges: | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Normal [mem 0x100000000-0x21fffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Movable zone start for each node | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Early memory node ranges | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] node 0: [mem 0x00001000-0x0009cfff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] node 0: [mem 0x00100000-0xdfedffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] node 0: [mem 0x100000000-0x21fffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] On node 0 totalpages: 2096764 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] DMA zone: 64 pages used for memmap | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] DMA zone: 21 pages reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] DMA zone: 3996 pages, LIFO batch:0 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] DMA32 zone: 14268 pages used for memmap | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] DMA32 zone: 913120 pages, LIFO batch:31 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Normal zone: 18432 pages used for memmap | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Normal zone: 1179648 pages, LIFO batch:31 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x408 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x03] enabled) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: IRQ0 used by override. | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: IRQ2 used by override. | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: IRQ9 used by override. | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] nr_irqs_gsi: 40 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xdfee0000-0xdfee2fff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xdfee3000-0xdfeeffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xdfef0000-0xdfefffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xdff00000-0xefffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xfebfffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xffffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] e820: [mem 0xdff00000-0xefffffff] available for PCI devices | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88021fc00000 s82304 r8192 d24192 u524288 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] pcpu-alloc: s82304 r8192 d24192 u524288 alloc=1*2097152 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] pcpu-alloc: [0] 0 1 2 3 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2063979 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Policy zone: Normal | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.13.0-43-generic root=UUID=40124f2c-daa7-4d0f-a63b-656c234badf4 ro nomdmonddf nomdmonisw | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Checking aperture... | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] No AGP bridge found | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Memory: 8148144K/8387056K available (7383K kernel code, 1144K rwdata, 3408K rodata, 1336K init, 1444K bss, 238912K reserved) | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Hierarchical RCU implementation. | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Offload RCU callbacks from all CPUs | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Offload RCU callbacks from CPUs: 0-3. | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] NR_IRQS:16640 nr_irqs:712 16 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] Console: colour dummy device 80x25 | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] console [tty0] enabled | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] allocated 33554432 bytes of page_cgroup | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] hpet clockevent registered | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] tsc: Fast TSC calibration using PIT | |
Jan 1 14:16:15 orilla kernel: [ 0.000000] tsc: Detected 2399.870 MHz processor | |
Jan 1 14:16:15 orilla kernel: [ 0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4799.74 BogoMIPS (lpj=9599480) | |
Jan 1 14:16:15 orilla kernel: [ 0.004009] pid_max: default: 32768 minimum: 301 | |
Jan 1 14:16:15 orilla kernel: [ 0.004047] Security Framework initialized | |
Jan 1 14:16:15 orilla kernel: [ 0.004070] AppArmor: AppArmor initialized | |
Jan 1 14:16:15 orilla kernel: [ 0.004073] Yama: becoming mindful. | |
Jan 1 14:16:15 orilla kernel: [ 0.008657] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.012276] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.013979] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.014000] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.014348] Initializing cgroup subsys memory | |
Jan 1 14:16:15 orilla kernel: [ 0.014359] Initializing cgroup subsys devices | |
Jan 1 14:16:15 orilla kernel: [ 0.014363] Initializing cgroup subsys freezer | |
Jan 1 14:16:15 orilla kernel: [ 0.014366] Initializing cgroup subsys blkio | |
Jan 1 14:16:15 orilla kernel: [ 0.014369] Initializing cgroup subsys perf_event | |
Jan 1 14:16:15 orilla kernel: [ 0.014373] Initializing cgroup subsys hugetlb | |
Jan 1 14:16:15 orilla kernel: [ 0.014399] CPU: Physical Processor ID: 0 | |
Jan 1 14:16:15 orilla kernel: [ 0.014401] CPU: Processor Core ID: 0 | |
Jan 1 14:16:15 orilla kernel: [ 0.014404] mce: CPU supports 6 MCE banks | |
Jan 1 14:16:15 orilla kernel: [ 0.014412] CPU0: Thermal monitoring enabled (TM2) | |
Jan 1 14:16:15 orilla kernel: [ 0.014421] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4 | |
Jan 1 14:16:15 orilla kernel: [ 0.014421] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32 | |
Jan 1 14:16:15 orilla kernel: [ 0.014421] tlb_flushall_shift: -1 | |
Jan 1 14:16:15 orilla kernel: [ 0.014522] Freeing SMP alternatives memory: 32K (ffffffff81e6e000 - ffffffff81e76000) | |
Jan 1 14:16:15 orilla kernel: [ 0.016060] ACPI: Core revision 20131115 | |
Jan 1 14:16:15 orilla kernel: [ 0.017840] ACPI: All ACPI Tables successfully acquired | |
Jan 1 14:16:15 orilla kernel: [ 0.019872] ftrace: allocating 28552 entries in 112 pages | |
Jan 1 14:16:15 orilla kernel: [ 0.028447] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 | |
Jan 1 14:16:15 orilla kernel: [ 0.070042] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU @ 2.40GHz (fam: 06, model: 0f, stepping: 07) | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] Performance Events: PEBS fmt0-, 4-deep LBR, Core2 events, Intel PMU driver. | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] perf_event_intel: PEBS disabled due to CPU errata | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] ... version: 2 | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] ... bit width: 40 | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] ... generic registers: 2 | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] ... value mask: 000000ffffffffff | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] ... max period: 000000007fffffff | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] ... fixed-purpose events: 3 | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] ... event mask: 0000000700000003 | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] x86: Booting SMP configuration: | |
Jan 1 14:16:15 orilla kernel: [ 0.083425] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. | |
Jan 1 14:16:15 orilla kernel: [ 0.072000] .... node #0, CPUs: #1 #2 #3 | |
Jan 1 14:16:15 orilla kernel: [ 0.108024] x86: Booted up 1 node, 4 CPUs | |
Jan 1 14:16:15 orilla kernel: [ 0.108029] smpboot: Total of 4 processors activated (19198.96 BogoMIPS) | |
Jan 1 14:16:15 orilla kernel: [ 0.112190] devtmpfs: initialized | |
Jan 1 14:16:15 orilla kernel: [ 0.124660] EVM: security.selinux | |
Jan 1 14:16:15 orilla kernel: [ 0.124663] EVM: security.SMACK64 | |
Jan 1 14:16:15 orilla kernel: [ 0.124665] EVM: security.ima | |
Jan 1 14:16:15 orilla kernel: [ 0.124667] EVM: security.capability | |
Jan 1 14:16:15 orilla kernel: [ 0.124683] PM: Registering ACPI NVS region [mem 0xdfee0000-0xdfee2fff] (12288 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.125159] pinctrl core: initialized pinctrl subsystem | |
Jan 1 14:16:15 orilla kernel: [ 0.125245] regulator-dummy: no parameters | |
Jan 1 14:16:15 orilla kernel: [ 0.125286] RTC time: 20:15:14, date: 01/01/15 | |
Jan 1 14:16:15 orilla kernel: [ 0.125330] NET: Registered protocol family 16 | |
Jan 1 14:16:15 orilla kernel: [ 0.125458] cpuidle: using governor ladder | |
Jan 1 14:16:15 orilla kernel: [ 0.125462] cpuidle: using governor menu | |
Jan 1 14:16:15 orilla kernel: [ 0.125498] ACPI: bus type PCI registered | |
Jan 1 14:16:15 orilla kernel: [ 0.125502] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
Jan 1 14:16:15 orilla kernel: [ 0.125563] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) | |
Jan 1 14:16:15 orilla kernel: [ 0.125568] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820 | |
Jan 1 14:16:15 orilla kernel: [ 0.130953] PCI: Using configuration type 1 for base access | |
Jan 1 14:16:15 orilla kernel: [ 0.132103] bio: create slab <bio-0> at 0 | |
Jan 1 14:16:15 orilla kernel: [ 0.132148] ACPI: Added _OSI(Module Device) | |
Jan 1 14:16:15 orilla kernel: [ 0.132151] ACPI: Added _OSI(Processor Device) | |
Jan 1 14:16:15 orilla kernel: [ 0.132153] ACPI: Added _OSI(3.0 _SCP Extensions) | |
Jan 1 14:16:15 orilla kernel: [ 0.132156] ACPI: Added _OSI(Processor Aggregator Device) | |
Jan 1 14:16:15 orilla kernel: [ 0.136200] ACPI: SSDT 00000000dfee7f00 00022A (v01 PmRef Cpu0Ist 00003000 INTL 20040311) | |
Jan 1 14:16:15 orilla kernel: [ 0.136371] ACPI: Dynamic OEM Table Load: | |
Jan 1 14:16:15 orilla kernel: [ 0.136375] ACPI: SSDT (null) 00022A (v01 PmRef Cpu0Ist 00003000 INTL 20040311) | |
Jan 1 14:16:15 orilla kernel: [ 0.136460] ACPI: SSDT 00000000dfee83c0 000152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311) | |
Jan 1 14:16:15 orilla kernel: [ 0.136615] ACPI: Dynamic OEM Table Load: | |
Jan 1 14:16:15 orilla kernel: [ 0.136619] ACPI: SSDT (null) 000152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311) | |
Jan 1 14:16:15 orilla kernel: [ 0.136712] ACPI: SSDT 00000000dfee8520 000152 (v01 PmRef Cpu2Ist 00003000 INTL 20040311) | |
Jan 1 14:16:15 orilla kernel: [ 0.136867] ACPI: Dynamic OEM Table Load: | |
Jan 1 14:16:15 orilla kernel: [ 0.136871] ACPI: SSDT (null) 000152 (v01 PmRef Cpu2Ist 00003000 INTL 20040311) | |
Jan 1 14:16:15 orilla kernel: [ 0.136957] ACPI: SSDT 00000000dfee8680 000152 (v01 PmRef Cpu3Ist 00003000 INTL 20040311) | |
Jan 1 14:16:15 orilla kernel: [ 0.137113] ACPI: Dynamic OEM Table Load: | |
Jan 1 14:16:15 orilla kernel: [ 0.137117] ACPI: SSDT (null) 000152 (v01 PmRef Cpu3Ist 00003000 INTL 20040311) | |
Jan 1 14:16:15 orilla kernel: [ 0.137254] ACPI: Interpreter enabled | |
Jan 1 14:16:15 orilla kernel: [ 0.137262] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) | |
Jan 1 14:16:15 orilla kernel: [ 0.137268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) | |
Jan 1 14:16:15 orilla kernel: [ 0.137283] ACPI: (supports S0 S3 S4 S5) | |
Jan 1 14:16:15 orilla kernel: [ 0.137286] ACPI: Using IOAPIC for interrupt routing | |
Jan 1 14:16:15 orilla kernel: [ 0.137314] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
Jan 1 14:16:15 orilla kernel: [ 0.137425] ACPI: No dock devices found. | |
Jan 1 14:16:15 orilla kernel: [ 0.142570] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f]) | |
Jan 1 14:16:15 orilla kernel: [ 0.142578] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] | |
Jan 1 14:16:15 orilla kernel: [ 0.142585] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM | |
Jan 1 14:16:15 orilla kernel: [ 0.142820] PCI host bridge to bus 0000:00 | |
Jan 1 14:16:15 orilla kernel: [ 0.142825] pci_bus 0000:00: root bus resource [bus 00-3f] | |
Jan 1 14:16:15 orilla kernel: [ 0.142829] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] | |
Jan 1 14:16:15 orilla kernel: [ 0.142832] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.142835] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.142838] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.142841] pci_bus 0000:00: root bus resource [mem 0xdff00000-0xfebfffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.142851] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000 | |
Jan 1 14:16:15 orilla kernel: [ 0.142950] pci 0000:00:01.0: [8086:29c1] type 01 class 0x060400 | |
Jan 1 14:16:15 orilla kernel: [ 0.142989] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold | |
Jan 1 14:16:15 orilla kernel: [ 0.143083] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300 | |
Jan 1 14:16:15 orilla kernel: [ 0.143123] pci 0000:00:1a.0: reg 0x20: [io 0xe100-0xe11f] | |
Jan 1 14:16:15 orilla kernel: [ 0.143202] pci 0000:00:1a.0: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.143241] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300 | |
Jan 1 14:16:15 orilla kernel: [ 0.143281] pci 0000:00:1a.1: reg 0x20: [io 0xe200-0xe21f] | |
Jan 1 14:16:15 orilla kernel: [ 0.143361] pci 0000:00:1a.1: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.143396] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300 | |
Jan 1 14:16:15 orilla kernel: [ 0.143435] pci 0000:00:1a.2: reg 0x20: [io 0xe000-0xe01f] | |
Jan 1 14:16:15 orilla kernel: [ 0.143513] pci 0000:00:1a.2: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.143552] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320 | |
Jan 1 14:16:15 orilla kernel: [ 0.143568] pci 0000:00:1a.7: reg 0x10: [mem 0xf9104000-0xf91043ff] | |
Jan 1 14:16:15 orilla kernel: [ 0.143678] pci 0000:00:1a.7: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.143718] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300 | |
Jan 1 14:16:15 orilla kernel: [ 0.143733] pci 0000:00:1b.0: reg 0x10: [mem 0xf9100000-0xf9103fff 64bit] | |
Jan 1 14:16:15 orilla kernel: [ 0.143795] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold | |
Jan 1 14:16:15 orilla kernel: [ 0.143845] pci 0000:00:1b.0: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.143881] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400 | |
Jan 1 14:16:15 orilla kernel: [ 0.143945] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold | |
Jan 1 14:16:15 orilla kernel: [ 0.143995] pci 0000:00:1c.0: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.144035] pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400 | |
Jan 1 14:16:15 orilla kernel: [ 0.144098] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold | |
Jan 1 14:16:15 orilla kernel: [ 0.144149] pci 0000:00:1c.3: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.144184] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400 | |
Jan 1 14:16:15 orilla kernel: [ 0.144247] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold | |
Jan 1 14:16:15 orilla kernel: [ 0.144298] pci 0000:00:1c.4: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.144335] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300 | |
Jan 1 14:16:15 orilla kernel: [ 0.144375] pci 0000:00:1d.0: reg 0x20: [io 0xe300-0xe31f] | |
Jan 1 14:16:15 orilla kernel: [ 0.144452] pci 0000:00:1d.0: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.144487] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300 | |
Jan 1 14:16:15 orilla kernel: [ 0.144527] pci 0000:00:1d.1: reg 0x20: [io 0xe400-0xe41f] | |
Jan 1 14:16:15 orilla kernel: [ 0.144604] pci 0000:00:1d.1: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.144639] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300 | |
Jan 1 14:16:15 orilla kernel: [ 0.144678] pci 0000:00:1d.2: reg 0x20: [io 0xe500-0xe51f] | |
Jan 1 14:16:15 orilla kernel: [ 0.144760] pci 0000:00:1d.2: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.144799] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320 | |
Jan 1 14:16:15 orilla kernel: [ 0.144815] pci 0000:00:1d.7: reg 0x10: [mem 0xf9105000-0xf91053ff] | |
Jan 1 14:16:15 orilla kernel: [ 0.144927] pci 0000:00:1d.7: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.144962] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 | |
Jan 1 14:16:15 orilla kernel: [ 0.145048] pci 0000:00:1e.0: System wakeup disabled by ACPI | |
Jan 1 14:16:15 orilla kernel: [ 0.145085] pci 0000:00:1f.0: [8086:2916] type 00 class 0x060100 | |
Jan 1 14:16:15 orilla kernel: [ 0.145178] pci 0000:00:1f.0: address space collision: [io 0x0400-0x047f] conflicts with ACPI CPU throttle [??? 0x00000410-0x00000415 flags 0x80000000] | |
Jan 1 14:16:15 orilla kernel: [ 0.145186] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO | |
Jan 1 14:16:15 orilla kernel: [ 0.145191] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f) | |
Jan 1 14:16:15 orilla kernel: [ 0.145196] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f) | |
Jan 1 14:16:15 orilla kernel: [ 0.145299] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601 | |
Jan 1 14:16:15 orilla kernel: [ 0.145317] pci 0000:00:1f.2: reg 0x10: [io 0xe600-0xe607] | |
Jan 1 14:16:15 orilla kernel: [ 0.145325] pci 0000:00:1f.2: reg 0x14: [io 0xe700-0xe703] | |
Jan 1 14:16:15 orilla kernel: [ 0.145332] pci 0000:00:1f.2: reg 0x18: [io 0xe800-0xe807] | |
Jan 1 14:16:15 orilla kernel: [ 0.145340] pci 0000:00:1f.2: reg 0x1c: [io 0xe900-0xe903] | |
Jan 1 14:16:15 orilla kernel: [ 0.145347] pci 0000:00:1f.2: reg 0x20: [io 0xea00-0xea1f] | |
Jan 1 14:16:15 orilla kernel: [ 0.145355] pci 0000:00:1f.2: reg 0x24: [mem 0xf9106000-0xf91067ff] | |
Jan 1 14:16:15 orilla kernel: [ 0.145398] pci 0000:00:1f.2: PME# supported from D3hot | |
Jan 1 14:16:15 orilla kernel: [ 0.145473] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500 | |
Jan 1 14:16:15 orilla kernel: [ 0.145488] pci 0000:00:1f.3: reg 0x10: [mem 0xf9107000-0xf91070ff 64bit] | |
Jan 1 14:16:15 orilla kernel: [ 0.145507] pci 0000:00:1f.3: reg 0x20: [io 0x0500-0x051f] | |
Jan 1 14:16:15 orilla kernel: [ 0.145630] pci 0000:01:00.0: [10de:0391] type 00 class 0x030000 | |
Jan 1 14:16:15 orilla kernel: [ 0.145640] pci 0000:01:00.0: reg 0x10: [mem 0xf4000000-0xf4ffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.145650] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.145659] pci 0000:01:00.0: reg 0x1c: [mem 0xf5000000-0xf5ffffff 64bit] | |
Jan 1 14:16:15 orilla kernel: [ 0.145666] pci 0000:01:00.0: reg 0x24: [io 0xb000-0xb07f] | |
Jan 1 14:16:15 orilla kernel: [ 0.145674] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.145730] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' | |
Jan 1 14:16:15 orilla kernel: [ 0.145739] pci 0000:00:01.0: PCI bridge to [bus 01] | |
Jan 1 14:16:15 orilla kernel: [ 0.145743] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff] | |
Jan 1 14:16:15 orilla kernel: [ 0.145746] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf6ffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.145750] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.145797] pci 0000:00:1c.0: PCI bridge to [bus 02] | |
Jan 1 14:16:15 orilla kernel: [ 0.145802] pci 0000:00:1c.0: bridge window [io 0xa000-0xafff] | |
Jan 1 14:16:15 orilla kernel: [ 0.145891] pci 0000:03:00.0: [197b:2363] type 00 class 0x010601 | |
Jan 1 14:16:15 orilla kernel: [ 0.145977] pci 0000:03:00.0: reg 0x24: [mem 0xf9000000-0xf9001fff] | |
Jan 1 14:16:15 orilla kernel: [ 0.146038] pci 0000:03:00.0: PME# supported from D3hot | |
Jan 1 14:16:15 orilla kernel: [ 0.146099] pci 0000:03:00.1: [197b:2363] type 00 class 0x010185 | |
Jan 1 14:16:15 orilla kernel: [ 0.146122] pci 0000:03:00.1: reg 0x10: [io 0xc000-0xc007] | |
Jan 1 14:16:15 orilla kernel: [ 0.146136] pci 0000:03:00.1: reg 0x14: [io 0xc100-0xc103] | |
Jan 1 14:16:15 orilla kernel: [ 0.146149] pci 0000:03:00.1: reg 0x18: [io 0xc200-0xc207] | |
Jan 1 14:16:15 orilla kernel: [ 0.146163] pci 0000:03:00.1: reg 0x1c: [io 0xc300-0xc303] | |
Jan 1 14:16:15 orilla kernel: [ 0.146176] pci 0000:03:00.1: reg 0x20: [io 0xc400-0xc40f] | |
Jan 1 14:16:15 orilla kernel: [ 0.146304] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' | |
Jan 1 14:16:15 orilla kernel: [ 0.146316] pci 0000:00:1c.3: PCI bridge to [bus 03] | |
Jan 1 14:16:15 orilla kernel: [ 0.146321] pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff] | |
Jan 1 14:16:15 orilla kernel: [ 0.146324] pci 0000:00:1c.3: bridge window [mem 0xf9000000-0xf90fffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.146399] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000 | |
Jan 1 14:16:15 orilla kernel: [ 0.146417] pci 0000:04:00.0: reg 0x10: [io 0xd000-0xd0ff] | |
Jan 1 14:16:15 orilla kernel: [ 0.146448] pci 0000:04:00.0: reg 0x18: [mem 0xf8000000-0xf8000fff 64bit] | |
Jan 1 14:16:15 orilla kernel: [ 0.146483] pci 0000:04:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.146560] pci 0000:04:00.0: supports D1 D2 | |
Jan 1 14:16:15 orilla kernel: [ 0.146562] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold | |
Jan 1 14:16:15 orilla kernel: [ 0.146609] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' | |
Jan 1 14:16:15 orilla kernel: [ 0.146621] pci 0000:00:1c.4: PCI bridge to [bus 04] | |
Jan 1 14:16:15 orilla kernel: [ 0.146626] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff] | |
Jan 1 14:16:15 orilla kernel: [ 0.146629] pci 0000:00:1c.4: bridge window [mem 0xf7000000-0xf8ffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.146699] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode) | |
Jan 1 14:16:15 orilla kernel: [ 0.146705] pci 0000:00:1e.0: bridge window [io 0x9000-0x9fff] | |
Jan 1 14:16:15 orilla kernel: [ 0.146712] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) | |
Jan 1 14:16:15 orilla kernel: [ 0.146714] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) | |
Jan 1 14:16:15 orilla kernel: [ 0.146716] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) | |
Jan 1 14:16:15 orilla kernel: [ 0.146718] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode) | |
Jan 1 14:16:15 orilla kernel: [ 0.146721] pci 0000:00:1e.0: bridge window [mem 0xdff00000-0xfebfffff] (subtractive decode) | |
Jan 1 14:16:15 orilla kernel: [ 0.147230] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 12 14 *15) | |
Jan 1 14:16:15 orilla kernel: [ 0.147290] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. | |
Jan 1 14:16:15 orilla kernel: [ 0.147348] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15) | |
Jan 1 14:16:15 orilla kernel: [ 0.147406] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) | |
Jan 1 14:16:15 orilla kernel: [ 0.147463] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. | |
Jan 1 14:16:15 orilla kernel: [ 0.147521] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 14 15) | |
Jan 1 14:16:15 orilla kernel: [ 0.147578] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) | |
Jan 1 14:16:15 orilla kernel: [ 0.147635] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 11 12 *14 15) | |
Jan 1 14:16:15 orilla kernel: [ 0.147736] ACPI: Enabled 1 GPEs in block 00 to 3F | |
Jan 1 14:16:15 orilla kernel: [ 0.147744] ACPI: \_SB_.PCI0: notify handler is installed | |
Jan 1 14:16:15 orilla kernel: [ 0.147780] Found 1 acpi root devices | |
Jan 1 14:16:15 orilla kernel: [ 0.147880] vgaarb: setting as boot device: PCI:0000:01:00.0 | |
Jan 1 14:16:15 orilla kernel: [ 0.147880] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none | |
Jan 1 14:16:15 orilla kernel: [ 0.147880] vgaarb: loaded | |
Jan 1 14:16:15 orilla kernel: [ 0.147880] vgaarb: bridge control possible 0000:01:00.0 | |
Jan 1 14:16:15 orilla kernel: [ 0.148139] SCSI subsystem initialized | |
Jan 1 14:16:15 orilla kernel: [ 0.148175] libata version 3.00 loaded. | |
Jan 1 14:16:15 orilla kernel: [ 0.148175] ACPI: bus type USB registered | |
Jan 1 14:16:15 orilla kernel: [ 0.148175] usbcore: registered new interface driver usbfs | |
Jan 1 14:16:15 orilla kernel: [ 0.148175] usbcore: registered new interface driver hub | |
Jan 1 14:16:15 orilla kernel: [ 0.148175] usbcore: registered new device driver usb | |
Jan 1 14:16:15 orilla kernel: [ 0.148175] PCI: Using ACPI for IRQ routing | |
Jan 1 14:16:15 orilla kernel: [ 0.149317] PCI: pci_cache_line_size set to 64 bytes | |
Jan 1 14:16:15 orilla kernel: [ 0.149371] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.149374] e820: reserve RAM buffer [mem 0xdfee0000-0xdfffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.149462] NetLabel: Initializing | |
Jan 1 14:16:15 orilla kernel: [ 0.149465] NetLabel: domain hash size = 128 | |
Jan 1 14:16:15 orilla kernel: [ 0.149467] NetLabel: protocols = UNLABELED CIPSOv4 | |
Jan 1 14:16:15 orilla kernel: [ 0.149483] NetLabel: unlabeled traffic allowed by default | |
Jan 1 14:16:15 orilla kernel: [ 0.149507] HPET: 4 timers in total, 0 timers will be used for per-cpu timer | |
Jan 1 14:16:15 orilla kernel: [ 0.149507] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 | |
Jan 1 14:16:15 orilla kernel: [ 0.149507] hpet0: 4 comparators, 64-bit 14.318180 MHz counter | |
Jan 1 14:16:15 orilla kernel: [ 0.152066] Switched to clocksource hpet | |
Jan 1 14:16:15 orilla kernel: [ 0.158666] AppArmor: AppArmor Filesystem Enabled | |
Jan 1 14:16:15 orilla kernel: [ 0.158702] pnp: PnP ACPI init | |
Jan 1 14:16:15 orilla kernel: [ 0.158718] ACPI: bus type PNP registered | |
Jan 1 14:16:15 orilla kernel: [ 0.158896] system 00:00: [io 0x04d0-0x04d1] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.158901] system 00:00: [io 0x0290-0x029f] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.158904] system 00:00: [io 0x0800-0x087f] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.158907] system 00:00: [io 0x0290-0x0294] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.158911] system 00:00: [io 0x0880-0x088f] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.158916] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.158928] pnp 00:01: [dma 4] | |
Jan 1 14:16:15 orilla kernel: [ 0.158948] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.159029] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.159071] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.159099] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.159129] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.159377] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.159569] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.159697] system 00:08: [io 0x0400-0x04bf] could not be reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.159702] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.159902] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.159907] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.160098] system 00:0a: [mem 0x000d6000-0x000d7fff] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160103] system 00:0a: [mem 0x000f0000-0x000f7fff] could not be reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160107] system 00:0a: [mem 0x000f8000-0x000fbfff] could not be reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160110] system 00:0a: [mem 0x000fc000-0x000fffff] could not be reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160114] system 00:0a: [mem 0xdfee0000-0xdfefffff] could not be reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160117] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160121] system 00:0a: [mem 0x00100000-0xdfedffff] could not be reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160125] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160128] system 00:0a: [mem 0xfed10000-0xfed1dfff] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160132] system 00:0a: [mem 0xfed20000-0xfed8ffff] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160135] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160138] system 00:0a: [mem 0xffb00000-0xffb7ffff] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160142] system 00:0a: [mem 0xfff00000-0xffffffff] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160145] system 00:0a: [mem 0x000e0000-0x000effff] has been reserved | |
Jan 1 14:16:15 orilla kernel: [ 0.160149] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.160194] pnp 00:0b: Plug and Play ACPI device, IDs INT0800 (active) | |
Jan 1 14:16:15 orilla kernel: [ 0.160199] pnp: PnP ACPI: found 12 devices | |
Jan 1 14:16:15 orilla kernel: [ 0.160202] ACPI: bus type PNP unregistered | |
Jan 1 14:16:15 orilla kernel: [ 0.168228] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 | |
Jan 1 14:16:15 orilla kernel: [ 0.168232] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 | |
Jan 1 14:16:15 orilla kernel: [ 0.168240] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 | |
Jan 1 14:16:15 orilla kernel: [ 0.168248] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x001fffff pref] to [bus 04] add_size 200000 | |
Jan 1 14:16:15 orilla kernel: [ 0.168259] pci 0000:00:1f.0: BAR 13: [io 0x0400-0x047f] has bogus alignment | |
Jan 1 14:16:15 orilla kernel: [ 0.168264] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 | |
Jan 1 14:16:15 orilla kernel: [ 0.168266] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 | |
Jan 1 14:16:15 orilla kernel: [ 0.168269] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 | |
Jan 1 14:16:15 orilla kernel: [ 0.168271] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000 | |
Jan 1 14:16:15 orilla kernel: [ 0.168276] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf9200000-0xf93fffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168281] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf9400000-0xf95fffff 64bit pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168286] pci 0000:00:1c.3: BAR 15: assigned [mem 0xf9600000-0xf97fffff 64bit pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168291] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf9800000-0xf9afffff pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168296] pci 0000:01:00.0: BAR 6: assigned [mem 0xf6000000-0xf601ffff pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168300] pci 0000:00:01.0: PCI bridge to [bus 01] | |
Jan 1 14:16:15 orilla kernel: [ 0.168304] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168308] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf6ffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168312] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168318] pci 0000:00:1c.0: PCI bridge to [bus 02] | |
Jan 1 14:16:15 orilla kernel: [ 0.168322] pci 0000:00:1c.0: bridge window [io 0xa000-0xafff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168327] pci 0000:00:1c.0: bridge window [mem 0xf9200000-0xf93fffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168332] pci 0000:00:1c.0: bridge window [mem 0xf9400000-0xf95fffff 64bit pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168339] pci 0000:00:1c.3: PCI bridge to [bus 03] | |
Jan 1 14:16:15 orilla kernel: [ 0.168342] pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168348] pci 0000:00:1c.3: bridge window [mem 0xf9000000-0xf90fffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168353] pci 0000:00:1c.3: bridge window [mem 0xf9600000-0xf97fffff 64bit pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168360] pci 0000:04:00.0: BAR 6: assigned [mem 0xf9800000-0xf981ffff pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168364] pci 0000:00:1c.4: PCI bridge to [bus 04] | |
Jan 1 14:16:15 orilla kernel: [ 0.168367] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168373] pci 0000:00:1c.4: bridge window [mem 0xf7000000-0xf8ffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168378] pci 0000:00:1c.4: bridge window [mem 0xf9800000-0xf9afffff pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168385] pci 0000:00:1e.0: PCI bridge to [bus 05] | |
Jan 1 14:16:15 orilla kernel: [ 0.168388] pci 0000:00:1e.0: bridge window [io 0x9000-0x9fff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168399] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] | |
Jan 1 14:16:15 orilla kernel: [ 0.168401] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168403] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168406] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168408] pci_bus 0000:00: resource 8 [mem 0xdff00000-0xfebfffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168410] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168412] pci_bus 0000:01: resource 1 [mem 0xf4000000-0xf6ffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168414] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168417] pci_bus 0000:02: resource 0 [io 0xa000-0xafff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168419] pci_bus 0000:02: resource 1 [mem 0xf9200000-0xf93fffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168421] pci_bus 0000:02: resource 2 [mem 0xf9400000-0xf95fffff 64bit pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168423] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168425] pci_bus 0000:03: resource 1 [mem 0xf9000000-0xf90fffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168427] pci_bus 0000:03: resource 2 [mem 0xf9600000-0xf97fffff 64bit pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168429] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168431] pci_bus 0000:04: resource 1 [mem 0xf7000000-0xf8ffffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168433] pci_bus 0000:04: resource 2 [mem 0xf9800000-0xf9afffff pref] | |
Jan 1 14:16:15 orilla kernel: [ 0.168435] pci_bus 0000:05: resource 0 [io 0x9000-0x9fff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168438] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7] | |
Jan 1 14:16:15 orilla kernel: [ 0.168439] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168442] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168444] pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000dffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168446] pci_bus 0000:05: resource 8 [mem 0xdff00000-0xfebfffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.168480] NET: Registered protocol family 2 | |
Jan 1 14:16:15 orilla kernel: [ 0.168709] TCP established hash table entries: 65536 (order: 7, 524288 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.168962] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.169273] TCP: Hash tables configured (established 65536 bind 65536) | |
Jan 1 14:16:15 orilla kernel: [ 0.169312] TCP: reno registered | |
Jan 1 14:16:15 orilla kernel: [ 0.169327] UDP hash table entries: 4096 (order: 5, 131072 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.169384] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.169504] NET: Registered protocol family 1 | |
Jan 1 14:16:15 orilla kernel: [ 0.170450] pci 0000:01:00.0: Video device with shadowed ROM | |
Jan 1 14:16:15 orilla kernel: [ 0.170461] PCI: CLS 32 bytes, default 64 | |
Jan 1 14:16:15 orilla kernel: [ 0.170544] Trying to unpack rootfs image as initramfs... | |
Jan 1 14:16:15 orilla kernel: [ 0.624469] Freeing initrd memory: 24680K (ffff880034fbc000 - ffff8800367d6000) | |
Jan 1 14:16:15 orilla kernel: [ 0.624483] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) | |
Jan 1 14:16:15 orilla kernel: [ 0.624487] software IO TLB [mem 0xdbee0000-0xdfee0000] (64MB) mapped at [ffff8800dbee0000-ffff8800dfedffff] | |
Jan 1 14:16:15 orilla kernel: [ 0.624839] microcode: CPU0 sig=0x6f7, pf=0x10, revision=0x68 | |
Jan 1 14:16:15 orilla kernel: [ 0.624845] microcode: CPU1 sig=0x6f7, pf=0x10, revision=0x68 | |
Jan 1 14:16:15 orilla kernel: [ 0.624870] microcode: CPU2 sig=0x6f7, pf=0x10, revision=0x68 | |
Jan 1 14:16:15 orilla kernel: [ 0.624894] microcode: CPU3 sig=0x6f7, pf=0x10, revision=0x68 | |
Jan 1 14:16:15 orilla kernel: [ 0.624989] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba | |
Jan 1 14:16:15 orilla kernel: [ 0.624996] Scanning for low memory corruption every 60 seconds | |
Jan 1 14:16:15 orilla kernel: [ 0.625242] Initialise system trusted keyring | |
Jan 1 14:16:15 orilla kernel: [ 0.625301] audit: initializing netlink socket (disabled) | |
Jan 1 14:16:15 orilla kernel: [ 0.625318] type=2000 audit(1420143314.624:1): initialized | |
Jan 1 14:16:15 orilla kernel: [ 0.655619] HugeTLB registered 2 MB page size, pre-allocated 0 pages | |
Jan 1 14:16:15 orilla kernel: [ 0.657219] zbud: loaded | |
Jan 1 14:16:15 orilla kernel: [ 0.657412] VFS: Disk quotas dquot_6.5.2 | |
Jan 1 14:16:15 orilla kernel: [ 0.657460] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
Jan 1 14:16:15 orilla kernel: [ 0.658015] fuse init (API version 7.22) | |
Jan 1 14:16:15 orilla kernel: [ 0.658154] msgmni has been set to 15962 | |
Jan 1 14:16:15 orilla kernel: [ 0.658251] Key type big_key registered | |
Jan 1 14:16:15 orilla kernel: [ 0.658979] Key type asymmetric registered | |
Jan 1 14:16:15 orilla kernel: [ 0.658983] Asymmetric key parser 'x509' registered | |
Jan 1 14:16:15 orilla kernel: [ 0.659037] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) | |
Jan 1 14:16:15 orilla kernel: [ 0.659116] io scheduler noop registered | |
Jan 1 14:16:15 orilla kernel: [ 0.659120] io scheduler deadline registered (default) | |
Jan 1 14:16:15 orilla kernel: [ 0.659178] io scheduler cfq registered | |
Jan 1 14:16:15 orilla kernel: [ 0.659384] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X | |
Jan 1 14:16:15 orilla kernel: [ 0.659492] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X | |
Jan 1 14:16:15 orilla kernel: [ 0.659608] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X | |
Jan 1 14:16:15 orilla kernel: [ 0.659720] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X | |
Jan 1 14:16:15 orilla kernel: [ 0.659790] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 | |
Jan 1 14:16:15 orilla kernel: [ 0.659809] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 | |
Jan 1 14:16:15 orilla kernel: [ 0.659853] vesafb: mode is 1280x1024x32, linelength=5120, pages=0 | |
Jan 1 14:16:15 orilla kernel: [ 0.659856] vesafb: scrolling: redraw | |
Jan 1 14:16:15 orilla kernel: [ 0.659859] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 | |
Jan 1 14:16:15 orilla kernel: [ 0.660286] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004e80000, using 5120k, total 5120k | |
Jan 1 14:16:15 orilla kernel: [ 0.700013] Console: switching to colour frame buffer device 160x64 | |
Jan 1 14:16:15 orilla kernel: [ 0.739935] fb0: VESA VGA frame buffer device | |
Jan 1 14:16:15 orilla kernel: [ 0.740158] intel_idle: does not run on family 6 model 15 | |
Jan 1 14:16:15 orilla kernel: [ 0.740166] ipmi message handler version 39.2 | |
Jan 1 14:16:15 orilla kernel: [ 0.740438] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 | |
Jan 1 14:16:15 orilla kernel: [ 0.740809] ACPI: Power Button [PWRB] | |
Jan 1 14:16:15 orilla kernel: [ 0.741017] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 | |
Jan 1 14:16:15 orilla kernel: [ 0.741350] ACPI: Power Button [PWRF] | |
Jan 1 14:16:15 orilla kernel: [ 0.741788] GHES: HEST is not enabled! | |
Jan 1 14:16:15 orilla kernel: [ 0.742118] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled | |
Jan 1 14:16:15 orilla kernel: [ 0.762757] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A | |
Jan 1 14:16:15 orilla kernel: [ 0.764554] Linux agpgart interface v0.103 | |
Jan 1 14:16:15 orilla kernel: [ 0.766242] brd: module loaded | |
Jan 1 14:16:15 orilla kernel: [ 0.767119] loop: module loaded | |
Jan 1 14:16:15 orilla kernel: [ 0.767684] libphy: Fixed MDIO Bus: probed | |
Jan 1 14:16:15 orilla kernel: [ 0.767964] tun: Universal TUN/TAP device driver, 1.6 | |
Jan 1 14:16:15 orilla kernel: [ 0.768200] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> | |
Jan 1 14:16:15 orilla kernel: [ 0.768521] PPP generic driver version 2.4.2 | |
Jan 1 14:16:15 orilla kernel: [ 0.768755] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
Jan 1 14:16:15 orilla kernel: [ 0.769051] ehci-pci: EHCI PCI platform driver | |
Jan 1 14:16:15 orilla kernel: [ 0.769345] ehci-pci 0000:00:1a.7: EHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 0.769586] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 | |
Jan 1 14:16:15 orilla kernel: [ 0.773836] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported | |
Jan 1 14:16:15 orilla kernel: [ 0.773861] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf9104000 | |
Jan 1 14:16:15 orilla kernel: [ 0.784028] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 | |
Jan 1 14:16:15 orilla kernel: [ 0.784375] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 | |
Jan 1 14:16:15 orilla kernel: [ 0.784681] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:16:15 orilla kernel: [ 0.785005] usb usb1: Product: EHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 0.785224] usb usb1: Manufacturer: Linux 3.13.0-43-generic ehci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 0.785510] usb usb1: SerialNumber: 0000:00:1a.7 | |
Jan 1 14:16:15 orilla kernel: [ 0.785823] hub 1-0:1.0: USB hub found | |
Jan 1 14:16:15 orilla kernel: [ 0.785999] hub 1-0:1.0: 6 ports detected | |
Jan 1 14:16:15 orilla kernel: [ 0.786386] ehci-pci 0000:00:1d.7: EHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 0.786626] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 | |
Jan 1 14:16:15 orilla kernel: [ 0.790866] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported | |
Jan 1 14:16:15 orilla kernel: [ 0.790887] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf9105000 | |
Jan 1 14:16:15 orilla kernel: [ 0.800027] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 | |
Jan 1 14:16:15 orilla kernel: [ 0.800355] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 | |
Jan 1 14:16:15 orilla kernel: [ 0.800661] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:16:15 orilla kernel: [ 0.800985] usb usb2: Product: EHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 0.801205] usb usb2: Manufacturer: Linux 3.13.0-43-generic ehci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 0.801490] usb usb2: SerialNumber: 0000:00:1d.7 | |
Jan 1 14:16:15 orilla kernel: [ 0.801783] hub 2-0:1.0: USB hub found | |
Jan 1 14:16:15 orilla kernel: [ 0.813829] hub 2-0:1.0: 6 ports detected | |
Jan 1 14:16:15 orilla kernel: [ 0.825904] ehci-platform: EHCI generic platform driver | |
Jan 1 14:16:15 orilla kernel: [ 0.837918] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
Jan 1 14:16:15 orilla kernel: [ 0.849955] ohci-pci: OHCI PCI platform driver | |
Jan 1 14:16:15 orilla kernel: [ 0.861919] ohci-platform: OHCI generic platform driver | |
Jan 1 14:16:15 orilla kernel: [ 0.873947] uhci_hcd: USB Universal Host Controller Interface driver | |
Jan 1 14:16:15 orilla kernel: [ 0.886142] uhci_hcd 0000:00:1a.0: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 0.898153] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 | |
Jan 1 14:16:15 orilla kernel: [ 0.910341] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000e100 | |
Jan 1 14:16:15 orilla kernel: [ 0.922529] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:16:15 orilla kernel: [ 0.934886] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:16:15 orilla kernel: [ 0.947287] usb usb3: Product: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 0.959563] usb usb3: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 0.971836] usb usb3: SerialNumber: 0000:00:1a.0 | |
Jan 1 14:16:15 orilla kernel: [ 0.984182] hub 3-0:1.0: USB hub found | |
Jan 1 14:16:15 orilla kernel: [ 0.996486] hub 3-0:1.0: 2 ports detected | |
Jan 1 14:16:15 orilla kernel: [ 1.008829] uhci_hcd 0000:00:1a.1: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 1.021083] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 | |
Jan 1 14:16:15 orilla kernel: [ 1.033408] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000e200 | |
Jan 1 14:16:15 orilla kernel: [ 1.045688] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:16:15 orilla kernel: [ 1.057984] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:16:15 orilla kernel: [ 1.070332] usb usb4: Product: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 1.082565] usb usb4: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 1.094771] usb usb4: SerialNumber: 0000:00:1a.1 | |
Jan 1 14:16:15 orilla kernel: [ 1.107090] hub 4-0:1.0: USB hub found | |
Jan 1 14:16:15 orilla kernel: [ 1.119071] hub 4-0:1.0: 2 ports detected | |
Jan 1 14:16:15 orilla kernel: [ 1.131101] uhci_hcd 0000:00:1a.2: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 1.142940] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5 | |
Jan 1 14:16:15 orilla kernel: [ 1.154743] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000e000 | |
Jan 1 14:16:15 orilla kernel: [ 1.166389] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:16:15 orilla kernel: [ 1.178022] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:16:15 orilla kernel: [ 1.189747] usb usb5: Product: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 1.201391] usb usb5: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 1.213030] usb usb5: SerialNumber: 0000:00:1a.2 | |
Jan 1 14:16:15 orilla kernel: [ 1.224613] hub 5-0:1.0: USB hub found | |
Jan 1 14:16:15 orilla kernel: [ 1.236116] hub 5-0:1.0: 2 ports detected | |
Jan 1 14:16:15 orilla kernel: [ 1.247738] uhci_hcd 0000:00:1d.0: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 1.259333] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6 | |
Jan 1 14:16:15 orilla kernel: [ 1.271054] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000e300 | |
Jan 1 14:16:15 orilla kernel: [ 1.282690] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:16:15 orilla kernel: [ 1.294366] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:16:15 orilla kernel: [ 1.306076] usb usb6: Product: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 1.317646] usb usb6: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 1.329328] usb usb6: SerialNumber: 0000:00:1d.0 | |
Jan 1 14:16:15 orilla kernel: [ 1.341068] hub 6-0:1.0: USB hub found | |
Jan 1 14:16:15 orilla kernel: [ 1.352632] hub 6-0:1.0: 2 ports detected | |
Jan 1 14:16:15 orilla kernel: [ 1.364319] uhci_hcd 0000:00:1d.1: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 1.375829] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7 | |
Jan 1 14:16:15 orilla kernel: [ 1.387455] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e400 | |
Jan 1 14:16:15 orilla kernel: [ 1.399027] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:16:15 orilla kernel: [ 1.410615] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:16:15 orilla kernel: [ 1.422239] usb usb7: Product: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 1.433893] usb usb7: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 1.445687] usb usb7: SerialNumber: 0000:00:1d.1 | |
Jan 1 14:16:15 orilla kernel: [ 1.457494] hub 7-0:1.0: USB hub found | |
Jan 1 14:16:15 orilla kernel: [ 1.469211] hub 7-0:1.0: 2 ports detected | |
Jan 1 14:16:15 orilla kernel: [ 1.480939] uhci_hcd 0000:00:1d.2: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 1.492686] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8 | |
Jan 1 14:16:15 orilla kernel: [ 1.504443] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e500 | |
Jan 1 14:16:15 orilla kernel: [ 1.516157] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:16:15 orilla kernel: [ 1.527933] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:16:15 orilla kernel: [ 1.539700] usb usb8: Product: UHCI Host Controller | |
Jan 1 14:16:15 orilla kernel: [ 1.551420] usb usb8: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 1.563317] usb usb8: SerialNumber: 0000:00:1d.2 | |
Jan 1 14:16:15 orilla kernel: [ 1.575257] hub 8-0:1.0: USB hub found | |
Jan 1 14:16:15 orilla kernel: [ 1.587067] hub 8-0:1.0: 2 ports detected | |
Jan 1 14:16:15 orilla kernel: [ 1.598870] i8042: PNP: No PS/2 controller found. Probing ports directly. | |
Jan 1 14:16:15 orilla kernel: [ 1.611055] serio: i8042 KBD port at 0x60,0x64 irq 1 | |
Jan 1 14:16:15 orilla kernel: [ 1.622939] serio: i8042 AUX port at 0x60,0x64 irq 12 | |
Jan 1 14:16:15 orilla kernel: [ 1.634630] tsc: Refined TSC clocksource calibration: 2399.999 MHz | |
Jan 1 14:16:15 orilla kernel: [ 1.646494] mousedev: PS/2 mouse device common for all mice | |
Jan 1 14:16:15 orilla kernel: [ 1.658400] rtc_cmos 00:03: RTC can wake from S4 | |
Jan 1 14:16:15 orilla kernel: [ 1.668051] usb 4-1: new low-speed USB device number 2 using uhci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 1.682121] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 | |
Jan 1 14:16:15 orilla kernel: [ 1.693983] rtc_cmos 00:03: alarms up to one month, 242 bytes nvram, hpet irqs | |
Jan 1 14:16:15 orilla kernel: [ 1.705892] device-mapper: uevent: version 1.0.3 | |
Jan 1 14:16:15 orilla kernel: [ 1.717763] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com | |
Jan 1 14:16:15 orilla kernel: [ 1.729867] ledtrig-cpu: registered to indicate activity on CPUs | |
Jan 1 14:16:15 orilla kernel: [ 1.742083] TCP: cubic registered | |
Jan 1 14:16:15 orilla kernel: [ 1.754282] NET: Registered protocol family 10 | |
Jan 1 14:16:15 orilla kernel: [ 1.766572] NET: Registered protocol family 17 | |
Jan 1 14:16:15 orilla kernel: [ 1.778525] Key type dns_resolver registered | |
Jan 1 14:16:15 orilla kernel: [ 1.790798] Loading compiled-in X.509 certificates | |
Jan 1 14:16:15 orilla kernel: [ 1.803755] Loaded X.509 cert 'Magrathea: Glacier signing key: 55ab2fe28ed5c60df9587150d1734c920ea7b818' | |
Jan 1 14:16:15 orilla kernel: [ 1.816115] registered taskstats version 1 | |
Jan 1 14:16:15 orilla kernel: [ 1.830841] Key type trusted registered | |
Jan 1 14:16:15 orilla kernel: [ 1.845026] Key type encrypted registered | |
Jan 1 14:16:15 orilla kernel: [ 1.858680] usb 4-1: New USB device found, idVendor=045e, idProduct=0040 | |
Jan 1 14:16:15 orilla kernel: [ 1.859118] AppArmor: AppArmor sha1 policy hashing enabled | |
Jan 1 14:16:15 orilla kernel: [ 1.859130] IMA: No TPM chip found, activating TPM-bypass! | |
Jan 1 14:16:15 orilla kernel: [ 1.859423] regulator-dummy: disabling | |
Jan 1 14:16:15 orilla kernel: [ 1.859487] Magic number: 15:882:294 | |
Jan 1 14:16:15 orilla kernel: [ 1.859520] misc hpet: hash matches | |
Jan 1 14:16:15 orilla kernel: [ 1.859540] tty tty27: hash matches | |
Jan 1 14:16:15 orilla kernel: [ 1.943926] rtc_cmos 00:03: setting system clock to 2015-01-01 20:15:16 UTC (1420143316) | |
Jan 1 14:16:15 orilla kernel: [ 1.943937] usb 4-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 | |
Jan 1 14:16:15 orilla kernel: [ 1.943939] usb 4-1: Product: Microsoft 3-Button Mouse with IntelliEye(TM) | |
Jan 1 14:16:15 orilla kernel: [ 1.943940] usb 4-1: Manufacturer: Microsoft | |
Jan 1 14:16:15 orilla kernel: [ 1.992956] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found | |
Jan 1 14:16:15 orilla kernel: [ 2.005304] EDD information not available. | |
Jan 1 14:16:15 orilla kernel: [ 2.017607] PM: Hibernation image not present or could not be loaded. | |
Jan 1 14:16:15 orilla kernel: [ 2.019182] Freeing unused kernel memory: 1336K (ffffffff81d20000 - ffffffff81e6e000) | |
Jan 1 14:16:15 orilla kernel: [ 2.031743] Write protecting the kernel read-only data: 12288k | |
Jan 1 14:16:15 orilla kernel: [ 2.046893] Freeing unused kernel memory: 796K (ffff880001739000 - ffff880001800000) | |
Jan 1 14:16:15 orilla kernel: [ 2.056023] usb 4-2: new full-speed USB device number 3 using uhci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 2.074437] Freeing unused kernel memory: 688K (ffff880001b54000 - ffff880001c00000) | |
Jan 1 14:16:15 orilla kernel: [ 2.115786] systemd-udevd[116]: starting version 204 | |
Jan 1 14:16:15 orilla kernel: [ 2.146580] [drm] Initialized drm 1.1.0 20060810 | |
Jan 1 14:16:15 orilla kernel: [ 2.160400] scsi0 : pata_jmicron | |
Jan 1 14:16:15 orilla kernel: [ 2.173819] ahci 0000:00:1f.2: version 3.0 | |
Jan 1 14:16:15 orilla kernel: [ 2.173979] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X | |
Jan 1 14:16:15 orilla kernel: [ 2.174031] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled | |
Jan 1 14:16:15 orilla kernel: [ 2.174275] scsi1 : pata_jmicron | |
Jan 1 14:16:15 orilla kernel: [ 2.174319] ata1: PATA max UDMA/100 cmd 0xc000 ctl 0xc100 bmdma 0xc400 irq 16 | |
Jan 1 14:16:15 orilla kernel: [ 2.174321] ata2: PATA max UDMA/100 cmd 0xc200 ctl 0xc300 bmdma 0xc408 irq 16 | |
Jan 1 14:16:15 orilla kernel: [ 2.230656] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode | |
Jan 1 14:16:15 orilla kernel: [ 2.244480] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems | |
Jan 1 14:16:15 orilla kernel: [ 2.257806] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded | |
Jan 1 14:16:15 orilla kernel: [ 2.271566] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control | |
Jan 1 14:16:15 orilla kernel: [ 2.285266] r8169 0000:04:00.0: irq 45 for MSI/MSI-X | |
Jan 1 14:16:15 orilla kernel: [ 2.285436] r8169 0000:04:00.0 eth0: RTL8168b/8111b at 0xffffc90004e36000, 00:1a:4d:4b:cb:81, XID 18000000 IRQ 45 | |
Jan 1 14:16:15 orilla kernel: [ 2.299153] r8169 0000:04:00.0 eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko] | |
Jan 1 14:16:15 orilla kernel: [ 2.304611] scsi2 : ahci | |
Jan 1 14:16:15 orilla kernel: [ 2.304690] scsi3 : ahci | |
Jan 1 14:16:15 orilla kernel: [ 2.304760] scsi4 : ahci | |
Jan 1 14:16:15 orilla kernel: [ 2.304835] scsi5 : ahci | |
Jan 1 14:16:15 orilla kernel: [ 2.304905] scsi6 : ahci | |
Jan 1 14:16:15 orilla kernel: [ 2.304971] scsi7 : ahci | |
Jan 1 14:16:15 orilla kernel: [ 2.305014] ata3: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106100 irq 44 | |
Jan 1 14:16:15 orilla kernel: [ 2.305016] ata4: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106180 irq 44 | |
Jan 1 14:16:15 orilla kernel: [ 2.305017] ata5: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106200 irq 44 | |
Jan 1 14:16:15 orilla kernel: [ 2.305019] ata6: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106280 irq 44 | |
Jan 1 14:16:15 orilla kernel: [ 2.305020] ata7: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106300 irq 44 | |
Jan 1 14:16:15 orilla kernel: [ 2.305022] ata8: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106380 irq 44 | |
Jan 1 14:16:15 orilla kernel: [ 2.320047] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode | |
Jan 1 14:16:15 orilla kernel: [ 2.320049] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part | |
Jan 1 14:16:15 orilla kernel: [ 2.320375] scsi8 : ahci | |
Jan 1 14:16:15 orilla kernel: [ 2.320450] scsi9 : ahci | |
Jan 1 14:16:15 orilla kernel: [ 2.320496] ata9: SATA max UDMA/133 abar m8192@0xf9000000 port 0xf9000100 irq 19 | |
Jan 1 14:16:15 orilla kernel: [ 2.320499] ata10: SATA max UDMA/133 abar m8192@0xf9000000 port 0xf9000180 irq 19 | |
Jan 1 14:16:15 orilla kernel: [ 2.360511] ata1.00: ATAPI: TSSTcorpCD/DVDW SH-S162L, TS01, max UDMA/33 | |
Jan 1 14:16:15 orilla kernel: [ 2.400507] ata1.00: configured for UDMA/33 | |
Jan 1 14:16:15 orilla kernel: [ 2.568861] wmi: Mapper loaded | |
Jan 1 14:16:15 orilla kernel: [ 2.569698] scsi 0:0:0:0: CD-ROM TSSTcorp CD/DVDW SH-S162L TS01 PQ: 0 ANSI: 5 | |
Jan 1 14:16:15 orilla kernel: [ 2.593749] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray | |
Jan 1 14:16:15 orilla kernel: [ 2.605945] cdrom: Uniform CD-ROM driver Revision: 3.20 | |
Jan 1 14:16:15 orilla kernel: [ 2.607684] usb 4-2: New USB device found, idVendor=046d, idProduct=c52b | |
Jan 1 14:16:15 orilla kernel: [ 2.607686] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
Jan 1 14:16:15 orilla kernel: [ 2.607687] usb 4-2: Product: USB Receiver | |
Jan 1 14:16:15 orilla kernel: [ 2.607689] usb 4-2: Manufacturer: Logitech | |
Jan 1 14:16:15 orilla kernel: [ 2.640036] ata9: SATA link down (SStatus 0 SControl 300) | |
Jan 1 14:16:15 orilla kernel: [ 2.640071] ata10: SATA link down (SStatus 0 SControl 300) | |
Jan 1 14:16:15 orilla kernel: [ 2.692102] sr 0:0:0:0: Attached scsi CD-ROM sr0 | |
Jan 1 14:16:15 orilla kernel: [ 2.692178] sr 0:0:0:0: Attached scsi generic sg0 type 5 | |
Jan 1 14:16:15 orilla kernel: [ 2.704497] Switched to clocksource tsc | |
Jan 1 14:16:15 orilla kernel: [ 2.717632] hidraw: raw HID events driver (C) Jiri Kosina | |
Jan 1 14:16:15 orilla kernel: [ 2.730356] checking generic (e0000000 500000) vs hw (e0000000 10000000) | |
Jan 1 14:16:15 orilla kernel: [ 2.730360] fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver | |
Jan 1 14:16:15 orilla kernel: [ 2.742733] Console: switching to colour dummy device 80x25 | |
Jan 1 14:16:15 orilla kernel: [ 2.743174] [drm] hdmi device not found 1 0 1 | |
Jan 1 14:16:15 orilla kernel: [ 2.743295] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x04b100a2 | |
Jan 1 14:16:15 orilla kernel: [ 2.743300] nouveau [ DEVICE][0000:01:00.0] Chipset: G73 (NV4B) | |
Jan 1 14:16:15 orilla kernel: [ 2.743303] nouveau [ DEVICE][0000:01:00.0] Family : NV40 | |
Jan 1 14:16:15 orilla kernel: [ 2.744610] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image... | |
Jan 1 14:16:15 orilla kernel: [ 2.765751] usbcore: registered new interface driver usbhid | |
Jan 1 14:16:15 orilla kernel: [ 2.765755] usbhid: USB HID core driver | |
Jan 1 14:16:15 orilla kernel: [ 2.769607] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input5 | |
Jan 1 14:16:15 orilla kernel: [ 2.769748] hid-generic 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:1a.1-1/input0 | |
Jan 1 14:16:15 orilla kernel: [ 2.771814] logitech-djreceiver 0003:046D:C52B.0004: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.1-2/input2 | |
Jan 1 14:16:15 orilla kernel: [ 2.776154] input: Logitech Unifying Device. Wireless PID:4004 as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.2/0003:046D:C52B.0004/input/input6 | |
Jan 1 14:16:15 orilla kernel: [ 2.776304] logitech-djdevice 0003:046D:C52B.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4004] on usb-0000:00:1a.1-2:1 | |
Jan 1 14:16:15 orilla kernel: [ 2.778841] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid | |
Jan 1 14:16:15 orilla kernel: [ 2.778848] nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN | |
Jan 1 14:16:15 orilla kernel: [ 2.778955] nouveau [ VBIOS][0000:01:00.0] BIT signature found | |
Jan 1 14:16:15 orilla kernel: [ 2.778960] nouveau [ VBIOS][0000:01:00.0] version 05.73.22.39.00 | |
Jan 1 14:16:15 orilla kernel: [ 2.779134] nouveau 0000:01:00.0: irq 46 for MSI/MSI-X | |
Jan 1 14:16:15 orilla kernel: [ 2.779144] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled | |
Jan 1 14:16:15 orilla kernel: [ 2.779170] nouveau [ PFB][0000:01:00.0] RAM type: GDDR3 | |
Jan 1 14:16:15 orilla kernel: [ 2.779174] nouveau [ PFB][0000:01:00.0] RAM size: 256 MiB | |
Jan 1 14:16:15 orilla kernel: [ 2.779177] nouveau [ PFB][0000:01:00.0] ZCOMP: 379904 tags | |
Jan 1 14:16:15 orilla kernel: [ 2.809585] nouveau [ PTHERM][0000:01:00.0] FAN control: PWM | |
Jan 1 14:16:15 orilla kernel: [ 2.809596] nouveau [ PTHERM][0000:01:00.0] fan management: automatic | |
Jan 1 14:16:15 orilla kernel: [ 2.809610] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes | |
Jan 1 14:16:15 orilla kernel: [ 2.829466] nouveau [ CLK][0000:01:00.0] 20: core 560 MHz shader 560 MHz memory 700 MHz | |
Jan 1 14:16:15 orilla kernel: [ 2.829471] nouveau [ CLK][0000:01:00.0] 21: core 560 MHz shader 560 MHz memory 700 MHz | |
Jan 1 14:16:15 orilla kernel: [ 2.829481] nouveau [ CLK][0000:01:00.0] --: core 558 MHz shader 558 MHz memory 702 MHz | |
Jan 1 14:16:15 orilla kernel: [ 2.829605] [TTM] Zone kernel: Available graphics memory: 4087838 kiB | |
Jan 1 14:16:15 orilla kernel: [ 2.829610] [TTM] Zone dma32: Available graphics memory: 2097152 kiB | |
Jan 1 14:16:15 orilla kernel: [ 2.829624] [TTM] Initializing pool allocator | |
Jan 1 14:16:15 orilla kernel: [ 2.829629] [TTM] Initializing DMA pool allocator | |
Jan 1 14:16:15 orilla kernel: [ 2.829638] nouveau [ DRM] VRAM: 251 MiB | |
Jan 1 14:16:15 orilla kernel: [ 2.829641] nouveau [ DRM] GART: 512 MiB | |
Jan 1 14:16:15 orilla kernel: [ 2.829645] nouveau [ DRM] TMDS table version 1.1 | |
Jan 1 14:16:15 orilla kernel: [ 2.829648] nouveau W[ DRM] TMDS table script pointers not stubbed | |
Jan 1 14:16:15 orilla kernel: [ 2.829651] nouveau [ DRM] DCB version 3.0 | |
Jan 1 14:16:15 orilla kernel: [ 2.829654] nouveau [ DRM] DCB outp 00: 01000300 00000028 | |
Jan 1 14:16:15 orilla kernel: [ 2.829657] nouveau [ DRM] DCB outp 01: 03000302 00000000 | |
Jan 1 14:16:15 orilla kernel: [ 2.829660] nouveau [ DRM] DCB outp 02: 04011310 00000028 | |
Jan 1 14:16:15 orilla kernel: [ 2.829663] nouveau [ DRM] DCB outp 03: 04011312 00000000 | |
Jan 1 14:16:15 orilla kernel: [ 2.829666] nouveau [ DRM] DCB outp 04: 020223f1 00c0c080 | |
Jan 1 14:16:15 orilla kernel: [ 2.829669] nouveau [ DRM] DCB conn 00: 1030 | |
Jan 1 14:16:15 orilla kernel: [ 2.829672] nouveau [ DRM] DCB conn 01: 2130 | |
Jan 1 14:16:15 orilla kernel: [ 2.829675] nouveau [ DRM] DCB conn 02: 0210 | |
Jan 1 14:16:15 orilla kernel: [ 2.829678] nouveau [ DRM] DCB conn 03: 0211 | |
Jan 1 14:16:15 orilla kernel: [ 2.829681] nouveau [ DRM] DCB conn 04: 0213 | |
Jan 1 14:16:15 orilla kernel: [ 2.830967] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). | |
Jan 1 14:16:15 orilla kernel: [ 2.830970] [drm] No driver support for vblank timestamp query. | |
Jan 1 14:16:15 orilla kernel: [ 2.831028] nouveau [ DRM] 0xC2C1: Parsing digital output script table | |
Jan 1 14:16:15 orilla kernel: [ 2.848063] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Jan 1 14:16:15 orilla kernel: [ 2.848692] ata3.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 | |
Jan 1 14:16:15 orilla kernel: [ 2.848699] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA | |
Jan 1 14:16:15 orilla kernel: [ 2.849252] ata3.00: configured for UDMA/133 | |
Jan 1 14:16:15 orilla kernel: [ 2.871564] scsi 2:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 | |
Jan 1 14:16:15 orilla kernel: [ 2.871712] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) | |
Jan 1 14:16:15 orilla kernel: [ 2.871717] sd 2:0:0:0: [sda] 4096-byte physical blocks | |
Jan 1 14:16:15 orilla kernel: [ 2.871763] sd 2:0:0:0: [sda] Write Protect is off | |
Jan 1 14:16:15 orilla kernel: [ 2.871767] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 | |
Jan 1 14:16:15 orilla kernel: [ 2.871788] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Jan 1 14:16:15 orilla kernel: [ 2.872091] sd 2:0:0:0: Attached scsi generic sg1 type 0 | |
Jan 1 14:16:15 orilla kernel: [ 2.880639] nouveau [ DRM] 0xC311: Parsing digital output script table | |
Jan 1 14:16:15 orilla kernel: [ 2.916861] sda: sda1 sda2 < sda5 sda6 sda7 > | |
Jan 1 14:16:15 orilla kernel: [ 2.917192] sd 2:0:0:0: [sda] Attached SCSI disk | |
Jan 1 14:16:15 orilla kernel: [ 2.932812] nouveau [ DRM] MM: using M2MF for buffer copies | |
Jan 1 14:16:15 orilla kernel: [ 2.932827] nouveau [ DRM] Setting dpms mode 3 on TV encoder (output 4) | |
Jan 1 14:16:15 orilla kernel: [ 3.024891] nouveau [ DRM] allocated 1920x1200 fb: 0x9000, bo ffff88003606ac00 | |
Jan 1 14:16:15 orilla kernel: [ 3.025009] fbcon: nouveaufb (fb0) is primary device | |
Jan 1 14:16:15 orilla kernel: [ 3.045192] Console: switching to colour frame buffer device 240x75 | |
Jan 1 14:16:15 orilla kernel: [ 3.046100] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device | |
Jan 1 14:16:15 orilla kernel: [ 3.046106] nouveau 0000:01:00.0: registered panic notifier | |
Jan 1 14:16:15 orilla kernel: [ 3.046115] [drm] Initialized nouveau 1.1.2 20120801 for 0000:01:00.0 on minor 0 | |
Jan 1 14:16:15 orilla kernel: [ 3.109262] md: bind<sda1> | |
Jan 1 14:16:15 orilla kernel: [ 3.121070] md: bind<sda6> | |
Jan 1 14:16:15 orilla kernel: [ 3.123064] md: bind<sda5> | |
Jan 1 14:16:15 orilla kernel: [ 3.368160] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Jan 1 14:16:15 orilla kernel: [ 3.368759] ata4.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 | |
Jan 1 14:16:15 orilla kernel: [ 3.368772] ata4.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA | |
Jan 1 14:16:15 orilla kernel: [ 3.369354] ata4.00: configured for UDMA/133 | |
Jan 1 14:16:15 orilla kernel: [ 3.369503] scsi 3:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 | |
Jan 1 14:16:15 orilla kernel: [ 3.369695] sd 3:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) | |
Jan 1 14:16:15 orilla kernel: [ 3.369708] sd 3:0:0:0: [sdb] 4096-byte physical blocks | |
Jan 1 14:16:15 orilla kernel: [ 3.369760] sd 3:0:0:0: Attached scsi generic sg2 type 0 | |
Jan 1 14:16:15 orilla kernel: [ 3.369794] sd 3:0:0:0: [sdb] Write Protect is off | |
Jan 1 14:16:15 orilla kernel: [ 3.369802] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00 | |
Jan 1 14:16:15 orilla kernel: [ 3.369869] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Jan 1 14:16:15 orilla kernel: [ 3.425377] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 > | |
Jan 1 14:16:15 orilla kernel: [ 3.425855] sd 3:0:0:0: [sdb] Attached SCSI disk | |
Jan 1 14:16:15 orilla kernel: [ 3.540789] md: bind<sdb5> | |
Jan 1 14:16:15 orilla kernel: [ 3.544990] md: raid1 personality registered for level 1 | |
Jan 1 14:16:15 orilla kernel: [ 3.545456] md/raid1:md1: active with 2 out of 2 mirrors | |
Jan 1 14:16:15 orilla kernel: [ 3.545501] md1: detected capacity change from 0 to 79931768832 | |
Jan 1 14:16:15 orilla kernel: [ 3.551765] md1: unknown partition table | |
Jan 1 14:16:15 orilla kernel: [ 3.579344] md: bind<sdb1> | |
Jan 1 14:16:15 orilla kernel: [ 3.583699] md/raid1:md0: active with 2 out of 2 mirrors | |
Jan 1 14:16:15 orilla kernel: [ 3.583741] md0: detected capacity change from 0 to 254607360 | |
Jan 1 14:16:15 orilla kernel: [ 3.585487] md0: unknown partition table | |
Jan 1 14:16:15 orilla kernel: [ 3.621757] md: bind<sdb6> | |
Jan 1 14:16:15 orilla kernel: [ 3.624954] md/raid1:md2: active with 2 out of 2 mirrors | |
Jan 1 14:16:15 orilla kernel: [ 3.624989] md2: detected capacity change from 0 to 19981533184 | |
Jan 1 14:16:15 orilla kernel: [ 3.664315] md2: unknown partition table | |
Jan 1 14:16:15 orilla kernel: [ 3.864184] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Jan 1 14:16:15 orilla kernel: [ 3.870700] ata5.00: ATA-8: WDC WD30EZRS-00J99B0, 80.00A80, max UDMA/133 | |
Jan 1 14:16:15 orilla kernel: [ 3.870720] ata5.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA | |
Jan 1 14:16:15 orilla kernel: [ 3.876664] ata5.00: configured for UDMA/133 | |
Jan 1 14:16:15 orilla kernel: [ 3.876803] scsi 4:0:0:0: Direct-Access ATA WDC WD30EZRS-00J 80.0 PQ: 0 ANSI: 5 | |
Jan 1 14:16:15 orilla kernel: [ 3.876989] sd 4:0:0:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB) | |
Jan 1 14:16:15 orilla kernel: [ 3.876999] sd 4:0:0:0: [sdc] 4096-byte physical blocks | |
Jan 1 14:16:15 orilla kernel: [ 3.877041] sd 4:0:0:0: Attached scsi generic sg3 type 0 | |
Jan 1 14:16:15 orilla kernel: [ 3.877053] sd 4:0:0:0: [sdc] Write Protect is off | |
Jan 1 14:16:15 orilla kernel: [ 3.877062] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 | |
Jan 1 14:16:15 orilla kernel: [ 3.877083] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Jan 1 14:16:15 orilla kernel: [ 3.887392] sdc: unknown partition table | |
Jan 1 14:16:15 orilla kernel: [ 3.887663] sd 4:0:0:0: [sdc] Attached SCSI disk | |
Jan 1 14:16:15 orilla kernel: [ 4.030526] random: nonblocking pool is initialized | |
Jan 1 14:16:15 orilla kernel: [ 4.376140] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Jan 1 14:16:15 orilla kernel: [ 4.382386] ata6.00: ATA-8: WDC WD30EZRX-00MMMB0, 80.00A80, max UDMA/133 | |
Jan 1 14:16:15 orilla kernel: [ 4.382400] ata6.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA | |
Jan 1 14:16:15 orilla kernel: [ 4.388359] ata6.00: configured for UDMA/133 | |
Jan 1 14:16:15 orilla kernel: [ 4.388494] scsi 5:0:0:0: Direct-Access ATA WDC WD30EZRX-00M 80.0 PQ: 0 ANSI: 5 | |
Jan 1 14:16:15 orilla kernel: [ 4.389028] sd 5:0:0:0: Attached scsi generic sg4 type 0 | |
Jan 1 14:16:15 orilla kernel: [ 4.389148] sd 5:0:0:0: [sdd] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB) | |
Jan 1 14:16:15 orilla kernel: [ 4.389151] sd 5:0:0:0: [sdd] 4096-byte physical blocks | |
Jan 1 14:16:15 orilla kernel: [ 4.389232] sd 5:0:0:0: [sdd] Write Protect is off | |
Jan 1 14:16:15 orilla kernel: [ 4.389235] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00 | |
Jan 1 14:16:15 orilla kernel: [ 4.389268] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Jan 1 14:16:15 orilla kernel: [ 4.413361] sdd: unknown partition table | |
Jan 1 14:16:15 orilla kernel: [ 4.414052] sd 5:0:0:0: [sdd] Attached SCSI disk | |
Jan 1 14:16:15 orilla kernel: [ 4.712059] ata7: SATA link down (SStatus 0 SControl 300) | |
Jan 1 14:16:15 orilla kernel: [ 5.032058] ata8: SATA link down (SStatus 0 SControl 300) | |
Jan 1 14:16:15 orilla kernel: [ 5.176688] md: linear personality registered for level -1 | |
Jan 1 14:16:15 orilla kernel: [ 5.179613] md: multipath personality registered for level -4 | |
Jan 1 14:16:15 orilla kernel: [ 5.182454] md: raid0 personality registered for level 0 | |
Jan 1 14:16:15 orilla kernel: [ 5.252025] raid6: sse2x1 3980 MB/s | |
Jan 1 14:16:15 orilla kernel: [ 5.320024] raid6: sse2x2 4996 MB/s | |
Jan 1 14:16:15 orilla kernel: [ 5.388030] raid6: sse2x4 7124 MB/s | |
Jan 1 14:16:15 orilla kernel: [ 5.388034] raid6: using algorithm sse2x4 (7124 MB/s) | |
Jan 1 14:16:15 orilla kernel: [ 5.388038] raid6: using ssse3x2 recovery algorithm | |
Jan 1 14:16:15 orilla kernel: [ 5.389415] xor: measuring software checksum speed | |
Jan 1 14:16:15 orilla kernel: [ 5.428023] prefetch64-sse: 9397.000 MB/sec | |
Jan 1 14:16:15 orilla kernel: [ 5.468022] generic_sse: 8351.000 MB/sec | |
Jan 1 14:16:15 orilla kernel: [ 5.468027] xor: using function: prefetch64-sse (9397.000 MB/sec) | |
Jan 1 14:16:15 orilla kernel: [ 5.469318] async_tx: api initialized (async) | |
Jan 1 14:16:15 orilla kernel: [ 5.477226] md: raid6 personality registered for level 6 | |
Jan 1 14:16:15 orilla kernel: [ 5.477233] md: raid5 personality registered for level 5 | |
Jan 1 14:16:15 orilla kernel: [ 5.477237] md: raid4 personality registered for level 4 | |
Jan 1 14:16:15 orilla kernel: [ 5.483594] md: raid10 personality registered for level 10 | |
Jan 1 14:16:15 orilla kernel: [ 16.684047] usb 6-1: new low-speed USB device number 2 using uhci_hcd | |
Jan 1 14:16:15 orilla kernel: [ 17.063060] usb 6-1: New USB device found, idVendor=1050, idProduct=0010 | |
Jan 1 14:16:15 orilla kernel: [ 17.063071] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
Jan 1 14:16:15 orilla kernel: [ 17.063080] usb 6-1: Product: Yubico Yubikey II | |
Jan 1 14:16:15 orilla kernel: [ 17.063087] usb 6-1: Manufacturer: Yubico | |
Jan 1 14:16:15 orilla kernel: [ 17.081599] input: Yubico Yubico Yubikey II as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input7 | |
Jan 1 14:16:15 orilla kernel: [ 17.081728] hid-generic 0003:1050:0010.0006: input,hidraw3: USB HID v1.11 Keyboard [Yubico Yubico Yubikey II] on usb-0000:00:1d.0-1/input0 | |
Jan 1 14:16:15 orilla kernel: [ 19.492049] usb 6-1: USB disconnect, device number 2 | |
Jan 1 14:16:15 orilla kernel: [ 20.796815] bio: create slab <bio-1> at 1 | |
Jan 1 14:16:15 orilla kernel: [ 20.982584] bio: create slab <bio-1> at 1 | |
Jan 1 14:16:15 orilla kernel: [ 26.093305] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) | |
Jan 1 14:16:15 orilla kernel: [ 27.087158] spl: module verification failed: signature and/or required key missing - tainting kernel | |
Jan 1 14:16:15 orilla kernel: [ 27.115277] SPL: Loaded module v0.6.3-3~trusty | |
Jan 1 14:16:15 orilla kernel: [ 27.127399] znvpair: module license 'CDDL' taints kernel. | |
Jan 1 14:16:15 orilla kernel: [ 27.127411] Disabling lock debugging due to kernel taint | |
Jan 1 14:16:15 orilla kernel: [ 27.189240] ZFS: Loaded module v0.6.3-5~trusty, ZFS pool version 5000, ZFS filesystem version 5 | |
Jan 1 14:16:15 orilla kernel: [ 58.953653] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
Jan 1 14:16:15 orilla kernel: [ 59.085916] systemd-udevd[670]: starting version 204 | |
Jan 1 14:16:15 orilla kernel: [ 59.308911] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro | |
Jan 1 14:16:15 orilla kernel: [ 59.410551] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null) | |
Jan 1 14:16:15 orilla kernel: [ 59.437216] lp: driver loaded but no devices found | |
Jan 1 14:16:15 orilla kernel: [ 59.988370] parport_pc 00:07: reported by Plug and Play ACPI | |
Jan 1 14:16:15 orilla kernel: [ 59.988434] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] | |
Jan 1 14:16:15 orilla kernel: [ 60.024251] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GP2C 1 (20131115/utaddress-251) | |
Jan 1 14:16:15 orilla kernel: [ 60.024258] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver | |
Jan 1 14:16:15 orilla kernel: [ 60.024285] lpc_ich: Resource conflict(s) found affecting gpio_ich | |
Jan 1 14:16:15 orilla kernel: [ 60.087472] lp0: using parport0 (interrupt-driven). | |
Jan 1 14:16:15 orilla kernel: [ 60.233645] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X | |
Jan 1 14:16:15 orilla kernel: [ 60.297949] SKU: Nid=0x1d sku_cfg=0x4005e601 | |
Jan 1 14:16:15 orilla kernel: [ 60.297952] SKU: port_connectivity=0x1 | |
Jan 1 14:16:15 orilla kernel: [ 60.297953] SKU: enable_pcbeep=0x0 | |
Jan 1 14:16:15 orilla kernel: [ 60.297955] SKU: check_sum=0x00000005 | |
Jan 1 14:16:15 orilla kernel: [ 60.297956] SKU: customization=0x000000e6 | |
Jan 1 14:16:15 orilla kernel: [ 60.297958] SKU: external_amp=0x0 | |
Jan 1 14:16:15 orilla kernel: [ 60.297959] SKU: platform_type=0x0 | |
Jan 1 14:16:15 orilla kernel: [ 60.297960] SKU: swap=0x0 | |
Jan 1 14:16:15 orilla kernel: [ 60.297961] SKU: override=0x1 | |
Jan 1 14:16:15 orilla kernel: [ 60.298419] autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line | |
Jan 1 14:16:15 orilla kernel: [ 60.298421] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) | |
Jan 1 14:16:15 orilla kernel: [ 60.298423] hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) | |
Jan 1 14:16:15 orilla kernel: [ 60.298424] mono: mono_out=0x0 | |
Jan 1 14:16:15 orilla kernel: [ 60.298425] dig-out=0x1e/0x0 | |
Jan 1 14:16:15 orilla kernel: [ 60.298426] inputs: | |
Jan 1 14:16:15 orilla kernel: [ 60.298428] Rear Mic=0x18 | |
Jan 1 14:16:15 orilla kernel: [ 60.298430] Front Mic=0x19 | |
Jan 1 14:16:15 orilla kernel: [ 60.298432] Line=0x1a | |
Jan 1 14:16:15 orilla kernel: [ 60.298433] CD=0x1c | |
Jan 1 14:16:15 orilla kernel: [ 60.298434] dig-in=0x1f | |
Jan 1 14:16:15 orilla kernel: [ 60.298436] realtek: No valid SSID, checking pincfg 0x4005e601 for NID 0x1d | |
Jan 1 14:16:15 orilla kernel: [ 60.298438] realtek: Enabling init ASM_ID=0xe601 CODEC_ID=10ec0885 | |
Jan 1 14:16:15 orilla kernel: [ 60.332724] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 | |
Jan 1 14:16:15 orilla kernel: [ 60.332847] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 | |
Jan 1 14:16:15 orilla kernel: [ 60.332914] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 | |
Jan 1 14:16:15 orilla kernel: [ 60.332981] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 | |
Jan 1 14:16:15 orilla kernel: [ 60.333048] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 | |
Jan 1 14:16:15 orilla kernel: [ 60.333116] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 | |
Jan 1 14:16:15 orilla kernel: [ 60.333182] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 | |
Jan 1 14:16:15 orilla kernel: [ 60.333247] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 | |
Jan 1 14:16:15 orilla kernel: [ 60.463431] type=1400 audit(1420143375.098:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=882 comm="apparmor_parser" | |
Jan 1 14:16:15 orilla kernel: [ 60.463438] type=1400 audit(1420143375.098:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=882 comm="apparmor_parser" | |
Jan 1 14:16:15 orilla kernel: [ 60.463443] type=1400 audit(1420143375.098:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=882 comm="apparmor_parser" | |
Jan 1 14:16:15 orilla kernel: [ 60.463913] type=1400 audit(1420143375.098:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=882 comm="apparmor_parser" | |
Jan 1 14:16:15 orilla kernel: [ 60.463919] type=1400 audit(1420143375.098:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=882 comm="apparmor_parser" | |
Jan 1 14:16:15 orilla kernel: [ 60.464165] type=1400 audit(1420143375.102:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=882 comm="apparmor_parser" | |
Jan 1 14:16:15 orilla kernel: [ 60.464976] type=1400 audit(1420143375.102:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=785 comm="apparmor_parser" | |
Jan 1 14:16:15 orilla kernel: [ 60.464997] type=1400 audit(1420143375.102:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=785 comm="apparmor_parser" | |
Jan 1 14:16:15 orilla kernel: [ 60.465002] type=1400 audit(1420143375.102:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=785 comm="apparmor_parser" | |
Jan 1 14:16:15 orilla kernel: [ 60.465486] type=1400 audit(1420143375.102:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=785 comm="apparmor_parser" | |
Jan 1 14:16:15 orilla kernel: [ 60.492575] ppdev: user-space parallel port driver | |
Jan 1 14:16:15 orilla kernel: [ 60.503488] gpio_ich: GPIO from 195 to 255 on gpio_ich | |
Jan 1 14:16:15 orilla kernel: [ 60.552104] coretemp coretemp.0: Using relative temperature scale! | |
Jan 1 14:16:15 orilla kernel: [ 60.552115] coretemp coretemp.0: Using relative temperature scale! | |
Jan 1 14:16:15 orilla kernel: [ 60.552126] coretemp coretemp.0: Using relative temperature scale! | |
Jan 1 14:16:15 orilla kernel: [ 60.552138] coretemp coretemp.0: Using relative temperature scale! | |
Jan 1 14:16:15 orilla failsafe: Failsafe of 120 seconds reached. | |
Jan 1 14:16:15 orilla dbus[1064]: [system] AppArmor D-Bus mediation is enabled | |
Jan 1 14:16:15 orilla rsyslogd-2039: Could no open output pipe '/dev/xconsole': No such file or directory [try http://www.rsyslog.com/e/2039 ] | |
Jan 1 14:16:15 orilla dhclient: Internet Systems Consortium DHCP Client 4.2.4 | |
Jan 1 14:16:15 orilla dhclient: Copyright 2004-2012 Internet Systems Consortium. | |
Jan 1 14:16:15 orilla dhclient: All rights reserved. | |
Jan 1 14:16:15 orilla dhclient: For info, please visit https://www.isc.org/software/dhcp/ | |
Jan 1 14:16:15 orilla dhclient: | |
Jan 1 14:16:16 orilla kernel: [ 61.593281] r8169 0000:04:00.0 eth0: link down | |
Jan 1 14:16:16 orilla kernel: [ 61.593290] r8169 0000:04:00.0 eth0: link down | |
Jan 1 14:16:16 orilla kernel: [ 61.593307] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
Jan 1 14:16:16 orilla dhclient: Listening on LPF/eth0/00:1a:4d:4b:cb:81 | |
Jan 1 14:16:16 orilla dhclient: Sending on LPF/eth0/00:1a:4d:4b:cb:81 | |
Jan 1 14:16:16 orilla dhclient: Sending on Socket/fallback | |
Jan 1 14:16:16 orilla dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 3 (xid=0x1f07ed21) | |
Jan 1 14:16:16 orilla ntpdate[1384]: Can't find host ntp.ubuntu.com: Name or service not known (-2) | |
Jan 1 14:16:16 orilla ntpdate[1384]: no servers can be used, exiting | |
Jan 1 14:16:18 orilla kernel: [ 64.057553] r8169 0000:04:00.0 eth0: link up | |
Jan 1 14:16:18 orilla kernel: [ 64.057565] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
Jan 1 14:16:18 orilla kernel: [ 64.241474] init: samba-ad-dc main process (1503) terminated with status 1 | |
Jan 1 14:16:19 orilla kernel: [ 64.723674] Adding 19513212k swap on /dev/mapper/md2_crypt. Priority:-1 extents:1 across:19513212k FS | |
Jan 1 14:16:19 orilla dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 5 (xid=0x1f07ed21) | |
Jan 1 14:16:19 orilla dhclient: DHCPREQUEST of 192.168.16.16 on eth0 to 255.255.255.255 port 67 (xid=0x1f07ed21) | |
Jan 1 14:16:19 orilla dhclient: DHCPOFFER of 192.168.16.16 from 192.168.16.254 | |
Jan 1 14:16:19 orilla dhclient: DHCPACK of 192.168.16.16 from 192.168.16.254 | |
Jan 1 14:16:19 orilla dhclient: bound to 192.168.16.16 -- renewal in 3156 seconds. | |
Jan 1 14:16:19 orilla kernel: [ 64.964131] init: failsafe main process (956) killed by TERM signal | |
Jan 1 14:16:20 orilla cron[2317]: (CRON) INFO (pidfile fd = 3) | |
Jan 1 14:16:20 orilla cron[2340]: (CRON) STARTUP (fork ok) | |
Jan 1 14:16:20 orilla cron[2340]: (CRON) INFO (Running @reboot jobs) | |
Jan 1 14:16:20 orilla acpid: starting up with netlink and the input layer | |
Jan 1 14:16:20 orilla acpid: 1 rule loaded | |
Jan 1 14:16:20 orilla acpid: waiting for events: event logging is off | |
Jan 1 14:16:20 orilla kernel: [ 66.216149] init: plymouth-upstart-bridge main process ended, respawning | |
Jan 1 14:16:25 orilla ntpdate[1869]: step time server 91.189.89.199 offset -0.595591 sec | |
Jan 1 14:17:00 orilla CRON[2547]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) | |
Jan 1 14:20:09 orilla kernel: [ 295.430589] SPL: using hostid 0x007f0101 | |
Jan 1 14:20:28 orilla rsyslogd: [origin software="rsyslogd" swVersion="7.4.4" x-pid="961" x-info="http://www.rsyslog.com"] exiting on signal 15. | |
Jan 1 14:22:36 orilla rsyslogd: [origin software="rsyslogd" swVersion="7.4.4" x-pid="1227" x-info="http://www.rsyslog.com"] start | |
Jan 1 14:22:36 orilla rsyslogd: rsyslogd's groupid changed to 104 | |
Jan 1 14:22:36 orilla rsyslogd: rsyslogd's userid changed to 101 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Initializing cgroup subsys cpuset | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Initializing cgroup subsys cpu | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Initializing cgroup subsys cpuacct | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Linux version 3.13.0-43-generic (buildd@tipua) (gcc version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) ) #72-Ubuntu SMP Mon Dec 8 19:35:06 UTC 2014 (Ubuntu 3.13.0-43.72-generic 3.13.11.11) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.13.0-43-generic root=UUID=40124f2c-daa7-4d0f-a63b-656c234badf4 ro nomdmonddf nomdmonisw | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] KERNEL supported cpus: | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Intel GenuineIntel | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] AMD AuthenticAMD | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Centaur CentaurHauls | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] e820: BIOS-provided physical RAM map: | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dbff] usable | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000dfedffff] usable | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000dfee0000-0x00000000dfee2fff] ACPI NVS | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000dfee3000-0x00000000dfeeffff] ACPI data | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000dfef0000-0x00000000dfefffff] reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021fffffff] usable | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] NX (Execute Disable) protection: active | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] SMBIOS 2.4 present. | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] DMI: Gigabyte Technology Co., Ltd. P35-DS3R/P35-DS3R, BIOS F13 06/19/2009 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] No AGP bridge found | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] e820: last_pfn = 0x220000 max_arch_pfn = 0x400000000 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] MTRR default type: uncachable | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] MTRR fixed ranges enabled: | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] 00000-9FFFF write-back | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] A0000-BFFFF uncachable | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] C0000-CCFFF write-protect | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] CD000-EFFFF uncachable | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] F0000-FFFFF write-through | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] MTRR variable ranges enabled: | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] 0 base 000000000 mask F00000000 write-back | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] 1 base 0E0000000 mask FE0000000 uncachable | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] 2 base 100000000 mask F00000000 write-back | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] 3 base 200000000 mask FE0000000 write-back | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] 4 base 0DFF00000 mask FFFF00000 uncachable | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] 5 disabled | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] 6 disabled | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] 7 disabled | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] original variable MTRRs | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 0, base: 0GB, range: 4GB, type WB | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 1, base: 3584MB, range: 512MB, type UC | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 2, base: 4GB, range: 4GB, type WB | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 3, base: 8GB, range: 512MB, type WB | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 4, base: 3583MB, range: 1MB, type UC | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] total RAM covered: 8191M | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Found optimal setting for mtrr clean up | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] gran_size: 64K chunk_size: 2M num_reg: 6 lose cover RAM: 0G | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] New variable MTRRs | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 0, base: 0GB, range: 2GB, type WB | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 1, base: 2GB, range: 1GB, type WB | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 2, base: 3GB, range: 512MB, type WB | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 3, base: 3583MB, range: 1MB, type UC | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 4, base: 4GB, range: 4GB, type WB | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] reg 5, base: 8GB, range: 512MB, type WB | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] e820: update [mem 0xdff00000-0xffffffff] usable ==> reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] e820: last_pfn = 0xdfee0 max_arch_pfn = 0x400000000 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] found SMP MP-table at [mem 0x000f5160-0x000f516f] mapped at [ffff8800000f5160] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Scanning 1 areas for low memory corruption | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] [mem 0x00000000-0x000fffff] page 4k | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BRK [0x01fe3000, 0x01fe3fff] PGTABLE | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x21fe00000-0x21fffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] [mem 0x21fe00000-0x21fffffff] page 2M | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BRK [0x01fe4000, 0x01fe4fff] PGTABLE | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x21c000000-0x21fdfffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] [mem 0x21c000000-0x21fdfffff] page 2M | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] [mem 0x200000000-0x21bffffff] page 2M | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x00100000-0xdfedffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] [mem 0x00100000-0x001fffff] page 4k | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] [mem 0x00200000-0xdfdfffff] page 2M | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] [mem 0xdfe00000-0xdfedffff] page 4k | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BRK [0x01fe5000, 0x01fe5fff] PGTABLE | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] BRK [0x01fe6000, 0x01fe6fff] PGTABLE | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] RAMDISK: [mem 0x34fbc000-0x367d5fff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: RSDP 00000000000f6b50 000014 (v00 GBT ) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: RSDT 00000000dfee3040 000038 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: FACP 00000000dfee30c0 000074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: DSDT 00000000dfee3180 004B2A (v01 GBT GBTUACPI 00001000 MSFT 0100000C) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: FACS 00000000dfee0000 000040 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: HPET 00000000dfee7e00 000038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: MCFG 00000000dfee7e80 00003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: APIC 00000000dfee7d00 000084 (v01 GBT GBTUACPI 42302E31 GBTU 01010101) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: SSDT 00000000dfee87e0 0003AB (v01 PmRef CpuPm 00003000 INTL 20040311) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] No NUMA configuration found | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000021fffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x21fffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] NODE_DATA [mem 0x21fff5000-0x21fff9fff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880217600000-ffff88021f5fffff] on node 0 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Zone ranges: | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Normal [mem 0x100000000-0x21fffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Movable zone start for each node | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Early memory node ranges | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] node 0: [mem 0x00001000-0x0009cfff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] node 0: [mem 0x00100000-0xdfedffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] node 0: [mem 0x100000000-0x21fffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] On node 0 totalpages: 2096764 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] DMA zone: 64 pages used for memmap | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] DMA zone: 21 pages reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] DMA zone: 3996 pages, LIFO batch:0 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] DMA32 zone: 14268 pages used for memmap | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] DMA32 zone: 913120 pages, LIFO batch:31 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Normal zone: 18432 pages used for memmap | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Normal zone: 1179648 pages, LIFO batch:31 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x408 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x03] enabled) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1]) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1]) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1]) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1]) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: IRQ0 used by override. | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: IRQ2 used by override. | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: IRQ9 used by override. | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] nr_irqs_gsi: 40 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xdfee0000-0xdfee2fff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xdfee3000-0xdfeeffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xdfef0000-0xdfefffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xdff00000-0xefffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xfebfffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xffffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] e820: [mem 0xdff00000-0xefffffff] available for PCI devices | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88021fc00000 s82304 r8192 d24192 u524288 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] pcpu-alloc: s82304 r8192 d24192 u524288 alloc=1*2097152 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] pcpu-alloc: [0] 0 1 2 3 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2063979 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Policy zone: Normal | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.13.0-43-generic root=UUID=40124f2c-daa7-4d0f-a63b-656c234badf4 ro nomdmonddf nomdmonisw | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Checking aperture... | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] No AGP bridge found | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing! | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Memory: 8148144K/8387056K available (7383K kernel code, 1144K rwdata, 3408K rodata, 1336K init, 1444K bss, 238912K reserved) | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Hierarchical RCU implementation. | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled. | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4. | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Offload RCU callbacks from all CPUs | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Offload RCU callbacks from CPUs: 0-3. | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] NR_IRQS:16640 nr_irqs:712 16 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] Console: colour dummy device 80x25 | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] console [tty0] enabled | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] allocated 33554432 bytes of page_cgroup | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] hpet clockevent registered | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] tsc: Fast TSC calibration using PIT | |
Jan 1 14:22:36 orilla kernel: [ 0.000000] tsc: Detected 2399.854 MHz processor | |
Jan 1 14:22:36 orilla kernel: [ 0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4799.70 BogoMIPS (lpj=9599416) | |
Jan 1 14:22:36 orilla kernel: [ 0.004010] pid_max: default: 32768 minimum: 301 | |
Jan 1 14:22:36 orilla kernel: [ 0.004047] Security Framework initialized | |
Jan 1 14:22:36 orilla kernel: [ 0.004071] AppArmor: AppArmor initialized | |
Jan 1 14:22:36 orilla kernel: [ 0.004074] Yama: becoming mindful. | |
Jan 1 14:22:36 orilla kernel: [ 0.008656] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.012253] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.013946] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.013966] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.014312] Initializing cgroup subsys memory | |
Jan 1 14:22:36 orilla kernel: [ 0.014323] Initializing cgroup subsys devices | |
Jan 1 14:22:36 orilla kernel: [ 0.014326] Initializing cgroup subsys freezer | |
Jan 1 14:22:36 orilla kernel: [ 0.014330] Initializing cgroup subsys blkio | |
Jan 1 14:22:36 orilla kernel: [ 0.014333] Initializing cgroup subsys perf_event | |
Jan 1 14:22:36 orilla kernel: [ 0.014336] Initializing cgroup subsys hugetlb | |
Jan 1 14:22:36 orilla kernel: [ 0.014362] CPU: Physical Processor ID: 0 | |
Jan 1 14:22:36 orilla kernel: [ 0.014365] CPU: Processor Core ID: 0 | |
Jan 1 14:22:36 orilla kernel: [ 0.014368] mce: CPU supports 6 MCE banks | |
Jan 1 14:22:36 orilla kernel: [ 0.014376] CPU0: Thermal monitoring enabled (TM2) | |
Jan 1 14:22:36 orilla kernel: [ 0.014386] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4 | |
Jan 1 14:22:36 orilla kernel: [ 0.014386] Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32 | |
Jan 1 14:22:36 orilla kernel: [ 0.014386] tlb_flushall_shift: -1 | |
Jan 1 14:22:36 orilla kernel: [ 0.014487] Freeing SMP alternatives memory: 32K (ffffffff81e6e000 - ffffffff81e76000) | |
Jan 1 14:22:36 orilla kernel: [ 0.016025] ACPI: Core revision 20131115 | |
Jan 1 14:22:36 orilla kernel: [ 0.017804] ACPI: All ACPI Tables successfully acquired | |
Jan 1 14:22:36 orilla kernel: [ 0.019862] ftrace: allocating 28552 entries in 112 pages | |
Jan 1 14:22:36 orilla kernel: [ 0.028445] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 | |
Jan 1 14:22:36 orilla kernel: [ 0.070028] smpboot: CPU0: Intel(R) Core(TM)2 Quad CPU @ 2.40GHz (fam: 06, model: 0f, stepping: 07) | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] Performance Events: PEBS fmt0-, 4-deep LBR, Core2 events, Intel PMU driver. | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] perf_event_intel: PEBS disabled due to CPU errata | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] ... version: 2 | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] ... bit width: 40 | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] ... generic registers: 2 | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] ... value mask: 000000ffffffffff | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] ... max period: 000000007fffffff | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] ... fixed-purpose events: 3 | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] ... event mask: 0000000700000003 | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] x86: Booting SMP configuration: | |
Jan 1 14:22:36 orilla kernel: [ 0.083420] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. | |
Jan 1 14:22:36 orilla kernel: [ 0.072000] .... node #0, CPUs: #1 #2 #3 | |
Jan 1 14:22:36 orilla kernel: [ 0.108040] x86: Booted up 1 node, 4 CPUs | |
Jan 1 14:22:36 orilla kernel: [ 0.108049] smpboot: Total of 4 processors activated (19198.83 BogoMIPS) | |
Jan 1 14:22:36 orilla kernel: [ 0.112190] devtmpfs: initialized | |
Jan 1 14:22:36 orilla kernel: [ 0.120053] EVM: security.selinux | |
Jan 1 14:22:36 orilla kernel: [ 0.120056] EVM: security.SMACK64 | |
Jan 1 14:22:36 orilla kernel: [ 0.120059] EVM: security.ima | |
Jan 1 14:22:36 orilla kernel: [ 0.120061] EVM: security.capability | |
Jan 1 14:22:36 orilla kernel: [ 0.120077] PM: Registering ACPI NVS region [mem 0xdfee0000-0xdfee2fff] (12288 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.121176] pinctrl core: initialized pinctrl subsystem | |
Jan 1 14:22:36 orilla kernel: [ 0.121251] regulator-dummy: no parameters | |
Jan 1 14:22:36 orilla kernel: [ 0.121282] RTC time: 20:21:02, date: 01/01/15 | |
Jan 1 14:22:36 orilla kernel: [ 0.121325] NET: Registered protocol family 16 | |
Jan 1 14:22:36 orilla kernel: [ 0.121453] cpuidle: using governor ladder | |
Jan 1 14:22:36 orilla kernel: [ 0.121457] cpuidle: using governor menu | |
Jan 1 14:22:36 orilla kernel: [ 0.121494] ACPI: bus type PCI registered | |
Jan 1 14:22:36 orilla kernel: [ 0.121497] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 | |
Jan 1 14:22:36 orilla kernel: [ 0.121559] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) | |
Jan 1 14:22:36 orilla kernel: [ 0.121564] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820 | |
Jan 1 14:22:36 orilla kernel: [ 0.126344] PCI: Using configuration type 1 for base access | |
Jan 1 14:22:36 orilla kernel: [ 0.127425] bio: create slab <bio-0> at 0 | |
Jan 1 14:22:36 orilla kernel: [ 0.127425] ACPI: Added _OSI(Module Device) | |
Jan 1 14:22:36 orilla kernel: [ 0.127425] ACPI: Added _OSI(Processor Device) | |
Jan 1 14:22:36 orilla kernel: [ 0.127425] ACPI: Added _OSI(3.0 _SCP Extensions) | |
Jan 1 14:22:36 orilla kernel: [ 0.127425] ACPI: Added _OSI(Processor Aggregator Device) | |
Jan 1 14:22:36 orilla kernel: [ 0.131913] ACPI: SSDT 00000000dfee7f00 00022A (v01 PmRef Cpu0Ist 00003000 INTL 20040311) | |
Jan 1 14:22:36 orilla kernel: [ 0.132089] ACPI: Dynamic OEM Table Load: | |
Jan 1 14:22:36 orilla kernel: [ 0.132093] ACPI: SSDT (null) 00022A (v01 PmRef Cpu0Ist 00003000 INTL 20040311) | |
Jan 1 14:22:36 orilla kernel: [ 0.132179] ACPI: SSDT 00000000dfee83c0 000152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311) | |
Jan 1 14:22:36 orilla kernel: [ 0.132334] ACPI: Dynamic OEM Table Load: | |
Jan 1 14:22:36 orilla kernel: [ 0.132338] ACPI: SSDT (null) 000152 (v01 PmRef Cpu1Ist 00003000 INTL 20040311) | |
Jan 1 14:22:36 orilla kernel: [ 0.132430] ACPI: SSDT 00000000dfee8520 000152 (v01 PmRef Cpu2Ist 00003000 INTL 20040311) | |
Jan 1 14:22:36 orilla kernel: [ 0.132586] ACPI: Dynamic OEM Table Load: | |
Jan 1 14:22:36 orilla kernel: [ 0.132589] ACPI: SSDT (null) 000152 (v01 PmRef Cpu2Ist 00003000 INTL 20040311) | |
Jan 1 14:22:36 orilla kernel: [ 0.132675] ACPI: SSDT 00000000dfee8680 000152 (v01 PmRef Cpu3Ist 00003000 INTL 20040311) | |
Jan 1 14:22:36 orilla kernel: [ 0.132831] ACPI: Dynamic OEM Table Load: | |
Jan 1 14:22:36 orilla kernel: [ 0.132835] ACPI: SSDT (null) 000152 (v01 PmRef Cpu3Ist 00003000 INTL 20040311) | |
Jan 1 14:22:36 orilla kernel: [ 0.132968] ACPI: Interpreter enabled | |
Jan 1 14:22:36 orilla kernel: [ 0.132975] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) | |
Jan 1 14:22:36 orilla kernel: [ 0.132981] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) | |
Jan 1 14:22:36 orilla kernel: [ 0.132996] ACPI: (supports S0 S3 S4 S5) | |
Jan 1 14:22:36 orilla kernel: [ 0.132999] ACPI: Using IOAPIC for interrupt routing | |
Jan 1 14:22:36 orilla kernel: [ 0.133027] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug | |
Jan 1 14:22:36 orilla kernel: [ 0.133138] ACPI: No dock devices found. | |
Jan 1 14:22:36 orilla kernel: [ 0.137959] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f]) | |
Jan 1 14:22:36 orilla kernel: [ 0.137967] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] | |
Jan 1 14:22:36 orilla kernel: [ 0.137974] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM | |
Jan 1 14:22:36 orilla kernel: [ 0.138211] PCI host bridge to bus 0000:00 | |
Jan 1 14:22:36 orilla kernel: [ 0.138216] pci_bus 0000:00: root bus resource [bus 00-3f] | |
Jan 1 14:22:36 orilla kernel: [ 0.138219] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] | |
Jan 1 14:22:36 orilla kernel: [ 0.138222] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.138225] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.138229] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.138232] pci_bus 0000:00: root bus resource [mem 0xdff00000-0xfebfffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.138242] pci 0000:00:00.0: [8086:29c0] type 00 class 0x060000 | |
Jan 1 14:22:36 orilla kernel: [ 0.138340] pci 0000:00:01.0: [8086:29c1] type 01 class 0x060400 | |
Jan 1 14:22:36 orilla kernel: [ 0.138379] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold | |
Jan 1 14:22:36 orilla kernel: [ 0.138473] pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300 | |
Jan 1 14:22:36 orilla kernel: [ 0.138513] pci 0000:00:1a.0: reg 0x20: [io 0xe100-0xe11f] | |
Jan 1 14:22:36 orilla kernel: [ 0.138592] pci 0000:00:1a.0: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.138633] pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300 | |
Jan 1 14:22:36 orilla kernel: [ 0.138672] pci 0000:00:1a.1: reg 0x20: [io 0xe200-0xe21f] | |
Jan 1 14:22:36 orilla kernel: [ 0.138750] pci 0000:00:1a.1: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.138785] pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300 | |
Jan 1 14:22:36 orilla kernel: [ 0.138824] pci 0000:00:1a.2: reg 0x20: [io 0xe000-0xe01f] | |
Jan 1 14:22:36 orilla kernel: [ 0.138902] pci 0000:00:1a.2: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.138941] pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320 | |
Jan 1 14:22:36 orilla kernel: [ 0.138957] pci 0000:00:1a.7: reg 0x10: [mem 0xf9104000-0xf91043ff] | |
Jan 1 14:22:36 orilla kernel: [ 0.139067] pci 0000:00:1a.7: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.139107] pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300 | |
Jan 1 14:22:36 orilla kernel: [ 0.139122] pci 0000:00:1b.0: reg 0x10: [mem 0xf9100000-0xf9103fff 64bit] | |
Jan 1 14:22:36 orilla kernel: [ 0.139184] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold | |
Jan 1 14:22:36 orilla kernel: [ 0.139234] pci 0000:00:1b.0: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.139270] pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400 | |
Jan 1 14:22:36 orilla kernel: [ 0.139334] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold | |
Jan 1 14:22:36 orilla kernel: [ 0.139385] pci 0000:00:1c.0: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.139423] pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400 | |
Jan 1 14:22:36 orilla kernel: [ 0.139486] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold | |
Jan 1 14:22:36 orilla kernel: [ 0.139537] pci 0000:00:1c.3: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.139572] pci 0000:00:1c.4: [8086:2948] type 01 class 0x060400 | |
Jan 1 14:22:36 orilla kernel: [ 0.139635] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold | |
Jan 1 14:22:36 orilla kernel: [ 0.139686] pci 0000:00:1c.4: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.139723] pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300 | |
Jan 1 14:22:36 orilla kernel: [ 0.139762] pci 0000:00:1d.0: reg 0x20: [io 0xe300-0xe31f] | |
Jan 1 14:22:36 orilla kernel: [ 0.139841] pci 0000:00:1d.0: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.139875] pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300 | |
Jan 1 14:22:36 orilla kernel: [ 0.139915] pci 0000:00:1d.1: reg 0x20: [io 0xe400-0xe41f] | |
Jan 1 14:22:36 orilla kernel: [ 0.140015] pci 0000:00:1d.1: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.140054] pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300 | |
Jan 1 14:22:36 orilla kernel: [ 0.140093] pci 0000:00:1d.2: reg 0x20: [io 0xe500-0xe51f] | |
Jan 1 14:22:36 orilla kernel: [ 0.140171] pci 0000:00:1d.2: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.140210] pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320 | |
Jan 1 14:22:36 orilla kernel: [ 0.140226] pci 0000:00:1d.7: reg 0x10: [mem 0xf9105000-0xf91053ff] | |
Jan 1 14:22:36 orilla kernel: [ 0.140336] pci 0000:00:1d.7: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.140371] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 | |
Jan 1 14:22:36 orilla kernel: [ 0.140458] pci 0000:00:1e.0: System wakeup disabled by ACPI | |
Jan 1 14:22:36 orilla kernel: [ 0.140495] pci 0000:00:1f.0: [8086:2916] type 00 class 0x060100 | |
Jan 1 14:22:36 orilla kernel: [ 0.140569] pci 0000:00:1f.0: address space collision: [io 0x0400-0x047f] conflicts with ACPI CPU throttle [??? 0x00000410-0x00000415 flags 0x80000000] | |
Jan 1 14:22:36 orilla kernel: [ 0.140576] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO | |
Jan 1 14:22:36 orilla kernel: [ 0.140581] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0800 (mask 000f) | |
Jan 1 14:22:36 orilla kernel: [ 0.140586] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 0290 (mask 000f) | |
Jan 1 14:22:36 orilla kernel: [ 0.140690] pci 0000:00:1f.2: [8086:2922] type 00 class 0x010601 | |
Jan 1 14:22:36 orilla kernel: [ 0.140707] pci 0000:00:1f.2: reg 0x10: [io 0xe600-0xe607] | |
Jan 1 14:22:36 orilla kernel: [ 0.140715] pci 0000:00:1f.2: reg 0x14: [io 0xe700-0xe703] | |
Jan 1 14:22:36 orilla kernel: [ 0.140723] pci 0000:00:1f.2: reg 0x18: [io 0xe800-0xe807] | |
Jan 1 14:22:36 orilla kernel: [ 0.140730] pci 0000:00:1f.2: reg 0x1c: [io 0xe900-0xe903] | |
Jan 1 14:22:36 orilla kernel: [ 0.140738] pci 0000:00:1f.2: reg 0x20: [io 0xea00-0xea1f] | |
Jan 1 14:22:36 orilla kernel: [ 0.140745] pci 0000:00:1f.2: reg 0x24: [mem 0xf9106000-0xf91067ff] | |
Jan 1 14:22:36 orilla kernel: [ 0.140788] pci 0000:00:1f.2: PME# supported from D3hot | |
Jan 1 14:22:36 orilla kernel: [ 0.140863] pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500 | |
Jan 1 14:22:36 orilla kernel: [ 0.140878] pci 0000:00:1f.3: reg 0x10: [mem 0xf9107000-0xf91070ff 64bit] | |
Jan 1 14:22:36 orilla kernel: [ 0.140897] pci 0000:00:1f.3: reg 0x20: [io 0x0500-0x051f] | |
Jan 1 14:22:36 orilla kernel: [ 0.141020] pci 0000:01:00.0: [10de:0391] type 00 class 0x030000 | |
Jan 1 14:22:36 orilla kernel: [ 0.141030] pci 0000:01:00.0: reg 0x10: [mem 0xf4000000-0xf4ffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.141040] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.141049] pci 0000:01:00.0: reg 0x1c: [mem 0xf5000000-0xf5ffffff 64bit] | |
Jan 1 14:22:36 orilla kernel: [ 0.141056] pci 0000:01:00.0: reg 0x24: [io 0xb000-0xb07f] | |
Jan 1 14:22:36 orilla kernel: [ 0.141064] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.141121] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' | |
Jan 1 14:22:36 orilla kernel: [ 0.141129] pci 0000:00:01.0: PCI bridge to [bus 01] | |
Jan 1 14:22:36 orilla kernel: [ 0.141134] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff] | |
Jan 1 14:22:36 orilla kernel: [ 0.141137] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf6ffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.141141] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.141197] pci 0000:00:1c.0: PCI bridge to [bus 02] | |
Jan 1 14:22:36 orilla kernel: [ 0.141212] pci 0000:00:1c.0: bridge window [io 0xa000-0xafff] | |
Jan 1 14:22:36 orilla kernel: [ 0.141301] pci 0000:03:00.0: [197b:2363] type 00 class 0x010601 | |
Jan 1 14:22:36 orilla kernel: [ 0.141386] pci 0000:03:00.0: reg 0x24: [mem 0xf9000000-0xf9001fff] | |
Jan 1 14:22:36 orilla kernel: [ 0.141447] pci 0000:03:00.0: PME# supported from D3hot | |
Jan 1 14:22:36 orilla kernel: [ 0.141508] pci 0000:03:00.1: [197b:2363] type 00 class 0x010185 | |
Jan 1 14:22:36 orilla kernel: [ 0.141532] pci 0000:03:00.1: reg 0x10: [io 0xc000-0xc007] | |
Jan 1 14:22:36 orilla kernel: [ 0.141545] pci 0000:03:00.1: reg 0x14: [io 0xc100-0xc103] | |
Jan 1 14:22:36 orilla kernel: [ 0.141558] pci 0000:03:00.1: reg 0x18: [io 0xc200-0xc207] | |
Jan 1 14:22:36 orilla kernel: [ 0.141572] pci 0000:03:00.1: reg 0x1c: [io 0xc300-0xc303] | |
Jan 1 14:22:36 orilla kernel: [ 0.141585] pci 0000:03:00.1: reg 0x20: [io 0xc400-0xc40f] | |
Jan 1 14:22:36 orilla kernel: [ 0.141693] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' | |
Jan 1 14:22:36 orilla kernel: [ 0.141705] pci 0000:00:1c.3: PCI bridge to [bus 03] | |
Jan 1 14:22:36 orilla kernel: [ 0.141709] pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff] | |
Jan 1 14:22:36 orilla kernel: [ 0.141713] pci 0000:00:1c.3: bridge window [mem 0xf9000000-0xf90fffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.141788] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000 | |
Jan 1 14:22:36 orilla kernel: [ 0.141806] pci 0000:04:00.0: reg 0x10: [io 0xd000-0xd0ff] | |
Jan 1 14:22:36 orilla kernel: [ 0.141836] pci 0000:04:00.0: reg 0x18: [mem 0xf8000000-0xf8000fff 64bit] | |
Jan 1 14:22:36 orilla kernel: [ 0.141871] pci 0000:04:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.141948] pci 0000:04:00.0: supports D1 D2 | |
Jan 1 14:22:36 orilla kernel: [ 0.141951] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold | |
Jan 1 14:22:36 orilla kernel: [ 0.141997] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' | |
Jan 1 14:22:36 orilla kernel: [ 0.142009] pci 0000:00:1c.4: PCI bridge to [bus 04] | |
Jan 1 14:22:36 orilla kernel: [ 0.142013] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff] | |
Jan 1 14:22:36 orilla kernel: [ 0.142017] pci 0000:00:1c.4: bridge window [mem 0xf7000000-0xf8ffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.142087] pci 0000:00:1e.0: PCI bridge to [bus 05] (subtractive decode) | |
Jan 1 14:22:36 orilla kernel: [ 0.142092] pci 0000:00:1e.0: bridge window [io 0x9000-0x9fff] | |
Jan 1 14:22:36 orilla kernel: [ 0.142099] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode) | |
Jan 1 14:22:36 orilla kernel: [ 0.142101] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode) | |
Jan 1 14:22:36 orilla kernel: [ 0.142104] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode) | |
Jan 1 14:22:36 orilla kernel: [ 0.142106] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode) | |
Jan 1 14:22:36 orilla kernel: [ 0.142108] pci 0000:00:1e.0: bridge window [mem 0xdff00000-0xfebfffff] (subtractive decode) | |
Jan 1 14:22:36 orilla kernel: [ 0.142617] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 12 14 *15) | |
Jan 1 14:22:36 orilla kernel: [ 0.142677] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. | |
Jan 1 14:22:36 orilla kernel: [ 0.142736] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15) | |
Jan 1 14:22:36 orilla kernel: [ 0.142794] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15) | |
Jan 1 14:22:36 orilla kernel: [ 0.142851] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled. | |
Jan 1 14:22:36 orilla kernel: [ 0.142910] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 9 10 11 12 14 15) | |
Jan 1 14:22:36 orilla kernel: [ 0.142967] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 *10 11 12 14 15) | |
Jan 1 14:22:36 orilla kernel: [ 0.143024] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 11 12 *14 15) | |
Jan 1 14:22:36 orilla kernel: [ 0.143125] ACPI: Enabled 1 GPEs in block 00 to 3F | |
Jan 1 14:22:36 orilla kernel: [ 0.143133] ACPI: \_SB_.PCI0: notify handler is installed | |
Jan 1 14:22:36 orilla kernel: [ 0.143169] Found 1 acpi root devices | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] vgaarb: setting as boot device: PCI:0000:01:00.0 | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] vgaarb: loaded | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] vgaarb: bridge control possible 0000:01:00.0 | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] SCSI subsystem initialized | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] libata version 3.00 loaded. | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] ACPI: bus type USB registered | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] usbcore: registered new interface driver usbfs | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] usbcore: registered new interface driver hub | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] usbcore: registered new device driver usb | |
Jan 1 14:22:36 orilla kernel: [ 0.143270] PCI: Using ACPI for IRQ routing | |
Jan 1 14:22:36 orilla kernel: [ 0.145229] PCI: pci_cache_line_size set to 64 bytes | |
Jan 1 14:22:36 orilla kernel: [ 0.145303] e820: reserve RAM buffer [mem 0x0009dc00-0x0009ffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.145305] e820: reserve RAM buffer [mem 0xdfee0000-0xdfffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.145393] NetLabel: Initializing | |
Jan 1 14:22:36 orilla kernel: [ 0.145396] NetLabel: domain hash size = 128 | |
Jan 1 14:22:36 orilla kernel: [ 0.145398] NetLabel: protocols = UNLABELED CIPSOv4 | |
Jan 1 14:22:36 orilla kernel: [ 0.145414] NetLabel: unlabeled traffic allowed by default | |
Jan 1 14:22:36 orilla kernel: [ 0.145436] HPET: 4 timers in total, 0 timers will be used for per-cpu timer | |
Jan 1 14:22:36 orilla kernel: [ 0.145436] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0 | |
Jan 1 14:22:36 orilla kernel: [ 0.145436] hpet0: 4 comparators, 64-bit 14.318180 MHz counter | |
Jan 1 14:22:36 orilla kernel: [ 0.146100] Switched to clocksource hpet | |
Jan 1 14:22:36 orilla kernel: [ 0.150749] AppArmor: AppArmor Filesystem Enabled | |
Jan 1 14:22:36 orilla kernel: [ 0.150786] pnp: PnP ACPI init | |
Jan 1 14:22:36 orilla kernel: [ 0.150802] ACPI: bus type PNP registered | |
Jan 1 14:22:36 orilla kernel: [ 0.150980] system 00:00: [io 0x04d0-0x04d1] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.150985] system 00:00: [io 0x0290-0x029f] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.150988] system 00:00: [io 0x0800-0x087f] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.150992] system 00:00: [io 0x0290-0x0294] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.150995] system 00:00: [io 0x0880-0x088f] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.151001] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.151012] pnp 00:01: [dma 4] | |
Jan 1 14:22:36 orilla kernel: [ 0.151032] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.151112] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.151154] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.151182] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.151212] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.151461] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.151652] pnp 00:07: Plug and Play ACPI device, IDs PNP0400 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.151780] system 00:08: [io 0x0400-0x04bf] could not be reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.151785] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.151984] system 00:09: [mem 0xf0000000-0xf3ffffff] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.151989] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.152182] system 00:0a: [mem 0x000d6000-0x000d7fff] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152187] system 00:0a: [mem 0x000f0000-0x000f7fff] could not be reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152191] system 00:0a: [mem 0x000f8000-0x000fbfff] could not be reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152194] system 00:0a: [mem 0x000fc000-0x000fffff] could not be reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152198] system 00:0a: [mem 0xdfee0000-0xdfefffff] could not be reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152201] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152205] system 00:0a: [mem 0x00100000-0xdfedffff] could not be reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152209] system 00:0a: [mem 0xfec00000-0xfec00fff] could not be reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152212] system 00:0a: [mem 0xfed10000-0xfed1dfff] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152216] system 00:0a: [mem 0xfed20000-0xfed8ffff] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152219] system 00:0a: [mem 0xfee00000-0xfee00fff] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152222] system 00:0a: [mem 0xffb00000-0xffb7ffff] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152226] system 00:0a: [mem 0xfff00000-0xffffffff] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152229] system 00:0a: [mem 0x000e0000-0x000effff] has been reserved | |
Jan 1 14:22:36 orilla kernel: [ 0.152233] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.152278] pnp 00:0b: Plug and Play ACPI device, IDs INT0800 (active) | |
Jan 1 14:22:36 orilla kernel: [ 0.152283] pnp: PnP ACPI: found 12 devices | |
Jan 1 14:22:36 orilla kernel: [ 0.152286] ACPI: bus type PNP unregistered | |
Jan 1 14:22:36 orilla kernel: [ 0.160229] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 | |
Jan 1 14:22:36 orilla kernel: [ 0.160233] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 | |
Jan 1 14:22:36 orilla kernel: [ 0.160241] pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 | |
Jan 1 14:22:36 orilla kernel: [ 0.160250] pci 0000:00:1c.4: bridge window [mem 0x00100000-0x001fffff pref] to [bus 04] add_size 200000 | |
Jan 1 14:22:36 orilla kernel: [ 0.160260] pci 0000:00:1f.0: BAR 13: [io 0x0400-0x047f] has bogus alignment | |
Jan 1 14:22:36 orilla kernel: [ 0.160265] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000 | |
Jan 1 14:22:36 orilla kernel: [ 0.160268] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 | |
Jan 1 14:22:36 orilla kernel: [ 0.160270] pci 0000:00:1c.3: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000 | |
Jan 1 14:22:36 orilla kernel: [ 0.160272] pci 0000:00:1c.4: res[15]=[mem 0x00100000-0x001fffff pref] get_res_add_size add_size 200000 | |
Jan 1 14:22:36 orilla kernel: [ 0.160278] pci 0000:00:1c.0: BAR 14: assigned [mem 0xf9200000-0xf93fffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160282] pci 0000:00:1c.0: BAR 15: assigned [mem 0xf9400000-0xf95fffff 64bit pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160287] pci 0000:00:1c.3: BAR 15: assigned [mem 0xf9600000-0xf97fffff 64bit pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160292] pci 0000:00:1c.4: BAR 15: assigned [mem 0xf9800000-0xf9afffff pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160297] pci 0000:01:00.0: BAR 6: assigned [mem 0xf6000000-0xf601ffff pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160301] pci 0000:00:01.0: PCI bridge to [bus 01] | |
Jan 1 14:22:36 orilla kernel: [ 0.160305] pci 0000:00:01.0: bridge window [io 0xb000-0xbfff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160309] pci 0000:00:01.0: bridge window [mem 0xf4000000-0xf6ffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160313] pci 0000:00:01.0: bridge window [mem 0xe0000000-0xefffffff 64bit pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160319] pci 0000:00:1c.0: PCI bridge to [bus 02] | |
Jan 1 14:22:36 orilla kernel: [ 0.160322] pci 0000:00:1c.0: bridge window [io 0xa000-0xafff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160328] pci 0000:00:1c.0: bridge window [mem 0xf9200000-0xf93fffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160333] pci 0000:00:1c.0: bridge window [mem 0xf9400000-0xf95fffff 64bit pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160340] pci 0000:00:1c.3: PCI bridge to [bus 03] | |
Jan 1 14:22:36 orilla kernel: [ 0.160343] pci 0000:00:1c.3: bridge window [io 0xc000-0xcfff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160349] pci 0000:00:1c.3: bridge window [mem 0xf9000000-0xf90fffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160354] pci 0000:00:1c.3: bridge window [mem 0xf9600000-0xf97fffff 64bit pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160361] pci 0000:04:00.0: BAR 6: assigned [mem 0xf9800000-0xf981ffff pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160365] pci 0000:00:1c.4: PCI bridge to [bus 04] | |
Jan 1 14:22:36 orilla kernel: [ 0.160368] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160374] pci 0000:00:1c.4: bridge window [mem 0xf7000000-0xf8ffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160378] pci 0000:00:1c.4: bridge window [mem 0xf9800000-0xf9afffff pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160385] pci 0000:00:1e.0: PCI bridge to [bus 05] | |
Jan 1 14:22:36 orilla kernel: [ 0.160389] pci 0000:00:1e.0: bridge window [io 0x9000-0x9fff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160400] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] | |
Jan 1 14:22:36 orilla kernel: [ 0.160402] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160404] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160406] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160409] pci_bus 0000:00: resource 8 [mem 0xdff00000-0xfebfffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160411] pci_bus 0000:01: resource 0 [io 0xb000-0xbfff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160413] pci_bus 0000:01: resource 1 [mem 0xf4000000-0xf6ffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160415] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xefffffff 64bit pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160417] pci_bus 0000:02: resource 0 [io 0xa000-0xafff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160419] pci_bus 0000:02: resource 1 [mem 0xf9200000-0xf93fffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160422] pci_bus 0000:02: resource 2 [mem 0xf9400000-0xf95fffff 64bit pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160424] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160426] pci_bus 0000:03: resource 1 [mem 0xf9000000-0xf90fffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160428] pci_bus 0000:03: resource 2 [mem 0xf9600000-0xf97fffff 64bit pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160430] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160432] pci_bus 0000:04: resource 1 [mem 0xf7000000-0xf8ffffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160434] pci_bus 0000:04: resource 2 [mem 0xf9800000-0xf9afffff pref] | |
Jan 1 14:22:36 orilla kernel: [ 0.160436] pci_bus 0000:05: resource 0 [io 0x9000-0x9fff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160438] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7] | |
Jan 1 14:22:36 orilla kernel: [ 0.160440] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160442] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160445] pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000dffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160447] pci_bus 0000:05: resource 8 [mem 0xdff00000-0xfebfffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.160480] NET: Registered protocol family 2 | |
Jan 1 14:22:36 orilla kernel: [ 0.160711] TCP established hash table entries: 65536 (order: 7, 524288 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.160964] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.161274] TCP: Hash tables configured (established 65536 bind 65536) | |
Jan 1 14:22:36 orilla kernel: [ 0.161314] TCP: reno registered | |
Jan 1 14:22:36 orilla kernel: [ 0.161329] UDP hash table entries: 4096 (order: 5, 131072 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.161384] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.161502] NET: Registered protocol family 1 | |
Jan 1 14:22:36 orilla kernel: [ 0.162450] pci 0000:01:00.0: Video device with shadowed ROM | |
Jan 1 14:22:36 orilla kernel: [ 0.162461] PCI: CLS 32 bytes, default 64 | |
Jan 1 14:22:36 orilla kernel: [ 0.162546] Trying to unpack rootfs image as initramfs... | |
Jan 1 14:22:36 orilla kernel: [ 0.616480] Freeing initrd memory: 24680K (ffff880034fbc000 - ffff8800367d6000) | |
Jan 1 14:22:36 orilla kernel: [ 0.616494] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) | |
Jan 1 14:22:36 orilla kernel: [ 0.616498] software IO TLB [mem 0xdbee0000-0xdfee0000] (64MB) mapped at [ffff8800dbee0000-ffff8800dfedffff] | |
Jan 1 14:22:36 orilla kernel: [ 0.616857] microcode: CPU0 sig=0x6f7, pf=0x10, revision=0x68 | |
Jan 1 14:22:36 orilla kernel: [ 0.616877] microcode: CPU1 sig=0x6f7, pf=0x10, revision=0x68 | |
Jan 1 14:22:36 orilla kernel: [ 0.616904] microcode: CPU2 sig=0x6f7, pf=0x10, revision=0x68 | |
Jan 1 14:22:36 orilla kernel: [ 0.616924] microcode: CPU3 sig=0x6f7, pf=0x10, revision=0x68 | |
Jan 1 14:22:36 orilla kernel: [ 0.617008] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba | |
Jan 1 14:22:36 orilla kernel: [ 0.617013] Scanning for low memory corruption every 60 seconds | |
Jan 1 14:22:36 orilla kernel: [ 0.617256] Initialise system trusted keyring | |
Jan 1 14:22:36 orilla kernel: [ 0.617315] audit: initializing netlink socket (disabled) | |
Jan 1 14:22:36 orilla kernel: [ 0.617332] type=2000 audit(1420143662.616:1): initialized | |
Jan 1 14:22:36 orilla kernel: [ 0.647628] HugeTLB registered 2 MB page size, pre-allocated 0 pages | |
Jan 1 14:22:36 orilla kernel: [ 0.649146] zbud: loaded | |
Jan 1 14:22:36 orilla kernel: [ 0.649334] VFS: Disk quotas dquot_6.5.2 | |
Jan 1 14:22:36 orilla kernel: [ 0.649380] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) | |
Jan 1 14:22:36 orilla kernel: [ 0.649941] fuse init (API version 7.22) | |
Jan 1 14:22:36 orilla kernel: [ 0.650021] msgmni has been set to 15962 | |
Jan 1 14:22:36 orilla kernel: [ 0.650080] Key type big_key registered | |
Jan 1 14:22:36 orilla kernel: [ 0.650960] Key type asymmetric registered | |
Jan 1 14:22:36 orilla kernel: [ 0.650963] Asymmetric key parser 'x509' registered | |
Jan 1 14:22:36 orilla kernel: [ 0.651013] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) | |
Jan 1 14:22:36 orilla kernel: [ 0.651113] io scheduler noop registered | |
Jan 1 14:22:36 orilla kernel: [ 0.651118] io scheduler deadline registered (default) | |
Jan 1 14:22:36 orilla kernel: [ 0.651159] io scheduler cfq registered | |
Jan 1 14:22:36 orilla kernel: [ 0.651350] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X | |
Jan 1 14:22:36 orilla kernel: [ 0.651459] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X | |
Jan 1 14:22:36 orilla kernel: [ 0.651573] pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X | |
Jan 1 14:22:36 orilla kernel: [ 0.651690] pcieport 0000:00:1c.4: irq 43 for MSI/MSI-X | |
Jan 1 14:22:36 orilla kernel: [ 0.651760] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 | |
Jan 1 14:22:36 orilla kernel: [ 0.651777] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 | |
Jan 1 14:22:36 orilla kernel: [ 0.651825] vesafb: mode is 1280x1024x32, linelength=5120, pages=0 | |
Jan 1 14:22:36 orilla kernel: [ 0.651827] vesafb: scrolling: redraw | |
Jan 1 14:22:36 orilla kernel: [ 0.651830] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 | |
Jan 1 14:22:36 orilla kernel: [ 0.652251] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004e80000, using 5120k, total 5120k | |
Jan 1 14:22:36 orilla kernel: [ 0.691976] Console: switching to colour frame buffer device 160x64 | |
Jan 1 14:22:36 orilla kernel: [ 0.731900] fb0: VESA VGA frame buffer device | |
Jan 1 14:22:36 orilla kernel: [ 0.732123] intel_idle: does not run on family 6 model 15 | |
Jan 1 14:22:36 orilla kernel: [ 0.732131] ipmi message handler version 39.2 | |
Jan 1 14:22:36 orilla kernel: [ 0.732403] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0 | |
Jan 1 14:22:36 orilla kernel: [ 0.732774] ACPI: Power Button [PWRB] | |
Jan 1 14:22:36 orilla kernel: [ 0.732983] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 | |
Jan 1 14:22:36 orilla kernel: [ 0.733316] ACPI: Power Button [PWRF] | |
Jan 1 14:22:36 orilla kernel: [ 0.733776] GHES: HEST is not enabled! | |
Jan 1 14:22:36 orilla kernel: [ 0.734057] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled | |
Jan 1 14:22:36 orilla kernel: [ 0.754693] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A | |
Jan 1 14:22:36 orilla kernel: [ 0.756472] Linux agpgart interface v0.103 | |
Jan 1 14:22:36 orilla kernel: [ 0.758144] brd: module loaded | |
Jan 1 14:22:36 orilla kernel: [ 0.759029] loop: module loaded | |
Jan 1 14:22:36 orilla kernel: [ 0.759579] libphy: Fixed MDIO Bus: probed | |
Jan 1 14:22:36 orilla kernel: [ 0.759860] tun: Universal TUN/TAP device driver, 1.6 | |
Jan 1 14:22:36 orilla kernel: [ 0.760097] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com> | |
Jan 1 14:22:36 orilla kernel: [ 0.760412] PPP generic driver version 2.4.2 | |
Jan 1 14:22:36 orilla kernel: [ 0.760643] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver | |
Jan 1 14:22:36 orilla kernel: [ 0.760940] ehci-pci: EHCI PCI platform driver | |
Jan 1 14:22:36 orilla kernel: [ 0.761233] ehci-pci 0000:00:1a.7: EHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 0.761474] ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 1 | |
Jan 1 14:22:36 orilla kernel: [ 0.765706] ehci-pci 0000:00:1a.7: cache line size of 32 is not supported | |
Jan 1 14:22:36 orilla kernel: [ 0.765725] ehci-pci 0000:00:1a.7: irq 18, io mem 0xf9104000 | |
Jan 1 14:22:36 orilla kernel: [ 0.776037] ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00 | |
Jan 1 14:22:36 orilla kernel: [ 0.776370] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 | |
Jan 1 14:22:36 orilla kernel: [ 0.776676] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:22:36 orilla kernel: [ 0.777000] usb usb1: Product: EHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 0.777220] usb usb1: Manufacturer: Linux 3.13.0-43-generic ehci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 0.777505] usb usb1: SerialNumber: 0000:00:1a.7 | |
Jan 1 14:22:36 orilla kernel: [ 0.777809] hub 1-0:1.0: USB hub found | |
Jan 1 14:22:36 orilla kernel: [ 0.777985] hub 1-0:1.0: 6 ports detected | |
Jan 1 14:22:36 orilla kernel: [ 0.778370] ehci-pci 0000:00:1d.7: EHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 0.778610] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 2 | |
Jan 1 14:22:36 orilla kernel: [ 0.782858] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported | |
Jan 1 14:22:36 orilla kernel: [ 0.782871] ehci-pci 0000:00:1d.7: irq 23, io mem 0xf9105000 | |
Jan 1 14:22:36 orilla kernel: [ 0.792037] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00 | |
Jan 1 14:22:36 orilla kernel: [ 0.792366] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 | |
Jan 1 14:22:36 orilla kernel: [ 0.792672] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:22:36 orilla kernel: [ 0.792996] usb usb2: Product: EHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 0.793216] usb usb2: Manufacturer: Linux 3.13.0-43-generic ehci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 0.793501] usb usb2: SerialNumber: 0000:00:1d.7 | |
Jan 1 14:22:36 orilla kernel: [ 0.793794] hub 2-0:1.0: USB hub found | |
Jan 1 14:22:36 orilla kernel: [ 0.805835] hub 2-0:1.0: 6 ports detected | |
Jan 1 14:22:36 orilla kernel: [ 0.817919] ehci-platform: EHCI generic platform driver | |
Jan 1 14:22:36 orilla kernel: [ 0.829930] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver | |
Jan 1 14:22:36 orilla kernel: [ 0.841959] ohci-pci: OHCI PCI platform driver | |
Jan 1 14:22:36 orilla kernel: [ 0.853909] ohci-platform: OHCI generic platform driver | |
Jan 1 14:22:36 orilla kernel: [ 0.865911] uhci_hcd: USB Universal Host Controller Interface driver | |
Jan 1 14:22:36 orilla kernel: [ 0.878083] uhci_hcd 0000:00:1a.0: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 0.890080] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3 | |
Jan 1 14:22:36 orilla kernel: [ 0.902244] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000e100 | |
Jan 1 14:22:36 orilla kernel: [ 0.914408] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:22:36 orilla kernel: [ 0.926744] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:22:36 orilla kernel: [ 0.939139] usb usb3: Product: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 0.951430] usb usb3: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 0.963712] usb usb3: SerialNumber: 0000:00:1a.0 | |
Jan 1 14:22:36 orilla kernel: [ 0.976096] hub 3-0:1.0: USB hub found | |
Jan 1 14:22:36 orilla kernel: [ 0.988423] hub 3-0:1.0: 2 ports detected | |
Jan 1 14:22:36 orilla kernel: [ 1.000889] uhci_hcd 0000:00:1a.1: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 1.013142] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4 | |
Jan 1 14:22:36 orilla kernel: [ 1.025471] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000e200 | |
Jan 1 14:22:36 orilla kernel: [ 1.037710] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:22:36 orilla kernel: [ 1.050006] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:22:36 orilla kernel: [ 1.062376] usb usb4: Product: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 1.074609] usb usb4: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 1.086811] usb usb4: SerialNumber: 0000:00:1a.1 | |
Jan 1 14:22:36 orilla kernel: [ 1.099133] hub 4-0:1.0: USB hub found | |
Jan 1 14:22:36 orilla kernel: [ 1.111160] hub 4-0:1.0: 2 ports detected | |
Jan 1 14:22:36 orilla kernel: [ 1.123199] uhci_hcd 0000:00:1a.2: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 1.135024] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5 | |
Jan 1 14:22:36 orilla kernel: [ 1.146838] uhci_hcd 0000:00:1a.2: irq 18, io base 0x0000e000 | |
Jan 1 14:22:36 orilla kernel: [ 1.158491] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:22:36 orilla kernel: [ 1.170128] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:22:36 orilla kernel: [ 1.181861] usb usb5: Product: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 1.193507] usb usb5: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 1.205146] usb usb5: SerialNumber: 0000:00:1a.2 | |
Jan 1 14:22:36 orilla kernel: [ 1.216759] hub 5-0:1.0: USB hub found | |
Jan 1 14:22:36 orilla kernel: [ 1.228338] hub 5-0:1.0: 2 ports detected | |
Jan 1 14:22:36 orilla kernel: [ 1.240043] uhci_hcd 0000:00:1d.0: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 1.251646] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6 | |
Jan 1 14:22:36 orilla kernel: [ 1.263371] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000e300 | |
Jan 1 14:22:36 orilla kernel: [ 1.275009] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:22:36 orilla kernel: [ 1.286685] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:22:36 orilla kernel: [ 1.298396] usb usb6: Product: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 1.309972] usb usb6: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 1.321684] usb usb6: SerialNumber: 0000:00:1d.0 | |
Jan 1 14:22:36 orilla kernel: [ 1.333487] hub 6-0:1.0: USB hub found | |
Jan 1 14:22:36 orilla kernel: [ 1.345099] hub 6-0:1.0: 2 ports detected | |
Jan 1 14:22:36 orilla kernel: [ 1.356763] uhci_hcd 0000:00:1d.1: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 1.368316] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7 | |
Jan 1 14:22:36 orilla kernel: [ 1.379963] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000e400 | |
Jan 1 14:22:36 orilla kernel: [ 1.391500] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:22:36 orilla kernel: [ 1.403187] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:22:36 orilla kernel: [ 1.414836] usb usb7: Product: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 1.426472] usb usb7: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 1.438337] usb usb7: SerialNumber: 0000:00:1d.1 | |
Jan 1 14:22:36 orilla kernel: [ 1.450174] hub 7-0:1.0: USB hub found | |
Jan 1 14:22:36 orilla kernel: [ 1.461889] hub 7-0:1.0: 2 ports detected | |
Jan 1 14:22:36 orilla kernel: [ 1.473679] uhci_hcd 0000:00:1d.2: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 1.485419] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8 | |
Jan 1 14:22:36 orilla kernel: [ 1.497226] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000e500 | |
Jan 1 14:22:36 orilla kernel: [ 1.508956] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001 | |
Jan 1 14:22:36 orilla kernel: [ 1.520717] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1 | |
Jan 1 14:22:36 orilla kernel: [ 1.532522] usb usb8: Product: UHCI Host Controller | |
Jan 1 14:22:36 orilla kernel: [ 1.544257] usb usb8: Manufacturer: Linux 3.13.0-43-generic uhci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 1.556108] usb usb8: SerialNumber: 0000:00:1d.2 | |
Jan 1 14:22:36 orilla kernel: [ 1.568141] hub 8-0:1.0: USB hub found | |
Jan 1 14:22:36 orilla kernel: [ 1.579967] hub 8-0:1.0: 2 ports detected | |
Jan 1 14:22:36 orilla kernel: [ 1.591776] i8042: PNP: No PS/2 controller found. Probing ports directly. | |
Jan 1 14:22:36 orilla kernel: [ 1.603977] serio: i8042 KBD port at 0x60,0x64 irq 1 | |
Jan 1 14:22:36 orilla kernel: [ 1.615845] serio: i8042 AUX port at 0x60,0x64 irq 12 | |
Jan 1 14:22:36 orilla kernel: [ 1.627592] tsc: Refined TSC clocksource calibration: 2399.999 MHz | |
Jan 1 14:22:36 orilla kernel: [ 1.639435] mousedev: PS/2 mouse device common for all mice | |
Jan 1 14:22:36 orilla kernel: [ 1.651415] rtc_cmos 00:03: RTC can wake from S4 | |
Jan 1 14:22:36 orilla kernel: [ 1.663286] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0 | |
Jan 1 14:22:36 orilla kernel: [ 1.672069] usb 4-1: new low-speed USB device number 2 using uhci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 1.686902] rtc_cmos 00:03: alarms up to one month, 242 bytes nvram, hpet irqs | |
Jan 1 14:22:36 orilla kernel: [ 1.698859] device-mapper: uevent: version 1.0.3 | |
Jan 1 14:22:36 orilla kernel: [ 1.710761] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@redhat.com | |
Jan 1 14:22:36 orilla kernel: [ 1.722849] ledtrig-cpu: registered to indicate activity on CPUs | |
Jan 1 14:22:36 orilla kernel: [ 1.735100] TCP: cubic registered | |
Jan 1 14:22:36 orilla kernel: [ 1.747305] NET: Registered protocol family 10 | |
Jan 1 14:22:36 orilla kernel: [ 1.759579] NET: Registered protocol family 17 | |
Jan 1 14:22:36 orilla kernel: [ 1.771539] Key type dns_resolver registered | |
Jan 1 14:22:36 orilla kernel: [ 1.783737] Loading compiled-in X.509 certificates | |
Jan 1 14:22:36 orilla kernel: [ 1.796772] Loaded X.509 cert 'Magrathea: Glacier signing key: 55ab2fe28ed5c60df9587150d1734c920ea7b818' | |
Jan 1 14:22:36 orilla kernel: [ 1.809012] registered taskstats version 1 | |
Jan 1 14:22:36 orilla kernel: [ 1.823729] Key type trusted registered | |
Jan 1 14:22:36 orilla kernel: [ 1.838014] Key type encrypted registered | |
Jan 1 14:22:36 orilla kernel: [ 1.852184] AppArmor: AppArmor sha1 policy hashing enabled | |
Jan 1 14:22:36 orilla kernel: [ 1.864360] IMA: No TPM chip found, activating TPM-bypass! | |
Jan 1 14:22:36 orilla kernel: [ 1.865710] usb 4-1: New USB device found, idVendor=045e, idProduct=0040 | |
Jan 1 14:22:36 orilla kernel: [ 1.865712] usb 4-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0 | |
Jan 1 14:22:36 orilla kernel: [ 1.865714] usb 4-1: Product: Microsoft 3-Button Mouse with IntelliEye(TM) | |
Jan 1 14:22:36 orilla kernel: [ 1.865715] usb 4-1: Manufacturer: Microsoft | |
Jan 1 14:22:36 orilla kernel: [ 1.926009] regulator-dummy: disabling | |
Jan 1 14:22:36 orilla kernel: [ 1.938194] Magic number: 15:985:395 | |
Jan 1 14:22:36 orilla kernel: [ 1.950335] rtc_cmos 00:03: setting system clock to 2015-01-01 20:21:04 UTC (1420143664) | |
Jan 1 14:22:36 orilla kernel: [ 1.963002] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found | |
Jan 1 14:22:36 orilla kernel: [ 1.975313] EDD information not available. | |
Jan 1 14:22:36 orilla kernel: [ 1.980031] usb 4-2: new full-speed USB device number 3 using uhci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 2.000210] PM: Hibernation image not present or could not be loaded. | |
Jan 1 14:22:36 orilla kernel: [ 2.001781] Freeing unused kernel memory: 1336K (ffffffff81d20000 - ffffffff81e6e000) | |
Jan 1 14:22:36 orilla kernel: [ 2.014500] Write protecting the kernel read-only data: 12288k | |
Jan 1 14:22:36 orilla kernel: [ 2.029832] Freeing unused kernel memory: 796K (ffff880001739000 - ffff880001800000) | |
Jan 1 14:22:36 orilla kernel: [ 2.044873] Freeing unused kernel memory: 688K (ffff880001b54000 - ffff880001c00000) | |
Jan 1 14:22:36 orilla kernel: [ 2.086007] systemd-udevd[117]: starting version 204 | |
Jan 1 14:22:36 orilla kernel: [ 2.125383] [drm] Initialized drm 1.1.0 20060810 | |
Jan 1 14:22:36 orilla kernel: [ 2.138237] ahci 0000:00:1f.2: version 3.0 | |
Jan 1 14:22:36 orilla kernel: [ 2.139994] ahci 0000:00:1f.2: irq 44 for MSI/MSI-X | |
Jan 1 14:22:36 orilla kernel: [ 2.140117] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled | |
Jan 1 14:22:36 orilla kernel: [ 2.153200] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 6 ports 3 Gbps 0x3f impl SATA mode | |
Jan 1 14:22:36 orilla kernel: [ 2.153210] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded | |
Jan 1 14:22:36 orilla kernel: [ 2.153224] r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control | |
Jan 1 14:22:36 orilla kernel: [ 2.153536] scsi0 : pata_jmicron | |
Jan 1 14:22:36 orilla kernel: [ 2.153759] r8169 0000:04:00.0: irq 45 for MSI/MSI-X | |
Jan 1 14:22:36 orilla kernel: [ 2.154069] r8169 0000:04:00.0 eth0: RTL8168b/8111b at 0xffffc90004e2a000, 00:1a:4d:4b:cb:81, XID 18000000 IRQ 45 | |
Jan 1 14:22:36 orilla kernel: [ 2.154070] r8169 0000:04:00.0 eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko] | |
Jan 1 14:22:36 orilla kernel: [ 2.237350] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pmp pio slum part ccc ems | |
Jan 1 14:22:36 orilla kernel: [ 2.237741] scsi1 : pata_jmicron | |
Jan 1 14:22:36 orilla kernel: [ 2.237808] ata1: PATA max UDMA/100 cmd 0xc000 ctl 0xc100 bmdma 0xc400 irq 16 | |
Jan 1 14:22:36 orilla kernel: [ 2.237810] ata2: PATA max UDMA/100 cmd 0xc200 ctl 0xc300 bmdma 0xc408 irq 16 | |
Jan 1 14:22:36 orilla kernel: [ 2.297353] wmi: Mapper loaded | |
Jan 1 14:22:36 orilla kernel: [ 2.300714] usb 4-2: New USB device found, idVendor=046d, idProduct=c52b | |
Jan 1 14:22:36 orilla kernel: [ 2.300716] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
Jan 1 14:22:36 orilla kernel: [ 2.300718] usb 4-2: Product: USB Receiver | |
Jan 1 14:22:36 orilla kernel: [ 2.300719] usb 4-2: Manufacturer: Logitech | |
Jan 1 14:22:36 orilla kernel: [ 2.333597] scsi2 : ahci | |
Jan 1 14:22:36 orilla kernel: [ 2.333775] scsi3 : ahci | |
Jan 1 14:22:36 orilla kernel: [ 2.333922] scsi4 : ahci | |
Jan 1 14:22:36 orilla kernel: [ 2.334080] scsi5 : ahci | |
Jan 1 14:22:36 orilla kernel: [ 2.334180] scsi6 : ahci | |
Jan 1 14:22:36 orilla kernel: [ 2.334318] scsi7 : ahci | |
Jan 1 14:22:36 orilla kernel: [ 2.334359] ata3: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106100 irq 44 | |
Jan 1 14:22:36 orilla kernel: [ 2.334361] ata4: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106180 irq 44 | |
Jan 1 14:22:36 orilla kernel: [ 2.334362] ata5: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106200 irq 44 | |
Jan 1 14:22:36 orilla kernel: [ 2.334364] ata6: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106280 irq 44 | |
Jan 1 14:22:36 orilla kernel: [ 2.334365] ata7: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106300 irq 44 | |
Jan 1 14:22:36 orilla kernel: [ 2.334367] ata8: SATA max UDMA/133 abar m2048@0xf9106000 port 0xf9106380 irq 44 | |
Jan 1 14:22:36 orilla kernel: [ 2.348037] ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x3 impl SATA mode | |
Jan 1 14:22:36 orilla kernel: [ 2.348039] ahci 0000:03:00.0: flags: 64bit ncq pm led clo pmp pio slum part | |
Jan 1 14:22:36 orilla kernel: [ 2.348423] scsi8 : ahci | |
Jan 1 14:22:36 orilla kernel: [ 2.348514] scsi9 : ahci | |
Jan 1 14:22:36 orilla kernel: [ 2.348570] ata9: SATA max UDMA/133 abar m8192@0xf9000000 port 0xf9000100 irq 19 | |
Jan 1 14:22:36 orilla kernel: [ 2.348572] ata10: SATA max UDMA/133 abar m8192@0xf9000000 port 0xf9000180 irq 19 | |
Jan 1 14:22:36 orilla kernel: [ 2.424542] ata1.00: ATAPI: TSSTcorpCD/DVDW SH-S162L, TS01, max UDMA/33 | |
Jan 1 14:22:36 orilla kernel: [ 2.464536] ata1.00: configured for UDMA/33 | |
Jan 1 14:22:36 orilla kernel: [ 2.620475] scsi 0:0:0:0: CD-ROM TSSTcorp CD/DVDW SH-S162L TS01 PQ: 0 ANSI: 5 | |
Jan 1 14:22:36 orilla kernel: [ 2.633036] hidraw: raw HID events driver (C) Jiri Kosina | |
Jan 1 14:22:36 orilla kernel: [ 2.649113] checking generic (e0000000 500000) vs hw (e0000000 10000000) | |
Jan 1 14:22:36 orilla kernel: [ 2.649116] fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver | |
Jan 1 14:22:36 orilla kernel: [ 2.661665] Switched to clocksource tsc | |
Jan 1 14:22:36 orilla kernel: [ 2.661675] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray | |
Jan 1 14:22:36 orilla kernel: [ 2.661678] cdrom: Uniform CD-ROM driver Revision: 3.20 | |
Jan 1 14:22:36 orilla kernel: [ 2.661680] Console: switching to colour dummy device 80x25 | |
Jan 1 14:22:36 orilla kernel: [ 2.661885] sr 0:0:0:0: Attached scsi CD-ROM sr0 | |
Jan 1 14:22:36 orilla kernel: [ 2.662070] sr 0:0:0:0: Attached scsi generic sg0 type 5 | |
Jan 1 14:22:36 orilla kernel: [ 2.662251] [drm] hdmi device not found 1 0 1 | |
Jan 1 14:22:36 orilla kernel: [ 2.662360] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x04b100a2 | |
Jan 1 14:22:36 orilla kernel: [ 2.662364] nouveau [ DEVICE][0000:01:00.0] Chipset: G73 (NV4B) | |
Jan 1 14:22:36 orilla kernel: [ 2.662368] nouveau [ DEVICE][0000:01:00.0] Family : NV40 | |
Jan 1 14:22:36 orilla kernel: [ 2.663677] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image... | |
Jan 1 14:22:36 orilla kernel: [ 2.672055] ata9: SATA link down (SStatus 0 SControl 300) | |
Jan 1 14:22:36 orilla kernel: [ 2.672100] ata10: SATA link down (SStatus 0 SControl 300) | |
Jan 1 14:22:36 orilla kernel: [ 2.681751] usbcore: registered new interface driver usbhid | |
Jan 1 14:22:36 orilla kernel: [ 2.681755] usbhid: USB HID core driver | |
Jan 1 14:22:36 orilla kernel: [ 2.685560] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1a.1/usb4/4-1/4-1:1.0/input/input5 | |
Jan 1 14:22:36 orilla kernel: [ 2.685782] hid-generic 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:1a.1-1/input0 | |
Jan 1 14:22:36 orilla kernel: [ 2.687822] logitech-djreceiver 0003:046D:C52B.0004: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.1-2/input2 | |
Jan 1 14:22:36 orilla kernel: [ 2.694148] input: Logitech Unifying Device. Wireless PID:4004 as /devices/pci0000:00/0000:00:1a.1/usb4/4-2/4-2:1.2/0003:046D:C52B.0004/input/input6 | |
Jan 1 14:22:36 orilla kernel: [ 2.694280] logitech-djdevice 0003:046D:C52B.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4004] on usb-0000:00:1a.1-2:1 | |
Jan 1 14:22:36 orilla kernel: [ 2.698193] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid | |
Jan 1 14:22:36 orilla kernel: [ 2.698200] nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN | |
Jan 1 14:22:36 orilla kernel: [ 2.698307] nouveau [ VBIOS][0000:01:00.0] BIT signature found | |
Jan 1 14:22:36 orilla kernel: [ 2.698311] nouveau [ VBIOS][0000:01:00.0] version 05.73.22.39.00 | |
Jan 1 14:22:36 orilla kernel: [ 2.698752] nouveau 0000:01:00.0: irq 46 for MSI/MSI-X | |
Jan 1 14:22:36 orilla kernel: [ 2.698761] nouveau [ PMC][0000:01:00.0] MSI interrupts enabled | |
Jan 1 14:22:36 orilla kernel: [ 2.698788] nouveau [ PFB][0000:01:00.0] RAM type: GDDR3 | |
Jan 1 14:22:36 orilla kernel: [ 2.698791] nouveau [ PFB][0000:01:00.0] RAM size: 256 MiB | |
Jan 1 14:22:36 orilla kernel: [ 2.698794] nouveau [ PFB][0000:01:00.0] ZCOMP: 379904 tags | |
Jan 1 14:22:36 orilla kernel: [ 2.729213] nouveau [ PTHERM][0000:01:00.0] FAN control: PWM | |
Jan 1 14:22:36 orilla kernel: [ 2.729224] nouveau [ PTHERM][0000:01:00.0] fan management: automatic | |
Jan 1 14:22:36 orilla kernel: [ 2.729243] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes | |
Jan 1 14:22:36 orilla kernel: [ 2.749099] nouveau [ CLK][0000:01:00.0] 20: core 560 MHz shader 560 MHz memory 700 MHz | |
Jan 1 14:22:36 orilla kernel: [ 2.749104] nouveau [ CLK][0000:01:00.0] 21: core 560 MHz shader 560 MHz memory 700 MHz | |
Jan 1 14:22:36 orilla kernel: [ 2.749114] nouveau [ CLK][0000:01:00.0] --: core 558 MHz shader 558 MHz memory 702 MHz | |
Jan 1 14:22:36 orilla kernel: [ 2.749245] [TTM] Zone kernel: Available graphics memory: 4087838 kiB | |
Jan 1 14:22:36 orilla kernel: [ 2.749248] [TTM] Zone dma32: Available graphics memory: 2097152 kiB | |
Jan 1 14:22:36 orilla kernel: [ 2.749251] [TTM] Initializing pool allocator | |
Jan 1 14:22:36 orilla kernel: [ 2.749256] [TTM] Initializing DMA pool allocator | |
Jan 1 14:22:36 orilla kernel: [ 2.749266] nouveau [ DRM] VRAM: 251 MiB | |
Jan 1 14:22:36 orilla kernel: [ 2.749269] nouveau [ DRM] GART: 512 MiB | |
Jan 1 14:22:36 orilla kernel: [ 2.749273] nouveau [ DRM] TMDS table version 1.1 | |
Jan 1 14:22:36 orilla kernel: [ 2.749276] nouveau W[ DRM] TMDS table script pointers not stubbed | |
Jan 1 14:22:36 orilla kernel: [ 2.749279] nouveau [ DRM] DCB version 3.0 | |
Jan 1 14:22:36 orilla kernel: [ 2.749282] nouveau [ DRM] DCB outp 00: 01000300 00000028 | |
Jan 1 14:22:36 orilla kernel: [ 2.749286] nouveau [ DRM] DCB outp 01: 03000302 00000000 | |
Jan 1 14:22:36 orilla kernel: [ 2.749289] nouveau [ DRM] DCB outp 02: 04011310 00000028 | |
Jan 1 14:22:36 orilla kernel: [ 2.749291] nouveau [ DRM] DCB outp 03: 04011312 00000000 | |
Jan 1 14:22:36 orilla kernel: [ 2.749294] nouveau [ DRM] DCB outp 04: 020223f1 00c0c080 | |
Jan 1 14:22:36 orilla kernel: [ 2.749297] nouveau [ DRM] DCB conn 00: 1030 | |
Jan 1 14:22:36 orilla kernel: [ 2.749301] nouveau [ DRM] DCB conn 01: 2130 | |
Jan 1 14:22:36 orilla kernel: [ 2.749304] nouveau [ DRM] DCB conn 02: 0210 | |
Jan 1 14:22:36 orilla kernel: [ 2.749306] nouveau [ DRM] DCB conn 03: 0211 | |
Jan 1 14:22:36 orilla kernel: [ 2.749309] nouveau [ DRM] DCB conn 04: 0213 | |
Jan 1 14:22:36 orilla kernel: [ 2.750604] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). | |
Jan 1 14:22:36 orilla kernel: [ 2.750607] [drm] No driver support for vblank timestamp query. | |
Jan 1 14:22:36 orilla kernel: [ 2.750665] nouveau [ DRM] 0xC2C1: Parsing digital output script table | |
Jan 1 14:22:36 orilla kernel: [ 2.800273] nouveau [ DRM] 0xC311: Parsing digital output script table | |
Jan 1 14:22:36 orilla kernel: [ 2.824020] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Jan 1 14:22:36 orilla kernel: [ 2.824640] ata3.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 | |
Jan 1 14:22:36 orilla kernel: [ 2.824645] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA | |
Jan 1 14:22:36 orilla kernel: [ 2.827910] ata3.00: configured for UDMA/133 | |
Jan 1 14:22:36 orilla kernel: [ 2.828064] scsi 2:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 | |
Jan 1 14:22:36 orilla kernel: [ 2.828222] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) | |
Jan 1 14:22:36 orilla kernel: [ 2.828231] sd 2:0:0:0: [sda] 4096-byte physical blocks | |
Jan 1 14:22:36 orilla kernel: [ 2.828245] sd 2:0:0:0: Attached scsi generic sg1 type 0 | |
Jan 1 14:22:36 orilla kernel: [ 2.828280] sd 2:0:0:0: [sda] Write Protect is off | |
Jan 1 14:22:36 orilla kernel: [ 2.828288] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00 | |
Jan 1 14:22:36 orilla kernel: [ 2.828317] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Jan 1 14:22:36 orilla kernel: [ 2.852133] nouveau [ DRM] MM: using M2MF for buffer copies | |
Jan 1 14:22:36 orilla kernel: [ 2.852144] nouveau [ DRM] Setting dpms mode 3 on TV encoder (output 4) | |
Jan 1 14:22:36 orilla kernel: [ 2.873616] sda: sda1 sda2 < sda5 sda6 sda7 > | |
Jan 1 14:22:36 orilla kernel: [ 2.873966] sd 2:0:0:0: [sda] Attached SCSI disk | |
Jan 1 14:22:36 orilla kernel: [ 2.936889] nouveau [ DRM] allocated 1920x1200 fb: 0x9000, bo ffff88003616e800 | |
Jan 1 14:22:36 orilla kernel: [ 2.936994] fbcon: nouveaufb (fb0) is primary device | |
Jan 1 14:22:36 orilla kernel: [ 2.957177] Console: switching to colour frame buffer device 240x75 | |
Jan 1 14:22:36 orilla kernel: [ 2.958171] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device | |
Jan 1 14:22:36 orilla kernel: [ 2.958177] nouveau 0000:01:00.0: registered panic notifier | |
Jan 1 14:22:36 orilla kernel: [ 2.958185] [drm] Initialized nouveau 1.1.2 20120801 for 0000:01:00.0 on minor 0 | |
Jan 1 14:22:36 orilla kernel: [ 3.000806] md: bind<sda5> | |
Jan 1 14:22:36 orilla kernel: [ 3.057661] md: bind<sda1> | |
Jan 1 14:22:36 orilla kernel: [ 3.060454] md: bind<sda6> | |
Jan 1 14:22:36 orilla kernel: [ 3.320140] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Jan 1 14:22:36 orilla kernel: [ 3.320740] ata4.00: ATA-8: ST2000DM001-1CH164, CC24, max UDMA/133 | |
Jan 1 14:22:36 orilla kernel: [ 3.320758] ata4.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA | |
Jan 1 14:22:36 orilla kernel: [ 3.321389] ata4.00: configured for UDMA/133 | |
Jan 1 14:22:36 orilla kernel: [ 3.321541] scsi 3:0:0:0: Direct-Access ATA ST2000DM001-1CH1 CC24 PQ: 0 ANSI: 5 | |
Jan 1 14:22:36 orilla kernel: [ 3.321793] sd 3:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB) | |
Jan 1 14:22:36 orilla kernel: [ 3.321802] sd 3:0:0:0: [sdb] 4096-byte physical blocks | |
Jan 1 14:22:36 orilla kernel: [ 3.321847] sd 3:0:0:0: Attached scsi generic sg2 type 0 | |
Jan 1 14:22:36 orilla kernel: [ 3.321874] sd 3:0:0:0: [sdb] Write Protect is off | |
Jan 1 14:22:36 orilla kernel: [ 3.321884] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00 | |
Jan 1 14:22:36 orilla kernel: [ 3.321911] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Jan 1 14:22:36 orilla kernel: [ 3.382805] sdb: sdb1 sdb2 < sdb5 sdb6 sdb7 > | |
Jan 1 14:22:36 orilla kernel: [ 3.383233] sd 3:0:0:0: [sdb] Attached SCSI disk | |
Jan 1 14:22:36 orilla kernel: [ 3.498219] md: bind<sdb5> | |
Jan 1 14:22:36 orilla kernel: [ 3.502478] md: raid1 personality registered for level 1 | |
Jan 1 14:22:36 orilla kernel: [ 3.502770] md/raid1:md1: active with 2 out of 2 mirrors | |
Jan 1 14:22:36 orilla kernel: [ 3.502837] md1: detected capacity change from 0 to 79931768832 | |
Jan 1 14:22:36 orilla kernel: [ 3.508514] md1: unknown partition table | |
Jan 1 14:22:36 orilla kernel: [ 3.536771] md: bind<sdb1> | |
Jan 1 14:22:36 orilla kernel: [ 3.541014] md/raid1:md0: active with 2 out of 2 mirrors | |
Jan 1 14:22:36 orilla kernel: [ 3.541056] md0: detected capacity change from 0 to 254607360 | |
Jan 1 14:22:36 orilla kernel: [ 3.543198] md0: unknown partition table | |
Jan 1 14:22:36 orilla kernel: [ 3.573158] md: bind<sdb6> | |
Jan 1 14:22:36 orilla kernel: [ 3.574778] md/raid1:md2: active with 2 out of 2 mirrors | |
Jan 1 14:22:36 orilla kernel: [ 3.574810] md2: detected capacity change from 0 to 19981533184 | |
Jan 1 14:22:36 orilla kernel: [ 3.585518] md2: unknown partition table | |
Jan 1 14:22:36 orilla kernel: [ 3.812125] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Jan 1 14:22:36 orilla kernel: [ 3.818777] ata5.00: ATA-8: WDC WD30EZRS-00J99B0, 80.00A80, max UDMA/133 | |
Jan 1 14:22:36 orilla kernel: [ 3.818791] ata5.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA | |
Jan 1 14:22:36 orilla kernel: [ 3.824747] ata5.00: configured for UDMA/133 | |
Jan 1 14:22:36 orilla kernel: [ 3.824891] scsi 4:0:0:0: Direct-Access ATA WDC WD30EZRS-00J 80.0 PQ: 0 ANSI: 5 | |
Jan 1 14:22:36 orilla kernel: [ 3.825116] sd 4:0:0:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB) | |
Jan 1 14:22:36 orilla kernel: [ 3.825128] sd 4:0:0:0: [sdc] 4096-byte physical blocks | |
Jan 1 14:22:36 orilla kernel: [ 3.825187] sd 4:0:0:0: Attached scsi generic sg3 type 0 | |
Jan 1 14:22:36 orilla kernel: [ 3.825201] sd 4:0:0:0: [sdc] Write Protect is off | |
Jan 1 14:22:36 orilla kernel: [ 3.825209] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 | |
Jan 1 14:22:36 orilla kernel: [ 3.825239] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Jan 1 14:22:36 orilla kernel: [ 3.840080] sdc: unknown partition table | |
Jan 1 14:22:36 orilla kernel: [ 3.840295] sd 4:0:0:0: [sdc] Attached SCSI disk | |
Jan 1 14:22:36 orilla kernel: [ 4.174598] random: nonblocking pool is initialized | |
Jan 1 14:22:36 orilla kernel: [ 4.324222] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) | |
Jan 1 14:22:36 orilla kernel: [ 4.329810] ata6.00: ATA-8: WDC WD30EZRX-00MMMB0, 80.00A80, max UDMA/133 | |
Jan 1 14:22:36 orilla kernel: [ 4.329825] ata6.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA | |
Jan 1 14:22:36 orilla kernel: [ 4.335852] ata6.00: configured for UDMA/133 | |
Jan 1 14:22:36 orilla kernel: [ 4.336029] scsi 5:0:0:0: Direct-Access ATA WDC WD30EZRX-00M 80.0 PQ: 0 ANSI: 5 | |
Jan 1 14:22:36 orilla kernel: [ 4.336605] sd 5:0:0:0: [sdd] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB) | |
Jan 1 14:22:36 orilla kernel: [ 4.337008] sd 5:0:0:0: [sdd] 4096-byte physical blocks | |
Jan 1 14:22:36 orilla kernel: [ 4.337423] sd 5:0:0:0: Attached scsi generic sg4 type 0 | |
Jan 1 14:22:36 orilla kernel: [ 4.337454] sd 5:0:0:0: [sdd] Write Protect is off | |
Jan 1 14:22:36 orilla kernel: [ 4.337456] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00 | |
Jan 1 14:22:36 orilla kernel: [ 4.337475] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA | |
Jan 1 14:22:36 orilla kernel: [ 4.357345] sdd: unknown partition table | |
Jan 1 14:22:36 orilla kernel: [ 4.358027] sd 5:0:0:0: [sdd] Attached SCSI disk | |
Jan 1 14:22:36 orilla kernel: [ 4.656039] ata7: SATA link down (SStatus 0 SControl 300) | |
Jan 1 14:22:36 orilla kernel: [ 4.976036] ata8: SATA link down (SStatus 0 SControl 300) | |
Jan 1 14:22:36 orilla kernel: [ 5.120104] md: linear personality registered for level -1 | |
Jan 1 14:22:36 orilla kernel: [ 5.123011] md: multipath personality registered for level -4 | |
Jan 1 14:22:36 orilla kernel: [ 5.125950] md: raid0 personality registered for level 0 | |
Jan 1 14:22:36 orilla kernel: [ 5.196016] raid6: sse2x1 3996 MB/s | |
Jan 1 14:22:36 orilla kernel: [ 5.264005] raid6: sse2x2 5853 MB/s | |
Jan 1 14:22:36 orilla kernel: [ 5.332010] raid6: sse2x4 7190 MB/s | |
Jan 1 14:22:36 orilla kernel: [ 5.332014] raid6: using algorithm sse2x4 (7190 MB/s) | |
Jan 1 14:22:36 orilla kernel: [ 5.332018] raid6: using ssse3x2 recovery algorithm | |
Jan 1 14:22:36 orilla kernel: [ 5.333401] xor: measuring software checksum speed | |
Jan 1 14:22:36 orilla kernel: [ 5.372003] prefetch64-sse: 9399.000 MB/sec | |
Jan 1 14:22:36 orilla kernel: [ 5.412003] generic_sse: 8352.000 MB/sec | |
Jan 1 14:22:36 orilla kernel: [ 5.412007] xor: using function: prefetch64-sse (9399.000 MB/sec) | |
Jan 1 14:22:36 orilla kernel: [ 5.413307] async_tx: api initialized (async) | |
Jan 1 14:22:36 orilla kernel: [ 5.421127] md: raid6 personality registered for level 6 | |
Jan 1 14:22:36 orilla kernel: [ 5.421135] md: raid5 personality registered for level 5 | |
Jan 1 14:22:36 orilla kernel: [ 5.421139] md: raid4 personality registered for level 4 | |
Jan 1 14:22:36 orilla kernel: [ 5.427350] md: raid10 personality registered for level 10 | |
Jan 1 14:22:36 orilla kernel: [ 80.876047] usb 6-1: new low-speed USB device number 2 using uhci_hcd | |
Jan 1 14:22:36 orilla kernel: [ 81.050054] usb 6-1: New USB device found, idVendor=1050, idProduct=0010 | |
Jan 1 14:22:36 orilla kernel: [ 81.050067] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 | |
Jan 1 14:22:36 orilla kernel: [ 81.050076] usb 6-1: Product: Yubico Yubikey II | |
Jan 1 14:22:36 orilla kernel: [ 81.050083] usb 6-1: Manufacturer: Yubico | |
Jan 1 14:22:36 orilla kernel: [ 81.068595] input: Yubico Yubico Yubikey II as /devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input7 | |
Jan 1 14:22:36 orilla kernel: [ 81.068739] hid-generic 0003:1050:0010.0006: input,hidraw3: USB HID v1.11 Keyboard [Yubico Yubico Yubikey II] on usb-0000:00:1d.0-1/input0 | |
Jan 1 14:22:36 orilla kernel: [ 83.976081] usb 6-1: USB disconnect, device number 2 | |
Jan 1 14:22:36 orilla kernel: [ 84.788771] bio: create slab <bio-1> at 1 | |
Jan 1 14:22:36 orilla kernel: [ 84.975246] bio: create slab <bio-1> at 1 | |
Jan 1 14:22:36 orilla kernel: [ 90.087515] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null) | |
Jan 1 14:22:36 orilla kernel: [ 92.783765] spl: module verification failed: signature and/or required key missing - tainting kernel | |
Jan 1 14:22:36 orilla kernel: [ 92.811863] SPL: Loaded module v0.6.3-3~trusty | |
Jan 1 14:22:36 orilla kernel: [ 92.812135] znvpair: module license 'CDDL' taints kernel. | |
Jan 1 14:22:36 orilla kernel: [ 92.812146] Disabling lock debugging due to kernel taint | |
Jan 1 14:22:36 orilla kernel: [ 92.830976] ZFS: Loaded module v0.6.3-5~trusty, ZFS pool version 5000, ZFS filesystem version 5 | |
Jan 1 14:22:36 orilla kernel: [ 92.847708] SPL: using hostid 0x007f0101 | |
Jan 1 14:22:36 orilla kernel: [ 92.979921] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
Jan 1 14:22:36 orilla kernel: [ 93.034551] systemd-udevd[694]: starting version 204 | |
Jan 1 14:22:36 orilla kernel: [ 93.058020] lp: driver loaded but no devices found | |
Jan 1 14:22:36 orilla kernel: [ 93.117764] parport_pc 00:07: reported by Plug and Play ACPI | |
Jan 1 14:22:36 orilla kernel: [ 93.117810] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE] | |
Jan 1 14:22:36 orilla kernel: [ 93.132547] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \GP2C 1 (20131115/utaddress-251) | |
Jan 1 14:22:36 orilla kernel: [ 93.132555] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver | |
Jan 1 14:22:36 orilla kernel: [ 93.132599] lpc_ich: Resource conflict(s) found affecting gpio_ich | |
Jan 1 14:22:36 orilla kernel: [ 93.150853] snd_hda_intel 0000:00:1b.0: irq 47 for MSI/MSI-X | |
Jan 1 14:22:36 orilla kernel: [ 93.167598] SKU: Nid=0x1d sku_cfg=0x4005e601 | |
Jan 1 14:22:36 orilla kernel: [ 93.167602] SKU: port_connectivity=0x1 | |
Jan 1 14:22:36 orilla kernel: [ 93.167603] SKU: enable_pcbeep=0x0 | |
Jan 1 14:22:36 orilla kernel: [ 93.167604] SKU: check_sum=0x00000005 | |
Jan 1 14:22:36 orilla kernel: [ 93.167606] SKU: customization=0x000000e6 | |
Jan 1 14:22:36 orilla kernel: [ 93.167607] SKU: external_amp=0x0 | |
Jan 1 14:22:36 orilla kernel: [ 93.167608] SKU: platform_type=0x0 | |
Jan 1 14:22:36 orilla kernel: [ 93.167609] SKU: swap=0x0 | |
Jan 1 14:22:36 orilla kernel: [ 93.167610] SKU: override=0x1 | |
Jan 1 14:22:36 orilla kernel: [ 93.172625] autoconfig: line_outs=4 (0x14/0x15/0x16/0x17/0x0) type:line | |
Jan 1 14:22:36 orilla kernel: [ 93.172629] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) | |
Jan 1 14:22:36 orilla kernel: [ 93.172631] hp_outs=1 (0x1b/0x0/0x0/0x0/0x0) | |
Jan 1 14:22:36 orilla kernel: [ 93.172632] mono: mono_out=0x0 | |
Jan 1 14:22:36 orilla kernel: [ 93.172633] dig-out=0x1e/0x0 | |
Jan 1 14:22:36 orilla kernel: [ 93.172635] inputs: | |
Jan 1 14:22:36 orilla kernel: [ 93.172637] Rear Mic=0x18 | |
Jan 1 14:22:36 orilla kernel: [ 93.172638] Front Mic=0x19 | |
Jan 1 14:22:36 orilla kernel: [ 93.172640] Line=0x1a | |
Jan 1 14:22:36 orilla kernel: [ 93.172641] CD=0x1c | |
Jan 1 14:22:36 orilla kernel: [ 93.172643] dig-in=0x1f | |
Jan 1 14:22:36 orilla kernel: [ 93.172645] realtek: No valid SSID, checking pincfg 0x4005e601 for NID 0x1d | |
Jan 1 14:22:36 orilla kernel: [ 93.172646] realtek: Enabling init ASM_ID=0xe601 CODEC_ID=10ec0885 | |
Jan 1 14:22:36 orilla kernel: [ 93.189557] type=1400 audit(1420143755.735:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=782 comm="apparmor_parser" | |
Jan 1 14:22:36 orilla kernel: [ 93.189565] type=1400 audit(1420143755.735:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=782 comm="apparmor_parser" | |
Jan 1 14:22:36 orilla kernel: [ 93.189570] type=1400 audit(1420143755.735:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=782 comm="apparmor_parser" | |
Jan 1 14:22:36 orilla kernel: [ 93.190024] type=1400 audit(1420143755.735:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=782 comm="apparmor_parser" | |
Jan 1 14:22:36 orilla kernel: [ 93.190030] type=1400 audit(1420143755.735:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=782 comm="apparmor_parser" | |
Jan 1 14:22:36 orilla kernel: [ 93.190267] type=1400 audit(1420143755.735:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=782 comm="apparmor_parser" | |
Jan 1 14:22:36 orilla kernel: [ 93.198447] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15 | |
Jan 1 14:22:36 orilla kernel: [ 93.204074] input: HDA Intel Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14 | |
Jan 1 14:22:36 orilla kernel: [ 93.209048] coretemp coretemp.0: Using relative temperature scale! | |
Jan 1 14:22:36 orilla kernel: [ 93.209062] coretemp coretemp.0: Using relative temperature scale! | |
Jan 1 14:22:36 orilla kernel: [ 93.209070] coretemp coretemp.0: Using relative temperature scale! | |
Jan 1 14:22:36 orilla kernel: [ 93.209083] coretemp coretemp.0: Using relative temperature scale! | |
Jan 1 14:22:36 orilla kernel: [ 93.210633] input: HDA Intel Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13 | |
Jan 1 14:22:36 orilla kernel: [ 93.211295] input: HDA Intel Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12 | |
Jan 1 14:22:36 orilla kernel: [ 93.211806] input: HDA Intel Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11 | |
Jan 1 14:22:36 orilla kernel: [ 93.212245] input: HDA Intel Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 | |
Jan 1 14:22:36 orilla kernel: [ 93.212373] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 | |
Jan 1 14:22:36 orilla kernel: [ 93.212443] input: HDA Intel Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 | |
Jan 1 14:22:36 orilla kernel: [ 93.212545] lp0: using parport0 (interrupt-driven). | |
Jan 1 14:22:36 orilla kernel: [ 93.277303] r8169 0000:04:00.0 eth0: link down | |
Jan 1 14:22:36 orilla kernel: [ 93.277332] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready | |
Jan 1 14:22:36 orilla kernel: [ 93.277963] r8169 0000:04:00.0 eth0: link down | |
Jan 1 14:22:36 orilla kernel: [ 93.330791] ppdev: user-space parallel port driver | |
Jan 1 14:22:36 orilla kernel: [ 93.342177] gpio_ich: GPIO from 195 to 255 on gpio_ich | |
Jan 1 14:22:36 orilla kernel: [ 93.643848] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro | |
Jan 1 14:22:36 orilla kernel: [ 93.856174] EXT4-fs (md0): mounted filesystem with ordered data mode. Opts: (null) | |
Jan 1 14:22:36 orilla rsyslogd-2039: Could no open output pipe '/dev/xconsole': No such file or directory [try http://www.rsyslog.com/e/2039 ] | |
Jan 1 14:22:37 orilla ntpdate[1441]: Can't find host ntp.ubuntu.com: Name or service not known (-2) | |
Jan 1 14:22:37 orilla ntpdate[1441]: no servers can be used, exiting | |
Jan 1 14:22:37 orilla kernel: [ 95.070371] init: samba-ad-dc main process (1364) terminated with status 1 | |
Jan 1 14:22:37 orilla kernel: [ 95.307060] Adding 19513212k swap on /dev/mapper/md2_crypt. Priority:-1 extents:1 across:19513212k FS | |
Jan 1 14:22:38 orilla kernel: [ 95.867565] r8169 0000:04:00.0 eth0: link up | |
Jan 1 14:22:38 orilla kernel: [ 95.867575] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready | |
Jan 1 14:22:38 orilla dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7 (xid=0x15356842) | |
Jan 1 14:22:38 orilla dhclient: DHCPREQUEST of 192.168.16.16 on eth0 to 255.255.255.255 port 67 (xid=0x15356842) | |
Jan 1 14:22:38 orilla dhclient: DHCPOFFER of 192.168.16.16 from 192.168.16.254 | |
Jan 1 14:22:38 orilla dhclient: DHCPACK of 192.168.16.16 from 192.168.16.254 | |
Jan 1 14:22:38 orilla dhclient: bound to 192.168.16.16 -- renewal in 3540 seconds. | |
Jan 1 14:22:38 orilla kernel: [ 96.077058] init: failsafe main process (1201) killed by TERM signal | |
Jan 1 14:22:39 orilla kernel: [ 97.304818] type=1400 audit(1420143759.851:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/tcpdump" pid=2261 comm="apparmor_parser" | |
Jan 1 14:22:39 orilla kernel: [ 97.305287] type=1400 audit(1420143759.851:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=2258 comm="apparmor_parser" | |
Jan 1 14:22:39 orilla kernel: [ 97.305293] type=1400 audit(1420143759.851:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=2258 comm="apparmor_parser" | |
Jan 1 14:22:39 orilla kernel: [ 97.305301] type=1400 audit(1420143759.851:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=2258 comm="apparmor_parser" | |
Jan 1 14:22:40 orilla cron[2332]: (CRON) INFO (pidfile fd = 3) | |
Jan 1 14:22:40 orilla cron[2355]: (CRON) STARTUP (fork ok) | |
Jan 1 14:22:40 orilla cron[2355]: (CRON) INFO (Running @reboot jobs) | |
Jan 1 14:22:40 orilla acpid: starting up with netlink and the input layer | |
Jan 1 14:22:40 orilla acpid: 1 rule loaded | |
Jan 1 14:22:40 orilla acpid: waiting for events: event logging is off | |
Jan 1 14:22:40 orilla kernel: [ 97.995953] init: plymouth-upstart-bridge main process ended, respawning | |
Jan 1 14:22:40 orilla kernel: [ 98.003807] init: plymouth-upstart-bridge main process (2488) terminated with status 1 | |
Jan 1 14:22:40 orilla kernel: [ 98.003819] init: plymouth-upstart-bridge main process ended, respawning | |
Jan 1 14:22:45 orilla ntpdate[1778]: adjust time server 91.189.89.199 offset 0.116925 sec | |
Jan 1 14:24:10 orilla dbus[1212]: [system] Activating service name='org.freedesktop.PolicyKit1' (using servicehelper) | |
Jan 1 14:24:10 orilla polkitd[2973]: started daemon version 0.105 using authority implementation `local' version `0.105' | |
Jan 1 14:24:10 orilla dbus[1212]: [system] Successfully activated service 'org.freedesktop.PolicyKit1' | |
Jan 1 14:24:11 orilla dbus[1212]: [system] Activating service name='org.freedesktop.UPower' (using servicehelper) | |
Jan 1 14:24:11 orilla dbus[1212]: [system] Activating service name='org.freedesktop.RealtimeKit1' (using servicehelper) | |
Jan 1 14:24:11 orilla dbus[1212]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1' | |
Jan 1 14:24:11 orilla rtkit-daemon[3020]: Successfully called chroot. | |
Jan 1 14:24:11 orilla rtkit-daemon[3020]: Successfully dropped privileges. | |
Jan 1 14:24:11 orilla rtkit-daemon[3020]: Successfully limited resources. | |
Jan 1 14:24:11 orilla rtkit-daemon[3020]: Running. | |
Jan 1 14:24:11 orilla rtkit-daemon[3020]: Watchdog thread running. | |
Jan 1 14:24:11 orilla rtkit-daemon[3020]: Canary thread running. | |
Jan 1 14:24:11 orilla dbus[1212]: [system] Successfully activated service 'org.freedesktop.UPower' | |
Jan 1 14:24:12 orilla pulseaudio[3072]: [pulseaudio] pid.c: Daemon already running. | |
Jan 1 14:24:12 orilla dbus[1212]: [system] Activating service name='org.freedesktop.UDisks2' (using servicehelper) | |
Jan 1 14:24:12 orilla udisksd[3088]: udisks daemon version 2.1.3 starting | |
Jan 1 14:24:12 orilla dbus[1212]: [system] Successfully activated service 'org.freedesktop.UDisks2' | |
Jan 1 14:24:12 orilla udisksd[3088]: Acquired the name org.freedesktop.UDisks2 on the system message bus | |
Jan 1 14:24:13 orilla dbus[1212]: [system] Activating service name='org.freedesktop.Accounts' (using servicehelper) | |
Jan 1 14:24:13 orilla accounts-daemon[3110]: started daemon version 0.6.35 | |
Jan 1 14:24:13 orilla dbus[1212]: [system] Successfully activated service 'org.freedesktop.Accounts' | |
Jan 1 14:42:11 orilla kernel: [ 1268.973010] perf samples too long (2508 > 2500), lowering kernel.perf_event_max_sample_rate to 50000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Selecting previously unselected package linux-image-3.13.0-43-generic. | |
(Reading database ... 90414 files and directories currently installed.) | |
Preparing to unpack .../linux-image-3.13.0-43-generic_3.13.0-43.72_amd64.deb ... | |
Done. | |
Unpacking linux-image-3.13.0-43-generic (3.13.0-43.72) ... | |
Selecting previously unselected package linux-image-extra-3.13.0-43-generic. | |
Preparing to unpack .../linux-image-extra-3.13.0-43-generic_3.13.0-43.72_amd64.deb ... | |
Unpacking linux-image-extra-3.13.0-43-generic (3.13.0-43.72) ... | |
Preparing to unpack .../linux-generic_3.13.0.43.50_amd64.deb ... | |
Unpacking linux-generic (3.13.0.43.50) over (3.13.0.32.38) ... | |
Preparing to unpack .../linux-image-generic_3.13.0.43.50_amd64.deb ... | |
Unpacking linux-image-generic (3.13.0.43.50) over (3.13.0.32.38) ... | |
Selecting previously unselected package linux-headers-3.13.0-43. | |
Preparing to unpack .../linux-headers-3.13.0-43_3.13.0-43.72_all.deb ... | |
Unpacking linux-headers-3.13.0-43 (3.13.0-43.72) ... | |
Selecting previously unselected package linux-headers-3.13.0-43-generic. | |
Preparing to unpack .../linux-headers-3.13.0-43-generic_3.13.0-43.72_amd64.deb ... | |
Unpacking linux-headers-3.13.0-43-generic (3.13.0-43.72) ... | |
Preparing to unpack .../linux-headers-generic_3.13.0.43.50_amd64.deb ... | |
Unpacking linux-headers-generic (3.13.0.43.50) over (3.13.0.32.38) ... | |
Setting up linux-image-3.13.0-43-generic (3.13.0-43.72) ... | |
Running depmod. | |
update-initramfs: deferring update (hook will be called later) | |
Examining /etc/kernel/postinst.d. | |
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
update-initramfs: Generating /boot/initrd.img-3.13.0-43-generic | |
cryptsetup: WARNING: target md2_crypt has a random key, skipped | |
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
Generating grub configuration file ... | |
Found linux image: /boot/vmlinuz-3.13.0-43-generic | |
Found initrd image: /boot/initrd.img-3.13.0-43-generic | |
Found linux image: /boot/vmlinuz-3.13.0-32-generic | |
Found initrd image: /boot/initrd.img-3.13.0-32-generic | |
Found memtest86+ image: /memtest86+.elf | |
Found memtest86+ image: /memtest86+.bin | |
done | |
Setting up linux-image-extra-3.13.0-43-generic (3.13.0-43.72) ... | |
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
run-parts: executing /etc/kernel/postinst.d/dkms 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
update-initramfs: Generating /boot/initrd.img-3.13.0-43-generic | |
cryptsetup: WARNING: target md2_crypt has a random key, skipped | |
run-parts: executing /etc/kernel/postinst.d/update-notifier 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
Generating grub configuration file ... | |
Found linux image: /boot/vmlinuz-3.13.0-43-generic | |
Found initrd image: /boot/initrd.img-3.13.0-43-generic | |
Found linux image: /boot/vmlinuz-3.13.0-32-generic | |
Found initrd image: /boot/initrd.img-3.13.0-32-generic | |
Found memtest86+ image: /memtest86+.elf | |
Found memtest86+ image: /memtest86+.bin | |
done | |
Setting up linux-image-generic (3.13.0.43.50) ... | |
Setting up linux-headers-3.13.0-43 (3.13.0-43.72) ... | |
Setting up linux-headers-3.13.0-43-generic (3.13.0-43.72) ... | |
Examining /etc/kernel/header_postinst.d. | |
run-parts: executing /etc/kernel/header_postinst.d/dkms 3.13.0-43-generic /boot/vmlinuz-3.13.0-43-generic | |
Setting up linux-headers-generic (3.13.0.43.50) ... | |
Setting up linux-generic (3.13.0.43.50) ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment