LSMW Vendor XK01 Session Failed to create

Hi all,
I am trying to upload vendor data using LSMW using direct batch program RFBIKR00 . Would like to store Compnay code level details also. I did have Compnay code 0001  in FIle..I checked Converted data also, but getting below error ....
FB012                    Session 1 : Special character for 'empty field' is /
FB007                    Session 1 session name VENDR_BTCH_I was opened
FB105                    Trans. 6 XK01 : CoCde not entered; company code area not being edited
FB125                    ... Data in table BLFB1 cannot be processed
FB016                    ... Last header record ...
FB014                    ... BLF00-STYPE 1
FB014                    ... BLF00-TCODE XK01
FB014                    ... BLF00-LIFNR /
FB014                    ... BLF00-BUKRS
FB014                    ... BLF00-EKORG
FB014                    ... BLF00-KTOKK
FB017                    ... Last data record ...
FB014                    ... BLFB1-STYPE 2
FB014                    ... BLFB1-TBNAM BLFB1
FB014                    ... BLFB1-AKONT
FB014                    ... BLFB1-ZUAWA
FB014                    ... BLFB1-LNRZE /
FB014                    ... BLFB1-BLNKZ /
FB014                    ... BLFB1-XDEZV /
FB014                    ... BLFB1-FDGRV /
FB014                    ... BLFB1-BEGRU /
FB014                    ... BLFB1-VZSKZ /
FB014                    ... BLFB1-ZINDT /
FB014                    ... BLFB1-ZINRT /
FB014                    ... BLFB1-DATLZ /
FB014                    ... BLFB1-QSSKZ /
FB014                    ... BLFB1-QSZNR /
FB014                    ... BLFB1-QSZDT /
FB014                    ... BLFB1-ZTERM
FB014                    ... BLFB1-TOGRU /
FB014                    ... BLFB1-KULTG /
FB014                    ... BLFB1-REPRF
FB014                    ... BLFB1-ZWELS
FB014                    ... BLFB1-ZAHLS /
FB014                    ... BLFB1-LNRZB /
FB014                    ... BLFB1-HBKID /
FB014                    ... BLFB1-XPORE /
FB014                    ... BLFB1-WEBTR /
FB014                    ... BLFB1-XVERR /
FB014                    ... BLFB1-BUSAB /
FB014                    ... BLFB1-EIKTO
FB014                    ... BLFB1-ZSABE /
FB014                    ... BLFB1-KVERM /
FB014                    ... BLFB1-LOEVM /
FB014                    ... BLFB1-SPERR /
FB014                    ... BLFB1-MINDK /
FB014                    ... BLFB1-ALTKN /
FB014                    ... BLFB1-ZGRUP /
FB014                    ... BLFB1-MGRUP /
FB014                    ... BLFB1-UZAWE /
FB014                    ... BLFB1-QSREC /
FB014                    ... BLFB1-QSBGR /
FB014                    ... BLFB1-QLAND /
FB014                    ... BLFB1-XEDIP /
FB014                    ... BLFB1-FRGRP /
FB014                    ... BLFB1-PERNR /
FB014                    ... BLFB1-TLFXS /
FB014                    ... BLFB1-TOGRR /
FB014                    ... BLFB1-INTAD /
FB014                    ... BLFB1-GUZTE /
FB014                    ... BLFB1-GRICD /
FB014                    ... BLFB1-GRIDT /
FB014                    ... BLFB1-XAUSZ /
FB014                    ... BLFB1-CERDT /
FB014                    ... BLFB1-NODEL /
FB014                    ... BLFB1-TLFNS /
FB014                    ... BLFB1-GMVKZK /
FB014                    ... BLFB1-PREPAY_RELEVANT /
FB014                    ... BLFB1-ASSIGN_TEST /
FB014                    ... BLFB1-SENDE /
FB013                    ....Editing was terminated
Thanks,
sri

solved myself...empty records at the end of  text fille lead to empty company code ...

Similar Messages

  • 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

  • [SOLVED] Login to Gnome Session fails when not online

    Sry, this is weird and i don't know how to fix it. Whenever i am not online during login stage in gdm i cannot
    start the Gnome Shell. I get the "Oops" Screen and need  to logout. All is fine when i am Online however.
    Even weirder: When i try to login for several times, usually 3-4, without being online and without restarting, gnome eventually disables all
    shell extensions and is starting... BUT after a restart the same problem appears even when all user extensions are still disabled ?!
    here is the output from journalctl ... has anyone, any clue ?
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X Protocol Version 11, Revision 0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Build Operating System: Linux 3.18.1-1-ARCH x86_64
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Current Operating System: Linux iroha 3.18.3-1-ck #1 SMP PREEMPT Fri Jan 16 15:35:30 EST 2015 x86_64
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-ck root=UUID=2ce02639-13ab-47e6-bd7f-fca99207253f rw i8042.nomux=1 quiet
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Build Date: 29 December 2014 01:09:58PM
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Current version of pixman: 0.32.6
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Before reporting problems, check http://wiki.x.org
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: to make sure that you have the latest version.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Markers: (--) probed, (**) from config file, (==) default setting,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (++) from command line, (!!) notice, (II) informational,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (++) Log file: "/dev/null", Time: Thu Jan 22 14:04:22 2015
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No Layout section. Using the first Screen section.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No screen section available. Using defaults.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) |-->Screen "Default Screen Section" (0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) | |-->Monitor "<default monitor>"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No device specified for screen "Default Screen Section".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Using the first device section listed.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) | |-->Device "card0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No monitor specified for screen "Default Screen Section".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Using a default monitor configuration.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Automatically adding devices
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Automatically enabling devices
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Automatically adding GPU devices
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Entry deleted from font path.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Entry deleted from font path.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) FontPath set to:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/misc/,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/TTF/,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/OTF/,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/Type1/
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) The server relies on udev to provide the list of input devices.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loader magic: 0x818d80
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module ABI versions:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org ANSI C Emulation: 0.4
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org Video Driver: 18.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org XInput driver : 21.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org Server Extension : 8.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (EE) systemd-logind: failed to get session: PID 462 does not belong to any known session
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) PCI:*(0:0:2:0) 8086:0166:17aa:5006 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64
    Jan 22 14:04:22 iroha acpid[440]: client connected from 462[0:0]
    Jan 22 14:04:22 iroha acpid[440]: 1 client rule loaded
    Jan 22 14:04:22 iroha accounts-daemon[463]: started daemon version 0.6.39
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Open ACPI successful (/var/run/acpid.socket)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "glx"
    Jan 22 14:04:22 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module glx: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.3, module version = 1.0.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org Server Extension, version 8.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) AIGLX enabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/AH-AP
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "intel"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module intel: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.3, module version = 2.99.917
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Module class: X.Org Video Driver
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org Video Driver, version 18.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (++) using VT number 1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    Jan 22 14:04:22 iroha acpid[440]: client connected from 462[0:0]
    Jan 22 14:04:22 iroha acpid[440]: 1 client rule loaded
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Creating default Display subsection in Screen section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: "Default Screen Section" for depth/fbbpp 24/32
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Depth 24, (--) framebuffer bpp 32
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): RGB weight 888
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Default visual is TrueColor
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) intel(0): Option "AccelMethod" "sna"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) intel(0): Option "Backlight" "intel_backlight"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output LVDS1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output LVDS1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output VGA1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output VGA1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output HDMI1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output HDMI1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output DP1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output DP1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output VIRTUAL1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output VIRTUAL1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): TearFree disabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): DPI set to (96, 96)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading sub module "dri2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "dri2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module "dri2" already built-in
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading sub module "present"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "present"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module "present" already built-in
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Depth 24 pixmap format is 32 bpp
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/WLAN-24EE87
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Backing store enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Silken mouse enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): HW Cursor enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): DPMS enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): display hotplug detection enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): [DRI2] Setup complete
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): [DRI2] DRI driver: i965
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): [DRI2] VDPAU driver: i965
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): direct rendering: DRI2 enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): hardware support for Present enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) RandR disabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/awesome-net
    Jan 22 14:04:22 iroha kernel: Switched to clocksource tsc
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/eduroam
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_create_context
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_create_context_profile
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_INTEL_swap_event
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_fbconfig_float
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_create_context_robustness
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: Loaded and initialized i965
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) GLX: Initialized DRI2 GL provider for screen 0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
    Jan 22 14:04:22 iroha haveged[441]: haveged: ver: 1.9.1; arch: x86; vend: GenuineIntel; build: (gcc 4.9.2 ITV); collect: 128K
    Jan 22 14:04:22 iroha haveged[441]: haveged: cpu: (L4 VC); data: 32K (L4 V); inst: 32K (L4 V); idx: 21/40; sz: 31910/59039
    Jan 22 14:04:22 iroha haveged[441]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B): last entropy estimate 8.0016
    Jan 22 14:04:22 iroha haveged[441]: haveged: fills: 0, generated: 0
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/m1fun3
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Setting screen physical size to 361 x 203
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/WLAN-Zi
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/GFZ-1x
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/VPN connection 1
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/wlan-zi
    Jan 22 14:04:22 iroha mtp-probe[665]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5"
    Jan 22 14:04:22 iroha mtp-probe[665]: bus: 1, device: 4 was not an MTP device
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Power Button: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module evdev: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/In da Hood!!
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.2, module version = 2.9.1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Module class: X.Org XInput Driver
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org XInput driver, version 21.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'Power Button'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Power Button: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: Power Button: Device: "/dev/input/event2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Power Button: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: Power Button: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> monitoring kernel firmware directory '/usr/lib/firmware'.
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WiFi hardware radio set enabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WWAN hardware radio set enabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-wifi.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-wwan.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-adsl.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WiFi enabled by radio killswitch; enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WWAN enabled by radio killswitch; enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WiMAX enabled by radio killswitch; enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Networking is enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): link connected
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): carrier is ON
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): carrier is OFF
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): new Ethernet device (driver: 'r8169' ifindex: 2)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): exported as /org/freedesktop/NetworkManager/Devices/1
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: > Ignoring extra symbols
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Errors from xkbcomp are not fatal to the X server
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Video Bus: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'Video Bus'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Video Bus: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: Video Bus: Device: "/dev/input/event7"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Video Bus: Vendor 0 Product 0x6
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Video Bus: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: Video Bus: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event7"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event4)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event6)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) AT Translated Set 2 keyboard: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: AT Translated Set 2 keyboard: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "synaptics"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module synaptics: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.0, module version = 1.8.1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Module class: X.Org XInput Driver
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org XInput driver, version 21.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "Device" "/dev/input/event8"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5706 (res 52)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4888 (res 98)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "FingerLow" "40"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "FingerHigh" "40"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "TapButton1" "1"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "TapButton2" "2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "TapButton3" "3"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "HorizResolution" "65"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "VertResolution" "100"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event8"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 9)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event3)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) ThinkPad Extra Buttons: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event3"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: ThinkPad Extra Buttons: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input4/event3"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 10)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha gdm[443]: Failed to give slave programs access to the display. Trying to proceed.
    Jan 22 14:04:22 iroha kernel: r8169 0000:08:00.0 enp8s0: link down
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): preparing device
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): using nl80211 for WiFi device control
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): driver supports Access Point (AP) mode
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): new 802.11 WiFi device (driver: 'iwlwifi' ifindex: 3)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): exported as /org/freedesktop/NetworkManager/Devices/2
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
    Jan 22 14:04:22 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:22 iroha systemd-logind[438]: New session c1 of user gdm.
    Jan 22 14:04:22 iroha systemd[924]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
    Jan 22 14:04:22 iroha systemd[924]: Starting Sockets.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Sockets.
    Jan 22 14:04:22 iroha systemd[924]: Starting Timers.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Timers.
    Jan 22 14:04:22 iroha systemd[924]: Starting Paths.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Paths.
    Jan 22 14:04:22 iroha systemd[924]: Starting Basic System.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Basic System.
    Jan 22 14:04:22 iroha systemd[924]: Starting Default.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Default.
    Jan 22 14:04:22 iroha systemd[924]: Startup finished in 6ms.
    Jan 22 14:04:22 iroha org.a11y.Bus[991]: Activating service name='org.a11y.atspi.Registry'
    Jan 22 14:04:22 iroha org.a11y.Bus[991]: Successfully activated service 'org.a11y.atspi.Registry'
    Jan 22 14:04:22 iroha org.a11y.atspi.Registry[1074]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Jan 22 14:04:22 iroha gnome-session[943]: gnome-session[943]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
    Jan 22 14:04:22 iroha gnome-session[943]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
    Jan 22 14:04:22 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Jan 22 14:04:22 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:22 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.UPower'
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): preparing device
    Jan 22 14:04:22 iroha dbus[435]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
    Jan 22 14:04:22 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:22 iroha dbus[435]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> wpa_supplicant started
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0) supports 5 scan SSIDs
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): supplicant interface state: starting -> ready
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): supplicant interface state: ready -> disconnected
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0) supports 5 scan SSIDs
    Jan 22 14:04:22 iroha kernel: fuse init (API version 7.23)
    Jan 22 14:04:23 iroha kernel: media: Linux media interface: v0.10
    Jan 22 14:04:23 iroha kernel: Linux video capture interface: v2.00
    Jan 22 14:04:23 iroha kernel: Bluetooth: Core ver 2.19
    Jan 22 14:04:23 iroha kernel: NET: Registered protocol family 31
    Jan 22 14:04:23 iroha kernel: Bluetooth: HCI device and connection manager initialized
    Jan 22 14:04:23 iroha kernel: Bluetooth: HCI socket layer initialized
    Jan 22 14:04:23 iroha kernel: Bluetooth: L2CAP socket layer initialized
    Jan 22 14:04:23 iroha kernel: Bluetooth: SCO socket layer initialized
    Jan 22 14:04:23 iroha kernel: usbcore: registered new interface driver btusb
    Jan 22 14:04:23 iroha kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (5986:0299)
    Jan 22 14:04:23 iroha kernel: input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input11
    Jan 22 14:04:23 iroha kernel: usbcore: registered new interface driver uvcvideo
    Jan 22 14:04:23 iroha kernel: USB Video Class driver (1.1.1)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Integrated Camera (/dev/input/event9)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Integrated Camera: Applying InputClass "system-keyboard"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'Integrated Camera'
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Integrated Camera: always reports core events
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) evdev: Integrated Camera: Device: "/dev/input/event9"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (--) evdev: Integrated Camera: Vendor 0x5986 Product 0x299
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (--) evdev: Integrated Camera: Found keys
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) evdev: Integrated Camera: Configuring as keyboard
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input11/event9"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 11)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:23 iroha gnome-session[943]: Entering running state
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha tlp[1425]: Loading tp-smapi kernel module...done.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) intel(0): EDID vendor "LGD", prod id 852
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) intel(0): Printing DDC gathered Modelines:
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) intel(0): Modeline "1366x768"x0.0 78.00 1366 1414 1450 1640 768 772 780 793 -hsync -vsync (47.6 kHz eP)
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha tlp[1425]: Setting battery charge thresholds...done.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully called chroot.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully dropped privileges.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully limited resources.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Running.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Watchdog thread running.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Canary thread running.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully made thread 1456 of process 1456 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Supervising 1 threads of 1 processes of 1 users.
    Jan 22 14:04:23 iroha colord[1443]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
    Jan 22 14:04:23 iroha tlp[1425]: Applying power save settings...done.
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Jan 22 14:04:23 iroha dbus[435]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:04:23 iroha pulseaudio[1456]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.locale1'
    Jan 22 14:04:23 iroha NetworkManager[442]: <info> (wlp2s0): supplicant interface state: disconnected -> inactive
    Jan 22 14:04:23 iroha gnome-session[943]: Gjs-Message: JS LOG: Failed to launch ibus-daemon: Failed to execute child process "ibus-daemon" (No such file or directory)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: > Ignoring extra symbols
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: Errors from xkbcomp are not fatal to the X server
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
    Jan 22 14:04:23 iroha polkitd[449]: Registered Authentication Agent for unix-session:c1 (system bus name :1.18 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jan 22 14:04:23 iroha gnome-session[943]: Gjs-Message: JS LOG: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
    Jan 22 14:04:24 iroha org.gnome.OnlineAccounts[991]: goa-daemon-Message: goa-daemon version 3.14.2 starting
    Jan 22 14:04:24 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Jan 22 14:04:24 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:24 iroha udisksd[1569]: udisks daemon version 2.1.3 starting
    Jan 22 14:04:24 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Jan 22 14:04:24 iroha udisksd[1569]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Jan 22 14:04:25 iroha gnome-session[943]: Gjs-Message: JS LOG: GNOME Shell started at Thu Jan 22 2015 14:04:23 GMT+0100 (CET)
    Jan 22 14:04:25 iroha kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Jan 22 14:04:26 iroha kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input10
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event10)
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: always reports core events
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event10"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "Emulate3Buttons" "false"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "EmulateWheel" "true"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "EmulateWheelButton" "2"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "YAxisMapping" "4 5"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "XAxisMapping" "6 7"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input10/event10"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:27 iroha NetworkManager[442]: <info> startup complete
    Jan 22 14:04:29 iroha NetworkManager[442]: <info> WiFi now disabled by radio killswitch
    Jan 22 14:04:29 iroha NetworkManager[442]: <info> (wlp2s0): device state change: disconnected -> unavailable (reason 'none') [30 20 0]
    Jan 22 14:04:29 iroha NetworkManager[442]: <info> (wlp2s0): deactivating device (reason 'none') [0]
    Jan 22 14:04:29 iroha logger[1589]: ACPI group/action undefined: button/wlan / WLAN
    Jan 22 14:04:32 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:32 iroha sysctl[1592]: fs.inotify.max_user_watches = 32768
    Jan 22 14:04:37 iroha gdm-password][1590]: pam_unix(gdm-password:session): session opened for user iroha by (unknown)(uid=0)
    Jan 22 14:04:37 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:37 iroha systemd-logind[438]: New session c2 of user iroha.
    Jan 22 14:04:37 iroha systemd[1595]: pam_unix(systemd-user:session): session opened for user iroha by (uid=0)
    Jan 22 14:04:37 iroha systemd[1595]: Starting -.slice.
    Jan 22 14:04:37 iroha systemd[1595]: Created slice -.slice.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Sockets.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Sockets.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Timers.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Timers.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Paths.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Paths.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Basic System.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Basic System.
    Jan 22 14:04:37 iroha systemd[1595]: Starting "Chrome Remote Desktop host daemon"...
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: 2015-01-22 14:04:37,208:INFO:Daemon process started in the background, logging to '/tmp/chrome_remote_desktop_20150122_140437_0SS98g'
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Using host_id: a792e48a-fe0f-5943-9596-fac5157abb01
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Launching X server and X session.
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Starting Xvfb on display :20
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Xvfb is active.
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Launching X session: ['/etc/gdm/Xsession']
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Launching host process
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: ['/opt/google/chrome-remote-desktop/chrome-remote-desktop-host', '--host-config=-', '--audio-pipe-name=/home/iroha/.config/chrome-remote-desktop/pulseaudio#4da065af94/fifo_output', '--ssh-auth-sockname=/tmp/chromoting.iroha.ssh_auth_sock', '--signal-parent']
    Jan 22 14:04:38 iroha chromoting[1623]: Host started for user: [email protected]
    Jan 22 14:04:38 iroha org.a11y.Bus[1643]: Activating service name='org.a11y.atspi.Registry'
    Jan 22 14:04:38 iroha org.a11y.Bus[1643]: Successfully activated service 'org.a11y.atspi.Registry'
    Jan 22 14:04:38 iroha org.a11y.atspi.Registry[1666]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Jan 22 14:04:38 iroha pulseaudio[1687]: [pulseaudio] sink.c: Default and alternate sample rates are the same.
    Jan 22 14:05:02 iroha gdm-password][1590]: pam_systemd(gdm-password:session): Failed to create session: Connection timed out
    Jan 22 14:05:02 iroha org.a11y.Bus[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha gnome-session[943]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha org.gtk.vfs.Daemon[991]: A connection to the bus can't be made
    Jan 22 14:05:02 iroha org.gtk.vfs.Daemon[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha gdm-launch-environment][803]: pam_systemd(gdm-launch-environment:session): Failed to release session: Interrupted system call
    Jan 22 14:05:02 iroha org.a11y.atspi.Registry[1074]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha ca.desrt.dconf[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha org.freedesktop.Telepathy.AccountManager[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha org.gnome.OnlineAccounts[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha gdm-session-worker[803]: <3>GLib: Source ID 72 was not found when attempting to remove it
    Jan 22 14:05:02 iroha org.gnome.Caribou.Daemon[991]: ** (caribou:1552): WARNING **: daemon.vala:186: can't hide keyboard: The connection is closed
    Jan 22 14:05:02 iroha org.gtk.Private.MTPVolumeMonitor[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Error sending message: Broken pipe (g-io-error-quark, 44). Exiting.
    Jan 22 14:05:02 iroha org.gnome.Caribou.Daemon[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha org.gtk.Private.UDisks2VolumeMonitor[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha gnome-session[943]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha polkitd[449]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.18, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jan 22 14:05:02 iroha systemd-logind[438]: Removed session c1.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Default.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Default.
    Jan 22 14:05:02 iroha systemd[924]: Starting Shutdown.
    Jan 22 14:05:02 iroha systemd[924]: Reached target Shutdown.
    Jan 22 14:05:02 iroha systemd[924]: Starting Exit the Session...
    Jan 22 14:05:02 iroha systemd[924]: Stopping Basic System.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Basic System.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Timers.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Timers.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Sockets.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Sockets.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Paths.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Paths.
    Jan 22 14:05:02 iroha systemd[924]: Received SIGRTMIN+24 from PID 1703 (kill).
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: /etc/gdm/Xsession: Beginning session setup...
    Jan 22 14:05:02 iroha systemd[931]: pam_unix(systemd-user:session): session closed for user gdm
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: gpg-agent: a gpg-agent is already running - not starting a new one
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: localuser:iroha being added to access control list
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    Jan 22 14:05:02 iroha org.a11y.Bus[1726]: Activating service name='org.a11y.atspi.Registry'
    Jan 22 14:05:02 iroha org.a11y.Bus[1726]: Successfully activated service 'org.a11y.atspi.Registry'
    Jan 22 14:05:02 iroha org.a11y.atspi.Registry[1739]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Jan 22 14:05:02 iroha rtkit-daemon[1460]: Successfully made thread 1764 of process 1764 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Jan 22 14:05:02 iroha rtkit-daemon[1460]: Supervising 2 threads of 2 processes of 1 users.
    Jan 22 14:05:02 iroha dbus[435]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Jan 22 14:05:02 iroha dbus[435]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:05:02 iroha pulseaudio[1764]: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GPG_AGENT_INFO=/home/iroha/.cache/keyring-CFEWSX/gpg:0:1
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GPG_AGENT_INFO=/home/iroha/.cache/keyring-CFEWSX/gpg:0:1
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GPG_AGENT_INFO=/home/iroha/.cache/keyring-CFEWSX/gpg:0:1
    Jan 22 14:05:02 iroha gnome-session[1702]: error: XDG_RUNTIME_DIR not set in the environment.
    Jan 22 14:05:02 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
    Jan 22 14:05:02 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:05:02 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Jan 22 14:05:03 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
    Jan 22 14:05:03 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:05:03 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.locale1'
    Jan 22 14:05:03 iroha gnome-session[1702]: (gnome-shell:1785): Gjs-WARNING **: JS ERROR: Error: Argument 'string' (type utf8) may not be null
    Jan 22 14:05:03 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:104
    Jan 22 14:05:03 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:151
    Jan 22 14:05:03 iroha gnome-session[1702]: @resource:///org/gnome/gjs/modules/overrides/GLib.js:261
    Jan 22 14:05:03 iroha gnome-session[1702]: _proxyInvoker@resource:///org/gnome/gjs/modules/overrides/Gio.js:78
    Jan 22 14:05:03 iroha gnome-session[1702]: _makeProxyMethod/<@resource:///org/gnome/gjs/modules/overrides/Gio.js:124
    Jan 22 14:05:03 iroha gnome-session[1702]: LoginManagerSystemd<.getCurrentSessionProxy@resource:///org/gnome/shell/misc/loginManager.js:120
    Jan 22 14:05:03 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:03 iroha gnome-session[1702]: ScreenShield<._init@resource:///org/gnome/shell/ui/screenShield.js:558
    Jan 22 14:05:03 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:03 iroha gnome-session[1702]: _Base.prototype._construct@resource:///org/gnome/gjs/modules/lang.js:110
    Jan 22 14:05:03 iroha gnome-session[1702]: Class.prototype._construct/newClass@resource:///org/gnome/gjs/modules/lang.js:204
    Jan 22 14:05:03 iroha gnome-session[1702]: _initializeUI@resource:///org/gnome/shell/ui/main.js:150
    Jan 22 14:05:03 iroha gnome-session[1702]: start@resource:///org/gnome/shell/ui/main.js:112
    Jan 22 14:05:03 iroha gnome-session[1702]: @<main>:1
    Jan 22 14:05:03 iroha gnome-session[1702]: ** Message: Execution of main.js threw exception: JS_EvaluateScript() failed
    Jan 22 14:05:03 iroha gnome-session[1702]: gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:03 iroha gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:04 iroha gnome-session[1702]: (gnome-shell:1803): Gjs-WARNING **: JS ERROR: Error: Argument 'string' (type utf8) may not be null
    Jan 22 14:05:04 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:104
    Jan 22 14:05:04 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:151
    Jan 22 14:05:04 iroha gnome-session[1702]: @resource:///org/gnome/gjs/modules/overrides/GLib.js:261
    Jan 22 14:05:04 iroha gnome-session[1702]: _proxyInvoker@resource:///org/gnome/gjs/modules/overrides/Gio.js:78
    Jan 22 14:05:04 iroha gnome-session[1702]: _makeProxyMethod/<@resource:///org/gnome/gjs/modules/overrides/Gio.js:124
    Jan 22 14:05:04 iroha gnome-session[1702]: LoginManagerSystemd<.getCurrentSessionProxy@resource:///org/gnome/shell/misc/loginManager.js:120
    Jan 22 14:05:04 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:04 iroha gnome-session[1702]: ScreenShield<._init@resource:///org/gnome/shell/ui/screenShield.js:558
    Jan 22 14:05:04 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:04 iroha gnome-session[1702]: _Base.prototype._construct@resource:///org/gnome/gjs/modules/lang.js:110
    Jan 22 14:05:04 iroha gnome-session[1702]: Class.prototype._construct/newClass@resource:///org/gnome/gjs/modules/lang.js:204
    Jan 22 14:05:04 iroha gnome-session[1702]: _initializeUI@resource:///org/gnome/shell/ui/main.js:150
    Jan 22 14:05:04 iroha gnome-session[1702]: start@resource:///org/gnome/shell/ui/main.js:112
    Jan 22 14:05:04 iroha gnome-session[1702]: @<main>:1
    Jan 22 14:05:04 iroha gnome-session[1702]: ** Message: Execution of main.js threw exception: JS_EvaluateScript() failed
    Jan 22 14:05:04 iroha gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:04 iroha gnome-session[1702]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Jan 22 14:05:04 iroha gnome-session[1702]: gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:04 iroha gnome-session[1702]: gnome-session[1702]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Jan 22 14:05:04 iroha gnome-session[1702]: (gnome-settings-daemon:1754): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed
    Jan 22 14:05:04 iroha gnome-session[1702]: Unrecoverable failure in required component gnome-shell.desktop
    Jan 22 14:05:04 iroha gnome-session[1702]: megasync: /usr/lib/libcrypto.so.1.0.0: no version information available (required by megasync)
    Jan 22 14:05:04 iroha gnome-session[1702]: megasync: /usr/lib/libssl.so.1.0.0: no version information available (required by megasync)
    Jan 22 14:05:04 iroha gnome-session[1702]: megasync: /usr/lib/libssl.so.1.0.0: no version information available (required by megasync)
    Jan 22 14:05:04 iroha gnome-session[1702]: Entering running state
    Jan 22 14:05:04 iroha gnome-session[1702]: (uint32 1,)
    Jan 22 14:05:04 iroha gnome-session[1702]: Failed to play sound: File or data not found
    Jan 22 14:05:04 iroha gnome-session[1702]: Initializing nautilus-dropbox 2.10.0
    Jan 22 14:05:04 iroha org.gnome.OnlineAccounts[1726]: goa-daemon-Message: goa-daemon version 3.14.2 starting
    Jan 22 14:05:04 iroha org.gnome.zeitgeist.Engine[1726]: ** (zeitgeist-datahub:1904): WARNING **: zeitgeist-datahub.vala:226: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][warn] QT Warning: No systemtrayicon available
    Jan 22 14:05:05 iroha gnome-session[1702]: (gnome-settings-daemon:1754): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Invalid DNS servers: 127.0.0.1
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Invalid DNS servers: 127.0.0.1
    Jan 22 14:05:06 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:06 iroha gnome-session[1702]: [13:05:06][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:06 iroha gnome-session[1702]: [13:05:06][err] Invalid DNS servers: 127.0.0.1
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: [13:05:07][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:07 iroha gnome-session[1702]: [13:05:

    damn ! that was it ... you wouldn't believe how long i was struggling with that strange error
    chrome-remote-desktop is actually  a pretty cool tool to remotely control your pc from your mobile.
    well, but it had to go now ... thanks for your help !

  • 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

  • Creating Company A as a Vendor(XK01) in Company code B.

    Hi Experts
    Can you explain the process of creating Company A as a Vendor(XK01) in Company code B.
    I will surely assign points for the correct answer.
    Thanks
    Rajanikanth K

    hi Rajanikanth,
    the usual process is to set a up a separate number range for intercompany accounts (usually externally numbered), than you just create vendors in that number range. After it is done, you'll just <i>know</i> that specific vendor in Company B represents Company A. There is no way, that the system will know as well. Probably there is some way in Consolidation Module, but not in basic FI.
    hope this helps
    ec

  • Whats the solution to this "avconvert failed to create an export session"

    I try to convert some mpg clips from my camera so i can use in imovies and i get this ...avconvert failed to create an export session.
    Anyone knows how to fix this?

    This may seem like brute force/overkill but here's what worked for me:
    1) Boot into Recovery disk.  Hold down Option key while booting and all bootable volumes will be shown.  Choose Recovery.
    2) From the options presented, choose Re-install MacOS X.  Be aware that this takes a loooong time.  I let it run overnight. 
    Optional:  Run Disk Utility > Repair dis and repair permissins first.  Probably not necessary but I wanted to be very cautious.

  • Avconvert: failed to create an Export Session. Check setup.

    I get the message "avconvert: failed to create an Export Session. Check setup" when i try to convert an mpeg video to mp4. Any solutions?

    here we are 4 months (give or take) and 10.7.1 did not provde a fix.  My
    "avconvert: failed tocreate an export session. Check setup"
    also comes for trying to convert avi files.
    Something else that wasn't fully tested before the release of Lion.
    I have a DivX account and can't use the player unless I wan't to stare at my desktop with whatever open files and folders that are there, listen to the video but not see it and loose ALL control of everything.  I have to efectivly cut the power to the Mac in order to be able to use it.

  • VBoxManage: error: Failed to create a session object!

    When I run
    vagrant up
    I get the following output:
    Bringing machine 'default' up with 'virtualbox' provider...
    There was an error while executing `VBoxManage`, a CLI used by Vagrant
    for controlling VirtualBox. The command and stderr is shown below.
    Command: ["list", "hostonlyifs"]
    Stderr: VBoxManage: error: Failed to create a session object!
    VBoxManage: error: Code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not registered (extended info not available)
    VBoxManage: error: Most likely, the VirtualBox COM server is not running or failed to start.
    I tried directly running
    VBoxManage list
    and I get this output:
    VBoxManage: error: Failed to create a session object!
    VBoxManage: error: Code NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) - Class not registered (extended info not available)
    VBoxManage: error: Most likely, the VirtualBox COM server is not running or failed to start.
    VirtualBox (and vagrant) were both working earlier today, but I updated a bunch of packages via
    yaourt -Syua
    which I suspect is what caused the problem. Here's (what I think are) the relevant part of
    /var/logs/pacman.log
    [2013-10-22 15:53] [PACMAN] starting full system upgrade
    [2013-10-22 15:55] [PACMAN] upgraded libpng (1.6.5-1 -> 1.6.6-1)
    [2013-10-22 15:55] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-10-22 15:55] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Starting build: 3.11.6-1-ARCH
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-10-22 15:55] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-22 15:55] [PACMAN] upgraded linux (3.11.5-1 -> 3.11.6-1)
    [2013-10-22 15:56] [ALPM] warning: /boot/syslinux/syslinux.cfg installed as /boot/syslinux/syslinux.cfg.pacnew
    [2013-10-22 15:56] [ALPM-SCRIPTLET] Syslinux BIOS update successful
    [2013-10-22 15:56] [ALPM-SCRIPTLET] If you used syslinux-install_update to install syslinux:
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> If you want to use syslinux with menu and all modules please rerun
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> # /usr/bin/syslinux-install_update -i -a -m
    [2013-10-22 15:56] [ALPM-SCRIPTLET]
    [2013-10-22 15:56] [ALPM-SCRIPTLET] If you manually installed syslinux:
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> Please copy or symlink all .c32 modules to your /boot/syslinux directory.
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> If (/ and /boot on seperate fs):
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> # cp /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> If (/ and /boot on same fs):
    [2013-10-22 15:56] [ALPM-SCRIPTLET] ==> # ln -s /usr/lib/syslinux/bios/*.c32 /boot/syslinux
    [2013-10-22 15:56] [PACMAN] upgraded syslinux (4.07-1 -> 6.02-3)
    [2013-10-22 15:56] [ALPM-SCRIPTLET] In order to use the new version, reload all virtualbox modules manually.
    [2013-10-22 15:56] [PACMAN] upgraded virtualbox-host-modules (4.2.18-7 -> 4.3.0-1)
    [2013-10-22 15:56] [PACMAN] upgraded virtualbox (4.2.18-2 -> 4.3.0-1)
    After merging in the changes from
    /boot/syslinux/syslinux.cfg.pacnew
    , I ran
    /usr/bin/syslinux-install_update -i -a -m
    , and then rebooted the system, and that's when I first discovered VirtualBox was no longer working.
    I tried
    sudo modprobe vboxdrv
    sudo modprobe vboxnetadp
    sudo modprobe vboxnetflt
    and
    sudo modprobe vobxpci
    based on what I saw from https://bbs.archlinux.org/viewtopic.php?id=130317
    I tried
    chown root.root /tmp; chmod ug-s /tmp; chmod 1777 /tmp
    based on what I saw from https://www.virtualbox.org/ticket/2335#comment:4
    The output of
    /bin/ls -ld /tmp
    is
    drwxrwxrwt 4 root root 80 Oct 22 16:46 /tmp
    Not sure what to try next.
    Last edited by Nebu (2013-10-22 21:33:35)

    I also can confirm the same issue as with previous posters, tried all stuff found on the net that seems related to this issue.
    Nothing so far as solved it for me, I also had to downgrade to 4.2.18. Not optimal but atleasat i can work until this has been sorted out.
    Last edited by loxan (2013-10-24 09:02:19)

  • Startx on a vmware is throwing a "failed to create screen resources"

    The Bottom line error is:
    Fatal server error:
    [ 1431.076] (EE) failed to create screen resources(EE)
    I am trying to get a browsers running on my new Arch Linux, so I can cut and paste better for questions. I have installed xorg, chromium, firefox. If I try and start "startx", it say the server did not start. I think it is the failed to create screen resources.
    I have edit the video settings to give it 32meg of memory. Also I hack the .vmx file to enable the 3d opttion. I have installed all the vmtools (open version) Again, new to Arch Linux so I sure it is something stupid.
    Not sure if it helps but here are the errors when I try and run the browsers.
    chromium
    [320:320:1121/142755:Error:browser_main_loop.cc(209) Gtk: cannot open display:
    firefox
    (process:354): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
    Error: no display specified
    Entire log Xorg.0.log
    [ 1430.963]
    X.Org X Server 1.16.2
    Release Date: 2014-11-10
    [ 1430.965] X Protocol Version 11, Revision 0
    [ 1430.965] Build Operating System: Linux 3.17.2-1-ARCH x86_64
    [ 1430.967] Current Operating System: Linux PingBuild 3.17.3-1-ARCH #1 SMP PREEMPT Fri Nov 14 23:13:48 CET 2014 x86_64
    [ 1430.967] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=36544952-8a9a-41c9-b169-87189310b752 rw quiet
    [ 1430.969] Build Date: 10 November 2014 07:52:13PM
    [ 1430.970]
    [ 1430.970] Current version of pixman: 0.32.6
    [ 1430.972] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1430.972] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1430.975] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Nov 21 12:53:21 2014
    [ 1430.976] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 1430.976] (==) No Layout section. Using the first Screen section.
    [ 1430.976] (==) No screen section available. Using defaults.
    [ 1430.976] (**) |-->Screen "Default Screen Section" (0)
    [ 1430.976] (**) | |-->Monitor "<default monitor>"
    [ 1430.976] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1430.976] (==) Automatically adding devices
    [ 1430.976] (==) Automatically enabling devices
    [ 1430.976] (==) Automatically adding GPU devices
    [ 1430.976] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1430.976] Entry deleted from font path.
    [ 1430.976] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 1430.976] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1430.976] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1430.976] (II) Loader magic: 0x818d80
    [ 1430.976] (II) Module ABI versions:
    [ 1430.976] X.Org ANSI C Emulation: 0.4
    [ 1430.976] X.Org Video Driver: 18.0
    [ 1430.976] X.Org XInput driver : 21.0
    [ 1430.976] X.Org Server Extension : 8.0
    [ 1430.979] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 1430.979] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1430.983] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 1431.010] (--) PCI:*(0:0:15:0) 15ad:0405:15ad:0405 rev 0, Mem @ 0xd8000000/67108864, 0xd0800000/8388608, I/O @ 0x000010d0/16, BIOS @ 0x????????/32768
    [ 1431.010] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1431.010] (II) LoadModule: "glx"
    [ 1431.011] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1431.016] (II) Module glx: vendor="X.Org Foundation"
    [ 1431.016] compiled for 1.16.2, module version = 1.0.0
    [ 1431.016] ABI class: X.Org Server Extension, version 8.0
    [ 1431.016] (==) AIGLX enabled
    [ 1431.016] (==) Matched vmware as autoconfigured driver 0
    [ 1431.016] (==) Matched vmware as autoconfigured driver 1
    [ 1431.016] (==) Matched modesetting as autoconfigured driver 2
    [ 1431.016] (==) Matched fbdev as autoconfigured driver 3
    [ 1431.016] (==) Matched vesa as autoconfigured driver 4
    [ 1431.016] (==) Assigned the driver to the xf86ConfigLayout
    [ 1431.016] (II) LoadModule: "vmware"
    [ 1431.017] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
    [ 1431.044] (II) Module vmware: vendor="X.Org Foundation"
    [ 1431.044] compiled for 1.16.0, module version = 13.0.2
    [ 1431.044] Module class: X.Org Video Driver
    [ 1431.044] ABI class: X.Org Video Driver, version 18.0
    [ 1431.044] (II) LoadModule: "modesetting"
    [ 1431.044] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 1431.044] (II) Module modesetting: vendor="X.Org Foundation"
    [ 1431.044] compiled for 1.16.0, module version = 0.9.0
    [ 1431.044] Module class: X.Org Video Driver
    [ 1431.044] ABI class: X.Org Video Driver, version 18.0
    [ 1431.044] (II) LoadModule: "fbdev"
    [ 1431.045] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 1431.045] (II) Module fbdev: vendor="X.Org Foundation"
    [ 1431.045] compiled for 1.16.0, module version = 0.4.4
    [ 1431.045] Module class: X.Org Video Driver
    [ 1431.045] ABI class: X.Org Video Driver, version 18.0
    [ 1431.045] (II) LoadModule: "vesa"
    [ 1431.045] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 1431.045] (II) Module vesa: vendor="X.Org Foundation"
    [ 1431.045] compiled for 1.16.0, module version = 2.3.2
    [ 1431.045] Module class: X.Org Video Driver
    [ 1431.045] ABI class: X.Org Video Driver, version 18.0
    [ 1431.045] (II) vmware: driver for VMware SVGA: vmware0405, vmware0710
    [ 1431.045] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 1431.045] (II) FBDEV: driver for framebuffer: fbdev
    [ 1431.045] (II) VESA: driver for VESA chipsets: vesa
    [ 1431.045] (++) using VT number 1
    [ 1431.045] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 1431.045] (WW) Falling back to old probe method for modesetting
    [ 1431.045] (WW) Falling back to old probe method for fbdev
    [ 1431.045] (II) Loading sub module "fbdevhw"
    [ 1431.045] (II) LoadModule: "fbdevhw"
    [ 1431.046] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 1431.046] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 1431.046] compiled for 1.16.2, module version = 0.0.2
    [ 1431.046] ABI class: X.Org Video Driver, version 18.0
    [ 1431.046] (WW) Falling back to old probe method for vesa
    [ 1431.046] (II) vmware(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1431.046] (--) vmware(0): DRM driver version is 2.6.1
    [ 1431.046] (==) vmware(0): Depth 24, (--) framebuffer bpp 32
    [ 1431.046] (==) vmware(0): RGB weight 888
    [ 1431.046] (==) vmware(0): Default visual is TrueColor
    [ 1431.046] (--) vmware(0): Min width 1, Max Width 8192.
    [ 1431.046] (--) vmware(0): Min height 1, Max Height 8192.
    [ 1431.047] (II) vmware(0): Output Virtual1 has no monitor section
    [ 1431.047] (II) vmware(0): Output Virtual2 has no monitor section
    [ 1431.047] (II) vmware(0): Output Virtual3 has no monitor section
    [ 1431.048] (II) vmware(0): Output Virtual4 has no monitor section
    [ 1431.048] (II) vmware(0): Output Virtual5 has no monitor section
    [ 1431.048] (II) vmware(0): Output Virtual6 has no monitor section
    [ 1431.048] (II) vmware(0): Output Virtual7 has no monitor section
    [ 1431.048] (II) vmware(0): Output Virtual8 has no monitor section
    [ 1431.048] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
    [ 1431.048] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1431.048] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1431.048] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1431.048] (II) vmware(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
    [ 1431.048] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
    [ 1431.048] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1792x1344"x60.0 204.75 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1856x1392"x60.0 218.25 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "2560x1600"x60.0 348.50 2560 2752 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "800x600"x60.0 42.75 800 850 900 950 600 650 700 750 -hsync +vsync (45.0 kHz eP)
    [ 1431.049] (II) vmware(0): Printing probed modes for output Virtual1
    [ 1431.049] (II) vmware(0): Modeline "800x600"x60.0 42.75 800 850 900 950 600 650 700 750 -hsync +vsync (45.0 kHz eP)
    [ 1431.049] (II) vmware(0): Modeline "2560x1600"x60.0 348.50 2560 2752 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1856x1392"x60.0 218.25 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.3 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1792x1344"x60.0 204.75 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.6 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1400x1050"x60.0 121.75 1400 1488 1632 1864 1050 1053 1057 1089 -hsync +vsync (65.3 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1440x900"x59.9 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1360x768"x60.0 85.50 1360 1424 1536 1792 768 771 777 795 +hsync +vsync (47.7 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 +hsync -vsync (49.7 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1280x768"x59.9 79.50 1280 1344 1472 1664 768 771 778 798 -hsync +vsync (47.8 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1431.049] (II) vmware(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 489 492 525 -hsync -vsync (31.5 kHz e)
    [ 1431.049] (II) vmware(0): EDID for output Virtual2
    [ 1431.049] (II) vmware(0): EDID for output Virtual3
    [ 1431.049] (II) vmware(0): EDID for output Virtual4
    [ 1431.049] (II) vmware(0): EDID for output Virtual5
    [ 1431.049] (II) vmware(0): EDID for output Virtual6
    [ 1431.049] (II) vmware(0): EDID for output Virtual7
    [ 1431.049] (II) vmware(0): EDID for output Virtual8
    [ 1431.049] (II) vmware(0): Output Virtual1 connected
    [ 1431.049] (II) vmware(0): Output Virtual2 disconnected
    [ 1431.049] (II) vmware(0): Output Virtual3 disconnected
    [ 1431.049] (II) vmware(0): Output Virtual4 disconnected
    [ 1431.049] (II) vmware(0): Output Virtual5 disconnected
    [ 1431.049] (II) vmware(0): Output Virtual6 disconnected
    [ 1431.049] (II) vmware(0): Output Virtual7 disconnected
    [ 1431.049] (II) vmware(0): Output Virtual8 disconnected
    [ 1431.049] (II) vmware(0): Using exact sizes for initial modes
    [ 1431.049] (II) vmware(0): Output Virtual1 using initial mode 800x600
    [ 1431.049] (II) vmware(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1431.049] (==) vmware(0): DPI set to (96, 96)
    [ 1431.049] (II) Loading sub module "fb"
    [ 1431.049] (II) LoadModule: "fb"
    [ 1431.049] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1431.050] (II) Module fb: vendor="X.Org Foundation"
    [ 1431.050] compiled for 1.16.2, module version = 1.0.0
    [ 1431.050] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1431.050] (II) Loading sub module "dri2"
    [ 1431.050] (II) LoadModule: "dri2"
    [ 1431.050] (II) Module "dri2" already built-in
    [ 1431.050] (II) UnloadModule: "modesetting"
    [ 1431.050] (II) Unloading modesetting
    [ 1431.050] (II) UnloadModule: "fbdev"
    [ 1431.050] (II) Unloading fbdev
    [ 1431.050] (II) UnloadSubModule: "fbdevhw"
    [ 1431.050] (II) Unloading fbdevhw
    [ 1431.050] (II) UnloadModule: "vesa"
    [ 1431.050] (II) Unloading vesa
    [ 1431.050] (==) Depth 24 pixmap format is 32 bpp
    [ 1431.050] (II) vmware(0): Initialized VMWARE_CTRL extension version 0.2
    [ 1431.064] (II) vmware(0): Gallium3D XA version: 2.2.0.
    [ 1431.064] (II) vmware(0): Path of drm device is "/dev/dri/card0".
    [ 1431.064] (II) vmware(0): [DRI2] Setup complete
    [ 1431.064] (II) vmware(0): [DRI2] DRI driver: vmwgfx
    [ 1431.064] (--) vmware(0): Render acceleration is enabled.
    [ 1431.064] (==) vmware(0): Rendercheck mode is disabled.
    [ 1431.064] (--) vmware(0): Direct rendering (3D) is enabled.
    [ 1431.064] (==) vmware(0): Direct presents are disabled.
    [ 1431.064] (==) vmware(0): Hardware only presents are disabled.
    [ 1431.064] (==) vmware(0): Backing store enabled
    [ 1431.064] (==) vmware(0): Silken mouse enabled
    [ 1431.064] (II) vmware(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1431.064] (==) vmware(0): DPMS enabled
    [ 1431.064] (--) RandR disabled
    [ 1431.075] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1431.075] (II) AIGLX: enabled GLX_ARB_create_context
    [ 1431.075] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 1431.075] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 1431.075] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 1431.075] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 1431.075] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1431.075] (II) AIGLX: Loaded and initialized vmwgfx
    [ 1431.075] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1431.076] (EE)
    Fatal server error:
    [ 1431.076] (EE) failed to create screen resources(EE)
    [ 1431.076] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 1431.076] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 1431.076] (EE)
    [ 1431.076] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 1431.076] (WW) vmware(0): drmDropMaster failed: Invalid argument
    [ 1431.079] (EE) Server terminated with error (1). Closing log file.
    Journal since boot
    -- Logs begin at Wed 2014-11-19 16:23:50 CST, end at Fri 2014-11-21 14:25:54 CST. --
    Nov 21 14:17:03 PingBuild kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xfeff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:00.0: [8086:7190] type 00 class 0x060000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:01.0: [8086:7191] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.0: [8086:7110] type 00 class 0x060100
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.1: [8086:7111] type 00 class 0x01018a
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.1: reg 0x20: [io 0x10c0-0x10cf]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.3: [8086:7113] type 00 class 0x068000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.3: quirk: [io 0x1000-0x103f] claimed by PIIX4 ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.3: quirk: [io 0x1040-0x104f] claimed by PIIX4 SMB
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.7: [15ad:0740] type 00 class 0x088000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.7: reg 0x10: [io 0x1080-0x10bf]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:07.7: reg 0x14: [mem 0xd0000000-0xd0001fff 64bit]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:0f.0: [15ad:0405] type 00 class 0x030000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:0f.0: reg 0x10: [io 0x10d0-0x10df]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:0f.0: reg 0x14: [mem 0xd8000000-0xdbffffff pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:0f.0: reg 0x18: [mem 0xd0800000-0xd0ffffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:0f.0: reg 0x30: [mem 0x00000000-0x00007fff pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:10.0: [1000:0030] type 00 class 0x010000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:10.0: reg 0x10: [io 0x1400-0x14ff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:10.0: reg 0x14: [mem 0xd0040000-0xd005ffff 64bit]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:10.0: reg 0x1c: [mem 0xd0020000-0xd003ffff 64bit]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:10.0: reg 0x30: [mem 0x00000000-0x00003fff pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: [15ad:0790] type 01 class 0x060401
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.0: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.0: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.0: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.1: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.1: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.1: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: [15ad:07a0] type 01 class 0x060400
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [32] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [33] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [34] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [35] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [36] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [37] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [38] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [39] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [40] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [41] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [42] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [43] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [44] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [45] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [46] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [47] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [48] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [49] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [50] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [51] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [52] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [53] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [54] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [55] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [56] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [57] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [58] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [59] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [60] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [61] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [62] registered
    Nov 21 14:17:03 PingBuild kernel: acpiphp: Slot [63] registered
    Nov 21 14:17:03 PingBuild kernel: pci 0000:02:00.0: [8086:100f] type 00 class 0x020000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd1020000-0xd103ffff 64bit]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:02:00.0: reg 0x18: [mem 0xd1000000-0xd100ffff 64bit]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:02:00.0: reg 0x20: [io 0x2000-0x203f]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    Nov 21 14:17:03 PingBuild kernel: pci 0000:02:00.0: System wakeup disabled by ACPI
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: PCI bridge to [bus 02] (subtractive decode)
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [mem 0xd1000000-0xd23fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [mem 0xdc400000-0xdc9fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [mem 0x000cc000-0x000cffff] (subtractive decode)
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [io 0x0d00-0xfeff] (subtractive decode)
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: bridge window [mem 0xd2400000-0xd24fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: bridge window [mem 0xd4400000-0xd44fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: bridge window [mem 0xd2800000-0xd28fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: bridge window [mem 0xd4800000-0xd48fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: bridge window [mem 0xd2c00000-0xd2cfffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: bridge window [mem 0xdcb00000-0xdcbfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: bridge window [mem 0xd3000000-0xd30fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: bridge window [mem 0xdcd00000-0xdcdfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: bridge window [mem 0xd3400000-0xd34fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: bridge window [mem 0xdcf00000-0xdcffffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: bridge window [mem 0xd3800000-0xd38fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: bridge window [mem 0xdd100000-0xdd1fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: bridge window [mem 0xd3c00000-0xd3cfffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: bridge window [mem 0xdd300000-0xdd3fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: bridge window [mem 0xd4000000-0xd40fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: bridge window [mem 0xdd500000-0xdd5fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: bridge window [mem 0xd2500000-0xd25fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: bridge window [mem 0xd4500000-0xd45fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: bridge window [mem 0xd2900000-0xd29fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: bridge window [mem 0xd4900000-0xd49fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: bridge window [mem 0xd2d00000-0xd2dfffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: bridge window [mem 0xd4b00000-0xd4bfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: bridge window [mem 0xd3100000-0xd31fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: bridge window [mem 0xd4d00000-0xd4dfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: bridge window [mem 0xd3500000-0xd35fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: bridge window [mem 0xd4f00000-0xd4ffffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: bridge window [mem 0xd3900000-0xd39fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: bridge window [mem 0xd5100000-0xd51fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: bridge window [mem 0xd3d00000-0xd3dfffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: bridge window [mem 0xd5300000-0xd53fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: bridge window [mem 0xd4100000-0xd41fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: bridge window [mem 0xd5500000-0xd55fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: bridge window [mem 0xd2600000-0xd26fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: bridge window [mem 0xd4600000-0xd46fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: bridge window [mem 0xd2a00000-0xd2afffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: bridge window [mem 0xdca00000-0xdcafffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: bridge window [mem 0xd2e00000-0xd2efffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: bridge window [mem 0xdcc00000-0xdccfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: bridge window [mem 0xd3200000-0xd32fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: bridge window [mem 0xdce00000-0xdcefffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: bridge window [mem 0xd3600000-0xd36fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: bridge window [mem 0xdd000000-0xdd0fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: bridge window [mem 0xd3a00000-0xd3afffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: bridge window [mem 0xdd200000-0xdd2fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: bridge window [mem 0xd3e00000-0xd3efffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: bridge window [mem 0xdd400000-0xdd4fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: PCI bridge to [bus 1a]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: bridge window [mem 0xd4200000-0xd42fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: bridge window [mem 0xdd600000-0xdd6fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.0: PCI bridge to [bus 1b]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.0: bridge window [io 0x7000-0x7fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.0: bridge window [mem 0xd2700000-0xd27fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.0: bridge window [mem 0xd4700000-0xd47fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.1: PCI bridge to [bus 1c]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.1: bridge window [io 0xb000-0xbfff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.1: bridge window [mem 0xd2b00000-0xd2bfffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.1: bridge window [mem 0xd4a00000-0xd4afffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: PCI bridge to [bus 1d]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: bridge window [io 0xf000-0xffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: bridge window [mem 0xd2f00000-0xd2ffffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: bridge window [mem 0xd4c00000-0xd4cfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: PCI bridge to [bus 1e]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: bridge window [mem 0xd3300000-0xd33fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: bridge window [mem 0xd4e00000-0xd4efffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: PCI bridge to [bus 1f]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: bridge window [mem 0xd3700000-0xd37fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: bridge window [mem 0xd5000000-0xd50fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: PCI bridge to [bus 20]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: bridge window [mem 0xd3b00000-0xd3bfffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: bridge window [mem 0xd5200000-0xd52fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: PCI bridge to [bus 21]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: bridge window [mem 0xd3f00000-0xd3ffffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: bridge window [mem 0xd5400000-0xd54fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: PCI bridge to [bus 22]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: bridge window [mem 0xd4300000-0xd43fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: bridge window [mem 0xd5600000-0xd56fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
    Nov 21 14:17:03 PingBuild kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
    Nov 21 14:17:03 PingBuild kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
    Nov 21 14:17:03 PingBuild kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
    Nov 21 14:17:03 PingBuild kernel: ACPI: Enabled 2 GPEs in block 00 to 0F
    Nov 21 14:17:03 PingBuild kernel: vgaarb: setting as boot device: PCI:0000:00:0f.0
    Nov 21 14:17:03 PingBuild kernel: vgaarb: device added: PCI:0000:00:0f.0,decodes=io+mem,owns=io+mem,locks=none
    Nov 21 14:17:03 PingBuild kernel: vgaarb: loaded
    Nov 21 14:17:03 PingBuild kernel: vgaarb: bridge control possible 0000:00:0f.0
    Nov 21 14:17:03 PingBuild kernel: PCI: Using ACPI for IRQ routing
    Nov 21 14:17:03 PingBuild kernel: PCI: pci_cache_line_size set to 64 bytes
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: can't claim BAR 13 [io 0xf000-0xffff]: no compatible bridge window
    Nov 21 14:17:03 PingBuild kernel: e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    Nov 21 14:17:03 PingBuild kernel: e820: reserve RAM buffer [mem 0xbfef0000-0xbfffffff]
    Nov 21 14:17:03 PingBuild kernel: NetLabel: Initializing
    Nov 21 14:17:03 PingBuild kernel: NetLabel: domain hash size = 128
    Nov 21 14:17:03 PingBuild kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Nov 21 14:17:03 PingBuild kernel: NetLabel: unlabeled traffic allowed by default
    Nov 21 14:17:03 PingBuild kernel: HPET: 16 timers in total, 0 timers will be used for per-cpu timer
    Nov 21 14:17:03 PingBuild kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
    Nov 21 14:17:03 PingBuild kernel: hpet0: 16 comparators, 64-bit 14.318180 MHz counter
    Nov 21 14:17:03 PingBuild kernel: Switched to clocksource hpet
    Nov 21 14:17:03 PingBuild kernel: pnp: PnP ACPI init
    Nov 21 14:17:03 PingBuild kernel: system 00:00: [io 0x1000-0x103f] could not be reserved
    Nov 21 14:17:03 PingBuild kernel: system 00:00: [io 0x1040-0x104f] has been reserved
    Nov 21 14:17:03 PingBuild kernel: system 00:00: [io 0x0cf0-0x0cf1] has been reserved
    Nov 21 14:17:03 PingBuild kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    Nov 21 14:17:03 PingBuild kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    Nov 21 14:17:03 PingBuild kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
    Nov 21 14:17:03 PingBuild kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0f13 (active)
    Nov 21 14:17:03 PingBuild kernel: system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
    Nov 21 14:17:03 PingBuild kernel: system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
    Nov 21 14:17:03 PingBuild kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0400 (active)
    Nov 21 14:17:03 PingBuild kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
    Nov 21 14:17:03 PingBuild kernel: pnp 00:07: Plug and Play ACPI device, IDs PNP0501 (active)
    Nov 21 14:17:03 PingBuild kernel: pnp 00:08: [dma 2]
    Nov 21 14:17:03 PingBuild kernel: pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
    Nov 21 14:17:03 PingBuild kernel: system 00:09: [io 0x1060-0x107f] has been reserved
    Nov 21 14:17:03 PingBuild kernel: system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
    Nov 21 14:17:03 PingBuild kernel: system 00:09: [mem 0xd0200000-0xd03fffff] has been reserved
    Nov 21 14:17:03 PingBuild kernel: system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    Nov 21 14:17:03 PingBuild kernel: pnp: PnP ACPI: found 10 devices
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: bridge window [io 0x1000-0x0fff] to [bus 06] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: bridge window [io 0x1000-0x0fff] to [bus 07] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: bridge window [io 0x1000-0x0fff] to [bus 08] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: bridge window [io 0x1000-0x0fff] to [bus 09] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: bridge window [io 0x1000-0x0fff] to [bus 0a] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: bridge window [io 0x1000-0x0fff] to [bus 0e] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: bridge window [io 0x1000-0x0fff] to [bus 0f] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: bridge window [io 0x1000-0x0fff] to [bus 10] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: bridge window [io 0x1000-0x0fff] to [bus 11] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: bridge window [io 0x1000-0x0fff] to [bus 12] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: bridge window [io 0x1000-0x0fff] to [bus 16] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: bridge window [io 0x1000-0x0fff] to [bus 17] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: bridge window [io 0x1000-0x0fff] to [bus 18] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: bridge window [io 0x1000-0x0fff] to [bus 19] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: bridge window [io 0x1000-0x0fff] to [bus 1a] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: bridge window [io 0x1000-0x0fff] to [bus 1d] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: bridge window [io 0x1000-0x0fff] to [bus 1e] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: bridge window [io 0x1000-0x0fff] to [bus 1f] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: bridge window [io 0x1000-0x0fff] to [bus 20] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: bridge window [io 0x1000-0x0fff] to [bus 21] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: bridge window [io 0x1000-0x0fff] to [bus 22] add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:0f.0: BAR 6: assigned [mem 0xc0000000-0xc0007fff pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:10.0: BAR 6: assigned [mem 0xc0008000-0xc000bfff pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.7: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.6: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.5: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.4: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.3: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:18.2: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.7: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: BAR 13: no space for [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: BAR 13: failed to assign [io size 0x1000]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:02:00.0: BAR 6: assigned [mem 0xd1010000-0xd101ffff pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: PCI bridge to [bus 02]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [io 0x2000-0x3fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [mem 0xd1000000-0xd23fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:11.0: bridge window [mem 0xdc400000-0xdc9fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: PCI bridge to [bus 03]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: bridge window [io 0x4000-0x4fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: bridge window [mem 0xd2400000-0xd24fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.0: bridge window [mem 0xd4400000-0xd44fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: PCI bridge to [bus 04]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: bridge window [io 0x8000-0x8fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: bridge window [mem 0xd2800000-0xd28fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.1: bridge window [mem 0xd4800000-0xd48fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: PCI bridge to [bus 05]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: bridge window [io 0xc000-0xcfff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: bridge window [mem 0xd2c00000-0xd2cfffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.2: bridge window [mem 0xdcb00000-0xdcbfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: PCI bridge to [bus 06]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: bridge window [mem 0xd3000000-0xd30fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.3: bridge window [mem 0xdcd00000-0xdcdfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: PCI bridge to [bus 07]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: bridge window [mem 0xd3400000-0xd34fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.4: bridge window [mem 0xdcf00000-0xdcffffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: PCI bridge to [bus 08]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: bridge window [mem 0xd3800000-0xd38fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.5: bridge window [mem 0xdd100000-0xdd1fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: PCI bridge to [bus 09]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: bridge window [mem 0xd3c00000-0xd3cfffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.6: bridge window [mem 0xdd300000-0xdd3fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: PCI bridge to [bus 0a]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: bridge window [mem 0xd4000000-0xd40fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:15.7: bridge window [mem 0xdd500000-0xdd5fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: PCI bridge to [bus 0b]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: bridge window [io 0x5000-0x5fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: bridge window [mem 0xd2500000-0xd25fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.0: bridge window [mem 0xd4500000-0xd45fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: PCI bridge to [bus 0c]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: bridge window [io 0x9000-0x9fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: bridge window [mem 0xd2900000-0xd29fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.1: bridge window [mem 0xd4900000-0xd49fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: PCI bridge to [bus 0d]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: bridge window [io 0xd000-0xdfff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: bridge window [mem 0xd2d00000-0xd2dfffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.2: bridge window [mem 0xd4b00000-0xd4bfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: PCI bridge to [bus 0e]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: bridge window [mem 0xd3100000-0xd31fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.3: bridge window [mem 0xd4d00000-0xd4dfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: PCI bridge to [bus 0f]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: bridge window [mem 0xd3500000-0xd35fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.4: bridge window [mem 0xd4f00000-0xd4ffffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: PCI bridge to [bus 10]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: bridge window [mem 0xd3900000-0xd39fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.5: bridge window [mem 0xd5100000-0xd51fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: PCI bridge to [bus 11]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: bridge window [mem 0xd3d00000-0xd3dfffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.6: bridge window [mem 0xd5300000-0xd53fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: PCI bridge to [bus 12]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: bridge window [mem 0xd4100000-0xd41fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:16.7: bridge window [mem 0xd5500000-0xd55fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: PCI bridge to [bus 13]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: bridge window [io 0x6000-0x6fff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: bridge window [mem 0xd2600000-0xd26fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.0: bridge window [mem 0xd4600000-0xd46fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: PCI bridge to [bus 14]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: bridge window [io 0xa000-0xafff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: bridge window [mem 0xd2a00000-0xd2afffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.1: bridge window [mem 0xdca00000-0xdcafffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: PCI bridge to [bus 15]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: bridge window [io 0xe000-0xefff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: bridge window [mem 0xd2e00000-0xd2efffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.2: bridge window [mem 0xdcc00000-0xdccfffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: PCI bridge to [bus 16]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: bridge window [mem 0xd3200000-0xd32fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.3: bridge window [mem 0xdce00000-0xdcefffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: PCI bridge to [bus 17]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: bridge window [mem 0xd3600000-0xd36fffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.4: bridge window [mem 0xdd000000-0xdd0fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: PCI bridge to [bus 18]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: bridge window [mem 0xd3a00000-0xd3afffff]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.5: bridge window [mem 0xdd200000-0xdd2fffff 64bit pref]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: PCI bridge to [bus 19]
    Nov 21 14:17:03 PingBuild kernel: pci 0000:00:17.6: bri

    Trilby wrote:
    Thanks, that all sounds correct to me, unfortunalte I can't provide more help as I've never used vmware.  But a couple pointers for pacman use:
    There is no need to use that pipe, `pacman -Q <searchterm>` will work.
    The reason you don't see the mouse package is that grep is case sensitive.  `pacman -Q | grep -i vmware` should also show the mouse package, but this would be much easier as `pacman -Qs vmware` which allows pacman to do the search.  Pacman's search is case-insensitive by default and is a bit more effient that listing all packages and grepping through them.
    Got it. Yes using the 'vmware' the vmmouse shows up. Also searching 'svga' shows Mesa DRI drivers. That is another advantage for letting pacman search, since my search term was svga and what was dispalayed did not have that in the string, pacman search can see behind the covers. :-)
    All this learning is good, now if I could just figure out why 'startx' is failing to create screen resource. ;-)
    Question, does it matter what tty it starts on? I am using 0 (obvious from the log name), could that be an issue? Just thinking out loud.

  • WDRuntimeException : Failed to create delegate for component

    Hi Friends,
    I encountered the following error while deploying the application to local DC. Actually, i'm trying to create a new view 'HCFileUploadView' in the existing application.
    An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    Hide details
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4011.00.0000.20050217164947.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:49:12[UTC], changelist=329752, host=PWDFM026)
    Web Dynpro code generators of DC local/CRRSRatingWDP:
    SapDictionaryGenerationCore: 6.4011.00.0000.20050127161623.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:34:47[UTC], changelist=324383, host=PWDFM026.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4011.00.0000.20050121170001.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:38:14[UTC], changelist=322883, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCore: 6.4011.00.0000.20050121165648.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:28:49[UTC], changelist=322878, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4011.00.0000.20050217164947.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:53:22[UTC], changelist=329752, host=PWDFM026)
    SapWebDynproGenerationCTemplates: 6.4011.00.0000.20050217164947.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:53:22[UTC], changelist=329752, host=PWDFM026)
    SapGenerationFrameworkCore: 6.4011.00.0000.20041104141254.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:28:00[UTC], changelist=298452, host=PWDFM026.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4011.00.0000.20050215134310.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:42:02[UTC], changelist=329103, host=PWDFM026.wdf.sap.corp)
    SapMetamodelDictionary: 6.4011.00.0000.20040609163924.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:32:12[UTC], changelist=253570, host=PWDFM026.wdf.sap.corp)
    SapMetamodelCommon: 6.4011.00.0000.20050121165648.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:28:59[UTC], changelist=322878, host=PWDFM026.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4011.00.0000.20050215134310.0000 (release=630_VAL_REL, buildtime=2005-02-20:21:42:32[UTC], changelist=329103, host=PWDFM026.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    No information available
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_06-b03, vendor: Sun Microsystems Inc.
    Operating system:
    Windows XP, version: 5.1, architecture: x86
    Error stacktrace:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.mbb.crrs.web.webdynpro.component.DefaultRatingController. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:38)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doInit(ClientComponent.java:775)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:329)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:349)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:599)
         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.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         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.doPrivileged(Native Method)
         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: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
         ... 26 more
    Caused by: java.lang.ExceptionInInitializerError
         at com.mbb.crrs.web.webdynpro.component.wdp.InternalDefaultRatingController.<init>(InternalDefaultRatingController.java:192)
         ... 31 more
    Caused by: com.mbb.crrs.common.exceptions.ApplicationConfigurationException: Cannot load System Properties.
         at com.mbb.crrs.common.SystemContext.<init>(SystemContext.java:39)
         at com.mbb.crrs.common.SystemContext.getInstance(SystemContext.java:47)
         at com.mbb.crrs.common.LoggerFactory.getLogger(LoggerFactory.java:60)
         at com.mbb.crrs.web.webdynpro.component.DefaultRatingController.<clinit>(DefaultRatingController.java:737)
         ... 32 more
    Please help me on this issue.
    Thanks && Regards,
    Vijay.

    Hello!
    I face the same problem with Failed to create delegate for component:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component
    XXX.YYY.ZZZ..ume.Ume. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
    Caused by: java.lang.reflect.InvocationTargetException
    Caused by: java.lang.NoClassDefFoundError: com.sap.tc.webdynpro.model.webservice.gci.WSTypedModelClass
    I think this started after upgrading from 7.01 SP3 to SP5, but I'm not sure.
    What was it that solved your issue?
    *I found the error. My ProjectProperties.wdProperties did not contain the references it needed.*
    Edited by: Richard Linnander on Nov 23, 2009 2:33 PM

  • Failed to create delegate for component

    Folks,
    I am getting this error when I am trying to create Expense Report in Travel and Expense
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for component com.sap.xss.essceservices.vcceassignmentselection.VcCEAssignmentSelection. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
    at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.<init>(DelegatingComponent.java:51)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:382)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:940)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createComponent(ClientComponent.java:177)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponentInternal(ComponentUsage.java:149)
    at com.sap.tc.webdynpro.progmodel.components.ComponentUsage.createComponent(ComponentUsage.java:141)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent$ComponentUsageManager.createVACComponentUsage(FPMComponent.java:747)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doProcessEvent(FPMComponent.java:563)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.doEventLoop(FPMComponent.java:438)
    at com.sap.pcuigp.xssfpm.wd.FPMComponent.wdDoInit(FPMComponent.java:196)
    at com.sap.pcuigp.xssfpm.wd.wdp.InternalFPMComponent.wdDoInit(InternalFPMComponent.java:110)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.doInit(DelegatingComponent.java:108)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
    at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
    at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.init(ClientComponent.java:430)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:362)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:756)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:291)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
    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.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
    at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.create(AbstractApplicationProxy.java:220)
    at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1288)
    at com.sap.portal.pb.PageBuilder.createPage(PageBuilder.java:355)
    at com.sap.portal.pb.PageBuilder.init(PageBuilder.java:548)
    at com.sap.portal.pb.PageBuilder.wdDoRefresh(PageBuilder.java:592)
    at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:864)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
    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.doApplicationProcessing(ClientSession.java:684)
    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:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:74)
    ... 57 more
    Caused by: java.lang.NoClassDefFoundError: com.sap.pcuigp.xssutils.pernr.model.grpinfo.Hrxssce_Pernr_Grp_Info
    at com.sap.xss.essceservices.vcceassignmentselection.wdp.InternalVcCEAssignmentSelection.class$(InternalVcCEAssignmentSelection.java:25)
    at com.sap.xss.essceservices.vcceassignmentselection.wdp.InternalVcCEAssignmentSelection.<init>(InternalVcCEAssignmentSelection.java:45)
    ... 62 more

    Here is patch level details
    System GDJ   
    Software Components 
    Vendor  Name  Version  Provider  Location  Applied 
    sap.com  CORE-TOOLS  7.00 SP16 (1000.7.00.16.0.20080610120618)  SAP AG  SAP AG  20081023044040 
    sap.com  JLOGVIEW  7.00 SP16 (1000.7.00.16.0.20080610110700)  SAP AG  SAP AG  20081023044531 
    sap.com  SAP_JTECHF  7.00 SP16 (1000.7.00.16.0.20080610121705)  SAP AG  SAP AG  20081023050236 
    sap.com  SAP_JTECHS  7.00 SP16 (1000.7.00.16.0.20080610122443)  SAP AG  SAP AG  20081023155307 
    sap.com  KM-KW_JIKS  7.00 SP16 (1000.7.00.16.0.20080610120928)  SAP AG  SAP AG  20081023152030 
    sap.com  CAF  7.00 SP16 (1000.7.00.16.0.20080610191445)  SAP AG  MAIN_APL70VAL_C  20081023160337 
    sap.com  SAP-JEE  7.00 SP16 (1000.7.00.16.0.20080610121429)  SAP AG  SAP AG  20081023044803 
    sap.com  CAF-UM  7.00 SP16 (1000.7.00.16.0.20080610191453)  SAP AG  MAIN_APL70VAL_C  20081023135958 
    sap.com  LM-TOOLS  7.00 SP16 (1000.7.00.16.0.20080610191913)  SAP AG  MAIN_APL70VAL_C  20081023163007 
    sap.com  UMEADMIN  7.00 SP16 (1000.7.00.16.0.20080610192745)  SAP AG  MAIN_APL70VAL_C  20081023163215 
    sap.com  VCKITGP  7.00 SP16 (1000.7.00.16.0.20080610174113)  SAP AG  SAP AG  20081023165613 
    sap.com  RTC-STREAM  7.00 SP16 (1000.7.00.16.0.20080610173948)  SAP AG  SAP AG  20081023165553 
    sap.com  LM-PORTAL  7.00 SP16 (1000.7.00.16.0.20080610185557)  SAP AG  MAIN_APL70VAL_C  20081023165537 
    sap.com  VCKITXX  7.00 SP16 (1000.7.00.16.0.20080610174113)  SAP AG  SAP AG  20081023165635 
    sap.com  ADSSAP  7.00 SP16 (1000.7.00.16.0.20080610114809)  SAP AG  SAP AG  20081023150845 
    sap.com  BI_MMR  7.00 SP16 (1000.7.00.16.0.20080610120307)  SAP AG  SAP AG  20081023151034 
    sap.com  EPBC  7.00 SP16 (1000.7.00.16.0.20080610173602)  SAP AG  SAP AG  20081023151916 
    sap.com  KMC-COLL  7.00 SP16 (1000.7.00.16.0.20080610173923)  SAP AG  SAP AG  20081023174438 
    sap.com  CAF-KM  7.00 SP16 (1000.7.00.16.0.20080610185206)  SAP AG  MAIN_APL70VAL_C  20081023185019 
    sap.com  EPBC2  7.00 SP16 (1000.7.00.16.0.20080610173614)  SAP AG  SAP AG  20081023172439 
    sap.com  EP-PSERV  7.00 SP16 (1000.7.00.16.0.20080610173742)  SAP AG  SAP AG  20081023182439 
    sap.com  KMC-CM  7.00 SP16 (1000.7.00.16.0.20080610173859)  SAP AG  SAP AG  20081023183411 
    sap.com  VCFLEX  7.00 SP16 (1000.7.00.16.0.20080610174104)  SAP AG  SAP AG  20081023180223 
    sap.com  VCFRAMEWORK  7.00 SP16 (1000.7.00.16.0.20080610174113)  SAP AG  SAP AG  20081023180423 
    sap.com  EP-WDC  7.00 SP16 (1000.7.00.16.0.20080610152000)  SAP AG  SAP AG  20081023183137 
    sap.com  KMC-BC  7.00 SP16 (1000.7.00.16.0.20080610173803)  SAP AG  SAP AG  20081023183259 
    sap.com  NET-PDK  7.00 SP16 (1000.7.00.16.0.20080610173931)  SAP AG  SAP AG  20081023174549 
    sap.com  RTC  7.00 SP16 (1000.7.00.16.0.20080610173947)  SAP AG  SAP AG  20081023174658 
    sap.com  SAP-JEECOR  7.00 SP16 (1000.7.00.16.0.20080610121600)  SAP AG  SAP AG  20081023045827 
    sap.com  JSPM  7.00 SP16 (1000.7.00.16.0.20080610110700)  SAP AG  SAP AG  20081023042144 
    sap.com  BI_UDI  7.00 SP16 (1000.7.00.16.0.20080610120325)  SAP AG  SAP AG  20081023151704 
    sap.com  BPERP_TECINF  1.31 SP3 (1000.1.31.3.0.20080917075803)  SAP AG  MAIN_ERP53VAL_C  20081212034050 
    sap.com  BP_ERP5***  1.0 SP14 (1000.1.0.14.0.20081002055226)  SAP AG  MAIN_ERP05VAL_C  20081212034140 
    sap.com  DI_CBS  7.00 SP16 (1000.7.00.16.0.20080610190329)  SAP AG  MAIN_APL70VAL_C  20081023181407 
    sap.com  BASETABLES  7.00 SP16 (1000.7.00.16.0.20080610120226)  SAP AG  SAP AG  20081023043731 
    sap.com  VCBASE  7.00 SP16 (1000.7.00.16.0.20080610174033)  SAP AG  SAP AG  20081023185709 
    sap.com  UWLJWF  7.00 SP16 (1000.7.00.16.0.20080610174028)  SAP AG  SAP AG  20081023185248 
    sap.com  SAP_ESS  603 SP3 (1000.603.0.3.0.20081014070904)  SAP AG  MAIN_ERP53VAL_C  20081112171059 
    sap.com  DI_CMS  7.00 SP16 (1000.7.00.16.0.20080610190340)  SAP AG  MAIN_APL70VAL_C  20081023182143 
    sap.com  DI_DTR  7.00 SP16 (1000.7.00.16.0.20080610190347)  SAP AG  MAIN_APL70VAL_C  20081023182244 
    sap.com  SAP-EU  7.00 SP16 (1000.7.00.16.0.20080610185714)  SAP AG  MAIN_APL70VAL_C  20081023184744 
    sap.com  WDEXTENSIONS  7.00 SP16 (1000.7.00.16.0.20080610185851)  SAP AG  MAIN_APL70VAL_C  20081023185819 
    sap.com  BP_ERP5COM  1.31 SP3 (1000.1.31.3.0.20081009055026)  SAP AG  MAIN_ERP53VAL_C  20081212034423 
    sap.com  BP_ERP5ESS  1.31 SP3 (1000.1.31.3.0.20081009055038)  SAP AG  MAIN_ERP53VAL_C  20081112093902 
    sap.com  BP_ERP5MSS  1.31 SP3 (1000.1.31.3.0.20081009055019)  SAP AG  MAIN_ERP53VAL_C  20081112093934 
    Development Components 
    Vendor  Name  Version  Provider  Location  Applied  Software Component 
    com.adobe  AdobeDocumentServices  null (800.20080218110307.448744)  Adobe Systems  Adobe Systems  20081023150832  null/null 
    com.adobe  AdobeDocumentServicesEjbClientLibrary  null (800.20080311023336.454270)  Adobe Systems  Adobe Systems  20081023055529  null/null 
    local  AdobeTest  null (0.2009.01.07.09.33.14)  LOKAL  LOKAL  20090107093343  null/null 
    sap.com  AE_Dictionary  null (2008.05.09.18.44.48)  SAP AG  localhost  20081025123337  null/null 
    sap.com  AEEAR  null (2008.06.04.17.00.19)  SAP AG  localhost  20081025124539  null/null 
    sap.com  AEEAR4WS  null (2007.12.08.00.49.25)  SAP AG  localhost  20081025125257  null/null 
    virsa.com  AEUME  null (20061108172028)  LOCAL  LOCAL  20081025123610  null/null 
    sap.com  AEWFCADApproversServiceWS_5_2  null (2006.11.03.12.29.46)  SAP AG  localhost  20081025134909  null/null 
    sap.com  AEWFExitServiceWS_5_2  null (2006.11.03.12.29.53)  SAP AG  localhost  20081025135241  null/null 
    sap.com  AEWorkFlowWSEAR  null (2006.10.05.19.44.15)  SAP AG  localhost  20081025124851  null/null 
    sap.com  caf/runtime/security/content  null (963383)  SAP AG  MAIN_APL70VAL_C  20080125135930  null/null 
    sap.com  ccume  null (20070326130037)  SAP AG  LOCAL  20081025100634  null/null 
    sap.com  com.sap.netweaver.bc.wf.db  null (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022134722  null/null 
    sap.com  com.sap.nw.kmc.readonly.sda  null (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172911  null/null 
    sap.com  com.sap.nw.kmc.readonlymbean.sda  null (7.0014.20071111033708.0000)  SAP AG  SAP AG  20081022152210  null/null 
    sap.com  com.sap.portal.dotnet.framework  null (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023174516  null/null 
    sap.com  com.sap.portal.dotnet.services.systems  null (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022152649  null/null 
    sap.com  com.sap.portal.ep.version  null (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170132  null/null 
    sap.com  com.sap.portal.pcd.gl  null (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134627  null/null 
    sap.com  com.sap.visualcomposer  null (7.0010.20061023110711.0000)  SAP AG  SAP AG  20081022152716  null/null 
    sap.com  com.sap.visualcomposer.BIKit  null (7.0010.20061023110711.0000)  SAP AG  SAP AG  20081022152726  null/null 
    sap.com  com.sapportals.supportplatform.portalplugins  null (7.0011.20070128005913.0000)  SAP AG  SAP AG  20081022134553  null/null 
    sap.com  com.sapportals.supportplatformSDA  null (7.0012.20070328121655.0000)  SAP AG  SAP AG  20080125132853  null/null 
    com.adobe  DataManagerService  null (800.20080206162625.174053)  Adobe Systems  Adobe Systems  20081023055543  null/null 
    com.adobe  DocumentServicesBinaries2  null (800.20080206135746.174053)  Adobe Systems  Adobe Systems  20081023055605  null/null 
    com.adobe  DocumentServicesConfiguration  null (800.20080131103506.445884)  Adobe Systems  Adobe Systems  20081023055618  null/null 
    com.adobe  DocumentServicesDestProtoService  null (800.20080218110307.448744)  Adobe Systems  Adobe Systems  20081023055631  null/null 
    com.adobe  DocumentServicesLibrary  null (800.20070220152325.141822)  Adobe Systems  Adobe Systems  20080125135329  null/null 
    com.adobe  DocumentServicesLicenseDatabase  null (705.20051005114147.242570)  Adobe Systems  Adobe Systems  20080125135337  null/null 
    com.adobe  DocumentServicesLicenseManager  null (800.20070306123954.374077)  Adobe Systems  Adobe Systems  20080125135811  null/null 
    com.adobe  DocumentServicesLicenseService  null (800.20080218110307.448744)  Adobe Systems  Adobe Systems  20081023055647  null/null 
    com.adobe  DocumentServicesLicenseSupportService  null (800.20080218110307.448744)  Adobe Systems  Adobe Systems  20081023055703  null/null 
    com.adobe  FontManagerService  null (800.20080218225745.174351)  Adobe Systems  Adobe Systems  20081023055743  null/null 
    sap.com  grc/ccappcomp  null (0.2008.05.27.18.05.23)  SAP AG  LOKAL  20081025102108  null/null 
    local  Janet  null (0.2008.12.03.17.21.32)  LOKAL  LOKAL  20081203182210  null/null 
    local  Kenton_demo2  null (0.2008.12.03.17.26.47)  LOKAL  LOKAL  20081203182719  null/null 
    sap.com  pcd_bizc_authoring  null (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022140711  null/null 
    com.adobe  PDFManipulation  null (800.20080218233546.174351)  Adobe Systems  Adobe Systems  20081023135602  null/null 
    ortho.sne.com  purchase  null (0.2008.11.06.16.01.28)  LOKAL  LOKAL  20081106170201  null/null 
    sap.com  REDictionary  null (2008.05.09.15.54.32)  SAP AG  localhost  20081025133551  null/null 
    sap.com  REEar  null (2008.06.03.13.01.48)  SAP AG  localhost  20081025134510  null/null 
    sap.com  tc/ads/grmg  null (7.0010.20061002104728.0000)  SAP AG  SAP AG  20080125135836  null/null 
    sap.com  tc/ads/lib  null (7.0016.20080423160501.0000)  SAP AG  SAP AG  20081023135753  null/null 
    sap.com  tc/di/sdic/srv  null (7.0013.20070328122858.0000)  SAP AG  SAP AG  20080125132852  null/null 
    sap.com  tc/km/frwk  null (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152454  null/null 
    sap.com  tc/km/nonwdui  null (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152457  null/null 
    sap.com  tc/kmc/coll/room  null (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022152632  null/null 
    com.adobe  TrustManagerService  null (800.20080218110307.448744)  Adobe Systems  Adobe Systems  20081023135624  null/null 
    sap.com  vc_ds_service  null (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023180353  null/null 
    sap.com  virsalib  null (2008.05.27.18.03.00)  SAP AG  localhost  20081025100427  null/null 
    com.adobe  XMLFormService  null (800.20080310103129.448310)  Adobe Systems  Adobe Systems  20081023135724  null/null 
    sap.com  com.sap.engine.jddischema  7.00 (7.0013.20070703112926.0000)  SAP AG  SAP AG  20080125132853  sap.com/BASETABLES 
    sap.com  com.sap.jms.jddi.schema  7.00 (7.0012.20070328121153.0000)  SAP AG  SAP AG  20080125132852  sap.com/BASETABLES 
    sap.com  com.sap.security.dbschema  7.00 (7.0016.20080604112616.0000)  SAP AG  SAP AG  20081023043720  sap.com/BASETABLES 
    sap.com  tc/TechSrv/XML_DAS_Schema  7.00 (7.0014.20071029094644.0000)  SAP AG  SAP AG  20080125132853  sap.com/BASETABLES 
    sap.com  bi/mmr/browser_ea  7.00 (7.0011.20070124085018.0000)  SAP AG  SAP AG  20080125133203  sap.com/BI_MMR 
    sap.com  bi/mmr/core  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023135817  sap.com/BI_MMR 
    sap.com  bi/mmr/cwm_1.0_library  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023135848  sap.com/BI_MMR 
    sap.com  bi/mmr/cwm_1.0_source  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023150941  sap.com/BI_MMR 
    sap.com  bi/mmr/db  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023135907  sap.com/BI_MMR 
    sap.com  bi/mmr/deployer  7.00 (7.0013.20070703112058.0000)  SAP AG  SAP AG  20080125133055  sap.com/BI_MMR 
    sap.com  bi/mmr/dictionary  7.00 (7.0011.20070124085018.0000)  SAP AG  SAP AG  20080125133059  sap.com/BI_MMR 
    sap.com  bi/mmr/jmi  7.00 (7.0011.20070124085018.0000)  SAP AG  SAP AG  20080125133059  sap.com/BI_MMR 
    sap.com  bi/mmr/mini_md350  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023151013  sap.com/BI_MMR 
    sap.com  bi/mmr/miniMetaModel  7.00 (7.0016.20080508113311.0000)  SAP AG  SAP AG  20081023150957  sap.com/BI_MMR 
    sap.com  bi/mmr/performance  7.00 (7.0013.20070703112058.0000)  SAP AG  SAP AG  20080125133100  sap.com/BI_MMR 
    sap.com  com.sap.ip.bi.sdk  7.00 (7.0016.20080508113354.0000)  SAP AG  SAP AG  20081023151106  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.checkj  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133820  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.checko  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133824  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.checks  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133829  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.checkx  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133833  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.jdbc  7.00 (7.0014.20071002095102.0000)  SAP AG  SAP AG  20080125133818  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.odbo  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133822  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.odbodll  7.00 (7.0016.20080508113354.0000)  SAP AG  SAP AG  20081023135931  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.sapq  7.00 (7.0016.20080508113354.0000)  SAP AG  SAP AG  20081023151134  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.xmla  7.00 (7.0016.20080508113354.0000)  SAP AG  SAP AG  20081023151210  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.connector.xmla.x  7.00 (7.0014.20071002095102.0000)  SAP AG  SAP AG  20080125133837  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.dac.olap  7.00 (7.0016.20080508113354.0000)  SAP AG  SAP AG  20081023151323  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.datasource.ds  7.00 (7.0015.20080123135010.0000)  SAP AG  SAP AG  20081023151413  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.datasource.fields  7.00 (7.0015.20080123135010.0000)  SAP AG  SAP AG  20081023151456  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.datasource.sync  7.00 (7.0015.20080123135010.0000)  SAP AG  SAP AG  20081023151544  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.datasource.sys  7.00 (7.0015.20080123135010.0000)  SAP AG  SAP AG  20081023151637  sap.com/BI_UDI 
    sap.com  com.sap.ip.bi.sdk.monitoring  7.00 (7.0013.20070703112239.0000)  SAP AG  SAP AG  20080125133909  sap.com/BI_UDI 
    sap.com  pcui_gp/bp_***  null (2644191)  SAP AG  MAIN_ERP05VAL_C  20081212034136  sap.com/BP_ERP5*** 
    sap.com  ep/bp_com  null (2645150)  SAP AG  MAIN_ERP53VAL_C  20081212034208  sap.com/BP_ERP5COM 
    sap.com  ep/bp_com11  null (2639780)  SAP AG  MAIN_ERP53VAL_C  20081212034214  sap.com/BP_ERP5COM 
    sap.com  ep/bp_com12  null (2645151)  SAP AG  MAIN_ERP53VAL_C  20081212034254  sap.com/BP_ERP5COM 
    sap.com  ep/bp_com13  null (2645152)  SAP AG  MAIN_ERP53VAL_C  20081212034302  sap.com/BP_ERP5COM 
    sap.com  ep/bp_combo  null (2645149)  SAP AG  MAIN_ERP53VAL_C  20081212034412  sap.com/BP_ERP5COM 
    sap.com  ep/bp_comro  null (2639777)  SAP AG  MAIN_ERP53VAL_C  20081212034420  sap.com/BP_ERP5COM 
    sap.com  ess/bp_ess  1.0 (2645153)  SAP AG  MAIN_ERP53VAL_C  20081112093833  sap.com/BP_ERP5ESS 
    sap.com  ess/bp_ess12  1.0 (2645155)  SAP AG  MAIN_ERP53VAL_C  20081112093840  sap.com/BP_ERP5ESS 
    sap.com  ess/bp_ess13  1.0 (2645156)  SAP AG  MAIN_ERP53VAL_C  20081112093850  sap.com/BP_ERP5ESS 
    sap.com  ess/bp_essrowo  null (2645154)  SAP AG  MAIN_ERP53VAL_C  20081112093858  sap.com/BP_ERP5ESS 
    sap.com  mss/bp_mss  1.0 (2645159)  SAP AG  MAIN_ERP53VAL_C  20081112093911  sap.com/BP_ERP5MSS 
    sap.com  mss/bp_mss13  1.0 (2645160)  SAP AG  MAIN_ERP53VAL_C  20081112093918  sap.com/BP_ERP5MSS 
    sap.com  mss/uwl_mss  1.0 (2639787)  SAP AG  MAIN_ERP53VAL_C  20081112093924  sap.com/BP_ERP5MSS 
    sap.com  mss/uwl_mss/tra  null (2639788)  SAP AG  MAIN_ERP53VAL_C  20081112093931  sap.com/BP_ERP5MSS 
    sap.com  mss/uwl_mss2  1.0 (2639791)  SAP AG  MAIN_ERP53VAL_C  20081112093809  sap.com/BP_ERP5MSS 
    sap.com  mss/uwl_mss2/tra  1.0 (2639790)  SAP AG  MAIN_ERP53VAL_C  20081112093814  sap.com/BP_ERP5MSS 
    sap.com  tc/sl.ut.content.erp.bp_erp  null (2639754)  SAP AG  MAIN_ERP53VAL_C  20081212034046  sap.com/BPERP_TECINF 
    sap.com  caf/bw/adapter/assembly  7.00 (1497771)  SAP AG  MAIN_APL70VAL_C  20080125135839  sap.com/CAF 
    sap.com  caf/bw/ear  7.00 (1497856)  SAP AG  MAIN_APL70VAL_C  20080125140019  sap.com/CAF 
    sap.com  caf/core  7.00 (1587306)  SAP AG  MAIN_APL70VAL_C  20081023160259  sap.com/CAF 
    sap.com  caf/core/dict  7.00 (964586)  SAP AG  MAIN_APL70VAL_C  20080125135438  sap.com/CAF 
    sap.com  caf/core/gp/facade/backgroundco/ear  7.00 (1220228)  SAP AG  MAIN_APL70VAL_C  20080125140220  sap.com/CAF 
    sap.com  caf/core/metadata  7.00 (1586814)  SAP AG  MAIN_APL70VAL_C  20081023155527  sap.com/CAF 
    sap.com  caf/km.proxies  7.00 (1528033)  SAP AG  MAIN_APL70VAL_C  20080125135913  sap.com/CAF 
    sap.com  caf/km.proxyejbs.ddic  7.00 (963389)  SAP AG  MAIN_APL70VAL_C  20080125135439  sap.com/CAF 
    sap.com  caf/metamodel  7.00 (1586531)  SAP AG  MAIN_APL70VAL_C  20081023155547  sap.com/CAF 
    sap.com  caf/metamodel/lib  7.00 (1586813)  SAP AG  MAIN_APL70VAL_C  20081023140236  sap.com/CAF 
    sap.com  caf/metamodel/lib/new  7.00 (1496420)  SAP AG  MAIN_APL70VAL_C  20080125135441  sap.com/CAF 
    sap.com  caf/mp/mmr/adapter  7.00 (1533885)  SAP AG  MAIN_APL70VAL_C  20080125135446  sap.com/CAF 
    sap.com  caf/mp/mmr/adapter/ear  7.00 (1220148)  SAP AG  MAIN_APL70VAL_C  20080125135922  sap.com/CAF 
    sap.com  caf/mp/mmr/reader  7.00 (1533844)  SAP AG  MAIN_APL70VAL_C  20080125135444  sap.com/CAF 
    sap.com  caf/mp_mmr_bridge  7.00 (1533886)  SAP AG  MAIN_APL70VAL_C  20080125135924  sap.com/CAF 
    sap.com  caf/mp_mmr_bridge/ddic  7.00 (963396)  SAP AG  MAIN_APL70VAL_C  20080125135442  sap.com/CAF 
    sap.com  caf/runtime/api/lib  7.00 (1533800)  SAP AG  MAIN_APL70VAL_C  20080125135442  sap.com/CAF 
    sap.com  caf/runtime/api/lib/new  7.00 (1496418)  SAP AG  MAIN_APL70VAL_C  20080125135443  sap.com/CAF 
    sap.com  caf/runtime/connectivity  7.00 (1533843)  SAP AG  MAIN_APL70VAL_C  20080125135445  sap.com/CAF 
    sap.com  caf/runtime/connectivity/base  7.00 (1533828)  SAP AG  MAIN_APL70VAL_C  20080125135443  sap.com/CAF 
    sap.com  caf/runtime/connectivity/ddic  7.00 (963382)  SAP AG  MAIN_APL70VAL_C  20080125135502  sap.com/CAF 
    sap.com  caf/runtime/connectivity/impl  7.00 (1552649)  SAP AG  MAIN_APL70VAL_C  20081023140249  sap.com/CAF 
    sap.com  caf/runtime/dict  7.00 (963385)  SAP AG  MAIN_APL70VAL_C  20080125135506  sap.com/CAF 
    sap.com  caf/runtime/ear  7.00 (1587269)  SAP AG  MAIN_APL70VAL_C  20081023155756  sap.com/CAF 
    sap.com  caf/runtime/exceldataimport  7.00 (1496957)  SAP AG  MAIN_APL70VAL_C  20080125135925  sap.com/CAF 
    sap.com  caf/runtime/monitoring/ear  7.00 (1497773)  SAP AG  MAIN_APL70VAL_C  20080125135928  sap.com/CAF 
    sap.com  caf/runtime/uicoupling/api/lib  7.00 (1530461)  SAP AG  MAIN_APL70VAL_C  20080125135932  sap.com/CAF 
    sap.com  caf/tc  7.00 (1587286)  SAP AG  MAIN_APL70VAL_C  20081023160130  sap.com/CAF 
    sap.com  caf/tc/dictionary  7.00 (963672)  SAP AG  MAIN_APL70VAL_C  20080125135507  sap.com/CAF 
    sap.com  caf/tc/metadata  7.00 (1586812)  SAP AG  MAIN_APL70VAL_C  20081023160323  sap.com/CAF 
    sap.com  caf/tc/webdynpro  7.00 (963849)  SAP AG  MAIN_APL70VAL_C  20080125140223  sap.com/CAF 
    sap.com  caf/UI/cladmin  7.00 (1078363)  SAP AG  MAIN_APL70VAL_C  20080125140049  sap.com/CAF 
    sap.com  caf/UI/configbrowser  7.00 (1220365)  SAP AG  MAIN_APL70VAL_C  20080125140051  sap.com/CAF 
    sap.com  caf/UI/configuration  7.00 (1534024)  SAP AG  MAIN_APL70VAL_C  20080125140015  sap.com/CAF 
    sap.com  caf/UI/content/transport  7.00 (1220380)  SAP AG  MAIN_APL70VAL_C  20080125140054  sap.com/CAF 
    sap.com  caf/UI/dynattr/admin  7.00 (1220383)  SAP AG  MAIN_APL70VAL_C  20080125140057  sap.com/CAF 
    sap.com  caf/UI/km/admin  7.00 (964605)  SAP AG  MAIN_APL70VAL_C  20080125140059  sap.com/CAF 
    sap.com  caf/UI/km/cleanjobadmin  7.00 (1497987)  SAP AG  MAIN_APL70VAL_C  20080125140101  sap.com/CAF 
    sap.com  caf/UI/km/configcheck  7.00 (1590301)  SAP AG  MAIN_APL70VAL_C  20081023160146  sap.com/CAF 
    sap.com  caf/UI/ptn/attachments  7.00 (1590296)  SAP AG  MAIN_APL70VAL_C  20081023155849  sap.com/CAF 
    sap.com  caf/UI/ptn/authorization  7.00 (1590293)  SAP AG  MAIN_APL70VAL_C  20081023160056  sap.com/CAF 
    sap.com  caf/UI/ptn/classification  7.00 (1590298)  SAP AG  MAIN_APL70VAL_C  20081023155905  sap.com/CAF 
    sap.com  caf/UI/ptn/collaboration  7.00 (1590297)  SAP AG  MAIN_APL70VAL_C  20081023155922  sap.com/CAF 
    sap.com  caf/UI/ptn/common  7.00 (1534033)  SAP AG  MAIN_APL70VAL_C  20080125140046  sap.com/CAF 
    sap.com  caf/UI/ptn/flextree  7.00 (1587367)  SAP AG  MAIN_APL70VAL_C  20081023155330  sap.com/CAF 
    sap.com  caf/UI/ptn/generalconfig  7.00 (1220375)  SAP AG  MAIN_APL70VAL_C  20080125140110  sap.com/CAF 
    sap.com  caf/UI/ptn/historylog  7.00 (1587374)  SAP AG  MAIN_APL70VAL_C  20081023155347  sap.com/CAF 
    sap.com  caf/UI/ptn/kmfileselect  7.00 (1557293)  SAP AG  MAIN_APL70VAL_C  20081023155404  sap.com/CAF 
    sap.com  caf/UI/ptn/macroeditor  7.00 (964310)  SAP AG  MAIN_APL70VAL_C  20080125140117  sap.com/CAF 
    sap.com  caf/UI/ptn/navigation  7.00 (1587392)  SAP AG  MAIN_APL70VAL_C  20081023155425  sap.com/CAF 
    sap.com  caf/UI/ptn/objectbrowser  7.00 (1587369)  SAP AG  MAIN_APL70VAL_C  20081023155813  sap.com/CAF 
    sap.com  caf/UI/ptn/objecteditor  7.00 (1590133)  SAP AG  MAIN_APL70VAL_C  20081023155831  sap.com/CAF 
    sap.com  caf/UI/ptn/objectselector  7.00 (1587373)  SAP AG  MAIN_APL70VAL_C  20081023155940  sap.com/CAF 
    sap.com  caf/UI/ptn/propedit  7.00 (1590295)  SAP AG  MAIN_APL70VAL_C  20081023160001  sap.com/CAF 
    sap.com  caf/UI/ptn/proxycomp  7.00 (1587377)  SAP AG  MAIN_APL70VAL_C  20081023155441  sap.com/CAF 
    sap.com  caf/UI/ptn/reporting  7.00 (1587366)  SAP AG  MAIN_APL70VAL_C  20081023155457  sap.com/CAF 
    sap.com  caf/UI/ptn/searchbar  7.00 (1587368)  SAP AG  MAIN_APL70VAL_C  20081023160018  sap.com/CAF 
    sap.com  caf/UI/ptn/userassignment  7.00 (1557291)  SAP AG  MAIN_APL70VAL_C  20081023160035  sap.com/CAF 
    sap.com  caf/UI/repositorybackup  7.00 (1534050)  SAP AG  MAIN_APL70VAL_C  20080125140155  sap.com/CAF 
    sap.com  caf/UI/servicebrowser  7.00 (1534047)  SAP AG  MAIN_APL70VAL_C  20080125140158  sap.com/CAF 
    sap.com  caf/UI/servicecustomization  7.00 (964309)  SAP AG  MAIN_APL70VAL_C  20080125140200  sap.com/CAF 
    sap.com  caf/UI/subscriptions  7.00 (964301)  SAP AG  MAIN_APL70VAL_C  20080125140203  sap.com/CAF 
    sap.com  caf/UI/testlauncher  7.00 (964302)  SAP AG  MAIN_APL70VAL_C  20080125140205  sap.com/CAF 
    sap.com  caf/UI/typeeditor  7.00 (1497982)  SAP AG  MAIN_APL70VAL_C  20080125140208  sap.com/CAF 
    sap.com  caf/core/gp/bo/lib  7.00 (964273)  SAP AG  MAIN_APL70VAL_C  20081022155634  sap.com/CAF-KM 
    sap.com  caf/core/gp/container/backgroundco/ear  7.00 (1587345)  SAP AG  MAIN_APL70VAL_C  20081023184808  sap.com/CAF-KM 
    sap.com  caf/core/gp/servicelocator/lib  7.00 (964251)  SAP AG  MAIN_APL70VAL_C  20081022155629  sap.com/CAF-KM 
    sap.com  caf/core/gp/ui/backgroundco/admin  7.00 (964347)  SAP AG  MAIN_APL70VAL_C  20081022155706  sap.com/CAF-KM 
    sap.com  caf/core/gp/ui/visibleco/admin  7.00 (964299)  SAP AG  MAIN_APL70VAL_C  20081022155715  sap.com/CAF-KM 
    sap.com  caf/core/gp/ui/visibleco/container  7.00 (1534120)  SAP AG  MAIN_APL70VAL_C  20081022155728  sap.com/CAF-KM 
    sap.com  caf/gp/ui/ptn/docgen  7.00 (1534043)  SAP AG  MAIN_APL70VAL_C  20081022155737  sap.com/CAF-KM 
    sap.com  caf/km.ep.kmcollaborationsvc  7.00 (1586796)  SAP AG  MAIN_APL70VAL_C  20081023184826  sap.com/CAF-KM 
    sap.com  caf/km.ep.kmindexsearchsvc  7.00 (1586797)  SAP AG  MAIN_APL70VAL_C  20081023184844  sap.com/CAF-KM 
    sap.com  caf/km.ep.kmnodesvc  7.00 (1586798)  SAP AG  MAIN_APL70VAL_C  20081023184910  sap.com/CAF-KM 
    sap.com  caf/km.ep.kmnotifsvc  7.00 (1586799)  SAP AG  MAIN_APL70VAL_C  20081023184928  sap.com/CAF-KM 
    sap.com  caf/km.ep.kmtaskservice  7.00 (1530459)  SAP AG  MAIN_APL70VAL_C  20081022155924  sap.com/CAF-KM 
    sap.com  caf/km.ep.propmetadatasvc  7.00 (1528594)  SAP AG  MAIN_APL70VAL_C  20081022155928  sap.com/CAF-KM 
    sap.com  caf/km.ep.repmanager  7.00 (1586520)  SAP AG  MAIN_APL70VAL_C  20081023184946  sap.com/CAF-KM 
    sap.com  caf/km.ep.uploadsvc  7.00 (1586918)  SAP AG  MAIN_APL70VAL_C  20081023185004  sap.com/CAF-KM 
    sap.com  caf/um/metadata/actions  7.00 (1077265)  SAP AG  MAIN_APL70VAL_C  20080125140226  sap.com/CAF-UM 
    sap.com  caf/um/metadata/api  7.00 (1496398)  SAP AG  MAIN_APL70VAL_C  20080125135508  sap.com/CAF-UM 
    sap.com  caf/um/metadata/content  7.00 (1497172)  SAP AG  MAIN_APL70VAL_C  20080125140254  sap.com/CAF-UM 
    sap.com  caf/um/metadata/example  7.00 (963657)  SAP AG  MAIN_APL70VAL_C  20080125140256  sap.com/CAF-UM 
    sap.com  caf/um/metadata/imp  7.00 (1528581)  SAP AG  MAIN_APL70VAL_C  20080125135509  sap.com/CAF-UM 
    sap.com  caf/um/metadata/testwd  7.00 (963659)  SAP AG  MAIN_APL70VAL_C  20080125140259  sap.com/CAF-UM 
    sap.com  caf/um/relgroups/admin  7.00 (963666)  SAP AG  MAIN_APL70VAL_C  20080125140301  sap.com/CAF-UM 
    sap.com  caf/um/relgroups/api  7.00 (1528016)  SAP AG  MAIN_APL70VAL_C  20080125135509  sap.com/CAF-UM 
    sap.com  caf/um/relgroups/ddic  7.00 (963377)  SAP AG  MAIN_APL70VAL_C  20080125135511  sap.com/CAF-UM 
    sap.com  caf/um/relgroups/imp  7.00 (1586921)  SAP AG  MAIN_APL70VAL_C  20081023135947  sap.com/CAF-UM 
    sap.com  caf/um/relgroups/test  7.00 (963945)  SAP AG  MAIN_APL70VAL_C  20080125140303  sap.com/CAF-UM 
    sap.com  com.sap.engine.client  7.00 (7.0016.20080609135614.0000)  SAP AG  SAP AG  20081023043821  sap.com/CORE-TOOLS 
    sap.com  com.sap.engine.configtool  7.00 (7.0016.20080609135614.0000)  SAP AG  SAP AG  20081023043836  sap.com/CORE-TOOLS 
    sap.com  com.sap.engine.deploytool  7.00 (7.0016.20080609135614.0000)  SAP AG  SAP AG  20081023043903  sap.com/CORE-TOOLS 
    sap.com  com.sap.engine.visualadmin  7.00 (7.0016.20080609135614.0000)  SAP AG  SAP AG  20081023043946  sap.com/CORE-TOOLS 
    sap.com  IAIKSecurityFS  7.00 (7.0016.20080508113401.0000)  SAP AG  SAP AG  20081023043742  sap.com/CORE-TOOLS 
    sap.com  tc/sapinst/fs  7.00 (7.0016.20080508103148.0000)  SAP AG  SAP AG  20081023044008  sap.com/CORE-TOOLS 
    sap.com  tc/template_config_tool  7.00 (7.0016.20050509130405.0000)  SAP AG  SAP AG  20081023044023  sap.com/CORE-TOOLS 
    sap.com  tc.CBS.Appl  7.00 (1552590)  SAP AG  MAIN_APL70VAL_C  20081023181333  sap.com/DI_CBS 
    sap.com  tc.CBS.CommonPart  7.00 (1586926)  SAP AG  MAIN_APL70VAL_C  20081023165510  sap.com/DI_CBS 
    sap.com  tc.CBS.DBDefs  7.00 (1496422)  SAP AG  MAIN_APL70VAL_C  20081022162102  sap.com/DI_CBS 
    sap.com  tc.CBS.Service  7.00 (1552623)  SAP AG  MAIN_APL70VAL_C  20081023165655  sap.com/DI_CBS 
    sap.com  tc.CBS.WebUI  7.00 (1497309)  SAP AG  MAIN_APL70VAL_C  20081022163144  sap.com/DI_CBS 
    sap.com  tc/di/cbs/jlinwd  7.00 (1497311)  SAP AG  MAIN_APL70VAL_C  20081022163154  sap.com/DI_CBS 
    sap.com  tc/cts/appl  7.00 (1552405)  SAP AG  MAIN_APL70VAL_C  20081023182128  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/cleanuptool  7.00 (1552404)  SAP AG  MAIN_APL70VAL_C  20081023165718  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/config/dbschema  7.00 (1496433)  SAP AG  MAIN_APL70VAL_C  20081022162247  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/cvers/proxy  7.00 (1496430)  SAP AG  MAIN_APL70VAL_C  20081022163354  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/PCS  7.00 (1587073)  SAP AG  MAIN_APL70VAL_C  20081023181944  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/PCS/DBSchema  7.00 (1528057)  SAP AG  MAIN_APL70VAL_C  20081022162231  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/TCSEar  7.00 (1530540)  SAP AG  MAIN_APL70VAL_C  20081022163344  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/tsawebui  7.00 (1552677)  SAP AG  MAIN_APL70VAL_C  20081023182049  sap.com/DI_CMS 
    sap.com  tc/SL/CMS/WebUI  7.00 (1552678)  SAP AG  MAIN_APL70VAL_C  20081023182030  sap.com/DI_CMS 
    sap.com  tc/SL/diindex  7.00 (1497556)  SAP AG  MAIN_APL70VAL_C  20081022164212  sap.com/DI_CMS 
    sap.com  tc/dtr/console/sda  7.00 (1586999)  SAP AG  MAIN_APL70VAL_C  20081023165743  sap.com/DI_DTR 
    sap.com  tc/dtr/dbschema  7.00 (1496437)  SAP AG  MAIN_APL70VAL_C  20081022162320  sap.com/DI_DTR 
    sap.com  tc/dtr/enterpriseapp  7.00 (1587256)  SAP AG  MAIN_APL70VAL_C  20081023182229  sap.com/DI_DTR 
    sap.com  tc/jdi/heartbeat/enterpriseapp  7.00 (1497030)  SAP AG  MAIN_APL70VAL_C  20081022164420  sap.com/DI_DTR 
    sap.com  com.sap.dqe.dbcontent  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134249  sap.com/EP-PSERV 
    sap.com  com.sap.dqe.dbschema  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134248  sap.com/EP-PSERV 
    sap.com  com.sap.pct.tools.devstudio  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134251  sap.com/EP-PSERV 
    sap.com  com.sap.portal.activitydatacollector  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165759  sap.com/EP-PSERV 
    sap.com  com.sap.portal.activityreport  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165817  sap.com/EP-PSERV 
    sap.com  com.sap.portal.activityreport.db  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165835  sap.com/EP-PSERV 
    sap.com  com.sap.portal.admin.editorframework  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023165851  sap.com/EP-PSERV 
    sap.com  com.sap.portal.admin.multitenant  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165908  sap.com/EP-PSERV 
    sap.com  com.sap.portal.admin.portalservermonitor  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134301  sap.com/EP-PSERV 
    sap.com  com.sap.portal.admin.util  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165925  sap.com/EP-PSERV 
    sap.com  com.sap.portal.appdesigner.advancedops  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165942  sap.com/EP-PSERV 
    sap.com  com.sap.portal.appdesigner.advancopsapi  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023165959  sap.com/EP-PSERV 
    sap.com  com.sap.portal.appdesigner.pcmobjwiztool  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170017  sap.com/EP-PSERV 
    sap.com  com.sap.portal.cnf.ws.ConfigurationWSEar  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023182318  sap.com/EP-PSERV 
    sap.com  com.sap.portal.common.activation  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170034  sap.com/EP-PSERV 
    sap.com  com.sap.portal.common.ppse  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134310  sap.com/EP-PSERV 
    sap.com  com.sap.portal.connectors.SessionManager  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134311  sap.com/EP-PSERV 
    sap.com  com.sap.portal.connectors.ws  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023182339  sap.com/EP-PSERV 
    sap.com  com.sap.portal.connectors.ws.system  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134314  sap.com/EP-PSERV 
    sap.com  com.sap.portal.content.export.gc  7.00 (7.0014.20071112134627.0000)  SAP AG  SAP AG  20081022134316  sap.com/EP-PSERV 
    sap.com  com.sap.portal.contentfetching  7.00 (7.0014.20071112134549.0000)  SAP AG  SAP AG  20081022134317  sap.com/EP-PSERV 
    sap.com  com.sap.portal.contentmigration  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170052  sap.com/EP-PSERV 
    sap.com  com.sap.portal.design.portaldesigndata  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170113  sap.com/EP-PSERV 
    sap.com  com.sap.portal.epsolman  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134324  sap.com/EP-PSERV 
    sap.com  com.sap.portal.fpn  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170149  sap.com/EP-PSERV 
    sap.com  com.sap.portal.genericcreatorapi  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134327  sap.com/EP-PSERV 
    sap.com  com.sap.portal.ivs.contentcreation.utils  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134329  sap.com/EP-PSERV 
    sap.com  com.sap.portal.ivs.global.admin.consover  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134330  sap.com/EP-PSERV 
    sap.com  com.sap.portal.ivs.global.admin.prodckpt  7.00 (7.0014.20071112134627.0000)  SAP AG  SAP AG  20081022134331  sap.com/EP-PSERV 
    sap.com  com.sap.portal.ivs.sitesemanticsapi  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022134332  sap.com/EP-PSERV 
    sap.com  com.sap.portal.jdbcdrivers  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022140601  sap.com/EP-PSERV 
    sap.com  com.sap.portal.logviewer620  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134334  sap.com/EP-PSERV 
    sap.com  com.sap.portal.namingconventions  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170206  sap.com/EP-PSERV 
    sap.com  com.sap.portal.nav.ws.NavigationWSEar  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182416  sap.com/EP-PSERV 
    sap.com  com.sap.portal.nav.ws.navwshelperservice  7.00 (7.0014.20071210113331.0000)  SAP AG  SAP AG  20081022134337  sap.com/EP-PSERV 
    sap.com  com.sap.portal.navigation.helperservices  7.00 (7.0011.20070128005913.0000)  SAP AG  SAP AG  20081022134338  sap.com/EP-PSERV 
    sap.com  com.sap.portal.navigation.shorturlsDB  7.00 (7.0014.20071210113331.0000)  SAP AG  SAP AG  20081022134340  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pb.services  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134341  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.export  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170225  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.gl  7.00 (7.0013.20070906050444.0000)  SAP AG  SAP AG  20081022134344  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.import  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170241  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.lockadmin  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170259  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.pcdtools  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134349  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.admintools.roleeditor  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170316  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.configuration  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134352  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.customercontent  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170336  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.initialcontent  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170402  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.rolemigration  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170421  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.rolemigrationcomp  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170437  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.rolenavigationservice  7.00 (7.0011.20070128005913.0000)  SAP AG  SAP AG  20081022134400  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.roles.r3authadmin  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170453  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.roleservice  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170510  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.softcachebrowser  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134405  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.translation  7.00 (7.0014.20071210113331.0000)  SAP AG  SAP AG  20081022134406  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.transportapplication  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170528  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcd.zorkservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134409  sap.com/EP-PSERV 
    sap.com  com.sap.portal.pcmbuilderservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134411  sap.com/EP-PSERV 
    sap.com  com.sap.portal.reportingframework  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170544  sap.com/EP-PSERV 
    sap.com  com.sap.portal.services.api  7.00 (7.0014.20071112134549.0000)  SAP AG  SAP AG  20081022140628  sap.com/EP-PSERV 
    sap.com  com.sap.portal.services.internal.api  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022140631  sap.com/EP-PSERV 
    sap.com  com.sap.portal.sl.modifiers  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134413  sap.com/EP-PSERV 
    sap.com  com.sap.portal.statelesssessionservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134414  sap.com/EP-PSERV 
    sap.com  com.sap.portal.strucfilterservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134416  sap.com/EP-PSERV 
    sap.com  com.sap.portal.systemlandscapeoverview  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170600  sap.com/EP-PSERV 
    sap.com  com.sap.portal.textconfiguration  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134419  sap.com/EP-PSERV 
    sap.com  com.sap.portal.util.serverfilebrowser  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134420  sap.com/EP-PSERV 
    sap.com  com.sap.portal.util.threadreporting  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170616  sap.com/EP-PSERV 
    sap.com  com.sap.portal.wdintegrator  7.00 (7.0014.20071210113331.0000)  SAP AG  SAP AG  20081022134423  sap.com/EP-PSERV 
    sap.com  com.sap.security.usermapping.par  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170633  sap.com/EP-PSERV 
    sap.com  com.sap.sp.portalplugins  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134426  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.appdesfrmwrk  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170650  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.concatalogapi  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170711  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.configapi  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170733  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.configuration  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023170752  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.contcatalog  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170817  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.dltracerapi  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022134432  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.frameworkapi  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134433  sap.com/EP-PSERV 
    sap.com  com.sapportals.appdesigner.pageeditor  7.00 (7.0014.20071112134549.0000)  SAP AG  SAP AG  20081022134435  sap.com/EP-PSERV 
    sap.com  com.sapportals.backwardscompatibility  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134436  sap.com/EP-PSERV 
    sap.com  com.sapportals.bidi.rtl  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134437  sap.com/EP-PSERV 
    sap.com  com.sapportals.builder.defaultlayouts  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134439  sap.com/EP-PSERV 
    sap.com  com.sapportals.builder.pagebuilder  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170834  sap.com/EP-PSERV 
    sap.com  com.sapportals.builder.pagebuilder.utils  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170850  sap.com/EP-PSERV 
    sap.com  com.sapportals.builder.portallayouts  7.00 (7.0013.20070906050444.0000)  SAP AG  SAP AG  20081022134443  sap.com/EP-PSERV 
    sap.com  com.sapportals.common  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170908  sap.com/EP-PSERV 
    sap.com  com.sapportals.commonservices  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134446  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectorframework.websrv  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134448  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.bi.systems  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134449  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.database  7.00 (7.0014.20071111033708.0000)  SAP AG  SAP AG  20081022140637  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.jdbc.system  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134451  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.sap  7.00 (7.0014.20071112134627.0000)  SAP AG  SAP AG  20081022140643  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.sap.authtrace  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134452  sap.com/EP-PSERV 
    sap.com  com.sapportals.connectors.sap.system  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134453  sap.com/EP-PSERV 
    sap.com  com.sapportals.datadirect  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022140646  sap.com/EP-PSERV 
    sap.com  com.sapportals.designservices  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170925  sap.com/EP-PSERV 
    sap.com  com.sapportals.designtools  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023170943  sap.com/EP-PSERV 
    sap.com  com.sapportals.dqe.admintools  7.00 (7.0014.20071112134627.0000)  SAP AG  SAP AG  20081022134458  sap.com/EP-PSERV 
    sap.com  com.sapportals.dqe.beans  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022140655  sap.com/EP-PSERV 
    sap.com  com.sapportals.dqe.jdbcdriver.lib  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022140658  sap.com/EP-PSERV 
    sap.com  com.sapportals.dqe.service  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134500  sap.com/EP-PSERV 
    sap.com  com.sapportals.httpconnectivity  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171000  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.appintegrate  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171017  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.clientservice  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171034  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.gencreator  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171050  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.global  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171106  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.http  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022134509  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.iviewapi  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022134511  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.landscapeapi  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171121  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.masseditor  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134513  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.portalpcmapi  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171137  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.semanticapp  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171154  sap.com/EP-PSERV 
    sap.com  com.sapportals.iviewserver.wsrp  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023171211  sap.com/EP-PSERV 
    sap.com  com.sapportals.nav.defaultheaderiviews  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171226  sap.com/EP-PSERV 
    sap.com  com.sapportals.nav.defaultnaviviews  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171243  sap.com/EP-PSERV 
    sap.com  com.sapportals.navigation.mimeservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134523  sap.com/EP-PSERV 
    sap.com  com.sapportals.navigation.navservice  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171258  sap.com/EP-PSERV 
    sap.com  com.sapportals.navigation.navserviceapi  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171313  sap.com/EP-PSERV 
    sap.com  com.sapportals.navigation.portallauncher  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171329  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.defaultwizard  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171345  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.editorselect  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171400  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.permeditor  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171416  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.propeditor  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171433  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.relitemsedtor  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171448  sap.com/EP-PSERV 
    sap.com  com.sapportals.portaladmin.wizframework  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171504  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.desktop  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171522  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.dom  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134538  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.dsktped  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171543  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.dyntree  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134541  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.netivie  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134543  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.resolvr  7.00 (7.0014.20071112134549.0000)  SAP AG  SAP AG  20081022134544  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.ruleed  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171559  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.urliviw  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134548  sap.com/EP-PSERV 
    sap.com  com.sapportals.productivitytools.utils  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134549  sap.com/EP-PSERV 
    sap.com  com.sapportals.prt.application.monitor  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134550  sap.com/EP-PSERV 
    sap.com  com.sapportals.prt.jco  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171622  sap.com/EP-PSERV 
    sap.com  com.sapportals.supporttools  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171639  sap.com/EP-PSERV 
    sap.com  com.sapportals.systemlandscape  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171655  sap.com/EP-PSERV 
    sap.com  com.sapportals.uiservices  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171710  sap.com/EP-PSERV 
    sap.com  com.sapportals.unification.50  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171725  sap.com/EP-PSERV 
    sap.com  com.sapportals.unification.50support  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134601  sap.com/EP-PSERV 
    sap.com  com.sapportals.unification.50system  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134602  sap.com/EP-PSERV 
    sap.com  com.sapportals.unification.60  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023171744  sap.com/EP-PSERV 
    sap.com  com.sapportals.unification.conctriviewiz  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171800  sap.com/EP-PSERV 
    sap.com  com.sapportals.upgrader.EP5.system  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134607  sap.com/EP-PSERV 
    sap.com  com.sapportals.urdesigndata  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171851  sap.com/EP-PSERV 
    sap.com  com.sapportals.utilities.analyzer  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134612  sap.com/EP-PSERV 
    sap.com  com.sapportals.utilities.portalspider  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023171928  sap.com/EP-PSERV 
    sap.com  com.sapportals.utilities.portalspiderDB  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172004  sap.com/EP-PSERV 
    sap.com  com.sapportals.utilities.uninstall  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134616  sap.com/EP-PSERV 
    sap.com  com.sapportals.wdparamsprovider  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134618  sap.com/EP-PSERV 
    sap.com  com.sapportals.yahoointegration  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134620  sap.com/EP-PSERV 
    sap.com  tc/wd/eptests  7.00 (7.0016.20080123140856.0000)  SAP AG  SAP AG  20081023183019  sap.com/EP-PSERV 
    sap.com  tcepcommon~logWatch  7.00 (7.0014.20071112131518.0000)  SAP AG  SAP AG  20081022134621  sap.com/EP-PSERV 
    sap.com  acc_admin_welcome  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182457  sap.com/EP-WDC 
    sap.com  adminstudiolite  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182525  sap.com/EP-WDC 
    sap.com  ar_hook  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182732  sap.com/EP-WDC 
    sap.com  com.sap.portal.fpn.accessservice  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182604  sap.com/EP-WDC 
    sap.com  editor_framework  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182629  sap.com/EP-WDC 
    sap.com  new_iview  null (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023183123  sap.com/EP-WDC 
    sap.com  new_page  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023183103  sap.com/EP-WDC 
    sap.com  obn04tst  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182648  sap.com/EP-WDC 
    sap.com  pb  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182801  sap.com/EP-WDC 
    sap.com  pb_api  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182708  sap.com/EP-WDC 
    sap.com  pb_lyt  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182822  sap.com/EP-WDC 
    sap.com  pb_test  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182842  sap.com/EP-WDC 
    sap.com  property_editor  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182902  sap.com/EP-WDC 
    sap.com  sap.com~gcwebservice  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182920  sap.com/EP-WDC 
    sap.com  spider_search  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182938  sap.com/EP-WDC 
    sap.com  tc/pp/ivs/floating_aliases  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023182957  sap.com/EP-WDC 
    sap.com  wizard_framework  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023183044  sap.com/EP-WDC 
    sap.com  com.sap.pcd.dbschema  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134219  sap.com/EPBC 
    sap.com  com.sap.portal.runtime.config.kmreadonly  7.00 (7.0014.20071111033708.0000)  SAP AG  SAP AG  20081022134231  sap.com/EPBC 
    sap.com  com.sap.prt.application.rfcframework  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022140532  sap.com/EPBC 
    sap.com  com.sapportals.prt.bridge  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134233  sap.com/EPBC 
    sap.com  com.sapportals.prt.portalruntime  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023140022  sap.com/EPBC 
    sap.com  irj  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023151855  sap.com/EPBC 
    sap.com  com.sap.km.bs.ui.wdf  7.00 (7.0015.20080226132937.0000)  SAP AG  SAP AG  20081023172111  sap.com/EPBC2 
    sap.com  com.sap.portal.heartbeat  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022140904  sap.com/EPBC2 
    sap.com  com.sap.portal.htmlb  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172150  sap.com/EPBC2 
    sap.com  com.sap.portal.pcm.admin.apiservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134629  sap.com/EPBC2 
    sap.com  com.sap.portal.pcm.admin.implservice  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134631  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.admin.log  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172227  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.application.soap  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172302  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.config.component  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172337  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.config.ieu.comp  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134637  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.flash  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134638  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.repository.adaptr  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134639  sap.com/EPBC2 
    sap.com  com.sap.portal.runtime.system.console  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134641  sap.com/EPBC2 
    sap.com  com.sap.portal.supportability.isolde  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134642  sap.com/EPBC2 
    sap.com  com.sap.prt.ws.container  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134644  sap.com/EPBC2 
    sap.com  com.sap.security.ume.par  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172409  sap.com/EPBC2 
    sap.com  com.sapportals.prt.connection  7.00 (7.0012.20070426205038.0000)  SAP AG  SAP AG  20081022134648  sap.com/EPBC2 
    sap.com  com.sapportals.prt.contentconversion  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134650  sap.com/EPBC2 
    sap.com  com.sapportals.prt.hooks  7.00 (7.0016.20080610125917.0000)  SAP AG  SAP AG  20081023172424  sap.com/EPBC2 
    sap.com  com.sapportals.prt.hooks.document  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022134653  sap.com/EPBC2 
    sap.com  PRTDatabaseMigrationController  7.00 (7.0015.20080226132937.0000)  SAP AG  SAP AG  20081023172035  sap.com/EPBC2 
    sap.com  tc/monitoring/logviewer-standalone  7.00 (7.0016.20080423161050.0000)  SAP AG  SAP AG  20081023044518  sap.com/JLOGVIEW 
    sap.com  tc/sdt/app/jspm  7.00 (7.0016.20080522095416.0000)  SAP AG  SAP AG  20081023041753  sap.com/JSPM 
    sap.com  tc/sdt/app/jspm/bootstrap  7.00 (7.0016.20080522095416.0000)  SAP AG  SAP AG  20081023041820  sap.com/JSPM 
    sap.com  tc/sdt/app/jspm/ext  7.00 (7.0016.20080522095416.0000)  SAP AG  SAP AG  20081023042135  sap.com/JSPM 
    sap.com  tc/km_tc/kw  7.00 (7.0012.20070328121935.0000)  SAP AG  SAP AG  20080125140307  sap.com/KM-KW_JIKS 
    sap.com  tc/km_tc/sapiks  7.00 (7.0012.20070328121935.0000)  SAP AG  SAP AG  20080125140309  sap.com/KM-KW_JIKS 
    sap.com  tc/km_tc/sapirexthelp  7.00 (7.0012.20070328121935.0000)  SAP AG  SAP AG  20080125140312  sap.com/KM-KW_JIKS 
    sap.com  tc/kw_tc  7.00 (7.0016.20080423162609.0000)  SAP AG  SAP AG  20081023152006  sap.com/KM-KW_JIKS 
    sap.com  com.sap.netweaver.bc.crt  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023172457  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.crt.heartbeat  7.00 (7.0010.20061024142635.0000)  SAP AG  SAP AG  20081022152051  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.db  7.00 (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022152114  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.logging  7.00 (7.0010.20061024142635.0000)  SAP AG  SAP AG  20081022160039  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.protocol  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172528  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.rf  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172551  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.rf.manager  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172618  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.rf.moni  7.00 (7.0010.20061024142635.0000)  SAP AG  SAP AG  20081022160047  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.rf.service  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172654  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.sf  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023172724  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.sf.service  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172802  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.util  7.00 (7.0016.20080601192937.0000)  SAP AG  SAP AG  20081023172836  sap.com/KMC-BC 
    sap.com  com.sap.netweaver.bc.wdf.ext  7.00 (7.0010.20061024142635.0000)  SAP AG  SAP AG  20081022152128  sap.com/KMC-BC 
    sap.com  com.sap.nw.kmc.readonly.monitor  7.00 (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022152130  sap.com/KMC-BC 
    sap.com  tc/kmc/bc.rf.ws/rfws/ear  7.00 (7.0015.20080215133942.0000)  SAP AG  SAP AG  20081023183243  sap.com/KMC-BC 
    sap.com  com.sap.km.acl  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152215  sap.com/KMC-CM 
    sap.com  com.sap.km.application  7.00 (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022152218  sap.com/KMC-CM 
    sap.com  com.sap.km.cm  7.00 (7.0013.20070808101344.0000)  SAP AG  SAP AG  20081022152222  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.command  7.00 (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022152228  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.etc  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023172959  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.etc.test  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152241  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.main  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173034  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.managerservices  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152246  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.protocols.ice  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173050  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.protocols.webdav  7.00 (7.0014.20071113170027.0000)  SAP AG  SAP AG  20081022152258  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.repository.filter  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152302  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.repository.manager  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173117  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.repository.service  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173137  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.repository.service.base  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173212  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.security  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152315  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.service  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173237  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.service.base  7.00 (7.0016.20080602164054.0000)  SAP AG  SAP AG  20081023173313  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.tools  7.00 (7.0010.20061109164817.0000)  SAP AG  SAP AG  20081022152332  sap.com/KMC-CM 
    sap.com  com.sap.km.cm.ui  7.00 (7.0016.20080602164054.0000)  S

  • Runtime error: failed to create delegate view

    hi all,
    We have two applications in two separate projects. But we can deploy only one at a time. If we deploy the second application (or vice-versa)and try to access the first application, it throws up the following error.
    P.S. The problem is only with these two applications and they use Adaptive RFC models.
    We thought it was because of some Jco conections, but all of them test correctly from the WebDynpro administrator console. Any ideas?
    Error stacktrace:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create delegate for view com.eac.vendorportal.DisplayNCRView. (Hint: Is the corresponding DC deployed correctly? Does the DC contain the component?)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:110)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.<init>(DelegatingView.java:41)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.createUninitializedView(ViewManager.java:487)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:524)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:398)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:422)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:130)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:41)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.displayToplevelComponent(ClientComponent.java:134)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:373)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:608)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:252)
         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.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:392)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         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.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:95)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:159)
    Caused by: java.lang.ClassNotFoundException: com.eac.vendorportal.wdp.InternalDisplayNCRView
    Found in negative cache
    Loader Info -
    ClassLoader name: [local/ChangeNCR4]
    Parent loader name: [Frame ClassLoader]
    References:
       common:service:http;service:servlet_jsp
       service:ejb
       common:service:iiop;service:naming;service:p4;service:ts
       service:jmsconnector
       library:jsse
       library:servlet
       common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl
       library:ejb20
       library:j2eeca
       library:jms
       library:opensql
       common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore
       interface:resourcecontext_api
       interface:webservices
       interface:ejbserialization
       sap.com/tcwddispwda
       sap.com/tcwdcorecomp
       service:webdynpro
       service:sld
       library:tcddicddicservices
       library:com.sap.aii.proxy.framework
       library:tcgraphicsigs
       library:com.sap.mw.jco
       library:com.sap.lcr.api.cimclient
       library:sapxmltoolkit
       library:com.sap.aii.util.rb
       library:com.sap.util.monitor.jarm
       library:tcddicddicruntime
       library:com.sap.aii.util.xml
       library:tccolapi
       library:com.sap.aii.util.misc
       library:tc~cmi
       library:tccolruntime
    Resources:
       F:\usr\sap\PED\JC00\j2ee\cluster\server0\apps\local\ChangeNCR4\webdynpro\public\lib\app.jar
    Loading model: {parent,references,local}
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:348)
         at com.sap.tc.webdynpro.progmodel.generation.ControllerHelper.createDelegate(ControllerHelper.java:65)
         ... 33 more

    Hallo Vamsee,
    you wrote <i>"We use the same package naming conventions in both projects.Is that a problem"!</i> Does this mean that you have two different DCs sap.com/a/b/c/onedc and sap.com/a/b/c/anotherdc which both contain the same Web Dynpro component packages e.g. com.sap.a.b.c.mycomp? If this is true both Deployable DC units will collide on the serverside because the Web Dynpro classloader does not differ between the same Web Dynpro packages in different DCs. The DC namespace is not reflected by the classloader.
    Regards, Bertram

  • Failed to create deployable object '********' since it is not a Web Dynpro object - Migration from 7.0 to 7.4

    I have installed NWDS 7.30 EHP1 SP 14 PAT000   with JVM 6 SAP AG
    to   migrate wedynpro development components from 7.0 to
    NW7.4 WAS SAP AG 1.6.0_85 on Windows Server 2008 R2 6.1  SP09 PAT000
    In track imported below SCAs of version  7.31 SP14 .
    Could able to migrate and build in NWDS, getting deployment errors.
    Followed   
    http://scn.sap.com/docs/DOC-55584 
    and   
    http://scn.sap.com/community/nwdi/blog/2014/03/26/nwdi-vs-nwdi-content 
    COMP_BUILDT
    ECM-CORE
    ENGFACADE
    ENGINEAPI
    ESCONF_BUILDT
    FRAMEWORK
    MOIN_BUILDT
    SAP_BUILDT
    WD-RUNTIME
    Deployment Errors:-
    com.sap.engine.services.dc.api.deploy.DeployException: [ERROR CODE DPL.DCAPI.1027] DeploymentException.
    Reason: ASJ.dpl_dc.001085 Operation [deploy] of [XXXXXXX.com_home~chgemail] failed
        at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deployItems(DeployProcessorImpl.java:862)
        at com.sap.engine.services.dc.api.deploy.impl.DeployProcessorImpl.deploy(DeployProcessorImpl.java:259)
        at com.sap.ide.eclipse.deployer.dc.deploy.DeployProcessor70.deploy(DeployProcessor70.java:105)
        at com.sap.ide.tools.services.dc.EngineDcDeployService.deployFiles(EngineDcDeployService.java:257)
        at com.sap.ide.tools.services.dc.EngineDcDeployService.deploy(EngineDcDeployService.java:135)
        at com.sap.ide.dii05.ui.internal.actions.dc.DcDeployAction$5$1.run(DcDeployAction.java:282)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: com.sap.engine.services.dc.cm.deploy.DeploymentException: ASJ.dpl_dc.001085 Operation [deploy] of [XXXXXXX.com_home~chgemail] failed
        at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:246)
        at com.sap.engine.services.dc.cm.deploy.impl.BulkOnlineDeployProcessor.deploy(BulkOnlineDeployProcessor.java:67)
        at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:282)
        at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
        at com.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:100)
        at com.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
        at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
        at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
        at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
    Caused by: com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3297] Operation [update] of [sdu id: [XXXXXXX.com_home~chgemail]
    sdu file path: [E:\usr\sap\SN3\J00\j2ee\cluster\server0\temp\tc~bl~deploy_controller\archives\111\XXXXXXX.com~home~chgemail.ear]
    version status: [HIGHER]
    deployment status: [Admitted]
    description: []
    ] failed
        at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.update(ApplicationDeployer.java:100)
        at com.sap.engine.services.dc.gd.impl.InitialApplicationDeployer.performDeployment(InitialApplicationDeployer.java:141)
        at com.sap.engine.services.dc.gd.impl.InitialGenericDeliveryImpl.deploy(InitialGenericDeliveryImpl.java:57)
        at com.sap.engine.services.dc.cm.deploy.impl.OnlineDeployProcessor.performDelivery(OnlineDeployProcessor.java:213)
        ... 8 more
    Caused by: com.sap.engine.services.deploy.server.utils.DSRemoteException: ASJ.dpl_ds.006193 Operation [update] of [E:\usr\sap\SN3\J00\j2ee\cluster\server0\temp\tc~bl~deploy_controller\archives\111\XXXXXXX.com~home~chgemail.ear] failed
        at com.sap.engine.services.deploy.server.DeployServiceImpl.catchDeploymentExceptionWithDSRem(DeployServiceImpl.java:3370)
        at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:489)
        at com.sap.engine.services.dc.gd.impl.ApplicationDeployer.update(ApplicationDeployer.java:74)
        ... 11 more
    Caused by: com.sap.engine.services.servlets_jsp.webcontainer_api.exceptions.WebContainerExtensionDeploymentException: Error during deployment of application {0}
        at com.sap.engine.services.webdynpro.WebDynproDeploymentHook.onDeploy(WebDynproDeploymentHook.java:52)
        at com.sap.engine.services.webdynpro.webcontainer.extension.ExtensionHandler.onDeployInternal(ExtensionHandler.java:169)
        at com.sap.engine.services.webdynpro.webcontainer.extension.ExtensionHandler.onDeploy(ExtensionHandler.java:129)
        at com.sap.engine.services.servlets_jsp.server.deploy.impl.WebContainerProvider.deploy(WebContainerProvider.java:334)
        at com.sap.engine.services.servlets_jsp.server.deploy.DeployAction.deploy(DeployAction.java:360)
        at com.sap.engine.services.servlets_jsp.server.deploy.UpdateAction.makeUpdate(UpdateAction.java:327)
        at com.sap.engine.services.servlets_jsp.server.deploy.WebContainer.makeUpdate(WebContainer.java:446)
        at com.sap.engine.services.deploy.server.utils.container.ContainerWrapper.makeUpdate(ContainerWrapper.java:409)
        at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:478)
        at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:183)
        at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:234)
        at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:421)
        at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:473)
        at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:1836)
        at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:582)
        at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:487)
        ... 12 more
    Caused by: com.sap.tc.webdynpro.services.sal.deployment.core.DeploymentException: Failed to deploy application 'XXXXXXX.com/home~chgemail'.
        at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.notifyOnDeploy(DeployableObjectFactory.java:324)
        at com.sap.tc.webdynpro.services.sal.deployment.core.DeployableObjectInternal.notifyOnDeploy(DeployableObjectInternal.java:122)
        at com.sap.engine.services.webdynpro.WebDynproDeploymentHook.onDeploy(WebDynproDeploymentHook.java:49)
        ... 27 more
    Caused by: com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Failed to create deployable object 'XXXXXXX.com/home~chgemail' since it is not a Web Dynpro object.
        at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.getDeployableObject(DeployableObjectFactory.java:79)
        at com.sap.tc.webdynpro.serverimpl.core.deployment.AbstractDeployableObjectFactory$1.getDeployableObject(AbstractDeployableObjectFactory.java:87)
        at com.sap.tc.webdynpro.services.sal.deployment.api.WDDeployableObject.getDeployableObject(WDDeployableObject.java:43)
        at com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook.calculateVMOsOfDeployableObject(RepositoryContainerHook.java:264)
        at com.sap.tc.webdynpro.serverimpl.wdc.repository.RepositoryContainerHook.onDeploy(RepositoryContainerHook.java:181)
        at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.notifyOnDeploy(DeployableObjectFactory.java:297)
        ... 29 more
    Caused by: com.sap.tc.webdynpro.spi.WebDynproRuntimeException: No Web Dynpro application (deployable object) with name XXXXXXX.com/home~chgemail exists.
        at com.sap.engine.services.webdynpro.WebDynproRuntimeServiceImpl.getDeployableObject(WebDynproRuntimeServiceImpl.java:228)
        at com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory.getDeployableObject(DeployableObjectFactory.java:77)
        ... 34 more
    Deployment Items status: [
    ----- Sorted Items -----
        1. Client path 'C:\nwds-extsoa-7.3-EHP1-SP14-PAT0000-win32\eclipse\workspace.jdi\1\DCs\XXXXXXX.com\home\chgemail\_comp\gen\default\deploy\XXXXXXX.com~home~chgemail.ear'
            Deploy status is 'Aborted'
            SDA : name 'home~chgemail', vendor 'XXXXXXX.com', location 'SN3_MDTRJS_D', version '20150312060513', software type ('J2EE', sub type ''), csn component '', dependencies :[( name 'tc~aii~base~offline~facade', vendor 'sap.com') , ( name 'tc~ddic~runtime~facade', vendor 'sap.com') , ( name 'tc~bl~logging~api', vendor 'sap.com') , ( name 'tc~bl~exception~lib', vendor 'sap.com') , ( name 'tc~wd~api', vendor 'sap.com') , ( name 'tc~cmi', vendor 'sap.com') , ( name 'tc~bl~jco~api', vendor 'sap.com') ]
    ----- Deployment Items -----
        1. Client path 'C:\nwds-extsoa-7.3-EHP1-SP14-PAT0000-win32\eclipse\workspace.jdi\1\DCs\XXXXXXX.com\home\chgemail\_comp\gen\default\deploy\XXXXXXX.com~home~chgemail.ear'
            Deploy status is 'Aborted'
            Description:'1. Failed to create deployable object 'XXXXXXX.com/home~chgemail' since it is not a Web Dynpro object.
             -> No Web Dynpro application (deployable object) with name XXXXXXX.com/home~chgemail exists.'.
            SDA : name 'home~chgemail', vendor 'XXXXXXX.com', location 'SN3_MDTRJS_D', version '20150312060513', software type ('J2EE', sub type ''), csn component '', dependencies :[( name 'tc~aii~base~offline~facade', vendor 'sap.com') , ( name 'tc~ddic~runtime~facade', vendor 'sap.com') , ( name 'tc~bl~logging~api', vendor 'sap.com') , ( name 'tc~bl~exception~lib', vendor 'sap.com') , ( name 'tc~wd~api', vendor 'sap.com') , ( name 'tc~cmi', vendor 'sap.com') , ( name 'tc~bl~jco~api', vendor 'sap.com') ]
            Time statistics( ms ):
                1.Check version:XXXXXXX.com_home~chgemail : 4
                2.validate : -1
                    2.1.Resolve dependencies : 3
                    2.2.deployment : 7055
                        2.2.1.Notify:Event triggered : 203
                        2.2.2.Bulk deployment : 6839
                            2.2.2.1.Stop : 73
                            2.2.2.2.Perform delivery : 6765
                                2.2.2.2.1.Application Deployer : 6615
                        2.2.3.Notify:Event performed : 9
                    2.3.Post process : 10
                        2.3.1.Starting : 9
    ]      [Error: com.sap.engine.services.tc~bl~deploy~api  Thread[Worker-444,5,main]]
    Deployment Items status: [
    ----- Sorted Items -----
        1. Client path 'C:\nwds-extsoa-7.3-EHP1-SP14-PAT0000-win32\eclipse\workspace.jdi\1\DCs\XXXXXXX.com\home\chgemail\_comp\gen\default\deploy\XXXXXXX.com~home~chgemail.ear'
            Deploy status is 'Aborted'
            SDA : name 'home~chgemail', vendor 'XXXXXXX.com', location 'SN3_MDTRJS_D', version '20150312060513', software type ('J2EE', sub type ''), csn component '', dependencies :[( name 'tc~aii~base~offline~facade', vendor 'sap.com') , ( name 'tc~ddic~runtime~facade', vendor 'sap.com') , ( name 'tc~bl~logging~api', vendor 'sap.com') , ( name 'tc~bl~exception~lib', vendor 'sap.com') , ( name 'tc~wd~api', vendor 'sap.com') , ( name 'tc~cmi', vendor 'sap.com') , ( name 'tc~bl~jco~api', vendor 'sap.com') ]
    ----- Deployment Items -----
        1. Client path 'C:\nwds-extsoa-7.3-EHP1-SP14-PAT0000-win32\eclipse\workspace.jdi\1\DCs\XXXXXXX.com\home\chgemail\_comp\gen\default\deploy\XXXXXXX.com~home~chgemail.ear'
            Deploy status is 'Aborted'
            Description:'1. Failed to create deployable object 'XXXXXXX.com/home~chgemail' since it is not a Web Dynpro object.
             -> No Web Dynpro application (deployable object) with name XXXXXXX.com/home~chgemail exists.'.
            SDA : name 'home~chgemail', vendor 'XXXXXXX.com', location 'SN3_MDTRJS_D', version '20150312060513', software type ('J2EE', sub type ''), csn component '', dependencies :[( name 'tc~aii~base~offline~facade', vendor 'sap.com') , ( name 'tc~ddic~runtime~facade', vendor 'sap.com') , ( name 'tc~bl~logging~api', vendor 'sap.com') , ( name 'tc~bl~exception~lib', vendor 'sap.com') , ( name 'tc~wd~api', vendor 'sap.com') , ( name 'tc~cmi', vendor 'sap.com') , ( name 'tc~bl~jco~api', vendor 'sap.com') ]
            Time statistics( ms ):
                1.Check version:XXXXXXX.com_home~chgemail : 4
                2.validate : -1
                    2.1.Resolve dependencies : 3
                    2.2.deployment : 7055
                        2.2.1.Notify:Event triggered : 203
                        2.2.2.Bulk deployment : 6839
                            2.2.2.1.Stop : 73
                            2.2.2.2.Perform delivery : 6765
                                2.2.2.2.1.Application Deployer : 6615
                        2.2.3.Notify:Event performed : 9
                    2.3.Post process : 10
                        2.3.1.Starting : 9
    ]      [Error: com.sap.engine.services.tc~bl~deploy~api  Thread[Worker-444,5,main]]
    [#6]: Deployment Items status: [
    ----- Sorted Items -----
        1. Client path 'C:\nwds-extsoa-7.3-EHP1-SP14-PAT0000-win32\eclipse\workspace.jdi\1\DCs\XXXXXXX.com\home\chgemail\_comp\gen\default\deploy\XXXXXXX.com~home~chgemail.ear'
            Deploy status is 'Aborted'
            SDA : name 'home~chgemail', vendor 'XXXXXXX.com', location 'SN3_MDTRJS_D', version '20150312060513', software type ('J2EE', sub type ''), csn component '', dependencies :[( name 'tc~aii~base~offline~facade', vendor 'sap.com') , ( name 'tc~ddic~runtime~facade', vendor 'sap.com') , ( name 'tc~bl~logging~api', vendor 'sap.com') , ( name 'tc~bl~exception~lib', vendor 'sap.com') , ( name 'tc~wd~api', vendor 'sap.com') , ( name 'tc~cmi', vendor 'sap.com') , ( name 'tc~bl~jco~api', vendor 'sap.com') ]
    ----- Deployment Items -----
        1. Client path 'C:\nwds-extsoa-7.3-EHP1-SP14-PAT0000-win32\eclipse\workspace.jdi\1\DCs\XXXXXXX.com\home\chgemail\_comp\gen\default\deploy\XXXXXXX.com~home~chgemail.ear'
            Deploy status is 'Aborted'
            Description:'1. Failed to create deployable object 'XXXXXXX.com/home~chgemail' since it is not a Web Dynpro object.
             -> No Web Dynpro application (deployable object) with name XXXXXXX.com/home~chgemail exists.'.
            SDA : name 'home~chgemail', vendor 'XXXXXXX.com', location 'SN3_MDTRJS_D', version '20150312060513', software type ('J2EE', sub type ''), csn component '', dependencies :[( name 'tc~aii~base~offline~facade', vendor 'sap.com') , ( name 'tc~ddic~runtime~facade', vendor 'sap.com') , ( name 'tc~bl~logging~api', vendor 'sap.com') , ( name 'tc~bl~exception~lib', vendor 'sap.com') , ( name 'tc~wd~api', vendor 'sap.com') , ( name 'tc~cmi', vendor 'sap.com') , ( name 'tc~bl~jco~api', vendor 'sap.com') ]
            Time statistics( ms ):
                1.Check version:XXXXXXX.com_home~chgemail : 4
                2.validate : -1
                    2.1.Resolve dependencies : 3
                    2.2.deployment : 7055
                        2.2.1.Notify:Event triggered : 203
                        2.2.2.Bulk deployment : 6839
                            2.2.2.1.Stop : 73
                            2.2.2.2.Perform delivery : 6765
                                2.2.2.2.1.Application Deployer : 6615
                        2.2.3.Notify:Event performed : 9
                    2.3.Post process : 10
                        2.3.1.Starting : 9
    ]      [Error: com.sap.ide.eclipse.deployer.dc.DVLog  Thread[Worker-444,5,main]]
    [#6]: Deployment Items status: [
    ----- Sorted Items -----
        1. Client path 'C:\nwds-extsoa-7.3-EHP1-SP14-PAT0000-win32\eclipse\workspace.jdi\1\DCs\XXXXXXX.com\home\chgemail\_comp\gen\default\deploy\XXXXXXX.com~home~chgemail.ear'
            Deploy status is 'Aborted'
            SDA : name 'home~chgemail', vendor 'XXXXXXX.com', location 'SN3_MDTRJS_D', version '20150312060513', software type ('J2EE', sub type ''), csn component '', dependencies :[( name 'tc~aii~base~offline~facade', vendor 'sap.com') , ( name 'tc~ddic~runtime~facade', vendor 'sap.com') , ( name 'tc~bl~logging~api', vendor 'sap.com') , ( name 'tc~bl~exception~lib', vendor 'sap.com') , ( name 'tc~wd~api', vendor 'sap.com') , ( name 'tc~cmi', vendor 'sap.com') , ( name 'tc~bl~jco~api', vendor 'sap.com') ]
    ----- Deployment Items -----
        1. Client path 'C:\nwds-extsoa-7.3-EHP1-SP14-PAT0000-win32\eclipse\workspace.jdi\1\DCs\XXXXXXX.com\home\chgemail\_comp\gen\default\deploy\XXXXXXX.com~home~chgemail.ear'
            Deploy status is 'Aborted'
            Description:'1. Failed to create deployable object 'XXXXXXX.com/home~chgemail' since it is not a Web Dynpro object.
             -> No Web Dynpro application (deployable object) with name XXXXXXX.com/home~chgemail exists.'.
            SDA : name 'home~chgemail', vendor 'XXXXXXX.com', location 'SN3_MDTRJS_D', version '20150312060513', software type ('J2EE', sub type ''), csn component '', dependencies :[( name 'tc~aii~base~offline~facade', vendor 'sap.com') , ( name 'tc~ddic~runtime~facade', vendor 'sap.com') , ( name 'tc~bl~logging~api', vendor 'sap.com') , ( name 'tc~bl~exception~lib', vendor 'sap.com') , ( name 'tc~wd~api', vendor 'sap.com') , ( name 'tc~cmi', vendor 'sap.com') , ( name 'tc~bl~jco~api', vendor 'sap.com') ]
            Time statistics( ms ):
                1.Check version:XXXXXXX.com_home~chgemail : 4
                2.validate : -1
                    2.1.Resolve dependencies : 3
                    2.2.deployment : 7055
                        2.2.1.Notify:Event triggered : 203
                        2.2.2.Bulk deployment : 6839
                            2.2.2.1.Stop : 73
                            2.2.2.2.Perform delivery : 6765
                                2.2.2.2.1.Application Deployer : 6615
                        2.2.3.Notify:Event performed : 9
                    2.3.Post process : 10
                        2.3.1.Starting : 9
    ]      [Error: com.sap.ide.eclipse.deployer.dc.DVLog  Thread[Worker-444,5,main]]
    Deployment Exception during deployment phase [DeploymentException], cause=[ASJ.dpl_dc.001085 Operation [deploy] of [XXXXXXX.com_home~chgemail] failed]      [Error: com.sap.engine.services.tc~bl~deploy~api  Thread[Worker-444,5,main]]
    Deployment Exception during deployment phase [DeploymentException], cause=[ASJ.dpl_dc.001085 Operation [deploy] of [XXXXXXX.com_home~chgemail] failed]      [Error: com.sap.engine.services.tc~bl~deploy~api  Thread[Worker-444,5,main]]
    [#6]: Deployment Exception during deployment phase [DeploymentException], cause=[ASJ.dpl_dc.001085 Operation [deploy] of [XXXXXXX.com_home~chgemail] failed]      [Error: com.sap.ide.eclipse.deployer.dc.DVLog  Thread[Worker-444,5,main]]
    [#6]: Deployment Exception during deployment phase [DeploymentException], cause=[ASJ.dpl_dc.001085 Operation [deploy] of [XXXXXXX.com_home~chgemail] failed]      [Error: com.sap.ide.eclipse.deployer.dc.DVLog  Thread[Worker-444,5,main]]

    C:\nwds-extsoa-7.3-EHP1-SP14-PAT0000-win32\eclipse\workspace.jdi\1\DCs\XXXXXXX.com\home\chgemail\_comp\gen\default\deploy\XXXXXXX.com~home~chgemail.ear
    can you find this ear in your local drive?

  • Database Logon Failed which created by Crystal Report 2008

    this time i meet the famous error again which is database logon failed.
    i created a crystal report 2008 starting from blank report, then connect with odbc
    i use 2008 method
    objRpt.SetDatabaseLogon(db_username, db_password, odbc_name, database_name);
    2008 method will get database logon failed even set database location and verify database again
    then i use 8.5 method and try again for 2008 report. it said field name is unknown for one of formula
    then i drag field again for formula and set database location and verify database again
    it said the same error.
    then i uninstall 8.5 crytal report software in window 7 deployment machine, and do above again, it said the same error
    //'Create a new Stored Procedure Table to replace the reports current table.
            CrystalDecisions.ReportAppServer.DataDefModel.Procedure boTable = new CrystalDecisions.ReportAppServer.DataDefModel.Procedure();
            //'boMainPropertyBag: These hold the attributes of the tables ConnectionInfo object
            PropertyBag boMainPropertyBag = new PropertyBag();
            //'boInnerPropertyBag: These hold the attributes for the QE_LogonProperties
            //'In the main property bag (boMainPropertyBag)
            PropertyBag boInnerPropertyBag = new PropertyBag();
            //'Set the attributes for the boInnerPropertyBag
            boInnerPropertyBag.Add("Connect Timeout", "15");
            //boInnerPropertyBag.Add("Data Source", "MyDataSource");
            boInnerPropertyBag.Add("Data Source", "10.1.1.191");
            boInnerPropertyBag.Add("DataTypeCompatibility", "0");
            boInnerPropertyBag.Add("General Timeout", "0");
            //boInnerPropertyBag.Add("Initial Catalog", "MyCatalog");
            boInnerPropertyBag.Add("Initial Catalog", database_name);
            boInnerPropertyBag.Add("Integrated Security", "False");
            boInnerPropertyBag.Add("Locale Identifier", "1033");
            boInnerPropertyBag.Add("MARS Connection", "0");
            //boInnerPropertyBag.Add("OLE DB Services", "-5");
            //boInnerPropertyBag.Add("ODBC", "-5");
            boInnerPropertyBag.Add("ODBC", "Cheque");
            boInnerPropertyBag.Add("Provider", "SQLNCLI");
            boInnerPropertyBag.Add("Tag with column collation when possible", "0");
            boInnerPropertyBag.Add("Trust Server Certificate", "0");
            boInnerPropertyBag.Add("Use Encryption for Data", "0");
            //'Set the attributes for the boMainPropertyBag
            boMainPropertyBag.Add("Database DLL", "crdb_ado.dll");
            //boMainPropertyBag.Add("Database DLL", "p2sodbc.dll");
            //boMainPropertyBag.Add("QE_DatabaseName", "VEPILOT");
            boMainPropertyBag.Add("QE_DatabaseName", database_name);
            //boMainPropertyBag.Add("QE_DatabaseType", "OLE DB (ADO)");
            boMainPropertyBag.Add("QE_DatabaseType", "ODBC");
            //'Add the QE_LogonProperties we set in the boInnerPropertyBag Object
            boMainPropertyBag.Add("QE_LogonProperties", boInnerPropertyBag);
            boMainPropertyBag.Add("QE_ServerDescription", "MyServer");
            boMainPropertyBag.Add("QE_SQLDB", "True");
            boMainPropertyBag.Add("SSO Enabled", "False");
            //'Create a new ConnectionInfo object
            CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo boConnectionInfo = new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo();
            //'Pass the database properties to a connection info object
            boConnectionInfo.Attributes = boMainPropertyBag;
            //'Set the connection kind
            boConnectionInfo.Kind = CrConnectionInfoKindEnum.crConnectionInfoKindCRQE;
            //'*EDIT* Set the User Name and Password if required.
            boConnectionInfo.UserName = db_username;
            boConnectionInfo.Password = db_password;
            //'Pass the connection information to the table
            boTable.ConnectionInfo = boConnectionInfo;
    CrystalDecisions.ReportAppServer.DataDefModel.Tables boTables = objRpt.ReportClientDocument.DatabaseController.Database.Tables;
                CrystalDecisions.CrystalReports.Engine.Tables tables = objRpt.Database.Tables;
                foreach (CrystalDecisions.CrystalReports.Engine.Table table in tables)
                    if (!string.IsNullOrEmpty(table.Name))
                        //boTable.Name = table.Name;
                        //boTable.QualifiedName = database_name + ".dbo." + table.Name;
                        //boTable.Alias = table.Name;
                        boTable.Name = "sp_ChequeIssueDetRpt";
                        boTable.QualifiedName = database_name + ".dbo.sp_ChequeIssueDetRpt";
                        boTable.Alias = "sp_ChequeIssueDetRpt";
                        objRpt.ReportClientDocument.DatabaseController.SetTableLocation(boTables[0], boTable);
                objRpt.VerifyDatabase();
    http://sourceforge.net/projects/aspchequesprint/files/ChequeIssueDet.rpt/download

    No subreport, only a stored procedure with final two lines are
    print @m_sql
    exec (@m_sql)
    After use generated code in the link above
    Error at boReportDocument.VerifyDatabase();
    Inner Exception : no error
    Message "Logon failed"
    ErrorID : CrystalDecisions.CrystalReports.Engine.EngineExceptionErrorID.LogOnFailed
    HelpLink : null
    stacktrace :  CrystalDecisions.CrystalReports.Engine.ReportDocument.VerifyDatabase()\r\n   at viewReport.Page_Load(Object sender, EventArgs e) 於 d:
    Data
    My Documents
    Visual Studio 2008
    WebSites
    Cheques
    viewReport.aspx.cs: row 1302\r\n   at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)\r\n   at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)\r\n   at System.Web.UI.Control.OnLoad(EventArgs e)\r\n   at System.Web.UI.Control.LoadRecursive()\r\n   於 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    TargetSite : {Void VerifyDatabase()}
    string reportPath = report_path + "ChequeIssueDet.rpt";
                boReportDocument = new ReportDocument();
                //**EDIT** Change the path and report name to the report you want to change.
                boReportDocument.Load(reportPath, OpenReportMethod.OpenReportByTempCopy);
                //Create a new Stored Procedure Table to replace the reports current table.
                CrystalDecisions.ReportAppServer.DataDefModel.Procedure boTable =
                new CrystalDecisions.ReportAppServer.DataDefModel.Procedure();
                //boMainPropertyBag: These hold the attributes of the tables ConnectionInfo object
                PropertyBag boMainPropertyBag = new PropertyBag();
                //boInnerPropertyBag: These hold the attributes for the QE_LogonProperties
                //In the main property bag (boMainPropertyBag)
                PropertyBag boInnerPropertyBag = new PropertyBag();
                //Set the attributes for the boInnerPropertyBag
                boInnerPropertyBag.Add("Database", database_name);
                boInnerPropertyBag.Add("DSN", "Cheque");
                boInnerPropertyBag.Add("UseDSNProperties", "False");
                //Set the attributes for the boMainPropertyBag
                boMainPropertyBag.Add("Database DLL", "crdb_odbc.dll");
                boMainPropertyBag.Add("QE_DatabaseName", database_name);
                boMainPropertyBag.Add("QE_DatabaseType", "ODBC (RDO)");
                //Add the QE_LogonProperties we set in the boInnerPropertyBag Object
                boMainPropertyBag.Add("QE_LogonProperties", boInnerPropertyBag);
                boMainPropertyBag.Add("QE_ServerDescription", "Cheque");
                boMainPropertyBag.Add("QE_SQLDB", "True");
                boMainPropertyBag.Add("SSO Enabled", "False");
                //Create a new ConnectionInfo object
                CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo boConnectionInfo =
                new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo();
                //Pass the database properties to a connection info object
                boConnectionInfo.Attributes = boMainPropertyBag;
                //Set the connection kind
                boConnectionInfo.Kind = CrConnectionInfoKindEnum.crConnectionInfoKindCRQE;
                //**EDIT** Set the User Name and Password if required.
                boConnectionInfo.UserName = db_username;
                boConnectionInfo.Password = db_password;
                //Pass the connection information to the table
                boTable.ConnectionInfo = boConnectionInfo;
                //Get the Database Tables Collection for your report
                CrystalDecisions.ReportAppServer.DataDefModel.Tables boTables;
                boTables = boReportDocument.ReportClientDocument.DatabaseController.Database.Tables;
                //For each table in the report:
                // - Set the Table Name properties.
                // - Set the table location in the report to use the new modified table
                boTable.Name = "sp_ChequeIssueDetRpt;1";
                boTable.QualifiedName = database_name+".dbo.sp_ChequeIssueDetRpt;1";
                boTable.Alias = "sp_ChequeIssueDetRpt;1";
                boReportDocument.ReportClientDocument.DatabaseController.SetTableLocation(boTables[0], boTable);
                //Verify the database after adding substituting the new table.
                //To ensure that the table updates properly when adding Command tables or Stored Procedures.
                boReportDocument.VerifyDatabase();
                //**EDIT** Set the value for the Stored Procedure parameters.
                string m_curUser = "";
                int spid = Convert.ToInt32(Request.Cookies["login_cookie"]["spid"]);
                queryString = "select * from v_All_Session where SPID=" + spid.ToString();
                //string _connectionString = ConfigurationManager.ConnectionStrings["ChequeConnectionString"].ConnectionString;
                using (SqlConnection connection = new SqlConnection(_connectionString))
                    SqlCommand command = connection.CreateCommand();
                    command.CommandText = queryString;
                    connection.Open();
                    using (SqlDataReader datareader = command.ExecuteReader())
                        if (datareader.HasRows == true)
                            while (datareader.Read())
                                if (datareader["UserID"] != System.DBNull.Value)
                                    m_curUser = datareader["UserID"].ToString();
                        datareader.Close();
                    connection.Close();
                boReportDocument.SetParameterValue("@UserID", m_curUser);
                if (string.IsNullOrEmpty(Session["fm_CoCode"].ToString()))
                    boReportDocument.SetParameterValue("@fm_CoCode", Session["fm_CoCode"].ToString());
                if (string.IsNullOrEmpty(Session["to_CoCode"].ToString()))
                    boReportDocument.SetParameterValue("@to_CoCode", Session["to_CoCode"].ToString());
                if (string.IsNullOrEmpty(Session["fm_BankACNo"].ToString()))
                    boReportDocument.SetParameterValue("@fm_BankACNo", Session["fm_BankACNo"].ToString());
                if (string.IsNullOrEmpty(Session["to_BankACNo"].ToString()))
                    boReportDocument.SetParameterValue("@to_BankACNo", Session["to_BankACNo"].ToString());
                if (string.IsNullOrEmpty(Session["fm_BatchNo"].ToString()))
                    boReportDocument.SetParameterValue("@fm_BatchNo", Session["fm_BatchNo"].ToString());
                if (string.IsNullOrEmpty(Session["to_BatchNo"].ToString()))
                    boReportDocument.SetParameterValue("@to_BatchNo", Session["to_BatchNo"].ToString());
    Edited by: Mathew_666 on Jul 19, 2011 4:27 AM
    Edited by: Mathew_666 on Jul 19, 2011 4:28 AM

  • After updating my 3gs to ios 5.0.1, I can not restore my phone from my pc. It says session failed. It appears to be a backup available.

    After updating my 3gs to ios5.0.1, I can not restore my phone. It says session failed after about 20 seconds. It appears to be a restore point available. What should I do?

    Hi all,
    I work for an Enterprise with around 30 devices so far, 5 of them have been upgraded to iOS 5.01 and we are having this issue, the steps below are appearing, these are both on iphone and ipad 2's with exchange 2003:-
    - Exchange Calendars not sync'ing, but Yahoo account working fine.
    - Create an appointment on the ipad / iphone and this sync's with Exchange.
    - Close the Calendar and re-open the appointment disappears, but stay's within Exchange.
    - Meetings created within the Exchange Calendar do not synch with the iphone / ipad.
    This is starting to cause a lot of issues.
    Thanks
    Keith

Maybe you are looking for

  • Lightroom deletes photos while moving

    When I tried moving photos from one folder to another (drag&drop within the lightroom library as usual), after moving most of the files 3 photos remained and I got an error that those three could not be moved. I checked on the hard drive and the file

  • ConvertPDF :: toImage for PDF portfolio

    Can we convert all pages within a PDF portfolio by using ConvertPDF's toImage at once? Or do we have to get each file from the portfolio first, then invoke toImage against each sub-files? Thx, Keishichi

  • Firefox will not open websites, computer is connected to internet, IE 8 64 bit works, (but not 32bit).

    I had deleted some awful parental control software that had installed with my Wifi/broadband box on my son's new computer. I am sending this from mine so settings are a bit different. IE 8 64 bit works fine, but niehter firefox or IE8 32 bit will loa

  • Rules in Outlook are not processed in the order listed

    I have created a new rule today to filter out all email that is not directly sent to me to a folder called "process later" hanging off "Inbox" Problem is, even thou it is the last rule created, and appears to be at the bottom of the list, this seems

  • Jambox connection issues

    I'm having serious problems syncing a mini Jambox with my Macbook Pro through bluetooth. The moment the Jambox is set up as a bluetooth device, it cripples the whole machine, making it impossible to do anything-even removing the device from the bluet