Systemd 216: pam_systemd: Failed to create session: Connection timeout

It appears my systemd (v216 as of today) user session configuration has gone bad, and no longer works.
I reboot after the most recent set of updates, and my user session (backed by [email protected] and was relying on loginctl enable-linger's to spin up user instance services) has a long delay, from 5-30+ seconds, and then fails and cleans up the session.
journalctl --this-boot --no-page | grep pam_systemd
Oct 22 18:28:34 mbp62 login[894]: pam_systemd(login:session): pam-systemd initializing
Oct 22 18:28:34 mbp62 login[894]: pam_systemd(login:session): Asking logind to create session: uid=1000 pid=894 service=login type=tty class=user desktop= seat= vtnr=0 tty=tty1 display= remote=no remote_user= remote_host=
Oct 22 18:28:34 mbp62 systemd[1059]: pam_systemd(systemd-user:session): pam-systemd initializing
Oct 22 18:28:59 mbp62 login[894]: pam_systemd(login:session): Failed to create session: Connection timed out
This has happened consistently after every boot I have down.  I attempted to re-update to make sure I am current.  I double checked systemd user configuration on the wiki and I seem ok.  It had close to year without an issue.  Double-checked for pacdiff and a few files for different .pacnew files from packages, but none related to systemd or pam as far as I can see.
I also tried searching for others experiencing this exact error, and it appears to be a symptom of different root causes (wonderful).  I found a recentish menion on BBS andand another in a bug, and I am not sure how any can relate to my situation.
I have also tried to get debug output for pam_systemd.so with these two variants in /etc/pam.d/system-login, after finding the man page and to no avail.
#%PAM-1.0
auth required pam_tally.so onerr=succeed file=/var/log/faillog
auth required pam_shells.so
auth requisite pam_nologin.so
auth include system-auth
account required pam_access.so
account required pam_nologin.so
account include system-auth
password include system-auth
session optional pam_loginuid.so
session include system-auth
session optional pam_motd.so motd=/etc/motd
session optional pam_mail.so dir=/var/spool/mail standard quiet
-session optional pam_systemd.so debug
session required pam_env.so
or
#%PAM-1.0
auth required pam_tally.so onerr=succeed file=/var/log/faillog
auth required pam_shells.so
auth requisite pam_nologin.so
auth include system-auth
account required pam_access.so
account required pam_nologin.so
account include system-auth
password include system-auth
session optional pam_loginuid.so
session include system-auth
session optional pam_motd.so motd=/etc/motd
session optional pam_mail.so dir=/var/spool/mail standard quiet
-session optional pam_systemd.so debug=yes
session required pam_env.so
So I cannot get those to work.  I am not sure how to turn up the info to debug further and resolve this.  Any help?
Fool --this-boot journalctl log is below.
-- Logs begin at Thu 2014-03-27 12:56:02 AST, end at Wed 2014-10-22 21:35:55 AST. --
Oct 22 18:27:56 mbp62 systemd-journal[229]: Runtime journal is using 8.0M (max allowed 250.0M, trying to leave 286.5M free of 1.8G available → current limit 250.0M).
Oct 22 18:27:56 mbp62 systemd-journal[229]: Runtime journal is using 8.0M (max allowed 250.0M, trying to leave 286.5M free of 1.8G available → current limit 250.0M).
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpuset
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpu
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpuacct
Oct 22 18:27:56 mbp62 kernel: Linux version 3.16.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
Oct 22 18:27:56 mbp62 kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=982a60fb-4e98-4afc-b1a6-86d84ec44d10 rw cryptdevice=/dev/disk/by-uuid/298d8263-0546-4329-9ed0-a52c021f949f:vgmain resume=/dev/mapper/vgmain-lvswap i915.lvds_channel_mode=2 i915.lvds_use_ssc=0 i915.lvds_downclock=1 i915.enable_rc6=7 i915.enable_fbc=1 i915.modeset=1 radeon.modeset=0 nouveau.modeset=0 pcie_aspm=force video=efifb atkbd.reset quiet
Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
Oct 22 18:27:56 mbp62 kernel: e820: BIOS-provided physical RAM map:
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000000008e000-0x000000000008efff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008b672fff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b673000-0x000000008b6eefff] ACPI NVS
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b6ef000-0x000000008b6f4fff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b6f5000-0x000000008b70efff] ACPI data
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b70f000-0x000000008b736fff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b737000-0x000000008b75efff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b75f000-0x000000008b784fff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b785000-0x000000008b7aefff] type 20
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b7af000-0x000000008b7f5fff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b7f6000-0x000000008bffffff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008de00000-0x000000008fffffff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000ffec4000-0x00000000ffee7fff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000016bffffff] usable
Oct 22 18:27:56 mbp62 kernel: NX (Execute Disable) protection: active
Oct 22 18:27:56 mbp62 kernel: efi: EFI v1.10 by Apple
Oct 22 18:27:56 mbp62 kernel: efi: ACPI=0x8b70e000 ACPI 2.0=0x8b70e014 SMBIOS=0x8b674000
Oct 22 18:27:56 mbp62 kernel: efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x000000000008e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem01: type=0, attr=0xf, range=[0x000000000008e000-0x000000000008f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem02: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem03: type=7, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem04: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001047000) (15MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem05: type=7, attr=0xf, range=[0x0000000001047000-0x0000000002000000) (15MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem06: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f47000) (15MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem07: type=7, attr=0xf, range=[0x0000000002f47000-0x0000000035c6a000) (813MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem08: type=2, attr=0xf, range=[0x0000000035c6a000-0x0000000036e2d000) (17MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem09: type=7, attr=0xf, range=[0x0000000036e2d000-0x000000006683e000) (762MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem10: type=2, attr=0xf, range=[0x000000006683e000-0x0000000088b1c000) (546MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem11: type=4, attr=0xf, range=[0x0000000088b1c000-0x0000000088f1f000) (4MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem12: type=7, attr=0xf, range=[0x0000000088f1f000-0x0000000088f22000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem13: type=4, attr=0xf, range=[0x0000000088f22000-0x0000000089166000) (2MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem14: type=7, attr=0xf, range=[0x0000000089166000-0x0000000089167000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem15: type=4, attr=0xf, range=[0x0000000089167000-0x000000008967f000) (5MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem16: type=3, attr=0xf, range=[0x000000008967f000-0x0000000089682000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem17: type=4, attr=0xf, range=[0x0000000089682000-0x0000000089dad000) (7MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem18: type=7, attr=0xf, range=[0x0000000089dad000-0x0000000089dce000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem19: type=1, attr=0xf, range=[0x0000000089dce000-0x0000000089dec000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem20: type=7, attr=0xf, range=[0x0000000089dec000-0x0000000089e0b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem21: type=4, attr=0xf, range=[0x0000000089e0b000-0x0000000089f5d000) (1MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem22: type=3, attr=0xf, range=[0x0000000089f5d000-0x0000000089f8f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem23: type=4, attr=0xf, range=[0x0000000089f8f000-0x0000000089f96000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem24: type=3, attr=0xf, range=[0x0000000089f96000-0x0000000089f97000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem25: type=4, attr=0xf, range=[0x0000000089f97000-0x0000000089f98000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem26: type=3, attr=0xf, range=[0x0000000089f98000-0x0000000089f99000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem27: type=4, attr=0xf, range=[0x0000000089f99000-0x0000000089f9d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem28: type=3, attr=0xf, range=[0x0000000089f9d000-0x0000000089fa4000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem29: type=4, attr=0xf, range=[0x0000000089fa4000-0x0000000089fad000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem30: type=3, attr=0xf, range=[0x0000000089fad000-0x0000000089fb0000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem31: type=4, attr=0xf, range=[0x0000000089fb0000-0x0000000089fcb000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem32: type=3, attr=0xf, range=[0x0000000089fcb000-0x000000008a000000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem33: type=4, attr=0xf, range=[0x000000008a000000-0x000000008a003000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem34: type=3, attr=0xf, range=[0x000000008a003000-0x000000008a02f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem35: type=4, attr=0xf, range=[0x000000008a02f000-0x000000008a033000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem36: type=3, attr=0xf, range=[0x000000008a033000-0x000000008a038000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem37: type=4, attr=0xf, range=[0x000000008a038000-0x000000008a03d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem38: type=3, attr=0xf, range=[0x000000008a03d000-0x000000008a041000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem39: type=4, attr=0xf, range=[0x000000008a041000-0x000000008a045000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem40: type=3, attr=0xf, range=[0x000000008a045000-0x000000008a059000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem41: type=4, attr=0xf, range=[0x000000008a059000-0x000000008a05b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem42: type=3, attr=0xf, range=[0x000000008a05b000-0x000000008a05e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem43: type=4, attr=0xf, range=[0x000000008a05e000-0x000000008a061000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem44: type=3, attr=0xf, range=[0x000000008a061000-0x000000008a062000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem45: type=4, attr=0xf, range=[0x000000008a062000-0x000000008a063000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem46: type=3, attr=0xf, range=[0x000000008a063000-0x000000008a065000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem47: type=4, attr=0xf, range=[0x000000008a065000-0x000000008a068000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem48: type=3, attr=0xf, range=[0x000000008a068000-0x000000008a069000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem49: type=4, attr=0xf, range=[0x000000008a069000-0x000000008a06a000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem50: type=3, attr=0xf, range=[0x000000008a06a000-0x000000008a06b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem51: type=4, attr=0xf, range=[0x000000008a06b000-0x000000008a06d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem52: type=3, attr=0xf, range=[0x000000008a06d000-0x000000008a06e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem53: type=4, attr=0xf, range=[0x000000008a06e000-0x000000008a070000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem54: type=3, attr=0xf, range=[0x000000008a070000-0x000000008a07c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem55: type=4, attr=0xf, range=[0x000000008a07c000-0x000000008a07f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem56: type=3, attr=0xf, range=[0x000000008a07f000-0x000000008a082000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem57: type=4, attr=0xf, range=[0x000000008a082000-0x000000008a083000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem58: type=3, attr=0xf, range=[0x000000008a083000-0x000000008a08d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem59: type=4, attr=0xf, range=[0x000000008a08d000-0x000000008a08f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem60: type=3, attr=0xf, range=[0x000000008a08f000-0x000000008a095000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem61: type=4, attr=0xf, range=[0x000000008a095000-0x000000008a097000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem62: type=3, attr=0xf, range=[0x000000008a097000-0x000000008a099000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem63: type=4, attr=0xf, range=[0x000000008a099000-0x000000008a09c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem64: type=3, attr=0xf, range=[0x000000008a09c000-0x000000008a0aa000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem65: type=4, attr=0xf, range=[0x000000008a0aa000-0x000000008a0b1000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem66: type=3, attr=0xf, range=[0x000000008a0b1000-0x000000008a0b9000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem67: type=4, attr=0xf, range=[0x000000008a0b9000-0x000000008a0bb000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem68: type=3, attr=0xf, range=[0x000000008a0bb000-0x000000008a0bd000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem69: type=4, attr=0xf, range=[0x000000008a0bd000-0x000000008a0c1000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem70: type=3, attr=0xf, range=[0x000000008a0c1000-0x000000008a0c4000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem71: type=4, attr=0xf, range=[0x000000008a0c4000-0x000000008a0c7000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem72: type=3, attr=0xf, range=[0x000000008a0c7000-0x000000008a0cb000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem73: type=4, attr=0xf, range=[0x000000008a0cb000-0x000000008a0cc000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem74: type=3, attr=0xf, range=[0x000000008a0cc000-0x000000008a0cf000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem75: type=4, attr=0xf, range=[0x000000008a0cf000-0x000000008a0d0000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem76: type=3, attr=0xf, range=[0x000000008a0d0000-0x000000008a0e5000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem77: type=4, attr=0xf, range=[0x000000008a0e5000-0x000000008a0e7000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem78: type=3, attr=0xf, range=[0x000000008a0e7000-0x000000008a0f3000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem79: type=4, attr=0xf, range=[0x000000008a0f3000-0x000000008a0f5000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem80: type=3, attr=0xf, range=[0x000000008a0f5000-0x000000008a0fb000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem81: type=4, attr=0xf, range=[0x000000008a0fb000-0x000000008a0fc000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem82: type=3, attr=0xf, range=[0x000000008a0fc000-0x000000008a100000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem83: type=4, attr=0xf, range=[0x000000008a100000-0x000000008a101000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem84: type=3, attr=0xf, range=[0x000000008a101000-0x000000008a103000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem85: type=4, attr=0xf, range=[0x000000008a103000-0x000000008a104000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem86: type=3, attr=0xf, range=[0x000000008a104000-0x000000008a105000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem87: type=4, attr=0xf, range=[0x000000008a105000-0x000000008a107000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem88: type=3, attr=0xf, range=[0x000000008a107000-0x000000008a10e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem89: type=4, attr=0xf, range=[0x000000008a10e000-0x000000008a10f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem90: type=3, attr=0xf, range=[0x000000008a10f000-0x000000008a118000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem91: type=4, attr=0xf, range=[0x000000008a118000-0x000000008a119000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem92: type=3, attr=0xf, range=[0x000000008a119000-0x000000008a126000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem93: type=4, attr=0xf, range=[0x000000008a126000-0x000000008a127000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem94: type=3, attr=0xf, range=[0x000000008a127000-0x000000008a12a000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem95: type=4, attr=0xf, range=[0x000000008a12a000-0x000000008a12c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem96: type=3, attr=0xf, range=[0x000000008a12c000-0x000000008a12d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem97: type=4, attr=0xf, range=[0x000000008a12d000-0x000000008a131000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem98: type=3, attr=0xf, range=[0x000000008a131000-0x000000008a135000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem99: type=4, attr=0xf, range=[0x000000008a135000-0x000000008a136000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem100: type=3, attr=0xf, range=[0x000000008a136000-0x000000008a139000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem101: type=4, attr=0xf, range=[0x000000008a139000-0x000000008a13b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem102: type=3, attr=0xf, range=[0x000000008a13b000-0x000000008a13e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem103: type=4, attr=0xf, range=[0x000000008a13e000-0x000000008a144000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem104: type=3, attr=0xf, range=[0x000000008a144000-0x000000008a14b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem105: type=4, attr=0xf, range=[0x000000008a14b000-0x000000008a157000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem106: type=3, attr=0xf, range=[0x000000008a157000-0x000000008a158000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem107: type=4, attr=0xf, range=[0x000000008a158000-0x000000008a15a000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem108: type=3, attr=0xf, range=[0x000000008a15a000-0x000000008a15c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem109: type=4, attr=0xf, range=[0x000000008a15c000-0x000000008a164000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem110: type=3, attr=0xf, range=[0x000000008a164000-0x000000008a168000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem111: type=4, attr=0xf, range=[0x000000008a168000-0x000000008a16e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem112: type=3, attr=0xf, range=[0x000000008a16e000-0x000000008a16f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem113: type=4, attr=0xf, range=[0x000000008a16f000-0x000000008a171000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem114: type=3, attr=0xf, range=[0x000000008a171000-0x000000008a174000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem115: type=4, attr=0xf, range=[0x000000008a174000-0x000000008a176000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem116: type=3, attr=0xf, range=[0x000000008a176000-0x000000008a178000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem117: type=4, attr=0xf, range=[0x000000008a178000-0x000000008a1fc000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem118: type=3, attr=0xf, range=[0x000000008a1fc000-0x000000008a21b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem119: type=4, attr=0xf, range=[0x000000008a21b000-0x000000008a21d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem120: type=3, attr=0xf, range=[0x000000008a21d000-0x000000008a228000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem121: type=4, attr=0xf, range=[0x000000008a228000-0x000000008a240000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem122: type=3, attr=0xf, range=[0x000000008a240000-0x000000008a244000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem123: type=4, attr=0xf, range=[0x000000008a244000-0x000000008a24e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem124: type=3, attr=0xf, range=[0x000000008a24e000-0x000000008a24f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem125: type=4, attr=0xf, range=[0x000000008a24f000-0x000000008a251000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem126: type=3, attr=0xf, range=[0x000000008a251000-0x000000008a255000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem127: type=4, attr=0xf, range=[0x000000008a255000-0x000000008a256000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem128: type=3, attr=0xf, range=[0x000000008a256000-0x000000008a257000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem129: type=4, attr=0xf, range=[0x000000008a257000-0x000000008a25b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem130: type=3, attr=0xf, range=[0x000000008a25b000-0x000000008a25c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem131: type=4, attr=0xf, range=[0x000000008a25c000-0x000000008a25f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem132: type=3, attr=0xf, range=[0x000000008a25f000-0x000000008a270000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem133: type=4, attr=0xf, range=[0x000000008a270000-0x000000008a273000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem134: type=3, attr=0xf, range=[0x000000008a273000-0x000000008a27b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem135: type=4, attr=0xf, range=[0x000000008a27b000-0x000000008a27c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem136: type=3, attr=0xf, range=[0x000000008a27c000-0x000000008a27e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem137: type=4, attr=0xf, range=[0x000000008a27e000-0x000000008a280000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem138: type=3, attr=0xf, range=[0x000000008a280000-0x000000008a281000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem139: type=4, attr=0xf, range=[0x000000008a281000-0x000000008a282000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem140: type=3, attr=0xf, range=[0x000000008a282000-0x000000008a283000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem141: type=4, attr=0xf, range=[0x000000008a283000-0x000000008a285000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem142: type=3, attr=0xf, range=[0x000000008a285000-0x000000008a287000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem143: type=4, attr=0xf, range=[0x000000008a287000-0x000000008a71b000) (4MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem144: type=3, attr=0xf, range=[0x000000008a71b000-0x000000008a720000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem145: type=4, attr=0xf, range=[0x000000008a720000-0x000000008a721000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem146: type=3, attr=0xf, range=[0x000000008a721000-0x000000008a72a000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem147: type=4, attr=0xf, range=[0x000000008a72a000-0x000000008a72c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem148: type=3, attr=0xf, range=[0x000000008a72c000-0x000000008a72f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem149: type=4, attr=0xf, range=[0x000000008a72f000-0x000000008a731000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem150: type=3, attr=0xf, range=[0x000000008a731000-0x000000008a732000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem151: type=4, attr=0xf, range=[0x000000008a732000-0x000000008a7a5000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem152: type=3, attr=0xf, range=[0x000000008a7a5000-0x000000008a7a6000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem153: type=4, attr=0xf, range=[0x000000008a7a6000-0x000000008a7a7000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem154: type=3, attr=0xf, range=[0x000000008a7a7000-0x000000008a7a8000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem155: type=4, attr=0xf, range=[0x000000008a7a8000-0x000000008a7cc000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem156: type=3, attr=0xf, range=[0x000000008a7cc000-0x000000008a7cd000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem157: type=4, attr=0xf, range=[0x000000008a7cd000-0x000000008b5ef000) (14MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem158: type=7, attr=0xf, range=[0x000000008b5ef000-0x000000008b673000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem159: type=10, attr=0xf, range=[0x000000008b673000-0x000000008b6ef000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem160: type=7, attr=0xf, range=[0x000000008b6ef000-0x000000008b6f5000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem161: type=9, attr=0xf, range=[0x000000008b6f5000-0x000000008b70f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem162: type=7, attr=0xf, range=[0x000000008b70f000-0x000000008b737000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem163: type=6, attr=0x800000000000000f, range=[0x000000008b737000-0x000000008b75f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem164: type=7, attr=0xf, range=[0x000000008b75f000-0x000000008b785000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem165: type=5, attr=0x800000000000000f, range=[0x000000008b785000-0x000000008b7af000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem166: type=7, attr=0xf, range=[0x000000008b7af000-0x000000008b7e9000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem167: type=2, attr=0xf, range=[0x000000008b7e9000-0x000000008b7f6000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem168: type=0, attr=0xf, range=[0x000000008b7f6000-0x000000008b7ff000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem169: type=6, attr=0x800000000000000f, range=[0x000000008b7ff000-0x000000008b800000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem170: type=7, attr=0xf, range=[0x0000000100000000-0x000000016c000000) (1728MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem171: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem172: type=0, attr=0x8000000000000000, range=[0x000000008b800000-0x000000008c000000) (8MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem173: type=0, attr=0x8000000000000000, range=[0x000000008de00000-0x0000000090000000) (34MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem174: type=11, attr=0x8000000000000000, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem175: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem176: type=11, attr=0x8000000000000000, range=[0x00000000ffec4000-0x00000000ffee8000) (0MB)
Oct 22 18:27:56 mbp62 kernel: SMBIOS 2.4 present.
Oct 22 18:27:56 mbp62 kernel: DMI: Apple Inc. MacBookPro6,2/Mac-F22586C8, BIOS MBP61.88Z.0057.B0C.1007261552 07/26/10
Oct 22 18:27:56 mbp62 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 22 18:27:56 mbp62 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 22 18:27:56 mbp62 kernel: AGP: No AGP bridge found
Oct 22 18:27:56 mbp62 kernel: e820: last_pfn = 0x16c000 max_arch_pfn = 0x400000000
Oct 22 18:27:56 mbp62 kernel: MTRR default type: write-back
Oct 22 18:27:56 mbp62 kernel: MTRR fixed ranges enabled:
Oct 22 18:27:56 mbp62 kernel: 00000-9FFFF write-back
Oct 22 18:27:56 mbp62 kernel: A0000-BFFFF uncachable
Oct 22 18:27:56 mbp62 kernel: C0000-DFFFF write-protect
Oct 22 18:27:56 mbp62 kernel: E0000-FFFFF uncachable
Oct 22 18:27:56 mbp62 kernel: MTRR variable ranges enabled:
Oct 22 18:27:56 mbp62 kernel: 0 base 0C0000000 mask FC0000000 uncachable
Oct 22 18:27:56 mbp62 kernel: 1 base 0A0000000 mask FE0000000 uncachable
Oct 22 18:27:56 mbp62 kernel: 2 base 090000000 mask FF0000000 uncachable
Oct 22 18:27:56 mbp62 kernel: 3 base 08C000000 mask FFC000000 uncachable
Oct 22 18:27:56 mbp62 kernel: 4 disabled
Oct 22 18:27:56 mbp62 kernel: 5 disabled
Oct 22 18:27:56 mbp62 kernel: 6 disabled
Oct 22 18:27:56 mbp62 kernel: 7 disabled
Oct 22 18:27:56 mbp62 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct 22 18:27:56 mbp62 kernel: e820: last_pfn = 0x8b7f6 max_arch_pfn = 0x400000000
Oct 22 18:27:56 mbp62 kernel: Scanning 1 areas for low memory corruption
Oct 22 18:27:56 mbp62 kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x00000000-0x000fffff] page 4k
Oct 22 18:27:56 mbp62 kernel: BRK [0x02b23000, 0x02b23fff] PGTABLE
Oct 22 18:27:56 mbp62 kernel: BRK [0x02b24000, 0x02b24fff] PGTABLE
Oct 22 18:27:56 mbp62 kernel: BRK [0x02b25000, 0x02b25fff] PGTABLE
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x16be00000-0x16bffffff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x16be00000-0x16bffffff] page 2M
Oct 22 18:27:56 mbp62 kernel: BRK [0x02b26000, 0x02b26fff] PGTABLE
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x168000000-0x16bdfffff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x168000000-0x16bdfffff] page 2M
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x100000000-0x167ffffff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x100000000-0x167ffffff] page 2M
Oct 22 18:27:56 mbp62 kernel: BRK [0x02b27000, 0x02b27fff] PGTABLE
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x00100000-0x8b672fff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x00100000-0x001fffff] page 4k
Oct 22 18:27:56 mbp62 kernel: [mem 0x00200000-0x8b5fffff] page 2M
Oct 22 18:27:56 mbp62 kernel: [mem 0x8b600000-0x8b672fff] page 4k
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b6ef000-0x8b6f4fff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x8b6ef000-0x8b6f4fff] page 4k
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b70f000-0x8b736fff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x8b70f000-0x8b736fff] page 4k
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b75f000-0x8b784fff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x8b75f000-0x8b784fff] page 4k
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b7af000-0x8b7f5fff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x8b7af000-0x8b7f5fff] page 4k
Oct 22 18:27:56 mbp62 kernel: RAMDISK: [mem 0x35c6a000-0x36e2cfff]
Oct 22 18:27:56 mbp62 kernel: ACPI: Early table checksum verification disabled
Oct 22 18:27:56 mbp62 kernel: ACPI: RSDP 0x000000008B70E014 000024 (v02 APPLE )
Oct 22 18:27:56 mbp62 kernel: ACPI: XSDT 0x000000008B70E1C0 00007C (v01 APPLE Apple00 00000057 01000013)
Oct 22 18:27:56 mbp62 kernel: ACPI: FACP 0x000000008B70B000 0000F4 (v04 APPLE Apple00 00000057 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: DSDT 0x000000008B6FD000 00746E (v01 APPLE MacBookP 00060001 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: FACS 0x000000008B67A000 000040
Oct 22 18:27:56 mbp62 kernel: ACPI: ASF! 0x000000008B70D000 0000A5 (v32 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: HPET 0x000000008B70A000 000038 (v01 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: APIC 0x000000008B709000 0000BC (v01 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: APIC 0x000000008B708000 0000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: SBST 0x000000008B706000 000030 (v01 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: ECDT 0x000000008B705000 000053 (v01 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6FA000 00020D (v01 APPLE SataAhci 00001000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6F7000 000522 (v01 APPLE UsbNoRmh 00001000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6F5000 000A10 (v01 PmRef CpuPm 00003000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: MCFG 0x000000008B707000 00003C (v01 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: BIOS bug: multiple APIC/MADT found, using 0
Oct 22 18:27:56 mbp62 kernel: ACPI: If "acpi_apic_instance=2" works better, notify [email protected]
Oct 22 18:27:56 mbp62 kernel: ACPI: Local APIC address 0xfee00000
Oct 22 18:27:56 mbp62 kernel: No NUMA configuration found
Oct 22 18:27:56 mbp62 kernel: Faking a node at [mem 0x0000000000000000-0x000000016bffffff]
Oct 22 18:27:56 mbp62 kernel: Initmem setup node 0 [mem 0x00000000-0x16bffffff]
Oct 22 18:27:56 mbp62 kernel: NODE_DATA [mem 0x16bff8000-0x16bffcfff]
Oct 22 18:27:56 mbp62 kernel: [ffffea0000000000-ffffea0005bfffff] PMD -> [ffff880167600000-ffff88016b5fffff] on node 0
Oct 22 18:27:56 mbp62 kernel: Zone ranges:
Oct 22 18:27:56 mbp62 kernel: DMA [mem 0x00001000-0x00ffffff]
Oct 22 18:27:56 mbp62 kernel: DMA32 [mem 0x01000000-0xffffffff]
Oct 22 18:27:56 mbp62 kernel: Normal [mem 0x100000000-0x16bffffff]
Oct 22 18:27:56 mbp62 kernel: Movable zone start for each node
Oct 22 18:27:56 mbp62 kernel: Early memory node ranges
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00001000-0x0008dfff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00090000-0x0009ffff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00100000-0x8b672fff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b6ef000-0x8b6f4fff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b70f000-0x8b736fff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b75f000-0x8b784fff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b7af000-0x8b7f5fff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x100000000-0x16bffffff]
Oct 22 18:27:56 mbp62 kernel: On node 0 totalpages: 1013419
Oct 22 18:27:56 mbp62 kernel: DMA zone: 64 pages used for memmap
Oct 22 18:27:56 mbp62 kernel: DMA zone: 25 pages reserved
Oct 22 18:27:56 mbp62 kernel: DMA zone: 3997 pages, LIFO batch:0
Oct 22 18:27:56 mbp62 kernel: DMA32 zone: 8861 pages used for memmap
Oct 22 18:27:56 mbp62 kernel: DMA32 zone: 567054 pages, LIFO batch:31
Oct 22 18:27:56 mbp62 kernel: Normal zone: 6912 pages used for memmap
Oct 22 18:27:56 mbp62 kernel: Normal zone: 442368 pages, LIFO batch:31
Oct 22 18:27:56 mbp62 kernel: Reserving Intel graphics stolen memory at 0x8e000000-0x8fffffff
Oct 22 18:27:56 mbp62 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 22 18:27:56 mbp62 kernel: ACPI: Local APIC address 0xfee00000
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Oct 22 18:27:56 mbp62 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Oct 22 18:27:56 mbp62 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 22 18:27:56 mbp62 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ0 used by override.
Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ2 used by override.
Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ9 used by override.
Oct 22 18:27:56 mbp62 kernel: Using ACPI (MADT) for SMP configuration information
Oct 22 18:27:56 mbp62 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 22 18:27:56 mbp62 kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Oct 22 18:27:56 mbp62 kernel: nr_irqs_gsi: 40
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x0008e000-0x0008efff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b673000-0x8b6eefff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b6f5000-0x8b70efff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b737000-0x8b75efff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b785000-0x8b7aefff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b7f6000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8c000000-0x8ddfffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8de00000-0x8fffffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x90000000-0xe00f7fff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xfed20000-0xffec3fff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xffec4000-0xffee7fff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xffee8000-0xffffffff]
Oct 22 18:27:56 mbp62 kernel: e820: [mem 0x90000000-0xe00f7fff] available for PCI devices
Oct 22 18:27:56 mbp62 kernel: Booting paravirtualized kernel on bare hardware
Oct 22 18:27:56 mbp62 kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
Oct 22 18:27:56 mbp62 kernel: PERCPU: Embedded 29 pages/cpu @ffff88016bc00000 s86784 r8192 d23808 u262144
Oct 22 18:27:56 mbp62 kernel: pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
Oct 22 18:27:56 mbp62 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Oct 22 18:27:56 mbp62 kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 997557
Oct 22 18:27:56 mbp62 kernel: Policy zone: Normal
Oct 22 18:27:56 mbp62 kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=982a60fb-4e98-4afc-b1a6-86d84ec44d10 rw cryptdevice=/dev/disk/by-uuid/298d8263-0546-4329-9ed0-a52c021f949f:vgmain resume=/dev/mapper/vgmain-lvswap i915.lvds_channel_mode=2 i915.lvds_use_ssc=0 i915.lvds_downclock=1 i915.enable_rc6=7 i915.enable_fbc=1 i915.modeset=1 radeon.modeset=0 nouveau.modeset=0 pcie_aspm=force video=efifb atkbd.reset quiet
Oct 22 18:27:56 mbp62 kernel: PCIe ASPM is forcibly enabled
Oct 22 18:27:56 mbp62 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 22 18:27:56 mbp62 kernel: AGP: Checking aperture...
Oct 22 18:27:56 mbp62 kernel: AGP: No AGP bridge found
Oct 22 18:27:56 mbp62 kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 22 18:27:56 mbp62 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 22 18:27:56 mbp62 kernel: Memory: 3847700K/4053676K available (5336K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 205976K reserved)
Oct 22 18:27:56 mbp62 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Oct 22 18:27:56 mbp62 kernel: Preemptible hierarchical RCU implementation.
Oct 22 18:27:56 mbp62 kernel: RCU dyntick-idle grace-period acceleration is enabled.
Oct 22 18:27:56 mbp62 kernel: Dump stacks of tasks blocking RCU-preempt GP.
Oct 22 18:27:56 mbp62 kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
Oct 22 18:27:56 mbp62 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Oct 22 18:27:56 mbp62 kernel: NR_IRQS:8448 nr_irqs:744 16
Oct 22 18:27:56 mbp62 kernel: Console: colour dummy device 80x25
Oct 22 18:27:56 mbp62 kernel: console [tty0] enabled
Oct 22 18:27:56 mbp62 kernel: allocated 16777216 bytes of page_cgroup
Oct 22 18:27:56 mbp62 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Oct 22 18:27:56 mbp62 kernel: hpet clockevent registered
Oct 22 18:27:56 mbp62 kernel: tsc: Fast TSC calibration using PIT
Oct 22 18:27:56 mbp62 kernel: tsc: Detected 2393.940 MHz processor
Oct 22 18:27:56 mbp62 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.37 BogoMIPS (lpj=7979800)
Oct 22 18:27:56 mbp62 kernel: pid_max: default: 32768 minimum: 301
Oct 22 18:27:56 mbp62 kernel: ACPI: Core revision 20140424
Oct 22 18:27:56 mbp62 kernel: ACPI: All ACPI Tables successfully acquired
Oct 22 18:27:56 mbp62 kernel: Security Framework initialized
Oct 22 18:27:56 mbp62 kernel: Yama: becoming mindful.
Oct 22 18:27:56 mbp62 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Oct 22 18:27:56 mbp62 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Oct 22 18:27:56 mbp62 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Oct 22 18:27:56 mbp62 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys memory
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys devices
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys freezer
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys net_cls
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys blkio
Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
Oct 22 18:27:56 mbp62 kernel: CPU: Physical Processor ID: 0
Oct 22 18:27:56 mbp62 kernel: CPU: Processor Core ID: 0
Oct 22 18:27:56 mbp62 kernel: mce: CPU supports 9 MCE banks
Oct 22 18:27:56 mbp62 kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 22 18:27:56 mbp62 kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
tlb_flushall_shift: 6
Oct 22 18:27:56 mbp62 kernel: Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
Oct 22 18:27:56 mbp62 kernel: ftrace: allocating 20445 entries in 80 pages
Oct 22 18:27:56 mbp62 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 22 18:27:56 mbp62 kernel: smpboot: CPU0: Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz (fam: 06, model: 25, stepping: 05)
Oct 22 18:27:56 mbp62 kernel: Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
Oct 22 18:27:56 mbp62 kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
Oct 22 18:27:56 mbp62 kernel: ... version: 3
Oct 22 18:27:56 mbp62 kernel: ... bit width: 48
Oct 22 18:27:56 mbp62 kernel: ... generic registers: 4
Oct 22 18:27:56 mbp62 kernel: ... value mask: 0000ffffffffffff
Oct 22 18:27:56 mbp62 kernel: ... max period: 000000007fffffff
Oct 22 18:27:56 mbp62 kernel: ... fixed-purpose events: 3
Oct 22 18:27:56 mbp62 kernel: ... event mask: 000000070000000f
Oct 22 18:27:56 mbp62 kernel: x86: Booting SMP configuration:
Oct 22 18:27:56 mbp62 kernel: .... node #0, CPUs: #1
Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
Oct 22 18:27:56 mbp62 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 22 18:27:56 mbp62 kernel: #2
Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
Oct 22 18:27:56 mbp62 kernel: #3
Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
Oct 22 18:27:56 mbp62 kernel: x86: Booted up 1 node, 4 CPUs
Oct 22 18:27:56 mbp62 kernel: smpboot: Total of 4 processors activated (19159.50 BogoMIPS)
Oct 22 18:27:56 mbp62 kernel: devtmpfs: initialized
Oct 22 18:27:56 mbp62 kernel: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
Oct 22 18:27:56 mbp62 kernel: PM: Registering ACPI NVS region [mem 0x8b673000-0x8b6eefff] (507904 bytes)
Oct 22 18:27:56 mbp62 kernel: pinctrl core: initialized pinctrl subsystem
Oct 22 18:27:56 mbp62 kernel: RTC time: 15:27:18, date: 10/22/14
Oct 22 18:27:56 mbp62 kernel: NET: Registered protocol family 16
Oct 22 18:27:56 mbp62 kernel: cpuidle: using governor ladder
Oct 22 18:27:56 mbp62 kernel: cpuidle: using governor menu
Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PCI registered
Oct 22 18:27:56 mbp62 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000)
Oct 22 18:27:56 mbp62 kernel: PCI: not using MMCONFIG
Oct 22 18:27:56 mbp62 kernel: PCI: Using configuration type 1 for base access
Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Module Device)
Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Processor Device)
Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 22 18:27:56 mbp62 kernel: ACPI : EC: EC description table is found, configuring boot EC
Oct 22 18:27:56 mbp62 kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 22 18:27:56 mbp62 kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF8801654B0C00 0003F7 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF880165738000 0006E5 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF880165711000 0003A4 (v01 PmRef ApIst 00003000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF8801656E1800 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: Interpreter enabled
Oct 22 18:27:56 mbp62 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
Oct 22 18:27:56 mbp62 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
Oct 22 18:27:56 mbp62 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 22 18:27:56 mbp62 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000)
Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe06fffff] reserved in ACPI motherboard resources
Oct 22 18:27:56 mbp62 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 22 18:27:56 mbp62 kernel: \_SB_.PCI0:_OSC invalid UUID
Oct 22 18:27:56 mbp62 kernel: _OSC request data:1 1f 0
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-06] only partially covers this bridge
Oct 22 18:27:56 mbp62 kernel: PCI host bridge to bus 0000:00
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xfeafffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc1400000-0xc17fffff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x20: [io 0x3130-0x3137]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.0: [8086:3b3b] type 00 class 0x0c0300
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.0: reg 0x20: [io 0x3100-0x311f]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: [8086:3b3c] type 00 class 0x0c0320
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xc1d05c00-0xc1d05fff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xc1d00000-0xc1d03fff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.0: [8086:3b36] type 00 class 0x0c0300
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.0: reg 0x20: [io 0x30a0-0x30bf]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: [8086:3b34] type 00 class 0x0c0320
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xc1d05800-0xc1d05bff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x10: [io 0x3128-0x312f]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x14: [io 0x313c-0x313f]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x18: [io 0x3120-0x3127]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x3138-0x313b]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x20: [io 0x3020-0x303f]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xc1d05000-0xc1d057ff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: PME# supported from D3hot
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc1d06000-0xc1d060ff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xc1d04000-0xc1d04fff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xc10fffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: [14e4:1684] type 00 class 0x020000
Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: reg 0x10: [mem 0xc1c00000-0xc1c0ffff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [mem 0xc1c00000-0xc1cfffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: [14e4:4353] type 00 class 0x028000
Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc1b00000-0xc1b03fff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: supports D1 D2
Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [mem 0xc1b00000-0xc1bfffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: [11c1:5901] type 00 class 0x0c0010
Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xc1a00000-0xc1a00fff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: supports D1 D2
Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [mem 0xc1a00000-0xc1afffff]
Oct 22 18:27:56 mbp62 kernel: acpiphp: Slot [1] registered
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: PCI bridge to [bus 05]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [mem 0xc1900000-0xc19fffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0xc1800000-0xc18fffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x90000000-0xfeafffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Oct 22 18:27:56 mbp62 kernel: PCI host bridge to bus 0000:ff
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:ff: root bus resource [bus ff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
Oct 22 18:27:56 mbp62 kernel: ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
Oct 22 18:27:56 mbp62 kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Oct 22 18:27:56 mbp62 kernel: vgaarb: loaded
Oct 22 18:27:56 mbp62 kernel: vgaarb: bridge control possible 0000:00:02.0
Oct 22 18:27:56 mbp62 kernel: PCI: Using ACPI for IRQ routing
Oct 22 18:27:56 mbp62 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b673000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b6f5000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b737000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b785000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b7f6000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: NetLabel: Initializing
Oct 22 18:27:56 mbp62 kernel: NetLabel: domain hash size = 128
Oct 22 18:27:56 mbp62 kernel: NetLabel: protocols = UNLABELED CIPSOv4
Oct 22 18:27:56 mbp62 kernel: NetLabel: unlabeled traffic allowed by default
Oct 22 18:27:56 mbp62 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 22 18:27:56 mbp62 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Oct 22 18:27:56 mbp62 kernel: Switched to clocksource hpet
Oct 22 18:27:56 mbp62 kernel: pnp: PnP ACPI init
Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PNP registered
Oct 22 18:27:56 mbp62 kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0680-0x069f] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x1000-0x100f] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0xffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0xffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0400-0x047f] could not be reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0500-0x057f] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x164e-0x164f] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 22 18:27:56 mbp62 kernel: system 00:02: [io 0x06a0-0x06af] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:02: [io 0x06b0-0x06ff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 22 18:27:56 mbp62 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 22 18:27:56 mbp62 kernel: pnp 00:04: Plug and Play ACPI device, IDs APP000b (active)
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed10000-0xfed13fff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xe0000000-0xefffffff] could not be reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfeb00000-0xfeb03fff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 22 18:27:56 mbp62 kernel: pnp: PnP ACPI: found 6 devices
Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PNP unregistered
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_r

It appears my systemd (v216 as of today) user session configuration has gone bad, and no longer works.
I reboot after the most recent set of updates, and my user session (backed by [email protected] and was relying on loginctl enable-linger's to spin up user instance services) has a long delay, from 5-30+ seconds, and then fails and cleans up the session.
journalctl --this-boot --no-page | grep pam_systemd
Oct 22 18:28:34 mbp62 login[894]: pam_systemd(login:session): pam-systemd initializing
Oct 22 18:28:34 mbp62 login[894]: pam_systemd(login:session): Asking logind to create session: uid=1000 pid=894 service=login type=tty class=user desktop= seat= vtnr=0 tty=tty1 display= remote=no remote_user= remote_host=
Oct 22 18:28:34 mbp62 systemd[1059]: pam_systemd(systemd-user:session): pam-systemd initializing
Oct 22 18:28:59 mbp62 login[894]: pam_systemd(login:session): Failed to create session: Connection timed out
This has happened consistently after every boot I have down.  I attempted to re-update to make sure I am current.  I double checked systemd user configuration on the wiki and I seem ok.  It had close to year without an issue.  Double-checked for pacdiff and a few files for different .pacnew files from packages, but none related to systemd or pam as far as I can see.
I also tried searching for others experiencing this exact error, and it appears to be a symptom of different root causes (wonderful).  I found a recentish menion on BBS andand another in a bug, and I am not sure how any can relate to my situation.
I have also tried to get debug output for pam_systemd.so with these two variants in /etc/pam.d/system-login, after finding the man page and to no avail.
#%PAM-1.0
auth required pam_tally.so onerr=succeed file=/var/log/faillog
auth required pam_shells.so
auth requisite pam_nologin.so
auth include system-auth
account required pam_access.so
account required pam_nologin.so
account include system-auth
password include system-auth
session optional pam_loginuid.so
session include system-auth
session optional pam_motd.so motd=/etc/motd
session optional pam_mail.so dir=/var/spool/mail standard quiet
-session optional pam_systemd.so debug
session required pam_env.so
or
#%PAM-1.0
auth required pam_tally.so onerr=succeed file=/var/log/faillog
auth required pam_shells.so
auth requisite pam_nologin.so
auth include system-auth
account required pam_access.so
account required pam_nologin.so
account include system-auth
password include system-auth
session optional pam_loginuid.so
session include system-auth
session optional pam_motd.so motd=/etc/motd
session optional pam_mail.so dir=/var/spool/mail standard quiet
-session optional pam_systemd.so debug=yes
session required pam_env.so
So I cannot get those to work.  I am not sure how to turn up the info to debug further and resolve this.  Any help?
Fool --this-boot journalctl log is below.
-- Logs begin at Thu 2014-03-27 12:56:02 AST, end at Wed 2014-10-22 21:35:55 AST. --
Oct 22 18:27:56 mbp62 systemd-journal[229]: Runtime journal is using 8.0M (max allowed 250.0M, trying to leave 286.5M free of 1.8G available → current limit 250.0M).
Oct 22 18:27:56 mbp62 systemd-journal[229]: Runtime journal is using 8.0M (max allowed 250.0M, trying to leave 286.5M free of 1.8G available → current limit 250.0M).
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpuset
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpu
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys cpuacct
Oct 22 18:27:56 mbp62 kernel: Linux version 3.16.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.1 20140903 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Oct 6 08:22:27 CEST 2014
Oct 22 18:27:56 mbp62 kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=982a60fb-4e98-4afc-b1a6-86d84ec44d10 rw cryptdevice=/dev/disk/by-uuid/298d8263-0546-4329-9ed0-a52c021f949f:vgmain resume=/dev/mapper/vgmain-lvswap i915.lvds_channel_mode=2 i915.lvds_use_ssc=0 i915.lvds_downclock=1 i915.enable_rc6=7 i915.enable_fbc=1 i915.modeset=1 radeon.modeset=0 nouveau.modeset=0 pcie_aspm=force video=efifb atkbd.reset quiet
Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
Oct 22 18:27:56 mbp62 kernel: e820: BIOS-provided physical RAM map:
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000008dfff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000000008e000-0x000000000008efff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008b672fff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b673000-0x000000008b6eefff] ACPI NVS
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b6ef000-0x000000008b6f4fff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b6f5000-0x000000008b70efff] ACPI data
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b70f000-0x000000008b736fff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b737000-0x000000008b75efff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b75f000-0x000000008b784fff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b785000-0x000000008b7aefff] type 20
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b7af000-0x000000008b7f5fff] usable
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008b7f6000-0x000000008bffffff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x000000008de00000-0x000000008fffffff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x00000000ffec4000-0x00000000ffee7fff] reserved
Oct 22 18:27:56 mbp62 kernel: BIOS-e820: [mem 0x0000000100000000-0x000000016bffffff] usable
Oct 22 18:27:56 mbp62 kernel: NX (Execute Disable) protection: active
Oct 22 18:27:56 mbp62 kernel: efi: EFI v1.10 by Apple
Oct 22 18:27:56 mbp62 kernel: efi: ACPI=0x8b70e000 ACPI 2.0=0x8b70e014 SMBIOS=0x8b674000
Oct 22 18:27:56 mbp62 kernel: efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x000000000008e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem01: type=0, attr=0xf, range=[0x000000000008e000-0x000000000008f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem02: type=10, attr=0xf, range=[0x000000000008f000-0x0000000000090000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem03: type=7, attr=0xf, range=[0x0000000000090000-0x00000000000a0000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem04: type=2, attr=0xf, range=[0x0000000000100000-0x0000000001047000) (15MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem05: type=7, attr=0xf, range=[0x0000000001047000-0x0000000002000000) (15MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem06: type=2, attr=0xf, range=[0x0000000002000000-0x0000000002f47000) (15MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem07: type=7, attr=0xf, range=[0x0000000002f47000-0x0000000035c6a000) (813MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem08: type=2, attr=0xf, range=[0x0000000035c6a000-0x0000000036e2d000) (17MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem09: type=7, attr=0xf, range=[0x0000000036e2d000-0x000000006683e000) (762MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem10: type=2, attr=0xf, range=[0x000000006683e000-0x0000000088b1c000) (546MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem11: type=4, attr=0xf, range=[0x0000000088b1c000-0x0000000088f1f000) (4MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem12: type=7, attr=0xf, range=[0x0000000088f1f000-0x0000000088f22000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem13: type=4, attr=0xf, range=[0x0000000088f22000-0x0000000089166000) (2MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem14: type=7, attr=0xf, range=[0x0000000089166000-0x0000000089167000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem15: type=4, attr=0xf, range=[0x0000000089167000-0x000000008967f000) (5MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem16: type=3, attr=0xf, range=[0x000000008967f000-0x0000000089682000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem17: type=4, attr=0xf, range=[0x0000000089682000-0x0000000089dad000) (7MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem18: type=7, attr=0xf, range=[0x0000000089dad000-0x0000000089dce000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem19: type=1, attr=0xf, range=[0x0000000089dce000-0x0000000089dec000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem20: type=7, attr=0xf, range=[0x0000000089dec000-0x0000000089e0b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem21: type=4, attr=0xf, range=[0x0000000089e0b000-0x0000000089f5d000) (1MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem22: type=3, attr=0xf, range=[0x0000000089f5d000-0x0000000089f8f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem23: type=4, attr=0xf, range=[0x0000000089f8f000-0x0000000089f96000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem24: type=3, attr=0xf, range=[0x0000000089f96000-0x0000000089f97000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem25: type=4, attr=0xf, range=[0x0000000089f97000-0x0000000089f98000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem26: type=3, attr=0xf, range=[0x0000000089f98000-0x0000000089f99000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem27: type=4, attr=0xf, range=[0x0000000089f99000-0x0000000089f9d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem28: type=3, attr=0xf, range=[0x0000000089f9d000-0x0000000089fa4000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem29: type=4, attr=0xf, range=[0x0000000089fa4000-0x0000000089fad000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem30: type=3, attr=0xf, range=[0x0000000089fad000-0x0000000089fb0000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem31: type=4, attr=0xf, range=[0x0000000089fb0000-0x0000000089fcb000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem32: type=3, attr=0xf, range=[0x0000000089fcb000-0x000000008a000000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem33: type=4, attr=0xf, range=[0x000000008a000000-0x000000008a003000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem34: type=3, attr=0xf, range=[0x000000008a003000-0x000000008a02f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem35: type=4, attr=0xf, range=[0x000000008a02f000-0x000000008a033000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem36: type=3, attr=0xf, range=[0x000000008a033000-0x000000008a038000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem37: type=4, attr=0xf, range=[0x000000008a038000-0x000000008a03d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem38: type=3, attr=0xf, range=[0x000000008a03d000-0x000000008a041000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem39: type=4, attr=0xf, range=[0x000000008a041000-0x000000008a045000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem40: type=3, attr=0xf, range=[0x000000008a045000-0x000000008a059000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem41: type=4, attr=0xf, range=[0x000000008a059000-0x000000008a05b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem42: type=3, attr=0xf, range=[0x000000008a05b000-0x000000008a05e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem43: type=4, attr=0xf, range=[0x000000008a05e000-0x000000008a061000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem44: type=3, attr=0xf, range=[0x000000008a061000-0x000000008a062000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem45: type=4, attr=0xf, range=[0x000000008a062000-0x000000008a063000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem46: type=3, attr=0xf, range=[0x000000008a063000-0x000000008a065000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem47: type=4, attr=0xf, range=[0x000000008a065000-0x000000008a068000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem48: type=3, attr=0xf, range=[0x000000008a068000-0x000000008a069000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem49: type=4, attr=0xf, range=[0x000000008a069000-0x000000008a06a000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem50: type=3, attr=0xf, range=[0x000000008a06a000-0x000000008a06b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem51: type=4, attr=0xf, range=[0x000000008a06b000-0x000000008a06d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem52: type=3, attr=0xf, range=[0x000000008a06d000-0x000000008a06e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem53: type=4, attr=0xf, range=[0x000000008a06e000-0x000000008a070000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem54: type=3, attr=0xf, range=[0x000000008a070000-0x000000008a07c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem55: type=4, attr=0xf, range=[0x000000008a07c000-0x000000008a07f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem56: type=3, attr=0xf, range=[0x000000008a07f000-0x000000008a082000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem57: type=4, attr=0xf, range=[0x000000008a082000-0x000000008a083000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem58: type=3, attr=0xf, range=[0x000000008a083000-0x000000008a08d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem59: type=4, attr=0xf, range=[0x000000008a08d000-0x000000008a08f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem60: type=3, attr=0xf, range=[0x000000008a08f000-0x000000008a095000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem61: type=4, attr=0xf, range=[0x000000008a095000-0x000000008a097000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem62: type=3, attr=0xf, range=[0x000000008a097000-0x000000008a099000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem63: type=4, attr=0xf, range=[0x000000008a099000-0x000000008a09c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem64: type=3, attr=0xf, range=[0x000000008a09c000-0x000000008a0aa000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem65: type=4, attr=0xf, range=[0x000000008a0aa000-0x000000008a0b1000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem66: type=3, attr=0xf, range=[0x000000008a0b1000-0x000000008a0b9000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem67: type=4, attr=0xf, range=[0x000000008a0b9000-0x000000008a0bb000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem68: type=3, attr=0xf, range=[0x000000008a0bb000-0x000000008a0bd000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem69: type=4, attr=0xf, range=[0x000000008a0bd000-0x000000008a0c1000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem70: type=3, attr=0xf, range=[0x000000008a0c1000-0x000000008a0c4000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem71: type=4, attr=0xf, range=[0x000000008a0c4000-0x000000008a0c7000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem72: type=3, attr=0xf, range=[0x000000008a0c7000-0x000000008a0cb000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem73: type=4, attr=0xf, range=[0x000000008a0cb000-0x000000008a0cc000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem74: type=3, attr=0xf, range=[0x000000008a0cc000-0x000000008a0cf000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem75: type=4, attr=0xf, range=[0x000000008a0cf000-0x000000008a0d0000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem76: type=3, attr=0xf, range=[0x000000008a0d0000-0x000000008a0e5000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem77: type=4, attr=0xf, range=[0x000000008a0e5000-0x000000008a0e7000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem78: type=3, attr=0xf, range=[0x000000008a0e7000-0x000000008a0f3000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem79: type=4, attr=0xf, range=[0x000000008a0f3000-0x000000008a0f5000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem80: type=3, attr=0xf, range=[0x000000008a0f5000-0x000000008a0fb000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem81: type=4, attr=0xf, range=[0x000000008a0fb000-0x000000008a0fc000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem82: type=3, attr=0xf, range=[0x000000008a0fc000-0x000000008a100000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem83: type=4, attr=0xf, range=[0x000000008a100000-0x000000008a101000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem84: type=3, attr=0xf, range=[0x000000008a101000-0x000000008a103000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem85: type=4, attr=0xf, range=[0x000000008a103000-0x000000008a104000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem86: type=3, attr=0xf, range=[0x000000008a104000-0x000000008a105000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem87: type=4, attr=0xf, range=[0x000000008a105000-0x000000008a107000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem88: type=3, attr=0xf, range=[0x000000008a107000-0x000000008a10e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem89: type=4, attr=0xf, range=[0x000000008a10e000-0x000000008a10f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem90: type=3, attr=0xf, range=[0x000000008a10f000-0x000000008a118000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem91: type=4, attr=0xf, range=[0x000000008a118000-0x000000008a119000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem92: type=3, attr=0xf, range=[0x000000008a119000-0x000000008a126000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem93: type=4, attr=0xf, range=[0x000000008a126000-0x000000008a127000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem94: type=3, attr=0xf, range=[0x000000008a127000-0x000000008a12a000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem95: type=4, attr=0xf, range=[0x000000008a12a000-0x000000008a12c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem96: type=3, attr=0xf, range=[0x000000008a12c000-0x000000008a12d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem97: type=4, attr=0xf, range=[0x000000008a12d000-0x000000008a131000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem98: type=3, attr=0xf, range=[0x000000008a131000-0x000000008a135000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem99: type=4, attr=0xf, range=[0x000000008a135000-0x000000008a136000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem100: type=3, attr=0xf, range=[0x000000008a136000-0x000000008a139000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem101: type=4, attr=0xf, range=[0x000000008a139000-0x000000008a13b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem102: type=3, attr=0xf, range=[0x000000008a13b000-0x000000008a13e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem103: type=4, attr=0xf, range=[0x000000008a13e000-0x000000008a144000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem104: type=3, attr=0xf, range=[0x000000008a144000-0x000000008a14b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem105: type=4, attr=0xf, range=[0x000000008a14b000-0x000000008a157000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem106: type=3, attr=0xf, range=[0x000000008a157000-0x000000008a158000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem107: type=4, attr=0xf, range=[0x000000008a158000-0x000000008a15a000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem108: type=3, attr=0xf, range=[0x000000008a15a000-0x000000008a15c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem109: type=4, attr=0xf, range=[0x000000008a15c000-0x000000008a164000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem110: type=3, attr=0xf, range=[0x000000008a164000-0x000000008a168000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem111: type=4, attr=0xf, range=[0x000000008a168000-0x000000008a16e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem112: type=3, attr=0xf, range=[0x000000008a16e000-0x000000008a16f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem113: type=4, attr=0xf, range=[0x000000008a16f000-0x000000008a171000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem114: type=3, attr=0xf, range=[0x000000008a171000-0x000000008a174000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem115: type=4, attr=0xf, range=[0x000000008a174000-0x000000008a176000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem116: type=3, attr=0xf, range=[0x000000008a176000-0x000000008a178000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem117: type=4, attr=0xf, range=[0x000000008a178000-0x000000008a1fc000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem118: type=3, attr=0xf, range=[0x000000008a1fc000-0x000000008a21b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem119: type=4, attr=0xf, range=[0x000000008a21b000-0x000000008a21d000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem120: type=3, attr=0xf, range=[0x000000008a21d000-0x000000008a228000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem121: type=4, attr=0xf, range=[0x000000008a228000-0x000000008a240000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem122: type=3, attr=0xf, range=[0x000000008a240000-0x000000008a244000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem123: type=4, attr=0xf, range=[0x000000008a244000-0x000000008a24e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem124: type=3, attr=0xf, range=[0x000000008a24e000-0x000000008a24f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem125: type=4, attr=0xf, range=[0x000000008a24f000-0x000000008a251000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem126: type=3, attr=0xf, range=[0x000000008a251000-0x000000008a255000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem127: type=4, attr=0xf, range=[0x000000008a255000-0x000000008a256000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem128: type=3, attr=0xf, range=[0x000000008a256000-0x000000008a257000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem129: type=4, attr=0xf, range=[0x000000008a257000-0x000000008a25b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem130: type=3, attr=0xf, range=[0x000000008a25b000-0x000000008a25c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem131: type=4, attr=0xf, range=[0x000000008a25c000-0x000000008a25f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem132: type=3, attr=0xf, range=[0x000000008a25f000-0x000000008a270000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem133: type=4, attr=0xf, range=[0x000000008a270000-0x000000008a273000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem134: type=3, attr=0xf, range=[0x000000008a273000-0x000000008a27b000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem135: type=4, attr=0xf, range=[0x000000008a27b000-0x000000008a27c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem136: type=3, attr=0xf, range=[0x000000008a27c000-0x000000008a27e000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem137: type=4, attr=0xf, range=[0x000000008a27e000-0x000000008a280000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem138: type=3, attr=0xf, range=[0x000000008a280000-0x000000008a281000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem139: type=4, attr=0xf, range=[0x000000008a281000-0x000000008a282000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem140: type=3, attr=0xf, range=[0x000000008a282000-0x000000008a283000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem141: type=4, attr=0xf, range=[0x000000008a283000-0x000000008a285000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem142: type=3, attr=0xf, range=[0x000000008a285000-0x000000008a287000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem143: type=4, attr=0xf, range=[0x000000008a287000-0x000000008a71b000) (4MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem144: type=3, attr=0xf, range=[0x000000008a71b000-0x000000008a720000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem145: type=4, attr=0xf, range=[0x000000008a720000-0x000000008a721000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem146: type=3, attr=0xf, range=[0x000000008a721000-0x000000008a72a000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem147: type=4, attr=0xf, range=[0x000000008a72a000-0x000000008a72c000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem148: type=3, attr=0xf, range=[0x000000008a72c000-0x000000008a72f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem149: type=4, attr=0xf, range=[0x000000008a72f000-0x000000008a731000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem150: type=3, attr=0xf, range=[0x000000008a731000-0x000000008a732000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem151: type=4, attr=0xf, range=[0x000000008a732000-0x000000008a7a5000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem152: type=3, attr=0xf, range=[0x000000008a7a5000-0x000000008a7a6000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem153: type=4, attr=0xf, range=[0x000000008a7a6000-0x000000008a7a7000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem154: type=3, attr=0xf, range=[0x000000008a7a7000-0x000000008a7a8000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem155: type=4, attr=0xf, range=[0x000000008a7a8000-0x000000008a7cc000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem156: type=3, attr=0xf, range=[0x000000008a7cc000-0x000000008a7cd000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem157: type=4, attr=0xf, range=[0x000000008a7cd000-0x000000008b5ef000) (14MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem158: type=7, attr=0xf, range=[0x000000008b5ef000-0x000000008b673000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem159: type=10, attr=0xf, range=[0x000000008b673000-0x000000008b6ef000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem160: type=7, attr=0xf, range=[0x000000008b6ef000-0x000000008b6f5000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem161: type=9, attr=0xf, range=[0x000000008b6f5000-0x000000008b70f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem162: type=7, attr=0xf, range=[0x000000008b70f000-0x000000008b737000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem163: type=6, attr=0x800000000000000f, range=[0x000000008b737000-0x000000008b75f000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem164: type=7, attr=0xf, range=[0x000000008b75f000-0x000000008b785000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem165: type=5, attr=0x800000000000000f, range=[0x000000008b785000-0x000000008b7af000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem166: type=7, attr=0xf, range=[0x000000008b7af000-0x000000008b7e9000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem167: type=2, attr=0xf, range=[0x000000008b7e9000-0x000000008b7f6000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem168: type=0, attr=0xf, range=[0x000000008b7f6000-0x000000008b7ff000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem169: type=6, attr=0x800000000000000f, range=[0x000000008b7ff000-0x000000008b800000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem170: type=7, attr=0xf, range=[0x0000000100000000-0x000000016c000000) (1728MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem171: type=0, attr=0x8000000000000000, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem172: type=0, attr=0x8000000000000000, range=[0x000000008b800000-0x000000008c000000) (8MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem173: type=0, attr=0x8000000000000000, range=[0x000000008de00000-0x0000000090000000) (34MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem174: type=11, attr=0x8000000000000000, range=[0x00000000e00f8000-0x00000000e00f9000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem175: type=11, attr=0x8000000000000000, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
Oct 22 18:27:56 mbp62 kernel: efi: mem176: type=11, attr=0x8000000000000000, range=[0x00000000ffec4000-0x00000000ffee8000) (0MB)
Oct 22 18:27:56 mbp62 kernel: SMBIOS 2.4 present.
Oct 22 18:27:56 mbp62 kernel: DMI: Apple Inc. MacBookPro6,2/Mac-F22586C8, BIOS MBP61.88Z.0057.B0C.1007261552 07/26/10
Oct 22 18:27:56 mbp62 kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 22 18:27:56 mbp62 kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 22 18:27:56 mbp62 kernel: AGP: No AGP bridge found
Oct 22 18:27:56 mbp62 kernel: e820: last_pfn = 0x16c000 max_arch_pfn = 0x400000000
Oct 22 18:27:56 mbp62 kernel: MTRR default type: write-back
Oct 22 18:27:56 mbp62 kernel: MTRR fixed ranges enabled:
Oct 22 18:27:56 mbp62 kernel: 00000-9FFFF write-back
Oct 22 18:27:56 mbp62 kernel: A0000-BFFFF uncachable
Oct 22 18:27:56 mbp62 kernel: C0000-DFFFF write-protect
Oct 22 18:27:56 mbp62 kernel: E0000-FFFFF uncachable
Oct 22 18:27:56 mbp62 kernel: MTRR variable ranges enabled:
Oct 22 18:27:56 mbp62 kernel: 0 base 0C0000000 mask FC0000000 uncachable
Oct 22 18:27:56 mbp62 kernel: 1 base 0A0000000 mask FE0000000 uncachable
Oct 22 18:27:56 mbp62 kernel: 2 base 090000000 mask FF0000000 uncachable
Oct 22 18:27:56 mbp62 kernel: 3 base 08C000000 mask FFC000000 uncachable
Oct 22 18:27:56 mbp62 kernel: 4 disabled
Oct 22 18:27:56 mbp62 kernel: 5 disabled
Oct 22 18:27:56 mbp62 kernel: 6 disabled
Oct 22 18:27:56 mbp62 kernel: 7 disabled
Oct 22 18:27:56 mbp62 kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
Oct 22 18:27:56 mbp62 kernel: e820: last_pfn = 0x8b7f6 max_arch_pfn = 0x400000000
Oct 22 18:27:56 mbp62 kernel: Scanning 1 areas for low memory corruption
Oct 22 18:27:56 mbp62 kernel: Base memory trampoline at [ffff880000099000] 99000 size 24576
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x00000000-0x000fffff] page 4k
Oct 22 18:27:56 mbp62 kernel: BRK [0x02b23000, 0x02b23fff] PGTABLE
Oct 22 18:27:56 mbp62 kernel: BRK [0x02b24000, 0x02b24fff] PGTABLE
Oct 22 18:27:56 mbp62 kernel: BRK [0x02b25000, 0x02b25fff] PGTABLE
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x16be00000-0x16bffffff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x16be00000-0x16bffffff] page 2M
Oct 22 18:27:56 mbp62 kernel: BRK [0x02b26000, 0x02b26fff] PGTABLE
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x168000000-0x16bdfffff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x168000000-0x16bdfffff] page 2M
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x100000000-0x167ffffff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x100000000-0x167ffffff] page 2M
Oct 22 18:27:56 mbp62 kernel: BRK [0x02b27000, 0x02b27fff] PGTABLE
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x00100000-0x8b672fff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x00100000-0x001fffff] page 4k
Oct 22 18:27:56 mbp62 kernel: [mem 0x00200000-0x8b5fffff] page 2M
Oct 22 18:27:56 mbp62 kernel: [mem 0x8b600000-0x8b672fff] page 4k
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b6ef000-0x8b6f4fff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x8b6ef000-0x8b6f4fff] page 4k
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b70f000-0x8b736fff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x8b70f000-0x8b736fff] page 4k
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b75f000-0x8b784fff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x8b75f000-0x8b784fff] page 4k
Oct 22 18:27:56 mbp62 kernel: init_memory_mapping: [mem 0x8b7af000-0x8b7f5fff]
Oct 22 18:27:56 mbp62 kernel: [mem 0x8b7af000-0x8b7f5fff] page 4k
Oct 22 18:27:56 mbp62 kernel: RAMDISK: [mem 0x35c6a000-0x36e2cfff]
Oct 22 18:27:56 mbp62 kernel: ACPI: Early table checksum verification disabled
Oct 22 18:27:56 mbp62 kernel: ACPI: RSDP 0x000000008B70E014 000024 (v02 APPLE )
Oct 22 18:27:56 mbp62 kernel: ACPI: XSDT 0x000000008B70E1C0 00007C (v01 APPLE Apple00 00000057 01000013)
Oct 22 18:27:56 mbp62 kernel: ACPI: FACP 0x000000008B70B000 0000F4 (v04 APPLE Apple00 00000057 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: DSDT 0x000000008B6FD000 00746E (v01 APPLE MacBookP 00060001 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: FACS 0x000000008B67A000 000040
Oct 22 18:27:56 mbp62 kernel: ACPI: ASF! 0x000000008B70D000 0000A5 (v32 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: HPET 0x000000008B70A000 000038 (v01 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: APIC 0x000000008B709000 0000BC (v01 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: APIC 0x000000008B708000 0000BC (v02 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: SBST 0x000000008B706000 000030 (v01 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: ECDT 0x000000008B705000 000053 (v01 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6FA000 00020D (v01 APPLE SataAhci 00001000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6F7000 000522 (v01 APPLE UsbNoRmh 00001000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0x000000008B6F5000 000A10 (v01 PmRef CpuPm 00003000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: MCFG 0x000000008B707000 00003C (v01 APPLE Apple00 00000001 Loki 0000005F)
Oct 22 18:27:56 mbp62 kernel: ACPI: BIOS bug: multiple APIC/MADT found, using 0
Oct 22 18:27:56 mbp62 kernel: ACPI: If "acpi_apic_instance=2" works better, notify [email protected]
Oct 22 18:27:56 mbp62 kernel: ACPI: Local APIC address 0xfee00000
Oct 22 18:27:56 mbp62 kernel: No NUMA configuration found
Oct 22 18:27:56 mbp62 kernel: Faking a node at [mem 0x0000000000000000-0x000000016bffffff]
Oct 22 18:27:56 mbp62 kernel: Initmem setup node 0 [mem 0x00000000-0x16bffffff]
Oct 22 18:27:56 mbp62 kernel: NODE_DATA [mem 0x16bff8000-0x16bffcfff]
Oct 22 18:27:56 mbp62 kernel: [ffffea0000000000-ffffea0005bfffff] PMD -> [ffff880167600000-ffff88016b5fffff] on node 0
Oct 22 18:27:56 mbp62 kernel: Zone ranges:
Oct 22 18:27:56 mbp62 kernel: DMA [mem 0x00001000-0x00ffffff]
Oct 22 18:27:56 mbp62 kernel: DMA32 [mem 0x01000000-0xffffffff]
Oct 22 18:27:56 mbp62 kernel: Normal [mem 0x100000000-0x16bffffff]
Oct 22 18:27:56 mbp62 kernel: Movable zone start for each node
Oct 22 18:27:56 mbp62 kernel: Early memory node ranges
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00001000-0x0008dfff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00090000-0x0009ffff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x00100000-0x8b672fff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b6ef000-0x8b6f4fff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b70f000-0x8b736fff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b75f000-0x8b784fff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x8b7af000-0x8b7f5fff]
Oct 22 18:27:56 mbp62 kernel: node 0: [mem 0x100000000-0x16bffffff]
Oct 22 18:27:56 mbp62 kernel: On node 0 totalpages: 1013419
Oct 22 18:27:56 mbp62 kernel: DMA zone: 64 pages used for memmap
Oct 22 18:27:56 mbp62 kernel: DMA zone: 25 pages reserved
Oct 22 18:27:56 mbp62 kernel: DMA zone: 3997 pages, LIFO batch:0
Oct 22 18:27:56 mbp62 kernel: DMA32 zone: 8861 pages used for memmap
Oct 22 18:27:56 mbp62 kernel: DMA32 zone: 567054 pages, LIFO batch:31
Oct 22 18:27:56 mbp62 kernel: Normal zone: 6912 pages used for memmap
Oct 22 18:27:56 mbp62 kernel: Normal zone: 442368 pages, LIFO batch:31
Oct 22 18:27:56 mbp62 kernel: Reserving Intel graphics stolen memory at 0x8e000000-0x8fffffff
Oct 22 18:27:56 mbp62 kernel: ACPI: PM-Timer IO Port: 0x408
Oct 22 18:27:56 mbp62 kernel: ACPI: Local APIC address 0xfee00000
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x05] enabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 22 18:27:56 mbp62 kernel: ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
Oct 22 18:27:56 mbp62 kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Oct 22 18:27:56 mbp62 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 22 18:27:56 mbp62 kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ0 used by override.
Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ2 used by override.
Oct 22 18:27:56 mbp62 kernel: ACPI: IRQ9 used by override.
Oct 22 18:27:56 mbp62 kernel: Using ACPI (MADT) for SMP configuration information
Oct 22 18:27:56 mbp62 kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Oct 22 18:27:56 mbp62 kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Oct 22 18:27:56 mbp62 kernel: nr_irqs_gsi: 40
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x0008e000-0x0008efff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b673000-0x8b6eefff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b6f5000-0x8b70efff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b737000-0x8b75efff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b785000-0x8b7aefff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8b7f6000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8c000000-0x8ddfffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x8de00000-0x8fffffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0x90000000-0xe00f7fff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xe00f9000-0xfed1bfff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xfed20000-0xffec3fff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xffec4000-0xffee7fff]
Oct 22 18:27:56 mbp62 kernel: PM: Registered nosave memory: [mem 0xffee8000-0xffffffff]
Oct 22 18:27:56 mbp62 kernel: e820: [mem 0x90000000-0xe00f7fff] available for PCI devices
Oct 22 18:27:56 mbp62 kernel: Booting paravirtualized kernel on bare hardware
Oct 22 18:27:56 mbp62 kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
Oct 22 18:27:56 mbp62 kernel: PERCPU: Embedded 29 pages/cpu @ffff88016bc00000 s86784 r8192 d23808 u262144
Oct 22 18:27:56 mbp62 kernel: pcpu-alloc: s86784 r8192 d23808 u262144 alloc=1*2097152
Oct 22 18:27:56 mbp62 kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
Oct 22 18:27:56 mbp62 kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 997557
Oct 22 18:27:56 mbp62 kernel: Policy zone: Normal
Oct 22 18:27:56 mbp62 kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=982a60fb-4e98-4afc-b1a6-86d84ec44d10 rw cryptdevice=/dev/disk/by-uuid/298d8263-0546-4329-9ed0-a52c021f949f:vgmain resume=/dev/mapper/vgmain-lvswap i915.lvds_channel_mode=2 i915.lvds_use_ssc=0 i915.lvds_downclock=1 i915.enable_rc6=7 i915.enable_fbc=1 i915.modeset=1 radeon.modeset=0 nouveau.modeset=0 pcie_aspm=force video=efifb atkbd.reset quiet
Oct 22 18:27:56 mbp62 kernel: PCIe ASPM is forcibly enabled
Oct 22 18:27:56 mbp62 kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
Oct 22 18:27:56 mbp62 kernel: AGP: Checking aperture...
Oct 22 18:27:56 mbp62 kernel: AGP: No AGP bridge found
Oct 22 18:27:56 mbp62 kernel: Calgary: detecting Calgary via BIOS EBDA area
Oct 22 18:27:56 mbp62 kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Oct 22 18:27:56 mbp62 kernel: Memory: 3847700K/4053676K available (5336K kernel code, 887K rwdata, 1688K rodata, 1128K init, 1164K bss, 205976K reserved)
Oct 22 18:27:56 mbp62 kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Oct 22 18:27:56 mbp62 kernel: Preemptible hierarchical RCU implementation.
Oct 22 18:27:56 mbp62 kernel: RCU dyntick-idle grace-period acceleration is enabled.
Oct 22 18:27:56 mbp62 kernel: Dump stacks of tasks blocking RCU-preempt GP.
Oct 22 18:27:56 mbp62 kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
Oct 22 18:27:56 mbp62 kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Oct 22 18:27:56 mbp62 kernel: NR_IRQS:8448 nr_irqs:744 16
Oct 22 18:27:56 mbp62 kernel: Console: colour dummy device 80x25
Oct 22 18:27:56 mbp62 kernel: console [tty0] enabled
Oct 22 18:27:56 mbp62 kernel: allocated 16777216 bytes of page_cgroup
Oct 22 18:27:56 mbp62 kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
Oct 22 18:27:56 mbp62 kernel: hpet clockevent registered
Oct 22 18:27:56 mbp62 kernel: tsc: Fast TSC calibration using PIT
Oct 22 18:27:56 mbp62 kernel: tsc: Detected 2393.940 MHz processor
Oct 22 18:27:56 mbp62 kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.37 BogoMIPS (lpj=7979800)
Oct 22 18:27:56 mbp62 kernel: pid_max: default: 32768 minimum: 301
Oct 22 18:27:56 mbp62 kernel: ACPI: Core revision 20140424
Oct 22 18:27:56 mbp62 kernel: ACPI: All ACPI Tables successfully acquired
Oct 22 18:27:56 mbp62 kernel: Security Framework initialized
Oct 22 18:27:56 mbp62 kernel: Yama: becoming mindful.
Oct 22 18:27:56 mbp62 kernel: Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
Oct 22 18:27:56 mbp62 kernel: Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
Oct 22 18:27:56 mbp62 kernel: Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
Oct 22 18:27:56 mbp62 kernel: Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys memory
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys devices
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys freezer
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys net_cls
Oct 22 18:27:56 mbp62 kernel: Initializing cgroup subsys blkio
Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
Oct 22 18:27:56 mbp62 kernel: CPU: Physical Processor ID: 0
Oct 22 18:27:56 mbp62 kernel: CPU: Processor Core ID: 0
Oct 22 18:27:56 mbp62 kernel: mce: CPU supports 9 MCE banks
Oct 22 18:27:56 mbp62 kernel: CPU0: Thermal monitoring enabled (TM1)
Oct 22 18:27:56 mbp62 kernel: Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
tlb_flushall_shift: 6
Oct 22 18:27:56 mbp62 kernel: Freeing SMP alternatives memory: 20K (ffffffff819f9000 - ffffffff819fe000)
Oct 22 18:27:56 mbp62 kernel: ftrace: allocating 20445 entries in 80 pages
Oct 22 18:27:56 mbp62 kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 22 18:27:56 mbp62 kernel: smpboot: CPU0: Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz (fam: 06, model: 25, stepping: 05)
Oct 22 18:27:56 mbp62 kernel: Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
Oct 22 18:27:56 mbp62 kernel: perf_event_intel: CPUID marked event: 'bus cycles' unavailable
Oct 22 18:27:56 mbp62 kernel: ... version: 3
Oct 22 18:27:56 mbp62 kernel: ... bit width: 48
Oct 22 18:27:56 mbp62 kernel: ... generic registers: 4
Oct 22 18:27:56 mbp62 kernel: ... value mask: 0000ffffffffffff
Oct 22 18:27:56 mbp62 kernel: ... max period: 000000007fffffff
Oct 22 18:27:56 mbp62 kernel: ... fixed-purpose events: 3
Oct 22 18:27:56 mbp62 kernel: ... event mask: 000000070000000f
Oct 22 18:27:56 mbp62 kernel: x86: Booting SMP configuration:
Oct 22 18:27:56 mbp62 kernel: .... node #0, CPUs: #1
Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
Oct 22 18:27:56 mbp62 kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
Oct 22 18:27:56 mbp62 kernel: #2
Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
Oct 22 18:27:56 mbp62 kernel: #3
Oct 22 18:27:56 mbp62 kernel: Disabled fast string operations
Oct 22 18:27:56 mbp62 kernel: x86: Booted up 1 node, 4 CPUs
Oct 22 18:27:56 mbp62 kernel: smpboot: Total of 4 processors activated (19159.50 BogoMIPS)
Oct 22 18:27:56 mbp62 kernel: devtmpfs: initialized
Oct 22 18:27:56 mbp62 kernel: PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
Oct 22 18:27:56 mbp62 kernel: PM: Registering ACPI NVS region [mem 0x8b673000-0x8b6eefff] (507904 bytes)
Oct 22 18:27:56 mbp62 kernel: pinctrl core: initialized pinctrl subsystem
Oct 22 18:27:56 mbp62 kernel: RTC time: 15:27:18, date: 10/22/14
Oct 22 18:27:56 mbp62 kernel: NET: Registered protocol family 16
Oct 22 18:27:56 mbp62 kernel: cpuidle: using governor ladder
Oct 22 18:27:56 mbp62 kernel: cpuidle: using governor menu
Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PCI registered
Oct 22 18:27:56 mbp62 kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000)
Oct 22 18:27:56 mbp62 kernel: PCI: not using MMCONFIG
Oct 22 18:27:56 mbp62 kernel: PCI: Using configuration type 1 for base access
Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Module Device)
Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Processor Device)
Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Oct 22 18:27:56 mbp62 kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 22 18:27:56 mbp62 kernel: ACPI : EC: EC description table is found, configuring boot EC
Oct 22 18:27:56 mbp62 kernel: ACPI: Executed 1 blocks of module-level executable AML code
Oct 22 18:27:56 mbp62 kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF8801654B0C00 0003F7 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF880165738000 0006E5 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF880165711000 0003A4 (v01 PmRef ApIst 00003000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: Dynamic OEM Table Load:
Oct 22 18:27:56 mbp62 kernel: ACPI: SSDT 0xFFFF8801656E1800 000119 (v01 PmRef ApCst 00003000 INTL 20061109)
Oct 22 18:27:56 mbp62 kernel: ACPI: Interpreter enabled
Oct 22 18:27:56 mbp62 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140424/hwxface-580)
Oct 22 18:27:56 mbp62 kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140424/hwxface-580)
Oct 22 18:27:56 mbp62 kernel: ACPI: (supports S0 S3 S4 S5)
Oct 22 18:27:56 mbp62 kernel: ACPI: Using IOAPIC for interrupt routing
Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG for domain 0000 [bus 00-06] at [mem 0xe0000000-0xe06fffff] (base 0xe0000000)
Oct 22 18:27:56 mbp62 kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe06fffff] reserved in ACPI motherboard resources
Oct 22 18:27:56 mbp62 kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 22 18:27:56 mbp62 kernel: \_SB_.PCI0:_OSC invalid UUID
Oct 22 18:27:56 mbp62 kernel: _OSC request data:1 1f 0
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-06] only partially covers this bridge
Oct 22 18:27:56 mbp62 kernel: PCI host bridge to bus 0000:00
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xfeafffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: [8086:0046] type 00 class 0x030000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x10: [mem 0xc1400000-0xc17fffff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x18: [mem 0xb0000000-0xbfffffff 64bit pref]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:02.0: reg 0x20: [io 0x3130-0x3137]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.0: [8086:3b3b] type 00 class 0x0c0300
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.0: reg 0x20: [io 0x3100-0x311f]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: [8086:3b3c] type 00 class 0x0c0320
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: reg 0x10: [mem 0xc1d05c00-0xc1d05fff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1a.7: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xc1d00000-0xc1d03fff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1b.0: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: [8086:3b46] type 01 class 0x060400
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: [8086:3b48] type 01 class 0x060400
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.0: [8086:3b36] type 00 class 0x0c0300
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.0: reg 0x20: [io 0x30a0-0x30bf]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: [8086:3b34] type 00 class 0x0c0320
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: reg 0x10: [mem 0xc1d05800-0xc1d05bff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1d.7: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x10: [io 0x3128-0x312f]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x14: [io 0x313c-0x313f]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x18: [io 0x3120-0x3127]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x1c: [io 0x3138-0x313b]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x20: [io 0x3020-0x303f]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xc1d05000-0xc1d057ff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.2: PME# supported from D3hot
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xc1d06000-0xc1d060ff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.6: [8086:3b32] type 00 class 0x118000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1f.6: reg 0x10: [mem 0xc1d04000-0xc1d04fff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [mem 0xc0000000-0xc10fffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:01.0: bridge window [mem 0x90000000-0xa1ffffff 64bit pref]
Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: [14e4:1684] type 00 class 0x020000
Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: reg 0x10: [mem 0xc1c00000-0xc1c0ffff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [mem 0xc1c00000-0xc1cfffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: [14e4:4353] type 00 class 0x028000
Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: reg 0x10: [mem 0xc1b00000-0xc1b03fff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: supports D1 D2
Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:03:00.0: System wakeup disabled by ACPI
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [mem 0xc1b00000-0xc1bfffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: [11c1:5901] type 00 class 0x0c0010
Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: reg 0x10: [mem 0xc1a00000-0xc1a00fff 64bit]
Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: supports D1 D2
Oct 22 18:27:56 mbp62 kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [mem 0xc1a00000-0xc1afffff]
Oct 22 18:27:56 mbp62 kernel: acpiphp: Slot [1] registered
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: PCI bridge to [bus 05]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [mem 0xc1900000-0xc19fffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: PCI bridge to [bus 06] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0xc1800000-0xc18fffff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x000f0000-0x000fffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1e.0: bridge window [mem 0x90000000-0xfeafffff] (subtractive decode)
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
Oct 22 18:27:56 mbp62 kernel: ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
Oct 22 18:27:56 mbp62 kernel: acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
Oct 22 18:27:56 mbp62 kernel: PCI host bridge to bus 0000:ff
Oct 22 18:27:56 mbp62 kernel: pci_bus 0000:ff: root bus resource [bus ff]
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
Oct 22 18:27:56 mbp62 kernel: ACPI: Enabled 4 GPEs in block 00 to 3F
Oct 22 18:27:56 mbp62 kernel: ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
Oct 22 18:27:56 mbp62 kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
Oct 22 18:27:56 mbp62 kernel: vgaarb: loaded
Oct 22 18:27:56 mbp62 kernel: vgaarb: bridge control possible 0000:00:02.0
Oct 22 18:27:56 mbp62 kernel: PCI: Using ACPI for IRQ routing
Oct 22 18:27:56 mbp62 kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x0008e000-0x0008ffff]
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b673000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b6f5000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b737000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b785000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: e820: reserve RAM buffer [mem 0x8b7f6000-0x8bffffff]
Oct 22 18:27:56 mbp62 kernel: NetLabel: Initializing
Oct 22 18:27:56 mbp62 kernel: NetLabel: domain hash size = 128
Oct 22 18:27:56 mbp62 kernel: NetLabel: protocols = UNLABELED CIPSOv4
Oct 22 18:27:56 mbp62 kernel: NetLabel: unlabeled traffic allowed by default
Oct 22 18:27:56 mbp62 kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Oct 22 18:27:56 mbp62 kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Oct 22 18:27:56 mbp62 kernel: Switched to clocksource hpet
Oct 22 18:27:56 mbp62 kernel: pnp: PnP ACPI init
Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PNP registered
Oct 22 18:27:56 mbp62 kernel: system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:00: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0680-0x069f] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x1000-0x100f] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0xffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0xffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0400-0x047f] could not be reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x0500-0x057f] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: [io 0x164e-0x164f] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 22 18:27:56 mbp62 kernel: system 00:02: [io 0x06a0-0x06af] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:02: [io 0x06b0-0x06ff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 22 18:27:56 mbp62 kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
Oct 22 18:27:56 mbp62 kernel: pnp 00:04: Plug and Play ACPI device, IDs APP000b (active)
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed10000-0xfed13fff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xe0000000-0xefffffff] could not be reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfeb00000-0xfeb03fff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
Oct 22 18:27:56 mbp62 kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
Oct 22 18:27:56 mbp62 kernel: pnp: PnP ACPI: found 6 devices
Oct 22 18:27:56 mbp62 kernel: ACPI: bus type PNP unregistered
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
Oct 22 18:27:56 mbp62 kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_r

Similar Messages

  • SFTP receiver channel error :Failed to create JCA connection.

    Hi All,
    Facing below error in SFTP receiver channel.
    This is the first run of SFTP adapter on our PI server.
    Message could not be forwarded to the JCA adapter. Failed to create JCA connection. Reason: c:\temp\sample_ra_output.5.txt (The system cannot find the path specified)
    Exception caught by adapter framework: Adapter call failed. Reason: c:\temp\sample_ra_output.5.txt (The system cannot find the path specified)
    SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Adapter call failed. Reason: c:\temp\sample_ra_output.5.txt (The system cannot find the path specified).
    Please help.
    Thanks & Regards,
    Nida Fatima

    Hi Heiko,
    Thanks for correcting me.
    PFB the screenshot of my channel.
    After this change channel is giving different error :
    Transmitting the message to endpoint <local> using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.lang.Exception: Cannot lookup the ra connectionFactory. Reason: Object not found in lookup of com.sap.aii.adapter.sftp.ra. 
    Pleas guide.
    Regards,
    Nida

  • VisualVM CPU Sampling not available - Failed to create JMX connection

    Hello everyone,
    I'm trying to sample my CPU but when I open the application it has failed to connect to the JMX connection.
    I'm running Centos 6
    Java 7 SDK
    Localhost (Not remote)
    Any advice would be fantastic.

    I have installed the latest JDK.
    Launching with the latest VisualVM the application launches successfully. Once I attach it to my .jar application I am told that the CPU thread monitor tool cannot connect. How can I get the JXM to connect so I can monitor my CPU threads?
    Edited by: 954355 on Aug 23, 2012 11:45 AM

  • Systemd-logind occasionally fails to start

    Hi,
    I am running Arch with Cinnamon started by mdm-display-manager. I had this running for quite some time without an issue.
    Recently an issue popped out - OCCASIONALLY systemd-logind fails to start and I get stuck on boot screen. This happens maybe once in 5-10 boots. I have to do hard reset afterwards. CTL+ALT+DEL won't work, I can not switch to other console and I have no network to SSH to that machine.
    Other than that, system starts just fine.
    I am not sure, how to debug this further and would appreciate advice.
    # journalctl --since=today --unit=systemd-logind
    May 26 09:42:34 phenom systemd[1]: Starting Login Service...
    May 26 09:42:59 phenom systemd[1]: systemd-logind.service: main process exited, code=exited, status=1/FAILURE
    May 26 09:42:59 phenom systemd[1]: Failed to start Login Service.
    May 26 09:42:59 phenom systemd[1]: Unit systemd-logind.service entered failed state.
    May 26 09:42:59 phenom systemd[1]: systemd-logind.service failed.
    May 26 09:42:59 phenom systemd[1]: systemd-logind.service has no holdoff time, scheduling restart.
    # journalctl --since=today
    May 26 09:42:34 phenom systemd-journal[198]: Runtime journal is using 8.0M (max allowed 802.5M, trying to leave 1.1G free of 7.7G available → current limit 802.5M).
    May 26 09:42:34 phenom systemd-journal[198]: Permanent journal is using 2.0G (max allowed 4.0G, trying to leave 4.0G free of 36.6G available → current limit 4.0G).
    May 26 09:42:34 phenom systemd-journal[198]: Time spent on flushing to /var is 11.024ms for 2 entries.
    May 26 09:42:34 phenom kernel: Initializing cgroup subsys cpuset
    May 26 09:42:34 phenom kernel: Initializing cgroup subsys cpu
    May 26 09:42:34 phenom kernel: Initializing cgroup subsys cpuacct
    May 26 09:42:34 phenom kernel: Linux version 4.0.4-2-ARCH (builduser@foutrelis) (gcc version 5.1.0 (GCC) ) #1 SMP PREEMPT Fri May 22 03:05:23 UTC 2015
    May 26 09:42:34 phenom kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d36ad497-1614-4cc5-8cc9-da2d5e5a417c rw
    May 26 09:42:34 phenom kernel: tseg: 00cff00000
    May 26 09:42:34 phenom kernel: e820: BIOS-provided physical RAM map:
    May 26 09:42:34 phenom kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000099fff] usable
    May 26 09:42:34 phenom kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    May 26 09:42:34 phenom kernel: BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    May 26 09:42:34 phenom kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000cfd9ffff] usable
    May 26 09:42:34 phenom kernel: BIOS-e820: [mem 0x00000000cfda0000-0x00000000cfdd0fff] ACPI NVS
    May 26 09:42:34 phenom kernel: BIOS-e820: [mem 0x00000000cfdd1000-0x00000000cfdfffff] ACPI data
    May 26 09:42:34 phenom kernel: BIOS-e820: [mem 0x00000000cfe00000-0x00000000cfefffff] reserved
    May 26 09:42:34 phenom kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    May 26 09:42:34 phenom kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    May 26 09:42:34 phenom kernel: BIOS-e820: [mem 0x0000000100000000-0x000000042fffffff] usable
    May 26 09:42:34 phenom kernel: NX (Execute Disable) protection: active
    May 26 09:42:34 phenom kernel: SMBIOS 2.4 present.
    May 26 09:42:34 phenom kernel: DMI: Gigabyte Technology Co., Ltd. GA-990XA-UD3/GA-990XA-UD3, BIOS F9 10/13/2011
    May 26 09:42:34 phenom kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    May 26 09:42:34 phenom kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    May 26 09:42:34 phenom kernel: AGP: No AGP bridge found
    May 26 09:42:34 phenom kernel: e820: last_pfn = 0x430000 max_arch_pfn = 0x400000000
    May 26 09:42:34 phenom kernel: MTRR default type: uncachable
    May 26 09:42:34 phenom kernel: MTRR fixed ranges enabled:
    May 26 09:42:34 phenom kernel: 00000-9FFFF write-back
    May 26 09:42:34 phenom kernel: A0000-BFFFF uncachable
    May 26 09:42:34 phenom kernel: C0000-C7FFF write-protect
    May 26 09:42:34 phenom kernel: C8000-FFFFF uncachable
    May 26 09:42:34 phenom kernel: MTRR variable ranges enabled:
    May 26 09:42:34 phenom kernel: 0 base 000000000000 mask FFFF80000000 write-back
    May 26 09:42:34 phenom kernel: 1 base 000080000000 mask FFFFC0000000 write-back
    May 26 09:42:34 phenom kernel: 2 base 0000C0000000 mask FFFFF0000000 write-back
    May 26 09:42:34 phenom kernel: 3 base 0000CFE00000 mask FFFFFFE00000 uncachable
    May 26 09:42:34 phenom kernel: 4 disabled
    May 26 09:42:34 phenom kernel: 5 disabled
    May 26 09:42:34 phenom kernel: 6 disabled
    May 26 09:42:34 phenom kernel: 7 disabled
    May 26 09:42:34 phenom kernel: TOM2: 0000000430000000 aka 17152M
    May 26 09:42:34 phenom kernel: PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    May 26 09:42:34 phenom kernel: e820: update [mem 0xcfe00000-0xffffffff] usable ==> reserved
    May 26 09:42:34 phenom kernel: e820: last_pfn = 0xcfda0 max_arch_pfn = 0x400000000
    May 26 09:42:34 phenom kernel: found SMP MP-table at [mem 0x000f4b30-0x000f4b3f] mapped at [ffff8800000f4b30]
    May 26 09:42:34 phenom kernel: Scanning 1 areas for low memory corruption
    May 26 09:42:34 phenom kernel: Base memory trampoline at [ffff880000094000] 94000 size 24576
    May 26 09:42:34 phenom kernel: Using GB pages for direct mapping
    May 26 09:42:34 phenom kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    May 26 09:42:34 phenom kernel: [mem 0x00000000-0x000fffff] page 4k
    May 26 09:42:34 phenom kernel: BRK [0x01b1d000, 0x01b1dfff] PGTABLE
    May 26 09:42:34 phenom kernel: BRK [0x01b1e000, 0x01b1efff] PGTABLE
    May 26 09:42:34 phenom kernel: BRK [0x01b1f000, 0x01b1ffff] PGTABLE
    May 26 09:42:34 phenom kernel: init_memory_mapping: [mem 0x42fe00000-0x42fffffff]
    May 26 09:42:34 phenom kernel: [mem 0x42fe00000-0x42fffffff] page 2M
    May 26 09:42:34 phenom kernel: BRK [0x01b20000, 0x01b20fff] PGTABLE
    May 26 09:42:34 phenom kernel: init_memory_mapping: [mem 0x420000000-0x42fdfffff]
    May 26 09:42:34 phenom kernel: [mem 0x420000000-0x42fdfffff] page 2M
    May 26 09:42:34 phenom kernel: init_memory_mapping: [mem 0x400000000-0x41fffffff]
    May 26 09:42:34 phenom kernel: [mem 0x400000000-0x41fffffff] page 2M
    May 26 09:42:34 phenom kernel: init_memory_mapping: [mem 0x00100000-0xcfd9ffff]
    May 26 09:42:34 phenom kernel: [mem 0x00100000-0x001fffff] page 4k
    May 26 09:42:34 phenom kernel: [mem 0x00200000-0x3fffffff] page 2M
    May 26 09:42:34 phenom kernel: [mem 0x40000000-0xbfffffff] page 1G
    May 26 09:42:34 phenom kernel: [mem 0xc0000000-0xcfbfffff] page 2M
    May 26 09:42:34 phenom kernel: [mem 0xcfc00000-0xcfd9ffff] page 4k
    May 26 09:42:34 phenom kernel: init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    May 26 09:42:34 phenom kernel: [mem 0x100000000-0x3ffffffff] page 1G
    May 26 09:42:34 phenom kernel: RAMDISK: [mem 0x362ae000-0x3714efff]
    May 26 09:42:34 phenom kernel: ACPI: Early table checksum verification disabled
    May 26 09:42:34 phenom kernel: ACPI: RSDP 0x00000000000F6A50 000014 (v00 GBT )
    May 26 09:42:34 phenom kernel: ACPI: RSDT 0x00000000CFDD1000 000048 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    May 26 09:42:34 phenom kernel: ACPI: FACP 0x00000000CFDD1080 000074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    May 26 09:42:34 phenom kernel: ACPI: DSDT 0x00000000CFDD1100 007A4B (v01 GBT GBTUACPI 00001000 MSFT 03000000)
    May 26 09:42:34 phenom kernel: ACPI: FACS 0x00000000CFDA0000 000040
    May 26 09:42:34 phenom kernel: ACPI: SSDT 0x00000000CFDD8C40 000EDC (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    May 26 09:42:34 phenom kernel: ACPI: MSDM 0x00000000CFDD9B40 000055 (v03 GBT GBTUACPI 42302E31 GBTU 01010101)
    May 26 09:42:34 phenom kernel: ACPI: HPET 0x00000000CFDD9BC0 000038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    May 26 09:42:34 phenom kernel: ACPI: MCFG 0x00000000CFDD9C00 00003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    May 26 09:42:34 phenom kernel: ACPI: MATS 0x00000000CFDD9C80 000034 (v01 GBT 00000000 00000000)
    May 26 09:42:34 phenom kernel: ACPI: TAMG 0x00000000CFDD9CF0 000202 (v01 GBT GBT B0 5455312E BG?? 53450101)
    May 26 09:42:34 phenom kernel: ACPI: APIC 0x00000000CFDD8B80 0000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    May 26 09:42:34 phenom kernel: ACPI: MATS 0x00000000CFDD9F00 006207 (v01 MATS RCM 80000001 INTL 20061109)
    May 26 09:42:34 phenom kernel: ACPI: Local APIC address 0xfee00000
    May 26 09:42:34 phenom kernel: Scanning NUMA topology in Northbridge 24
    May 26 09:42:34 phenom kernel: No NUMA configuration found
    May 26 09:42:34 phenom kernel: Faking a node at [mem 0x0000000000000000-0x000000042fffffff]
    May 26 09:42:34 phenom kernel: NODE_DATA(0) allocated [mem 0x42fffa000-0x42fffdfff]
    May 26 09:42:34 phenom kernel: [ffffea0000000000-ffffea0010bfffff] PMD -> [ffff88041f600000-ffff88042f5fffff] on node 0
    May 26 09:42:34 phenom kernel: Zone ranges:
    May 26 09:42:34 phenom kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
    May 26 09:42:34 phenom kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
    May 26 09:42:34 phenom kernel: Normal [mem 0x0000000100000000-0x000000042fffffff]
    May 26 09:42:34 phenom kernel: Movable zone start for each node
    May 26 09:42:34 phenom kernel: Early memory node ranges
    May 26 09:42:34 phenom kernel: node 0: [mem 0x0000000000001000-0x0000000000099fff]
    May 26 09:42:34 phenom kernel: node 0: [mem 0x0000000000100000-0x00000000cfd9ffff]
    May 26 09:42:34 phenom kernel: node 0: [mem 0x0000000100000000-0x000000042fffffff]
    May 26 09:42:34 phenom kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000042fffffff]
    May 26 09:42:34 phenom kernel: On node 0 totalpages: 4193593
    May 26 09:42:34 phenom kernel: DMA zone: 64 pages used for memmap
    May 26 09:42:34 phenom kernel: DMA zone: 21 pages reserved
    May 26 09:42:34 phenom kernel: DMA zone: 3993 pages, LIFO batch:0
    May 26 09:42:34 phenom kernel: DMA32 zone: 13239 pages used for memmap
    May 26 09:42:34 phenom kernel: DMA32 zone: 847264 pages, LIFO batch:31
    May 26 09:42:34 phenom kernel: Normal zone: 52224 pages used for memmap
    May 26 09:42:34 phenom kernel: Normal zone: 3342336 pages, LIFO batch:31
    May 26 09:42:34 phenom kernel: ACPI: PM-Timer IO Port: 0x808
    May 26 09:42:34 phenom kernel: ACPI: Local APIC address 0xfee00000
    May 26 09:42:34 phenom kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    May 26 09:42:34 phenom kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    May 26 09:42:34 phenom kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    May 26 09:42:34 phenom kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
    May 26 09:42:34 phenom kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
    May 26 09:42:34 phenom kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
    May 26 09:42:34 phenom kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
    May 26 09:42:34 phenom kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
    May 26 09:42:34 phenom kernel: ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    May 26 09:42:34 phenom kernel: ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    May 26 09:42:34 phenom kernel: ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    May 26 09:42:34 phenom kernel: ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    May 26 09:42:34 phenom kernel: ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
    May 26 09:42:34 phenom kernel: ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
    May 26 09:42:34 phenom kernel: ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
    May 26 09:42:34 phenom kernel: ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1])
    May 26 09:42:34 phenom kernel: ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    May 26 09:42:34 phenom kernel: IOAPIC[0]: apic_id 8, version 33, address 0xfec00000, GSI 0-23
    May 26 09:42:34 phenom kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    May 26 09:42:34 phenom kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    May 26 09:42:34 phenom kernel: ACPI: IRQ0 used by override.
    May 26 09:42:34 phenom kernel: ACPI: IRQ9 used by override.
    May 26 09:42:34 phenom kernel: Using ACPI (MADT) for SMP configuration information
    May 26 09:42:34 phenom kernel: ACPI: HPET id: 0x10b9a201 base: 0xfed00000
    May 26 09:42:34 phenom kernel: smpboot: Allowing 8 CPUs, 2 hotplug CPUs
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0x0009a000-0x0009ffff]
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0xcfda0000-0xcfdd0fff]
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0xcfdd1000-0xcfdfffff]
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0xcfe00000-0xcfefffff]
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0xcff00000-0xdfffffff]
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0xfec00000-0xffffffff]
    May 26 09:42:34 phenom kernel: e820: [mem 0xcff00000-0xdfffffff] available for PCI devices
    May 26 09:42:34 phenom kernel: Booting paravirtualized kernel on bare hardware
    May 26 09:42:34 phenom kernel: setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    May 26 09:42:34 phenom kernel: PERCPU: Embedded 31 pages/cpu @ffff88042fc00000 s86232 r8192 d32552 u262144
    May 26 09:42:34 phenom kernel: pcpu-alloc: s86232 r8192 d32552 u262144 alloc=1*2097152
    May 26 09:42:34 phenom kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    May 26 09:42:34 phenom kernel: Built 1 zonelists in Node order, mobility grouping on. Total pages: 4128045
    May 26 09:42:34 phenom kernel: Policy zone: Normal
    May 26 09:42:34 phenom kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=d36ad497-1614-4cc5-8cc9-da2d5e5a417c rw
    May 26 09:42:34 phenom kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    May 26 09:42:34 phenom kernel: AGP: Checking aperture...
    May 26 09:42:34 phenom kernel: AGP: No AGP bridge found
    May 26 09:42:34 phenom kernel: AGP: Node 0: aperture [bus addr 0xc4000000-0xc5ffffff] (32MB)
    May 26 09:42:34 phenom kernel: Aperture pointing to e820 RAM. Ignoring.
    May 26 09:42:34 phenom kernel: AGP: Your BIOS doesn't leave a aperture memory hole
    May 26 09:42:34 phenom kernel: AGP: Please enable the IOMMU option in the BIOS setup
    May 26 09:42:34 phenom kernel: AGP: This costs you 64MB of RAM
    May 26 09:42:34 phenom kernel: AGP: Mapping aperture over RAM [mem 0xc4000000-0xc7ffffff] (65536KB)
    May 26 09:42:34 phenom kernel: PM: Registered nosave memory: [mem 0xc4000000-0xc7ffffff]
    May 26 09:42:34 phenom kernel: Memory: 16352908K/16774372K available (5628K kernel code, 840K rwdata, 1784K rodata, 1160K init, 1152K bss, 421464K reserved, 0K cma-reserved)
    May 26 09:42:34 phenom kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    May 26 09:42:34 phenom kernel: Preemptible hierarchical RCU implementation.
    May 26 09:42:34 phenom kernel: RCU dyntick-idle grace-period acceleration is enabled.
    May 26 09:42:34 phenom kernel: RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    May 26 09:42:34 phenom kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    May 26 09:42:34 phenom kernel: NR_IRQS:8448 nr_irqs:488 16
    May 26 09:42:34 phenom kernel: spurious 8259A interrupt: IRQ7.
    May 26 09:42:34 phenom kernel: Console: colour dummy device 80x25
    May 26 09:42:34 phenom kernel: console [tty0] enabled
    May 26 09:42:34 phenom kernel: hpet clockevent registered
    May 26 09:42:34 phenom kernel: tsc: Fast TSC calibration using PIT
    May 26 09:42:34 phenom kernel: tsc: Detected 3300.124 MHz processor
    May 26 09:42:34 phenom kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6602.25 BogoMIPS (lpj=11000413)
    May 26 09:42:34 phenom kernel: pid_max: default: 32768 minimum: 301
    May 26 09:42:34 phenom kernel: ACPI: Core revision 20150204
    May 26 09:42:34 phenom kernel: ACPI: All ACPI Tables successfully acquired
    May 26 09:42:34 phenom kernel: Security Framework initialized
    May 26 09:42:34 phenom kernel: Yama: becoming mindful.
    May 26 09:42:34 phenom kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    May 26 09:42:34 phenom kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    May 26 09:42:34 phenom kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    May 26 09:42:34 phenom kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    May 26 09:42:34 phenom kernel: Initializing cgroup subsys blkio
    May 26 09:42:34 phenom kernel: Initializing cgroup subsys memory
    May 26 09:42:34 phenom kernel: Initializing cgroup subsys devices
    May 26 09:42:34 phenom kernel: Initializing cgroup subsys freezer
    May 26 09:42:34 phenom kernel: Initializing cgroup subsys net_cls
    May 26 09:42:34 phenom kernel: CPU: Physical Processor ID: 0
    May 26 09:42:34 phenom kernel: CPU: Processor Core ID: 0
    May 26 09:42:34 phenom kernel: mce: CPU supports 6 MCE banks
    May 26 09:42:34 phenom kernel: LVT offset 0 assigned for vector 0xf9
    May 26 09:42:34 phenom kernel: process: using AMD E400 aware idle routine
    May 26 09:42:34 phenom kernel: Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    May 26 09:42:34 phenom kernel: Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64, 1GB 0
    May 26 09:42:34 phenom kernel: Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    May 26 09:42:34 phenom kernel: ftrace: allocating 21316 entries in 84 pages
    May 26 09:42:34 phenom kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    May 26 09:42:34 phenom kernel: smpboot: CPU0: AMD Phenom(tm) II X6 1100T Processor (fam: 10, model: 0a, stepping: 00)
    May 26 09:42:34 phenom kernel: Performance Events: AMD PMU driver.
    May 26 09:42:34 phenom kernel: ... version: 0
    May 26 09:42:34 phenom kernel: ... bit width: 48
    May 26 09:42:34 phenom kernel: ... generic registers: 4
    May 26 09:42:34 phenom kernel: ... value mask: 0000ffffffffffff
    May 26 09:42:34 phenom kernel: ... max period: 00007fffffffffff
    May 26 09:42:34 phenom kernel: ... fixed-purpose events: 0
    May 26 09:42:34 phenom kernel: ... event mask: 000000000000000f
    May 26 09:42:34 phenom kernel: process: System has AMD C1E enabled
    May 26 09:42:34 phenom kernel: process: Switch to broadcast mode on CPU0
    May 26 09:42:34 phenom kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    May 26 09:42:34 phenom kernel: x86: Booting SMP configuration:
    May 26 09:42:34 phenom kernel: .... node #0, CPUs: #1
    May 26 09:42:34 phenom kernel: process: Switch to broadcast mode on CPU1
    May 26 09:42:34 phenom kernel: #2
    May 26 09:42:34 phenom kernel: process: Switch to broadcast mode on CPU2
    May 26 09:42:34 phenom kernel: #3
    May 26 09:42:34 phenom kernel: process: Switch to broadcast mode on CPU3
    May 26 09:42:34 phenom kernel: #4
    May 26 09:42:34 phenom kernel: process: Switch to broadcast mode on CPU4
    May 26 09:42:34 phenom kernel: #5
    May 26 09:42:34 phenom kernel: x86: Booted up 1 node, 6 CPUs
    May 26 09:42:34 phenom kernel: smpboot: Total of 6 processors activated (39617.54 BogoMIPS)
    May 26 09:42:34 phenom kernel: process: Switch to broadcast mode on CPU5
    May 26 09:42:34 phenom kernel: devtmpfs: initialized
    May 26 09:42:34 phenom kernel: PM: Registering ACPI NVS region [mem 0xcfda0000-0xcfdd0fff] (200704 bytes)
    May 26 09:42:34 phenom kernel: pinctrl core: initialized pinctrl subsystem
    May 26 09:42:34 phenom kernel: RTC time: 7:42:28, date: 05/26/15
    May 26 09:42:34 phenom kernel: NET: Registered protocol family 16
    May 26 09:42:34 phenom kernel: cpuidle: using governor ladder
    May 26 09:42:34 phenom kernel: cpuidle: using governor menu
    May 26 09:42:34 phenom kernel: node 0 link 0: io port [9000, ffff]
    May 26 09:42:34 phenom kernel: TOM: 00000000d0000000 aka 3328M
    May 26 09:42:34 phenom kernel: Fam 10h mmconf [mem 0xe0000000-0xe00fffff]
    May 26 09:42:34 phenom kernel: node 0 link 0: mmio [a0000, bffff]
    May 26 09:42:34 phenom kernel: node 0 link 0: mmio [d0000000, dfffffff]
    May 26 09:42:34 phenom kernel: node 0 link 0: mmio [f0000000, ffffffff]
    May 26 09:42:34 phenom kernel: node 0 link 0: mmio [e0000000, e06fffff] ==> [e0100000, e06fffff]
    May 26 09:42:34 phenom kernel: TOM2: 0000000430000000 aka 17152M
    May 26 09:42:34 phenom kernel: bus: [bus 00-06] on node 0 link 0
    May 26 09:42:34 phenom kernel: bus: 00 [io 0x0000-0xffff]
    May 26 09:42:34 phenom kernel: bus: 00 [mem 0x000a0000-0x000bffff]
    May 26 09:42:34 phenom kernel: bus: 00 [mem 0xd0000000-0xdfffffff]
    May 26 09:42:34 phenom kernel: bus: 00 [mem 0xe0700000-0xffffffff]
    May 26 09:42:34 phenom kernel: bus: 00 [mem 0xe0100000-0xe06fffff]
    May 26 09:42:34 phenom kernel: bus: 00 [mem 0x430000000-0xfcffffffff]
    May 26 09:42:34 phenom kernel: ACPI: bus type PCI registered
    May 26 09:42:34 phenom kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    May 26 09:42:34 phenom kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    May 26 09:42:34 phenom kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    May 26 09:42:34 phenom kernel: PCI: Using configuration type 1 for base access
    May 26 09:42:34 phenom kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    May 26 09:42:34 phenom kernel: mtrr: probably your BIOS does not setup all CPUs.
    May 26 09:42:34 phenom kernel: mtrr: corrected configuration.
    May 26 09:42:34 phenom kernel: ACPI: Added _OSI(Module Device)
    May 26 09:42:34 phenom kernel: ACPI: Added _OSI(Processor Device)
    May 26 09:42:34 phenom kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    May 26 09:42:34 phenom kernel: ACPI: Added _OSI(Processor Aggregator Device)
    May 26 09:42:34 phenom kernel: ACPI: Actual Package length (1) is larger than NumElements field (0), truncated
    May 26 09:42:34 phenom kernel: ACPI: Actual Package length (1) is larger than NumElements field (0), truncated
    May 26 09:42:34 phenom kernel: ACPI: Actual Package length (1) is larger than NumElements field (0), truncated
    May 26 09:42:34 phenom kernel: ACPI: Actual Package length (1) is larger than NumElements field (0), truncated
    May 26 09:42:34 phenom kernel: ACPI: Interpreter enabled
    May 26 09:42:34 phenom kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150204/hwxface-580)
    May 26 09:42:34 phenom kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150204/hwxface-580)
    May 26 09:42:34 phenom kernel: ACPI: (supports S0 S3 S4 S5)
    May 26 09:42:34 phenom kernel: ACPI: Using IOAPIC for interrupt routing
    May 26 09:42:34 phenom kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    May 26 09:42:34 phenom kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    May 26 09:42:34 phenom kernel: acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    May 26 09:42:34 phenom kernel: acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    May 26 09:42:34 phenom kernel: PCI host bridge to bus 0000:00
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff window]
    May 26 09:42:34 phenom kernel: pci 0000:00:00.0: [1002:5a14] type 00 class 0x060000
    May 26 09:42:34 phenom kernel: pci 0000:00:00.0: [Firmware Bug]: reg 0x1c: invalid BAR (can't size)
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
    May 26 09:42:34 phenom kernel: pci 0000:00:11.0: reg 0x10: [io 0xff00-0xff07]
    May 26 09:42:34 phenom kernel: pci 0000:00:11.0: reg 0x14: [io 0xfe00-0xfe03]
    May 26 09:42:34 phenom kernel: pci 0000:00:11.0: reg 0x18: [io 0xfd00-0xfd07]
    May 26 09:42:34 phenom kernel: pci 0000:00:11.0: reg 0x1c: [io 0xfc00-0xfc03]
    May 26 09:42:34 phenom kernel: pci 0000:00:11.0: reg 0x20: [io 0xfb00-0xfb0f]
    May 26 09:42:34 phenom kernel: pci 0000:00:11.0: reg 0x24: [mem 0xfdfff000-0xfdfff3ff]
    May 26 09:42:34 phenom kernel: pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    May 26 09:42:34 phenom kernel: pci 0000:00:12.0: reg 0x10: [mem 0xfdffe000-0xfdffefff]
    May 26 09:42:34 phenom kernel: pci 0000:00:12.0: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    May 26 09:42:34 phenom kernel: pci 0000:00:12.2: reg 0x10: [mem 0xfdffd000-0xfdffd0ff]
    May 26 09:42:34 phenom kernel: pci 0000:00:12.2: supports D1 D2
    May 26 09:42:34 phenom kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    May 26 09:42:34 phenom kernel: pci 0000:00:12.2: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    May 26 09:42:34 phenom kernel: pci 0000:00:13.0: reg 0x10: [mem 0xfdffc000-0xfdffcfff]
    May 26 09:42:34 phenom kernel: pci 0000:00:13.0: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    May 26 09:42:34 phenom kernel: pci 0000:00:13.2: reg 0x10: [mem 0xfdffb000-0xfdffb0ff]
    May 26 09:42:34 phenom kernel: pci 0000:00:13.2: supports D1 D2
    May 26 09:42:34 phenom kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    May 26 09:42:34 phenom kernel: pci 0000:00:13.2: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    May 26 09:42:34 phenom kernel: pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
    May 26 09:42:34 phenom kernel: pci 0000:00:14.1: reg 0x10: [io 0x0000-0x0007]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.1: reg 0x14: [io 0x0000-0x0003]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.1: reg 0x18: [io 0x0000-0x0007]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.1: reg 0x1c: [io 0x0000-0x0003]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.1: reg 0x20: [io 0xfa00-0xfa0f]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    May 26 09:42:34 phenom kernel: pci 0000:00:14.2: reg 0x10: [mem 0xfdff4000-0xfdff7fff 64bit]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    May 26 09:42:34 phenom kernel: pci 0000:00:14.2: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    May 26 09:42:34 phenom kernel: pci 0000:00:14.5: reg 0x10: [mem 0xfdffa000-0xfdffafff]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.5: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: supports D1 D2
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
    May 26 09:42:34 phenom kernel: pci 0000:00:16.0: reg 0x10: [mem 0xfdff9000-0xfdff9fff]
    May 26 09:42:34 phenom kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
    May 26 09:42:34 phenom kernel: pci 0000:00:16.2: reg 0x10: [mem 0xfdff8000-0xfdff80ff]
    May 26 09:42:34 phenom kernel: pci 0000:00:16.2: supports D1 D2
    May 26 09:42:34 phenom kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    May 26 09:42:34 phenom kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
    May 26 09:42:34 phenom kernel: pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    May 26 09:42:34 phenom kernel: pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    May 26 09:42:34 phenom kernel: pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    May 26 09:42:34 phenom kernel: pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    May 26 09:42:34 phenom kernel: pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    May 26 09:42:34 phenom kernel: pci 0000:01:00.0: [1002:6779] type 00 class 0x030000
    May 26 09:42:34 phenom kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:01:00.0: reg 0x18: [mem 0xfd5c0000-0xfd5dffff 64bit]
    May 26 09:42:34 phenom kernel: pci 0000:01:00.0: reg 0x20: [io 0xce00-0xceff]
    May 26 09:42:34 phenom kernel: pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
    May 26 09:42:34 phenom kernel: pci 0000:01:00.0: supports D1 D2
    May 26 09:42:34 phenom kernel: pci 0000:01:00.1: [1002:aa98] type 00 class 0x040300
    May 26 09:42:34 phenom kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfd5fc000-0xfd5fffff 64bit]
    May 26 09:42:34 phenom kernel: pci 0000:01:00.1: supports D1 D2
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: bridge window [io 0xc000-0xcfff]
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: bridge window [mem 0xfd500000-0xfd5fffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:02:00.0: [1b6f:7023] type 00 class 0x0c0330
    May 26 09:42:34 phenom kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfd4f8000-0xfd4fffff 64bit]
    May 26 09:42:34 phenom kernel: pci 0000:02:00.0: supports D1 D2
    May 26 09:42:34 phenom kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: bridge window [mem 0xfd400000-0xfd4fffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    May 26 09:42:34 phenom kernel: pci 0000:03:00.0: reg 0x10: [io 0xee00-0xeeff]
    May 26 09:42:34 phenom kernel: pci 0000:03:00.0: reg 0x18: [mem 0xfdcff000-0xfdcfffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:03:00.0: reg 0x20: [mem 0xfdcf8000-0xfdcfbfff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:03:00.0: supports D1 D2
    May 26 09:42:34 phenom kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: PCI bridge to [bus 03]
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: bridge window [io 0xe000-0xefff]
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:04:00.0: [1b6f:7023] type 00 class 0x0c0330
    May 26 09:42:34 phenom kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfdbf8000-0xfdbfffff 64bit]
    May 26 09:42:34 phenom kernel: pci 0000:04:00.0: supports D1 D2
    May 26 09:42:34 phenom kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: PCI bridge to [bus 04]
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: bridge window [mem 0xfdb00000-0xfdbfffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:05:0e.0: [1106:3044] type 00 class 0x0c0010
    May 26 09:42:34 phenom kernel: pci 0000:05:0e.0: reg 0x10: [mem 0xfdaff000-0xfdaff7ff]
    May 26 09:42:34 phenom kernel: pci 0000:05:0e.0: reg 0x14: [io 0xaf00-0xaf7f]
    May 26 09:42:34 phenom kernel: pci 0000:05:0e.0: supports D2
    May 26 09:42:34 phenom kernel: pci 0000:05:0e.0: PME# supported from D2 D3hot D3cold
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: PCI bridge to [bus 05] (subtractive decode)
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [io 0xa000-0xafff]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [mem 0xfda00000-0xfdafffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [mem 0xfd900000-0xfd9fffff pref]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7 window] (subtractive decode)
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window] (subtractive decode)
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [mem 0xfed40000-0xfed44fff window] (subtractive decode)
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [mem 0xd0000000-0xfebfffff window] (subtractive decode)
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: PCI bridge to [bus 06]
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: bridge window [io 0x9000-0x9fff]
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: bridge window [mem 0xfd700000-0xfd7fffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: bridge window [mem 0xfd600000-0xfd6fffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: on NUMA node 0
    May 26 09:42:34 phenom kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0
    May 26 09:42:34 phenom kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0
    May 26 09:42:34 phenom kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0
    May 26 09:42:34 phenom kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0
    May 26 09:42:34 phenom kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0
    May 26 09:42:34 phenom kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0
    May 26 09:42:34 phenom kernel: ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0
    May 26 09:42:34 phenom kernel: ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0
    May 26 09:42:34 phenom kernel: vgaarb: setting as boot device: PCI:0000:01:00.0
    May 26 09:42:34 phenom kernel: vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    May 26 09:42:34 phenom kernel: vgaarb: loaded
    May 26 09:42:34 phenom kernel: vgaarb: bridge control possible 0000:01:00.0
    May 26 09:42:34 phenom kernel: PCI: Using ACPI for IRQ routing
    May 26 09:42:34 phenom kernel: PCI: pci_cache_line_size set to 64 bytes
    May 26 09:42:34 phenom kernel: e820: reserve RAM buffer [mem 0x0009a000-0x0009ffff]
    May 26 09:42:34 phenom kernel: e820: reserve RAM buffer [mem 0xcfda0000-0xcfffffff]
    May 26 09:42:34 phenom kernel: NetLabel: Initializing
    May 26 09:42:34 phenom kernel: NetLabel: domain hash size = 128
    May 26 09:42:34 phenom kernel: NetLabel: protocols = UNLABELED CIPSOv4
    May 26 09:42:34 phenom kernel: NetLabel: unlabeled traffic allowed by default
    May 26 09:42:34 phenom kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    May 26 09:42:34 phenom kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    May 26 09:42:34 phenom kernel: Switched to clocksource hpet
    May 26 09:42:34 phenom kernel: pnp: PnP ACPI init
    May 26 09:42:34 phenom kernel: system 00:00: [io 0x04d0-0x04d1] has been reserved
    May 26 09:42:34 phenom kernel: system 00:00: [io 0x0220-0x0225] has been reserved
    May 26 09:42:34 phenom kernel: system 00:00: [io 0x0290-0x0294] has been reserved
    May 26 09:42:34 phenom kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    May 26 09:42:34 phenom kernel: pnp 00:01: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0900-0x091f] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0228-0x022f] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x040b] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x04d6] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0c00-0x0c01] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0c14] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0c50-0x0c52] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0c6c-0x0c6d] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0c6f] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0cd4-0x0cdf] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0800-0x08fe] could not be reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0a10-0x0a17] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0b00-0x0b0f] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0b10-0x0b1f] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [io 0x0b20-0x0b3f] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved
    May 26 09:42:34 phenom kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    May 26 09:42:34 phenom kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    May 26 09:42:34 phenom kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
    May 26 09:42:34 phenom kernel: system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
    May 26 09:42:34 phenom kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0x000d4200-0x000d7fff] has been reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0x000f0000-0x000f7fff] could not be reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0x000f8000-0x000fbfff] could not be reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0x000fc000-0x000fffff] could not be reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0xcfda0000-0xcfdfffff] could not be reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0xffff0000-0xffffffff] has been reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0x00000000-0x0009ffff] could not be reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0x00100000-0xcfd9ffff] could not be reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0xcfe00000-0xcfefffff] has been reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0xcff00000-0xcfffffff] could not be reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0xfee00000-0xfee00fff] could not be reserved
    May 26 09:42:34 phenom kernel: system 00:05: [mem 0xfff80000-0xfffeffff] has been reserved
    May 26 09:42:34 phenom kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    May 26 09:42:34 phenom kernel: pnp: PnP ACPI: found 6 devices
    May 26 09:42:34 phenom kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xfd500000-0xfd51ffff pref]
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: PCI bridge to [bus 01]
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: bridge window [io 0xc000-0xcfff]
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: bridge window [mem 0xfd500000-0xfd5fffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: PCI bridge to [bus 02]
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: bridge window [io 0xb000-0xbfff]
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: bridge window [mem 0xfd400000-0xfd4fffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:04.0: bridge window [mem 0xfde00000-0xfdefffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: PCI bridge to [bus 03]
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: bridge window [io 0xe000-0xefff]
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: bridge window [mem 0xfdd00000-0xfddfffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:09.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: PCI bridge to [bus 04]
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: bridge window [io 0xd000-0xdfff]
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: bridge window [mem 0xfdb00000-0xfdbfffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:0a.0: bridge window [mem 0xfd800000-0xfd8fffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: PCI bridge to [bus 05]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [io 0xa000-0xafff]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [mem 0xfda00000-0xfdafffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:14.4: bridge window [mem 0xfd900000-0xfd9fffff pref]
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: PCI bridge to [bus 06]
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: bridge window [io 0x9000-0x9fff]
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: bridge window [mem 0xfd700000-0xfd7fffff]
    May 26 09:42:34 phenom kernel: pci 0000:00:15.0: bridge window [mem 0xfd600000-0xfd6fffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xfebfffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:01: resource 1 [mem 0xfd500000-0xfd5fffff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci_bus 0000:02: resource 0 [io 0xb000-0xbfff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:02: resource 1 [mem 0xfd400000-0xfd4fffff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:02: resource 2 [mem 0xfde00000-0xfdefffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci_bus 0000:03: resource 0 [io 0xe000-0xefff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:03: resource 1 [mem 0xfdd00000-0xfddfffff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:03: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci_bus 0000:04: resource 0 [io 0xd000-0xdfff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:04: resource 1 [mem 0xfdb00000-0xfdbfffff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:04: resource 2 [mem 0xfd800000-0xfd8fffff 64bit pref]
    May 26 09:42:34 phenom kernel: pci_bus 0000:05: resource 0 [io 0xa000-0xafff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:05: resource 1 [mem 0xfda00000-0xfdafffff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:05: resource 2 [mem 0xfd900000-0xfd9fffff pref]
    May 26 09:42:34 phenom kernel: pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7 window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:05: resource 5 [io 0x0d00-0xffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:05: resource 7 [mem 0x000c0000-0x000dffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:05: resource 8 [mem 0xfed40000-0xfed44fff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:05: resource 9 [mem 0xd0000000-0xfebfffff window]
    May 26 09:42:34 phenom kernel: pci_bus 0000:06: resource 0 [io 0x9000-0x9fff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:06: resource 1 [mem 0xfd700000-0xfd7fffff]
    May 26 09:42:34 phenom kernel: pci_bus 0000:06: resource 2 [mem 0xfd600000-0xfd6fffff 64bit pref]
    May 26 09:42:34 phenom kernel: NET: Registered protocol family 2
    May 26 09:42:34 phenom kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    May 26 09:42:34 phenom kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    May 26 09:42:34 phenom kernel: TCP: Hash tables configured (established 131072 bind 65536)
    May 26 09:42:34 phenom kernel: TCP: reno registered
    May 26 09:42:34 phenom kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes)
    May 26 09:42:34 phenom kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    May 26 09:42:34 phenom kernel: NET: Registered protocol family 1
    May 26 09:42:34 phenom kernel: pci 0000:01:00.0: Video device with shadowed ROM
    May 26 09:42:34 phenom kernel: PCI: CLS 64 bytes, default 64
    May 26 09:42:34 phenom kernel: Unpacking initramfs...
    May 26 09:42:34 phenom kernel: Freeing initrd memory: 14980K (ffff8800362ae000 - ffff88003714f000)
    May 26 09:42:34 phenom kernel: PCI-DMA: Disabling AGP.
    May 26 09:42:34 phenom kernel: PCI-DMA: aperture base @ c4000000 size 65536 KB
    May 26 09:42:34 phenom kernel: PCI-DMA: using GART IOMMU.
    May 26 09:42:34 phenom kernel: PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    May 26 09:42:34 phenom kernel: microcode: CPU0: patch_level=0x010000bf
    May 26 09:42:34 phenom kernel: microcode: CPU1: patch_level=0x010000bf
    May 26 09:42:34 phenom kernel: microcode: CPU2: patch_level=0x010000bf
    May 26 09:42:34 phenom kernel: microcode: CPU3: patch_level=0x010000bf
    May 26 09:42:34 phenom kernel: microcode: CPU4: patch_level=0x010000bf
    May 26 09:42:34 phenom kernel: microcode: CPU5: patch_level=0x010000bf
    May 26 09:42:34 phenom kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    May 26 09:42:34 phenom kernel: LVT offset 1 assigned for vector 0x400
    May 26 09:42:34 phenom kernel: IBS: LVT offset 1 assigned
    May 26 09:42:34 phenom kernel: perf: AMD IBS detected (0x0000001f)
    May 26 09:42:34 phenom kernel: Scanning for low memory corruption every 60 seconds
    May 26 09:42:34 phenom kernel: futex hash table entries: 2048 (order: 5, 131072 bytes)
    May 26 09:42:34 phenom kernel: Initialise system trusted keyring
    May 26 09:42:34 phenom kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    May 26 09:42:34 phenom kernel: zpool: loaded
    May 26 09:42:34 phenom kernel: zbud: loaded
    May 26 09:42:34 phenom kernel: VFS: Disk quotas dquot_6.5.2
    May 26 09:42:34 phenom kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    May 26 09:42:34 phenom kernel: Key type big_key registered
    May 26 09:42:34 phenom kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    May 26 09:42:34 phenom kernel: io scheduler noop registered
    May 26 09:42:34 phenom kernel: io scheduler deadline registered
    May 26 09:42:34 phenom kernel: io scheduler cfq registered (default)
    May 26 09:42:34 phenom kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    May 26 09:42:34 phenom kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    May 26 09:42:34 phenom kernel: vesafb: mode is 1600x1200x32, linelength=6400, pages=0
    May 26 09:42:34 phenom kernel: vesafb: scrolling: redraw
    May 26 09:42:34 phenom kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    May 26 09:42:34 phenom kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90011c00000, using 7552k, total 7552k
    May 26 09:42:34 phenom kernel: Console: switching to colour frame buffer device 200x75
    May 26 09:42:34 phenom kernel: fb0: VESA VGA frame buffer device
    May 26 09:42:34 phenom kernel: GHES: HEST is not enabled!
    May 26 09:42:34 phenom kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    May 26 09:42:34 phenom kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
    May 26 09:42:34 phenom kernel: Linux agpgart interface v0.103
    May 26 09:42:34 phenom kernel: rtc_cmos 00:02: RTC can wake from S4
    May 26 09:42:34 phenom kernel: rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    May 26 09:42:34 phenom kernel: rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs
    May 26 09:42:34 phenom kernel: rtc-cmos: BIOS has alarm-disable quirk.
    May 26 09:42:34 phenom kernel: RTC alarms disabled
    May 26 09:42:34 phenom kernel: ledtrig-cpu: registered to indicate activity on CPUs
    May 26 09:42:34 phenom kernel: TCP: cubic registered
    May 26 09:42:34 phenom kernel: NET: Registered protocol family 10
    May 26 09:42:34 phenom kernel: NET: Registered protocol family 17
    May 26 09:42:34 phenom kernel: Loading compiled-in X.509 certificates
    May 26 09:42:34 phenom kernel: registered taskstats version 1
    May 26 09:42:34 phenom kernel: Magic number: 15:372:724
    May 26 09:42:34 phenom kernel: rtc_cmos 00:02: setting system clock to 2015-05-26 07:42:29 UTC (1432626149)
    May 26 09:42:34 phenom kernel: PM: Hibernation image not present or could not be loaded.
    May 26 09:42:34 phenom kernel: Freeing unused kernel memory: 1160K (ffffffff818d4000 - ffffffff819f6000)
    May 26 09:42:34 phenom kernel: Write protecting the kernel read-only data: 8192k
    May 26 09:42:34 phenom kernel: Freeing unused kernel memory: 504K (ffff880001582000 - ffff880001600000)
    May 26 09:42:34 phenom kernel: Freeing unused kernel memory: 264K (ffff8800017be000 - ffff880001800000)
    May 26 09:42:34 phenom kernel: random: systemd-tmpfile urandom read with 3 bits of entropy available
    May 26 09:42:34 phenom kernel: [drm] Initialized drm 1.1.0 20060810
    May 26 09:42:34 phenom kernel: [drm] radeon kernel modesetting enabled.
    May 26 09:42:34 phenom kernel: checking generic (d0000000 760000) vs hw (d0000000 10000000)
    May 26 09:42:34 phenom kernel: fb: switching to radeondrmfb from VESA VGA
    May 26 09:42:34 phenom kernel: Console: switching to colour dummy device 80x25
    May 26 09:42:34 phenom kernel: [drm] initializing kernel modesetting (CAICOS 0x1002:0x6779 0x1043:0x0483).
    May 26 09:42:34 phenom kernel: [drm] register mmio base: 0xFD5C0000
    May 26 09:42:34 phenom kernel: [drm] register mmio size: 131072
    May 26 09:42:34 phenom kernel: ATOM BIOS: 6779.13.12.0.45.AS01
    May 26 09:42:34 phenom kernel: radeon 0000:01:00.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
    May 26 09:42:34 phenom kernel: radeon 0000:01:00.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
    May 26 09:42:34 phenom kernel: [drm] Detected VRAM RAM=1024M, BAR=256M
    May 26 09:42:34 phenom kernel: [drm] RAM width 64bits DDR
    May 26 09:42:34 phenom kernel: [TTM] Zone kernel: Available graphics memory: 8217894 kiB
    May 26 09:42:34 phenom kernel: [TTM] Zone dma32: Available graphics memory: 2097152 kiB
    May 26 09:42:34 phenom kernel: [TTM] Initializing pool allocator
    May 26 09:42:34 phenom kernel: [TTM] Initializing DMA pool allocator
    May 26 09:42:34 phenom kernel: [drm] radeon: 1024M of VRAM memory ready
    May 26 09:42:34 phenom kernel: [drm] radeon: 1024M of GTT memory ready.
    May 26 09:42:34 phenom kernel: [drm] Loading CAICOS Microcode
    May 26 09:42:34 phenom kernel: [drm] Internal thermal controller without fan control
    May 26 09:42:34 phenom kernel: [drm] radeon: dpm initialized
    May 26 09:42:34 phenom kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
    May 26 09:42:34 phenom kernel: [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
    May 26 09:42:34 phenom kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000274000).
    May 26 09:42:34 phenom kernel: radeon 0000:01:00.0: WB enabled
    May 26 09:42:34 phenom kernel: radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88041a0cdc00
    May 26 09:42:34 phenom kernel: radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88041a0cdc0c
    May 26 09:42:34 phenom kernel: radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc900126b2118
    May 26 09:42:34 phenom kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    May 26 09:42:34 phenom kernel: [drm] Driver supports precise vblank timestamp query.
    May 26 09:42:34 phenom kernel: radeon 0000:01:00.0: radeon: MSI limited to 32-bit
    May 26 09:42:34 phenom kernel: radeon 0000:01:00.0: radeon: using MSI.
    May 26 09:42:34 phenom kernel: [drm] radeon: irq initialized.
    May 26 09:42:34 phenom kernel: [drm] ring test on 0 succeeded in 2 usecs
    May 26 09:42:34 phenom kernel: [drm] ring test on 3 succeeded in 7 usecs
    May 26 09:42:34 phenom kernel: [drm] ring test on 5 succeeded in 2 usecs
    May 26 09:42:34 phenom kernel: [drm] UVD initialized successfully.
    May 26 09:42:34 phenom kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    May 26 09:42:34 phenom kernel: [drm] ib test on ring 3 succeeded in 0 usecs
    May 26 09:42:34 phenom kernel: [drm] ib test on ring 5 succeeded
    May 26 09:42:34 phenom kernel: [drm] Radeon Display Connectors
    May 26 09:42:34 phenom kernel: [drm] Connector 0:
    May 26 09:42:34 phenom kernel: [drm] HDMI-A-1
    May 26 09:42:34 phenom kernel: [drm] HPD1
    May 26 09:42:34 phenom kernel: [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
    May 26 09:42:34 phenom kernel: [drm] Encoders:
    May 26 09:42:34 phenom kernel: [drm] DFP1: INTERNAL_UNIPHY1
    May 26 09:42:34 phenom kernel: [drm] Connector 1:
    May 26 09:42:34 phenom kernel: [drm] DVI-D-1
    May 26 09:42:34 phenom kernel: [drm] HPD4
    May 26 09:42:34 phenom kernel: [drm] DDC: 0x6450 0x6450 0x6454 0x6454 0x6458 0x6458 0x645c 0x645c
    May 26 09:42:34 phenom kernel: [drm] Encoders:
    May 26 09:42:34 phenom kernel: [drm] DFP2: INTERNAL_UNIPHY
    May 26 09:42:34 phenom kernel: [drm] Connector 2:
    May 26 09:42:34 phenom kernel: [drm] VGA-1
    May 26 09:42:34 phenom kernel: [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    May 26 09:42:34 phenom kernel: [drm] Encoders:
    May 26 09:42:34 phenom kernel: [drm] CRT1: INTERNAL_KLDSCP_DAC1
    May 26 09:42:34 phenom kernel: tsc: Refined TSC clocksource calibration: 3300.098 MHz
    May 26 09:42:34 phenom kernel: [drm] fb mappable at 0xD0475000
    May 26 09:42:34 phenom kernel: [drm] vram apper at 0xD0000000
    May 26 09:42:34 phenom kernel: [drm] size 9216000
    May 26 09:42:34 phenom kernel: [drm] fb depth is 24
    May 26 09:42:34 phenom kernel: [drm] pitch is 7680
    May 26 09:42:34 phenom kernel: fbcon: radeondrmfb (fb0) is primary device
    May 26 09:42:34 phenom kernel: Console: switching to colour frame buffer device 240x75
    May 26 09:42:34 phenom kernel: radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
    May 26 09:42:34 phenom kernel: radeon 0000:01:00.0: registered panic notifier
    May 26 09:42:34 phenom kernel: [drm] Initialized radeon 2.41.0 20080528 for 0000:01:00.0 on minor 0
    May 26 09:42:34 phenom kernel: wmi: Mapper loaded
    May 26 09:42:34 phenom kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
    May 26 09:42:34 phenom kernel: ACPI: Power Button [PWRB]
    May 26 09:42:34 phenom kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    May 26 09:42:34 phenom kernel: ACPI: Power Button [PWRF]
    May 26 09:42:34 phenom kernel: MXM: GUID detected in BIOS
    May 26 09:42:34 phenom kernel: i8042: PNP: No PS/2 controller found. Probing ports directly.
    May 26 09:42:34 phenom kernel: i8042: Failed to disable AUX port, but continuing anyway... Is this a SiS?
    May 26 09:42:34 phenom kernel: i8042: If AUX port is really absent please use the 'i8042.noaux' option
    May 26 09:42:34 phenom kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    May 26 09:42:34 phenom kernel: ACPI: bus type USB registered
    May 26 09:42:34 phenom kernel: usbcore: registered new interface driver usbfs
    May 26 09:42:34 phenom kernel: SCSI subsystem initialized
    May 26 09:42:34 phenom kernel: usbcore: registered new interface driver hub
    May 26 09:42:34 phenom kernel: usbcore: registered new device driver usb
    May 26 09:42:34 phenom kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    May 26 09:42:34 phenom kernel: ehci-pci: EHCI PCI platform driver
    May 26 09:42:34 phenom kernel: QUIRK: Enable AMD PLL fix
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:12.2: EHCI Host Controller
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:12.2: debug port 1
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:12.2: irq 17, io mem 0xfdffd000
    May 26 09:42:34 phenom kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    May 26 09:42:34 phenom kernel: ohci-pci: OHCI PCI platform driver
    May 26 09:42:34 phenom kernel: libata version 3.00 loaded.
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
    May 26 09:42:34 phenom kernel: hub 1-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 1-0:1.0: 5 ports detected
    May 26 09:42:34 phenom kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
    May 26 09:42:34 phenom kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
    May 26 09:42:34 phenom kernel: xhci_hcd 0000:02:00.0: hcc params 0x040050af hci version 0x100 quirks 0x00080490
    May 26 09:42:34 phenom kernel: hub 2-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 2-0:1.0: 2 ports detected
    May 26 09:42:34 phenom kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
    May 26 09:42:34 phenom kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
    May 26 09:42:34 phenom kernel: hub 3-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 3-0:1.0: 2 ports detected
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 4
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:13.2: debug port 1
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xfdffb000
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    May 26 09:42:34 phenom kernel: hub 4-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 4-0:1.0: 5 ports detected
    May 26 09:42:34 phenom kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
    May 26 09:42:34 phenom kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 5
    May 26 09:42:34 phenom kernel: xhci_hcd 0000:04:00.0: hcc params 0x040050af hci version 0x100 quirks 0x00080490
    May 26 09:42:34 phenom kernel: hub 5-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 5-0:1.0: 2 ports detected
    May 26 09:42:34 phenom kernel: xhci_hcd 0000:04:00.0: xHCI Host Controller
    May 26 09:42:34 phenom kernel: xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 6
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
    May 26 09:42:34 phenom kernel: hub 6-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 6-0:1.0: 2 ports detected
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 7
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:16.2: debug port 1
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0xfdff8000
    May 26 09:42:34 phenom kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    May 26 09:42:34 phenom kernel: hub 7-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 7-0:1.0: 4 ports detected
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:12.0: OHCI PCI host controller
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 8
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:12.0: irq 18, io mem 0xfdffe000
    May 26 09:42:34 phenom kernel: firewire_ohci 0000:05:0e.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    May 26 09:42:34 phenom kernel: hub 8-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 8-0:1.0: 5 ports detected
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 9
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xfdffc000
    May 26 09:42:34 phenom kernel: hub 9-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 9-0:1.0: 5 ports detected
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 10
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xfdffa000
    May 26 09:42:34 phenom kernel: hub 10-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 10-0:1.0: 2 ports detected
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 11
    May 26 09:42:34 phenom kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0xfdff9000
    May 26 09:42:34 phenom kernel: hub 11-0:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 11-0:1.0: 4 ports detected
    May 26 09:42:34 phenom kernel: scsi host0: pata_atiixp
    May 26 09:42:34 phenom kernel: scsi host1: pata_atiixp
    May 26 09:42:34 phenom kernel: ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfa00 irq 14
    May 26 09:42:34 phenom kernel: ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfa08 irq 15
    May 26 09:42:34 phenom kernel: ahci 0000:00:11.0: version 3.0
    May 26 09:42:34 phenom kernel: ahci 0000:00:11.0: AHCI 0001.0200 32 slots 4 ports 6 Gbps 0xf impl SATA mode
    May 26 09:42:34 phenom kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
    May 26 09:42:34 phenom kernel: scsi host2: ahci
    May 26 09:42:34 phenom kernel: scsi host3: ahci
    May 26 09:42:34 phenom kernel: scsi host4: ahci
    May 26 09:42:34 phenom kernel: scsi host5: ahci
    May 26 09:42:34 phenom kernel: ata3: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff100 irq 19
    May 26 09:42:34 phenom kernel: ata4: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff180 irq 19
    May 26 09:42:34 phenom kernel: ata5: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff200 irq 19
    May 26 09:42:34 phenom kernel: ata6: SATA max UDMA/133 abar m1024@0xfdfff000 port 0xfdfff280 irq 19
    May 26 09:42:34 phenom kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    May 26 09:42:34 phenom kernel: usb 2-2: new high-speed USB device number 2 using xhci_hcd
    May 26 09:42:34 phenom kernel: usb 7-4: new high-speed USB device number 2 using ehci-pci
    May 26 09:42:34 phenom kernel: ata1.01: ATAPI: PLEXTOR DVDR PX-820A, 1.00, max UDMA/66
    May 26 09:42:34 phenom kernel: ata1.01: limited to UDMA/33 due to 40-wire cable
    May 26 09:42:34 phenom kernel: hub 1-1:1.0: USB hub found
    May 26 09:42:34 phenom kernel: hub 1-1:1.0: 4 ports detected
    May 26 09:42:34 phenom kernel: ata1.01: configured for UDMA/33
    May 26 09:42:34 phenom kernel: scsi 0:0:1:0: CD-ROM PLEXTOR DVDR PX-820A 1.00 PQ: 0 ANSI: 5
    May 26 09:42:34 phenom kernel: firewire_core 0000:05:0e.0: created device fw0: GUID 0049e55059f30500, S400
    May 26 09:42:34 phenom kernel: ata3: SATA link down (SStatus 0 SControl 300)
    May 26 09:42:34 phenom kernel: ata4: SATA link down (SStatus 0 SControl 300)
    May 26 09:42:34 phenom kernel: Switched to clocksource tsc
    May 26 09:42:34 phenom kernel: usb 1-1.1: new low-speed USB device number 3 using ehci-pci
    May 26 09:42:34 phenom kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    May 26 09:42:34 phe

    Hi,
    I have exactly the same problem. systemd-logind sporadically fails to start, therefore preventing the login prompt to appear. Resetting the machine is the only solution in that case. Most of the time, the system start works without problems though. Here are a few relevant lines from my logs:
    # journalctl --unit=systemd-logind | grep -C50 'Connection timed out'
    -- Reboot --
    Apr 22 10:16:36 deltaflyer systemd[1]: Starting Login Service...
    Apr 22 10:17:01 deltaflyer systemd-logind[377]: Failed to enable subscription: Connection timed out
    Apr 22 10:17:01 deltaflyer systemd-logind[377]: Failed to fully start up daemon: Connection timed out
    Apr 22 10:17:01 deltaflyer systemd[1]: systemd-logind.service: main process exited, code=exited, status=1/FAILURE
    Apr 22 10:17:01 deltaflyer systemd[1]: Failed to start Login Service.
    Apr 22 10:17:01 deltaflyer systemd[1]: Unit systemd-logind.service entered failed state.
    Apr 22 10:17:01 deltaflyer systemd[1]: systemd-logind.service failed.
    Apr 22 10:17:01 deltaflyer systemd[1]: systemd-logind.service has no holdoff time, scheduling restart.
    -- Reboot --
    Here is relevant output from the complete log (not only systemd-logind):
    # journalctl | grep -C10 'Connection timed out'
    Apr 22 10:17:01 deltaflyer dbus[389]: [system] Successfully activated service 'org.freedesktop.systemd1'
    Apr 22 10:17:01 deltaflyer NetworkManager[387]: <info> NetworkManager (version 1.0.0) is starting...
    Apr 22 10:17:01 deltaflyer acpid[386]: starting up with netlink and the input layer
    Apr 22 10:17:01 deltaflyer smartd[381]: Unable to monitor any SMART enabled devices. Try debug (-d) option. Exiting...
    Apr 22 10:17:01 deltaflyer /usr/bin/gpm[390]: imps2: Auto-detected intellimouse PS/2
    Apr 22 10:17:01 deltaflyer dbus[389]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Apr 22 10:17:01 deltaflyer NetworkManager[387]: <info> Read config: /etc/NetworkManager/NetworkManager.conf
    Apr 22 10:17:01 deltaflyer NetworkManager[387]: <info> WEXT support is enabled
    Apr 22 10:16:36 deltaflyer systemd[1]: Starting Virtual console mouse server...
    Apr 22 10:16:36 deltaflyer systemd[1]: Started D-Bus System Message Bus.
    Apr 22 10:17:01 deltaflyer systemd-logind[377]: Failed to enable subscription: Connection timed out
    Apr 22 10:17:01 deltaflyer systemd-logind[377]: Failed to fully start up daemon: Connection timed out
    Apr 22 10:17:01 deltaflyer systemd[1]: Failed to register name: Connection timed out
    Apr 22 10:17:01 deltaflyer systemd[1]: Failed to set up API bus: Connection timed out
    Apr 22 10:17:01 deltaflyer systemd[1]: Starting D-Bus System Message Bus...
    Apr 22 10:17:01 deltaflyer systemd[1]: Started LVM2 PV scan on device 254:0.
    Apr 22 10:17:01 deltaflyer lvm[320]: 7 logical volume(s) in volume group "deltaflyer" now active
    Apr 22 10:17:01 deltaflyer dbus[389]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service'
    Apr 22 10:17:01 deltaflyer acpid[386]: 1 rule loaded
    Apr 22 10:17:01 deltaflyer acpid[386]: waiting for events: event logging is off
    Apr 22 10:17:01 deltaflyer NetworkManager[387]: <info> VPN: loaded org.freedesktop.NetworkManager.openvpn
    Apr 22 10:17:01 deltaflyer NetworkManager[387]: <info> Loaded plugin keyfile: (c) 2007 - 2013 Red Hat, Inc. To report bugs please use the NetworkManager mailing list.
    Apr 22 10:17:01 deltaflyer systemd[1]: Started Restore Sound Card State.
    Mai 11 11:20:56 deltaflyer acpid[638]: starting up with netlink and the input layer
    Mai 11 11:20:56 deltaflyer smartd[640]: Monitoring 1 ATA and 0 SCSI devices
    Mai 11 11:20:56 deltaflyer /usr/bin/gpm[637]: imps2: Auto-detected intellimouse PS/2
    Mai 11 11:20:56 deltaflyer dbus[642]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Mai 11 11:20:56 deltaflyer NetworkManager[633]: <info> Read config: /etc/NetworkManager/NetworkManager.conf
    Mai 11 11:20:56 deltaflyer NetworkManager[633]: <info> WEXT support is enabled
    Mai 11 11:20:56 deltaflyer dbus[642]: [system] Activating via systemd: service name='org.freedesktop.login1' unit='dbus-org.freedesktop.login1.service'
    Mai 11 11:20:56 deltaflyer acpid[638]: 1 rule loaded
    Mai 11 11:20:56 deltaflyer acpid[638]: waiting for events: event logging is off
    Mai 11 11:20:31 deltaflyer systemd[1]: Started D-Bus System Message Bus.
    Mai 11 11:20:56 deltaflyer systemd-logind[634]: Failed to enable subscription: Connection timed out
    Mai 11 11:20:56 deltaflyer systemd-logind[634]: Failed to fully start up daemon: Connection timed out
    Mai 11 11:20:56 deltaflyer systemd[1]: Failed to register name: Connection timed out
    Mai 11 11:20:56 deltaflyer systemd[1]: Failed to set up API bus: Connection timed out
    Mai 11 11:20:56 deltaflyer systemd[1]: Starting D-Bus System Message Bus...
    Mai 11 11:20:56 deltaflyer systemd[1]: Started Manage Sound Card State (restore and store).
    Mai 11 11:20:56 deltaflyer systemd[1]: Starting Restore Sound Card State...
    Mai 11 11:20:56 deltaflyer systemd[1]: Started Daily man-db cache update.
    Mai 11 11:20:56 deltaflyer systemd[1]: Starting Daily man-db cache update.
    Mai 11 11:20:56 deltaflyer systemd[1]: Started Daily verification of password and group files.
    Mai 11 11:20:56 deltaflyer systemd[1]: systemd-logind.service: main process exited, code=exited, status=1/FAILURE
    Mai 11 11:20:56 deltaflyer systemd[1]: Failed to start Login Service.
    Mai 11 11:20:56 deltaflyer systemd[1]: Unit systemd-logind.service entered failed state.
    Mai 11 11:20:56 deltaflyer systemd[1]: systemd-logind.service failed.
    Mai 27 16:47:34 deltaflyer smartd[399]: Device: /dev/sda [SAT], VBOX HARDDISK, S/N:VB9c7c4cff-f1cdf11a, FW:1.0, 500 GB
    Mai 27 16:47:34 deltaflyer smartd[399]: Device: /dev/sda [SAT], not found in smartd database.
    Mai 27 16:47:34 deltaflyer smartd[399]: Device: /dev/sda [SAT], lacks SMART capability
    Mai 27 16:47:34 deltaflyer smartd[399]: Device: /dev/sda [SAT], to proceed anyway, use '-T permissive' Directive.
    Mai 27 16:47:34 deltaflyer smartd[399]: Unable to monitor any SMART enabled devices. Try debug (-d) option. Exiting...
    Mai 27 16:47:59 deltaflyer /usr/bin/gpm[400]: *** info [mice.c(1990)]:
    Mai 27 16:47:59 deltaflyer dbus[402]: [system] Successfully activated service 'org.freedesktop.systemd1'
    Mai 27 16:47:59 deltaflyer nm-dispatcher[395]: Could not get the system bus (Timeout was reached). Make sure the message bus daemon is running!
    Mai 27 16:47:59 deltaflyer acpid[391]: starting up with netlink and the input layer
    Mai 27 16:47:34 deltaflyer systemd[1]: Started D-Bus System Message Bus.
    Mai 27 16:47:59 deltaflyer systemd-logind[392]: Failed to enable subscription: Connection timed out
    Mai 27 16:47:59 deltaflyer systemd-logind[392]: Failed to fully start up daemon: Connection timed out
    Mai 27 16:47:59 deltaflyer systemd[1]: Failed to register name: Connection timed out
    Mai 27 16:47:59 deltaflyer systemd[1]: Failed to set up API bus: Connection timed out
    Mai 27 16:47:59 deltaflyer systemd[1]: Starting D-Bus System Message Bus...
    Mai 27 16:47:59 deltaflyer systemd[1]: Starting Preprocess NFS configuration...
    Mai 27 16:47:59 deltaflyer systemd[1]: Starting Network Manager...
    Mai 27 16:47:59 deltaflyer systemd[1]: Starting VirtualBox Guest Service...
    Mai 27 16:47:59 deltaflyer systemd[1]: Started LVM2 PV scan on device 254:0.
    Mai 27 16:47:59 deltaflyer /usr/bin/gpm[400]: imps2: Auto-detected intellimouse PS/2
    Mai 27 16:47:59 deltaflyer dbus[402]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Mai 27 16:47:59 deltaflyer upowerd[393]: (upowerd:393): UPower-WARNING **: Failed to acquire org.freedesktop.UPower: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    Mai 27 16:47:59 deltaflyer upowerd[393]: (upowerd:393): UPower-WARNING **: Could not acquire name; bailing out
    Mai 27 16:47:59 deltaflyer systemd[1]: Started Restore Sound Card State.
    It almost seems to be a problem with a dbus and/or NetworkManager race condition.

  • Apache DBCP not creating min connection

    Hi,
    I configured my app with Apache DBCP.. But when i checked initially it fail to create minimum connection.. am i miss anything here...
    here is my configuration file.
    <ResourceParams name="jdbc/oracle">
              <parameter>
              <name>factory</name>
              <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
              </parameter>
              <parameter>
                   <name>driverClassName</name>
                   <value>oracle.jdbc.driver.OracleDriver</value>
              </parameter>
              <parameter>
                   <name>url</name>
                   <value>jdbc:oracle:thin:@some url</value>
              </parameter>
              <parameter>
                   <name>username</name>
                   <value>bloh bloh</value>
              </parameter>
              <parameter>
                   <name>password</name>
                   <value>bloh bloh</value>
              </parameter>
              <parameter>
                   <name>maxActive</name>
                   <value>50</value>
              </parameter>
              <parameter>
                   <name>maxIdle</name>
                   <value>10</value>
              </parameter>
              <parameter>
                   <name>minIdle</name>
                   <value>5</value>
              </parameter>
              <parameter>
                   <name>maxWait</name>
                   <value>-1</value>
              </parameter>
              </ResourceParams>
    and i checked the connection using following query
    select username,
    machine,
    count(*)
    from v$session
    where machine like '%HC-APACHE%'
    group by username,machine
    Regards,
    Ananth.P

    There may well be five connection objects in the pool - but they don't necessarily correspond to five network connections until they've been used.

  • Unexpected Getty restart: systemd-logind[272]: Failed to save...

    Hi,
    I was just now minding my own business, surfing the web, when mouse got really laggy, and all of a sudden X11 cut out and I was staring at my tty1 login prompt. I logged back in and checked /var/log/everything.log to find this:
    Oct 25 08:23:33 localhost systemd[1]: [email protected] holdoff time over, scheduling restart.
    Oct 25 08:23:33 localhost systemd[1]: Stopping Getty on tty1...
    Oct 25 08:23:33 localhost systemd[1]: Starting Getty on tty1...
    Oct 25 08:23:33 localhost systemd[1]: Started Getty on tty1.
    And I checked /var/log/errors.log to find this:
    Oct 25 08:23:30 localhost systemd-logind[272]: Failed to save seat data for seat0: No space left on device
    Oct 25 08:23:30 localhost systemd-logind[272]: Failed to save session data for 2: No space left on device
    Oct 25 08:23:30 localhost systemd-logind[272]: Failed to save user data for brian: No space left on device
    I'm not sure where systemd-logind saves "user data", but none of my devices are full:
    ~ $ df -h
    Filesystem Size Used Avail Use% Mounted on
    rootfs 14G 3.5G 9.6G 27% /
    dev 984M 0 984M 0% /dev
    run 987M 340K 986M 1% /run
    /dev/sda2 14G 3.5G 9.6G 27% /
    tmpfs 987M 0 987M 0% /dev/shm
    tmpfs 987M 0 987M 0% /sys/fs/cgroup
    tmpfs 987M 8.0K 987M 1% /tmp
    /dev/sda4 205G 45G 150G 23% /home
    /dev/sda3 12G 2.8G 7.7G 27% /var
    /dev/sda1 92M 26M 62M 30% /boot
    Any idea what happened? The only thing I can think of is that somehow /tmp got full (even though I wasn't doing anything other than normal web browsing), so it restarted and dumped the contents of /tmp.
    Thanks.
    Brian

    Hi,
    I was just now minding my own business, surfing the web, when mouse got really laggy, and all of a sudden X11 cut out and I was staring at my tty1 login prompt. I logged back in and checked /var/log/everything.log to find this:
    Oct 25 08:23:33 localhost systemd[1]: [email protected] holdoff time over, scheduling restart.
    Oct 25 08:23:33 localhost systemd[1]: Stopping Getty on tty1...
    Oct 25 08:23:33 localhost systemd[1]: Starting Getty on tty1...
    Oct 25 08:23:33 localhost systemd[1]: Started Getty on tty1.
    And I checked /var/log/errors.log to find this:
    Oct 25 08:23:30 localhost systemd-logind[272]: Failed to save seat data for seat0: No space left on device
    Oct 25 08:23:30 localhost systemd-logind[272]: Failed to save session data for 2: No space left on device
    Oct 25 08:23:30 localhost systemd-logind[272]: Failed to save user data for brian: No space left on device
    I'm not sure where systemd-logind saves "user data", but none of my devices are full:
    ~ $ df -h
    Filesystem Size Used Avail Use% Mounted on
    rootfs 14G 3.5G 9.6G 27% /
    dev 984M 0 984M 0% /dev
    run 987M 340K 986M 1% /run
    /dev/sda2 14G 3.5G 9.6G 27% /
    tmpfs 987M 0 987M 0% /dev/shm
    tmpfs 987M 0 987M 0% /sys/fs/cgroup
    tmpfs 987M 8.0K 987M 1% /tmp
    /dev/sda4 205G 45G 150G 23% /home
    /dev/sda3 12G 2.8G 7.7G 27% /var
    /dev/sda1 92M 26M 62M 30% /boot
    Any idea what happened? The only thing I can think of is that somehow /tmp got full (even though I wasn't doing anything other than normal web browsing), so it restarted and dumped the contents of /tmp.
    Thanks.
    Brian

  • Failed to create new JCO client connection WD_FLIGHTLIST_RFC_METADATA_DEST:

    I tried the demo in SDN, but failed .
    Why?

    Sorry I forget posting the msg:
    for WD_FLIGHTLIST_MODELDATA_DEST:
    nnection for 'WD_FLIGHTLIST_MODELDATA_DEST' was sucessfully tested with user 'ZZHZHU'
    But :
    for WD_FLIGHTLIST_RFC_METADATA_DEST:
    Failed to create new JCO client connection WD_FLIGHTLIST_RFC_METADATA_DEST: com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscapeException: Error while obtaining JCO connection. at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:140) at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.createJCOClientConnection(SystemLandscapeFactory.java:286) at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.createJCOClientConnection(WDSystemLandscape.java:107) at com.sap.tc.webdynpro.tools.sld.ButtonBar.onActionFinish(ButtonBar.java:224) at com.sap.tc.webdynpro.tools.sld.wdp.InternalButtonBar.wdInvokeEventHandler(InternalButtonBar.java:252) at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67) at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleAction(WebDynproMainTask.java:100) at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:299) at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:640) at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59) at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:251) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:55) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:391) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:265) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:345) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:323) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:865) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:240) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37) at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged1(Native Method) at java.security.AccessController.doPrivileged(AccessController.java:321) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162) Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to resolve connection parameter for WD_FLIGHTLIST_RFC_METADATA_DEST at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter4MsgServerJCODestinaton(JCOClientConnection.java:664) at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter(JCOClientConnection.java:508) at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.init(AbstractJCOClientConnection.java:247) at com.sap.tc.webdynpro.serverimpl.core.sl.AbstractJCOClientConnection.<init>(AbstractJCOClientConnection.java:221) at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.<init>(JCOClientConnection.java:101) at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.getJCOClientConnection(SystemLandscapeFactory.java:138) ... 31 more Caused by: java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:474) at com.sap.tc.webdynpro.serverimpl.wdc.sl.JCOClientConnection.resolveConnectionParameter4MsgServerJCODestinaton(JCOClientConnection.java:558) ... 36 more

  • Exception while creating JCo client connection Failed to create

    Hello all -
       I am trying to create JCo metadata connections and I am getting the below error trace.
    Exception while creating JCo client connection Failed to create new JCO client connection SAP_R3_HumanResources_Metadata: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to change password for key SAP_R3_HumanResources_Metadata in secure storage at com.sap.tc.webdynpro.serverimpl.wdc.sl.SecureStorageWrapper.changePassword(SecureStorageWrapper.java:149) at com.sap.tc.webdynpro.serverimpl.wdc.sl.SystemLandscapeFactory.createJCOClientConnection(SystemLandscapeFactory.java:299) at com.sap.tc.webdynpro.services.sal.sl.api.WDSystemLandscape.createJCOClientConnection(WDSystemLandscape.java:107) at com.sap.tc.webdynpro.tools.sld.ButtonBar.onActionFinish(ButtonBar.java:265) at com.sap.tc.webdynpro.tools.sld.wdp.InternalButtonBar.wdInvokeEventHandler(InternalButtonBar.java:265) at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87) at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67) at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420) at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132) at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335) at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143) at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666) at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250) at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62) at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401) at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) at java.security.AccessController.doPrivileged(Native Method) at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176) Caused by: com.sap.security.core.server.securestorage.exception.ObjectStorageException at com.sap.security.core.server.securestorage.remote.RemoteSecureStorageClientContextImpl.storeObject(RemoteSecureStorageClientContextImpl.java:600) at com.sap.tc.webdynpro.serverimpl.wdc.sl.SecureStorageWrapper.changePassword(SecureStorageWrapper.java:137) ... 33 more
    Could anybody please suggest what is wrong with this creation?
    Thanks much!!

    Hi Maria,
    Please update the host and sevice file first then check the SLD test and SLD Data supplier in visual admin.
    Also check and verify the data using in the Jco destination creation.
    Hope it will helps
    Regards
    Arun Jaiswal

  • Data Quality - Failed to create connection to MDR.

    Hi All,
    I have installed Data Quality 11.7.2 on windows 2003 server using SQL 2005 (Both SQL 2005 server and Data Quality are in the same server) , The install was successful. But when I try to Open 'Data Quality Project Architect' it throws an error
    Failed to create connection to MDR.
    Driver error messgage = qodbc_mssql:
    Unable to connect, Database error message =] [microsoft][odbc sql server driver]
    [ tcp/ip sockets] sql server does not exist or access denied
    I checked the ODBC connection and tested it successfully too.
    I am not able to pass through the 'Meta Data Repository Connection' as its failing in 'Setup SQL connection option'
    Any help is appreciated !!!
    Thanks
    Ranjit Krishnan

    Hi Paul,
    Thanks for you reply, OBDC connection was created under System DSN, also tired the users DSN option too, but did not work.
    Recreated the ODBC connection many times still no luck.
    The 'Project Architect' client and the MDR (SQL 2005 Server) are on the same machine.
    Thanks
    Ranjit Krishnan

  • Failed while creating virtual Ethernet switch. Failed to connect Ethernet switch port

    Hello Folks
    I am completely stuck with the configuration of my virtual networks. I have one logical switch left to add to one of my Hyper-V 2012 R2 hosts when I started getting the error below when I try to add logical switches to either Hyper-V Host. I have been using
    the document. 'Hybrid Cloud with NVGRE (Cloud OS)' to implement the virtual networking. Basically using the exact configuration that is in the document. I have added the PA Logical Network and the Network adapters and added the logical switch for it to my
    hyper-v 2012 R2 host and everything was fine. I am now trying to add my ISCSI Logical Switch to the host and this is the error I get. My other Hyper-V host I get this error for any logical switch I am trying to add. Can someone help me with this error. I haven't
    been able to find any information about it.
    Also a some quick info on tracing an error like this so I can figure out what is causing it.
    Thsi is my configuration so far
    So as far as I know everything is peachy untill the error below. Dead stop now
    Error (12700)
    VMM cannot complete the host operation on the 08-NY-VHOST01.accounts.ccac-ont.ca server because of the error: Failed while creating virtual Ethernet switch.
    Failed to connect Ethernet switch port (switch name = '******', port name = '88C16766-ED02-4AC0-8CD7-660AC9D424DD', adapter GUID = '{FAF431D8-0124-4E40-BB3B-9234BAA02973}'): The system cannot find the file specified. (0x80070002).
    Unknown error (0x800b)
    Thank you for your time
    Christopher
    Christopher Scannell

    notice your GUID?  you may want to consider ensuring that is the same GUID associated in your database.  Sometimes during data corruption theres a smidge of a chance your sql database kind of either pulls old guids esp if this was reverted to snapshot
    without it being powered off etc.  
    I would try that first.  then i would consider if you get to configure that with your current liscense associated with the host.  I would need way more info to help any further

  • Distribution manager failed to create the defined share or folder on distribution point and failed to connect to remote distribution point

    We have recently upgraded remote distribution point to SCCM 2012 R2 CU4. when i try to distribute the package getting the error on the distribution point configuration status "Distribution manager failed to create the defined share or folder on distribution
    point and failed to connect to remote distribution point"
    Errors on the package transfer log file.
    CWmi::Connect() could not connect to \\XXXXXXXX.COM\root\SCCMDP. error = The operation completed successfully.. Will try FQDN
    CWmi::Connect() failed to connect to \\XXXXXXX.COM\root\SCCMDP. error = The RPC server is unavailable.
    Failed to connect to the DP WMI namespace on the remote DP

    Thanks Sandys for your suggestions.
    i have tried wbemtest from site server(Secondary site) and remote DP server. Receiving the "The RPC
    server is unavailable" from both ends.
    error:0x800706ba - The RPC server is unavailable

  • Avconvert: failed to create Export Session.  Check setup

    I'm trying to convert an mpeg file so its readable on my macbook pro, I have OS 10.7.5.  I right click the file and select Encode selected video file.  For setting I click 1080p.  The next window pops up:
    acconvert: failed to create an Export Session.  Check setup. 
    What now???

    I also have this very same problem. I ctrl click on my selected video file (avi) and select from the menu "encode selected video files". after I click continue from the "encode media" panel I recieve the same error as above, "failed to create an export session".
    I too am not sure what to do next.
    Any help would be appreciated.
    Macbook Air 13"
    1.7 GHz Intel Core i5
    Mac OS X Lion 10.7.5
    Thanks
    Steven

  • Got systemd-logind: failed to get session: when optirun glxgrears

    I installed nvidia and bumblebee, primus.
    When I tried to test optirun, I ran
    optirun glxgrears -info
    Then I got this,
    [ 2376.692764] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) systemd-logind: failed to get session: PID 1540 does not belong to any known session
    [ 2376.692829] [ERROR]Aborting because fallback start is disabled.
    Here is my /var/log/Xorg.8.log ,
    [ 2376.692764] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) systemd-logind: failed to get session: PID 1540 does not belong to any known session
    [ 2376.692829] [ERROR]Aborting because fallback start is disabled.
    [hk@hkpc ~]$ cat /var/log/Xorg.8.log
    [ 2376.682]
    X.Org X Server 1.16.0
    Release Date: 2014-07-16
    [ 2376.682] X Protocol Version 11, Revision 0
    [ 2376.682] Build Operating System: Linux 3.15.5-2-ARCH x86_64
    [ 2376.682] Current Operating System: Linux hkpc 3.15.8-1-ARCH #1 SMP PREEMPT Fri Aug 1 08:51:42 CEST 2014 x86_64
    [ 2376.682] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=669c53af-9ee3-4bbf-b62f-14c76e81da89 rw quiet
    [ 2376.682] Build Date: 31 July 2014 11:53:19AM
    [ 2376.682]
    [ 2376.682] Current version of pixman: 0.32.6
    [ 2376.682] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2376.682] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2376.683] (==) Log file: "/var/log/Xorg.8.log", Time: Mon Aug 4 22:39:09 2014
    [ 2376.683] (++) Using config file: "/etc/bumblebee/xorg.conf.nouveau"
    [ 2376.683] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 2376.683] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2376.683] (==) ServerLayout "Layout0"
    [ 2376.683] (==) No screen section available. Using defaults.
    [ 2376.683] (**) |-->Screen "Default Screen Section" (0)
    [ 2376.683] (**) | |-->Monitor "<default monitor>"
    [ 2376.683] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 2376.683] (**) | |-->Device "DiscreteNvidia"
    [ 2376.683] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2376.683] (**) Option "AutoAddDevices" "false"
    [ 2376.683] (**) Option "AutoAddGPU" "false"
    [ 2376.683] (**) Not automatically adding devices
    [ 2376.683] (==) Automatically enabling devices
    [ 2376.683] (**) Not automatically adding GPU devices
    [ 2376.683] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2376.683] Entry deleted from font path.
    [ 2376.683] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2376.683] Entry deleted from font path.
    [ 2376.683] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2376.683] Entry deleted from font path.
    [ 2376.683] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2376.683] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2376.683] Entry deleted from font path.
    [ 2376.683] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2376.683] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 2376.683] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2376.683] (==) |-->Input Device "<default pointer>"
    [ 2376.684] (==) |-->Input Device "<default keyboard>"
    [ 2376.684] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 2376.684] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 2376.684] (II) Loader magic: 0x818d80
    [ 2376.684] (II) Module ABI versions:
    [ 2376.684] X.Org ANSI C Emulation: 0.4
    [ 2376.684] X.Org Video Driver: 18.0
    [ 2376.684] X.Org XInput driver : 21.0
    [ 2376.684] X.Org Server Extension : 8.0
    [ 2376.685] (EE) systemd-logind: failed to get session: PID 2304 does not belong to any known session
    [ 2376.686] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 2376.686] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2376.686] (EE) /dev/dri/card0: failed to set DRM interface version 1.4: Permission denied
    [ 2376.688] (--) PCI:*(0:1:0:0) 10de:0fd4:1558:3700 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 2376.688] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2376.688] (II) LoadModule: "glx"
    [ 2376.688] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2376.690] (II) Module glx: vendor="X.Org Foundation"
    [ 2376.690] compiled for 1.16.0, module version = 1.0.0
    [ 2376.690] ABI class: X.Org Server Extension, version 8.0
    [ 2376.690] (==) AIGLX enabled
    [ 2376.690] (II) LoadModule: "nouveau"
    [ 2376.690] (WW) Warning, couldn't open module nouveau
    [ 2376.690] (II) UnloadModule: "nouveau"
    [ 2376.690] (II) Unloading nouveau
    [ 2376.690] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 2376.690] (II) LoadModule: "mouse"
    [ 2376.691] (WW) Warning, couldn't open module mouse
    [ 2376.691] (II) UnloadModule: "mouse"
    [ 2376.691] (II) Unloading mouse
    [ 2376.691] (EE) Failed to load module "mouse" (module does not exist, 0)
    [ 2376.691] (II) LoadModule: "kbd"
    [ 2376.691] (WW) Warning, couldn't open module kbd
    [ 2376.691] (II) UnloadModule: "kbd"
    [ 2376.691] (II) Unloading kbd
    [ 2376.691] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 2376.691] (EE) No drivers available.
    [ 2376.691] (EE)
    Fatal server error:
    [ 2376.691] (EE) no screens found(EE)
    [ 2376.691] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 2376.691] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    What should I do?

    barchiesi wrote:
    Oedner wrote:after updating to linux 3.16 i got this error too. using the command without the -info works however.
    Are you sure that it only doesn't work with the '-info'? I see no difference.
    i just tried it a couple of times and it looks like its completely random o.O
    you are right, using it (with or without -info) only works like every third attempt while the others throw the error mentioned by the op. i got that idea because it worked when i tried it. starting nvidia-settings with optirun is the same, error, working, error, working. can't say whats the problem here, i just switched to arch again recently.

  • Plant Connectivity Error failed to create ConnectivityAgentProxy

    Dear experts,
    I currently installed installed PCo on a XP Machine and after I change the network ID of the PC and the workgroup the agent instance is not able to start properly. I receive the following message:
    10.10.2011 22:28:32,.,6,1016,TEST_OPC,Error,Host,failed to create ConnectivityAgentProxy,"The server process could not be started because the configured identity is incorrect.  Check the username and password.
    Server stack trace:
       at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
       at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
       at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
       at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at SAP.Manufacturing.Connectivity.IPCoAgentControl.Start()
       at SAP.Manufacturing.Connectivity.ConnectivityAgentProxy.Start()
       at SAP.Manufacturing.Connectivity.WcfHost.Start()"
    10.10.2011 22:28:32,.,8,1016,TEST_OPC,Error,ServiceFaultManager,Manufacturing Fault: REASON = The server process could not be started because the configured identity is incorrect.  Check the username and password.
    As the other applications like OPC Scout are able to connect to the DCOM (at least this is my understanding) in order to query the OCP Server, it seems to me that there is a Plant Connectivity problem. I tried to find out where the settings ConnectivityAgentProxy are detailed - I thought something like an .ini, .xml file - but unfortunately I did not find anything. Do you have any suggestion, advice?
    Thanks in advance,
    Florin
    Before I start with installing image of the PC with the image before doing the network id name change i would like to ask you if there is any setting, configuration file

    Do you have a named user entered for the Agent Instance Service User name/password?  If so, you may have to delete and re-enter the name\password to reset this.  If you are using DCOM over a workgroup, the same workgroup user name/password must be set up on both the PCo server and the OPC Server PC's.
    Hope this helps.
    - Steve

  • JCo client connection Failed to create new JCO client connection

    hi All
    I am trying to create a new JCO destination ion CE7.1 webdynpro content Admin. but I am getting following error.
    Exception while creating JCo client connection Failed to create new JCO client connection weter: com.sap.lcr.api.cimclient.LcrException: CIM_ERR_ACCESS_DENIED: User is not in role LcrInstanceWriterLD at com.sap.lcr.api.cimclient.SimpleResponseAnalyser.raiseExceptionOnError(SimpleResponseAnalyser.java:120) at com.sap.lcr.api.cimclient.SimpleResponseAnalyser.getIResult(SimpleResponseAnalyser.java:53) at com.sap.lcr.api.cimclient.CIMOMClient.sendImpl(CIMOMClient.java:220) at com.sap.lcr.api.cimclient.CIMOMClient.send(CIMOMClient.java:148) at com.sap.lcr.api.cimclient.CIMOMClient.createInstanceImpl(CIMOMClient.java:669) at ......
    SLD is Up and running
    CIM data is imported
    Solution tried :
    1) As no role wtih name LcrInstanceWriterLD was existing in the server ,hence created a new role with same name and assigned the LCR related action . Assigned the role to the user through which we are creating JCOs.
    But we still getting the same error.
    regards
    Poonam

    Hi Poonam!
    Got to dig in the past a bit, I remember Users being able to create SLD object have to have certain permissions set in the J2EE UME. Simple Admin rights do not suffer, if I recall right.
    Unfortunately I cannot go further in detail because this issue has been solved by a long gone collegue of mine.
    Good luck anyway!
    Jürgen

Maybe you are looking for

  • Error -3001 when upgrading to 10.5.3

    getting a -3001 error with a recommendation to check my internet connection. Software Update is able to find the 10.5.3 update via internet connection. Mail, Safari, .Mac Sync all also work, network connection is green...can't figure out why it won't

  • BPR - Selecting 46c/47 processes from BPR in ERP EHP logical component

    Hello, We have a project which will be used SAP ERP EnhP 5 for the project.  So we have defined a logical component in SMSY with that product and version Z_ERP_EHP.  Then we assigned it to the project in Solar Project Admin When we are working in Sol

  • Quicktime Export Does Not Play Music

    I am having problems with the Quicktime export function of iPhoto not exporting the background music with the pictures. The old quick time files with the music in them seem to be playing fine in quicktime, so it isn't a quicktime issue. The music pla

  • Admin console does not open

    Hello everybody!! this is my first post.Please help me. I am new to JEE and i am having problem in starting it.I have installed JEE 5 update 3 on win XP and i am using Firefox mozilla as my browser. The installation of JEE goes fine and i get the con

  • Photo Booth Effect Problems

    Hi, Im having problems with the video effects, such as clouds, eiffel tower or dots, with photo booth. Everytime I try to set it up, the background is mixed with the actual picture/person. I think its because of similar colours, but what solutions ar