Unable to build xorg-server from abs

Trying to makepkg xorg-server 1.13.1-1, however faults out with the following:
/usr/include/X11/fonts/fontproto.h:48:13: note: previous declaration of 'remove_fs_handlers' was here
In file included from main.c:102:0:
../include/dixfont.h:182:22: warning: redundant redeclaration of 'StoreFontClientFont' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from ../include/dixfont.h:30,
from main.c:102:
/usr/include/X11/fonts/fontproto.h:61:12: note: previous declaration of 'StoreFontClientFont' was here
main.c: In function 'main':
main.c:140:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
cc1: some warnings being treated as errors
make[2]: *** [main.lo] Error 1
make[2]: Leaving directory `/media/data/abs/xorg-server/src/xorg-server-1.13.1/dix'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/media/data/abs/xorg-server/src/xorg-server-1.13.1/dix'
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
My system is an AMD64 with a nvidia 9800GT using Arch x64 & nouveau driver.
Would appreciate any help.

Trying to makepkg xorg-server 1.13.1-1, however faults out with the following:
/usr/include/X11/fonts/fontproto.h:48:13: note: previous declaration of 'remove_fs_handlers' was here
In file included from main.c:102:0:
../include/dixfont.h:182:22: warning: redundant redeclaration of 'StoreFontClientFont' [-Wredundant-decls]
In file included from /usr/include/X11/fonts/fontstruct.h:291:0,
from ../include/dixfont.h:30,
from main.c:102:
/usr/include/X11/fonts/fontproto.h:61:12: note: previous declaration of 'StoreFontClientFont' was here
main.c: In function 'main':
main.c:140:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
main.c:171:24: error: array subscript is outside array bounds [-Werror=array-bounds]
cc1: some warnings being treated as errors
make[2]: *** [main.lo] Error 1
make[2]: Leaving directory `/media/data/abs/xorg-server/src/xorg-server-1.13.1/dix'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/media/data/abs/xorg-server/src/xorg-server-1.13.1/dix'
make: *** [all-recursive] Error 1
==> ERROR: A failure occurred in build().
Aborting...
My system is an AMD64 with a nvidia 9800GT using Arch x64 & nouveau driver.
Would appreciate any help.

Similar Messages

  • [Solved] Can't build Xorg-Server-Git.

    Hello
    I want to build xorg-server-git from AUR I modifeted PKGBUILD becouse old can't be build.
    That's my PKGBUILD:
    pkgname=xorg-server-git
    pkgver=20090731
    pkgrel=1
    pkgdesc="X.Org X servers"
    arch=('x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('libxfont>=1.4.0' 'openssl>=0.9.8k' 'libpciaccess>=0.10.6' 'libxv>=1.0.4' 'pixman>=0.14.0' 'xkeyboard-config>=1.6' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 'diffutils' )
    makedepends=('libx11>=1.2.1' 'mesa>=7.5' 'xf86driproto>=2.0.4' 'xtrans>=1.2.3' 'libxkbfile>=1.0.5' 'randrproto>=1.3.0' 'renderproto>=0.9.3' 'xcmiscproto>=1.1.2' 'bigreqsproto>=1.0.2' 'resourceproto>=1.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'scrnsaverproto>=1.1.0' 'libxinerama>=1.0.3' 'xf86dgaproto>=2.0.3' 'recordproto>=1.13.2' 'glproto>=1.4.9' 'xorg-util-macros')
    conflicts=('catalyst-utils<=9.2')
    options=('!libtool')
    _gitver=1.6.2.1
    provides=('x-server')
    groups=('xorg')
    install=xorg-server.install
    _gitroot="git://anongit.freedesktop.org/git/xorg/xserver"
    _gitname="xserver"
    source=("xorg-redhat-die-ugly-pattern-die-die-die.patch")
    md5sums=('1a336eb22e27cbf443ec5a2ecddfa93c')
    build() {
    msg "Connecting to git.freedesktop.org GIT server...."
    if [ -d $startdir/src/$_gitname ] ; then
    cd $_gitname && git pull origin
    msg "The local files are updated."
    else
    git clone $_gitroot
    fi
    cp -a "${srcdir}/$_gitname/" "${srcdir}/$_gitname-build/"
    msg "GIT checkout done or server timeout"
    msg "Starting make..."
    cd "${srcdir}/$_gitname-build"
    msg "Patching sources..."
    # Fix dbus config path
    sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    msg "Preparing sources for configure..."
    autoreconf -v --install || return 1
    msg "Starting configure for: $pkgname"
    ./configure --prefix=/usr \
    --disable-ipv6 \
    --disable-dri2 \
    --disable-dri \
    --disable-dmx \
    --disable-xvfb \
    --disable-xnest \
    --disable-composite \
    --disable-xcsecurity \
    --enable-xorg \
    --disable-xephyr \
    --disable-glx-tls \
    --disable-kdrive \
    --enable-install-setuid \
    --disable-config-hal \
    --enable-config-dbus \
    --disable-record \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    # --without-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    msg "Starting make..."
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    msg "Creating the appropriate X.org directories..."
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    msg "Backing up libwfb.so..."
    mv "${pkgdir}/usr/lib/xorg/modules/libwfb.so" \
    "${pkgdir}/usr/lib/xorg/modules/libwfb.so.1.4" || return 1
    msg "Fixes for non-Mesa drivers..."
    ln -s "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    msg "Cleaning build area..."
    rm -rf "${srcdir}/$_gitname-build"
    rm -rf "${pkgdir}/var/log"
    And It's my error when i try to make it:
    In file included from xfixesint.h:63,
    from xfixes.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    In file included from xfixesint.h:63,
    from saveset.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    make[1]: *** [xfixes.lo] Błąd 1
    make[1]: *** Oczekiwanie na niezakończone zadania....
    make[1]: *** [saveset.lo] Błąd 1
    In file included from xfixesint.h:63,
    from region.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    In file included from xfixesint.h:63,
    from select.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    In file included from xfixesint.h:63,
    from cursor.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: Nie ma takiego pliku ani katalogu
    region.c: In function 'ProcXFixesSetWindowShapeRegion':
    region.c:695: error: 'ShapeBounding' undeclared (first use in this function)
    region.c:695: error: (Each undeclared identifier is reported only once
    region.c:695: error: for each function it appears in.)
    region.c:696: error: 'ShapeClip' undeclared (first use in this function)
    region.c:697: error: 'ShapeInput' undeclared (first use in this function)
    make[1]: *** [region.lo] Błąd 1
    make[1]: *** [select.lo] Błąd 1
    make[1]: *** [cursor.lo] Błąd 1
    make: *** [all-recursive] Błąd 1
    ==> BŁĄD: Budowanie nie powiodło się.
    Przerywam...
    Thanks for help and advice
    Last edited by SpeedVin (2009-07-31 14:06:30)

    flamelab wrote:
    Can you please post an output of this error with english messages ? I don't understand Polish
    It says "No such file or directory" I suppose ?
    Yes that's right I'm not good at tranlate but I will try
    In file included from xfixesint.h:63,
    from saveset.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    In file included from xfixesint.h:63,
    from cursor.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    make[1]: *** [saveset.lo] Error 1
    make[1]: *** Waiting for not end tasks....
    In file included from xfixesint.h:63,
    from region.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    make[1]: *** [cursor.lo] Error 1
    In file included from xfixesint.h:63,
    from select.c:27:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    region.c: In function 'ProcXFixesSetWindowShapeRegion':
    region.c:695: error: 'ShapeBounding' undeclared (first use in this function)
    region.c:695: error: (Each undeclared identifier is reported only once
    region.c:695: error: for each function it appears in.)
    region.c:696: error: 'ShapeClip' undeclared (first use in this function)
    region.c:697: error: 'ShapeInput' undeclared (first use in this function)
    make[1]: *** [select.lo] Błąd 1
    In file included from xfixesint.h:63,
    from xfixes.c:54:
    /usr/include/X11/extensions/xfixesproto.h:51:34: error: X11/extensions/shape.h: No such file or directory
    make[1]: *** [region.lo] Error 1
    make[1]: *** [xfixes.lo] Error 1
    make: *** [all-recursive] Error 1
    ==> Error: Make fail
    Last edited by SpeedVin (2009-07-31 14:02:05)

  • [SOLVED] building xorg-server: libgl & nvidia-utils conflict

    Hello!
    I somehow feel like I'm totally missing the point, but...
    edit: although I think (not sure any more) this was the same procedure when I first compiled xorg-server, I maybe should mention, I'm now using the testing xorg.
    I still don't really understand, why I need libgl to build xorg-server. Aren't nvidia-utils supposed to replace that? Is there a way of building xorg-server with nvidia-utils instead of libgl and if yes: are there (dis-/) advantages doing so other than not having to uninstall nvidia-utils while compiling xorg-server?
    Or the other way around: Perhaps it's just me, but I feel "funny" having to remove something that's vital to my installation before I can compile something that's vital to my installation, too... so is it really OK to remove nvidia-utils and compile xorg-server without it or am I doing it wrong?
    Thank you for enlightening me
    Last edited by whoops (2009-04-07 02:20:51)

    Well AFAIK, The nVIDIA closed source drivers haven't caught up with xorg server 1.6 which is why you need libgl to build xorg-xserver 1.6+. I personally perfer the open source drivers over Fglrx (FireGL and Radeon X) and the closed source nVIDIA drivers as well.
    edit: xorg server is 1.6 in testing so if you want to compile from source, and have the closed source nvidia drivers, you would need to compile xorg server 1.5.XX
    P.S. You cannot have both, the nvidia drivers and the open source drivers (libgl), running at the same time which is why the nvidia-* packages are to be removed.
    Cheers!
    Last edited by Neo_The_User (2009-03-30 16:53:28)

  • [SOLVED] Trouble Building Xorg-Server 1.6.1-1 (Modified PKGBUILD)

    ever since the release of xorg-server 1.5.3, i've been using a modified
    PKGBUILD to build xorg-server sans hal and dbus.  (not gonna try
    justifying it again; that'd just lead to yet another flame war.)
    i've never had a problem until the 1.6.1-1 PKGBUILD, which adds the lines:
    libtoolize --force || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    after applying patches and before running the configure.  these added lines produce:
    libtoolize: putting auxiliary files in `.'.
    libtoolize: linking file `./ltmain.sh'
    libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
    libtoolize: rerunning libtoolize, to keep the correct libtool macros
    in-tree.
    libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
    hw/dmx/doc/Makefile.am:24: BUILD_LINUXDOC does not appear in AM_CONDITIONAL
    hw/dmx/doc/Makefile.am:27: BUILD_PDFDOC does not appear in AM_CONDITIONAL
    hw/xfree86/doc/sgml/Makefile.am:24: BUILD_LINUXDOC does not appear in
    AM_CONDITIONAL
    hw/xfree86/doc/sgml/Makefile.am:27: BUILD_PDFDOC does not appear in
    AM_CONDITIONAL
    ==> ERROR: Build Failed.
    Aborting...
    my modified PKGBUILD is build.  please note that i *have* tried
    reverting my changes (the commented patches), to no avail.
    as i'm pretty clueless vis-a-vis makefiles and the autoconf system,
    could somehow point me in the direction of a fix?
    many thanks,
    kludge
    # $Id: PKGBUILD 21903 2008-12-17 20:32:54Z jgc $
    # Maintainer: Alexander Baldeck <[email protected]>
    # Contributor: Jan de Groot <[email protected]>
    pkgname=xorg-server
    pkgver=1.6.1
    pkgrel=1
    pkgdesc="X.Org X servers"
    arch=('i686' 'x86_64')
    license=('custom')
    url="http://xorg.freedesktop.org"
    depends=('libgl' 'libxfont>=1.4.0' 'openssl>=0.9.8j' 'libpciaccess>=0.10.5' 'libxv>=1.0.4' 'pixman>=0.14.0' 'xcursor-themes' 'xkeyboard-config>=1.5' 'xorg-server-utils' 'xorg-fonts-misc' 'xbitmaps' 'diffutils')
    makedepends=('libx11>=1.2' 'mesa>=7.4' 'xf86driproto>=2.0.4' 'xtrans>=1.2.3' 'libxkbfile>=1.0.5' 'randrproto>=1.3.0' 'renderproto>=0.9.3' 'xcmiscproto>=1.1.2' 'bigreqsproto>=1.0.2' 'resourceproto>=1.0.2' 'videoproto>=2.2.2' 'compositeproto>=0.4' 'scrnsaverproto>=1.1.0' 'libxinerama>=1.0.3' 'xf86dgaproto>=2.0.3' 'recordproto>=1.13.2' 'libgl>=7.4' 'glproto>=1.4.9')
    #optdepends=( 'xf86-input-evdev: to provide input device hotplugging'
    # 'hal>=0.5.11: to provide input devices for hotplugging' )
    options=('!libtool')
    provides=('x-server' ) # 'xorg-server')
    conflicts=('catalyst-utils<=9.2')
    groups=('xorg')
    install=xorg-server.install
    source=(${url}/releases/individual/xserver/${pkgname}-${pkgver}.tar.bz2
    xorg-redhat-die-ugly-pattern-die-die-die.patch
    hal-wait.patch)
    md5sums=('ed0878bf32a24d4948c3b8a122a39eff'
    '1a336eb22e27cbf443ec5a2ecddfa93c'
    'f16d2caef84e1a9c4075b6c5e145512d')
    build() {
    cd "${srcdir}/${pkgname}-${pkgver}"
    # Get rid of the ugly pattern
    patch -Np3 -i "${srcdir}/xorg-redhat-die-ugly-pattern-die-die-die.patch" || return 1
    # Fix dbus config path - removed b/c no dbus config'd
    # sed -i -e 's/\$(sysconfdir)/\/etc/' config/Makefile.* || return 1
    # Revert waiting for hal, assume hal won't show up when initial connect fails
    # commented out b/c no hal config'd
    # patch -R -Np1 -i "${srcdir}/hal-wait.patch" || return 1
    libtoolize --force || return 1
    aclocal || return 1
    autoconf || return 1
    automake --add-missing || return 1
    # --enable-config-{dbus,hal} switched to --disable
    # to disable hotplugging and dependencies
    ./configure --prefix=/usr \
    --enable-ipv6 \
    --enable-dri \
    --disable-dmx \
    --enable-xvfb \
    --enable-xnest \
    --enable-composite \
    --enable-xcsecurity \
    --enable-xorg \
    --enable-xephyr \
    --enable-glx-tls \
    --enable-kdrive \
    --enable-install-setuid \
    --disable-config-hal \
    --disable-config-dbus \
    --enable-record \
    --disable-xfbdev \
    --disable-xfake \
    --disable-xsdl \
    --disable-static \
    --sysconfdir=/etc/X11 \
    --localstatedir=/var \
    --with-default-font-path=/usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1 \
    --with-xkb-path=/usr/share/X11/xkb \
    --with-xkb-output=/var/lib/xkb \
    --with-dri-driver-path=/usr/lib/xorg/modules/dri || return 1
    make || return 1
    make DESTDIR="${pkgdir}" install || return 1
    rm -rf "${pkgdir}/var/log" || return 1
    install -m755 -d "${pkgdir}/etc/X11" || return 1
    install -m755 -d "${pkgdir}/var/lib/xkb" || return 1
    # Needed for non-mesa drivers, libgl will restore it
    mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
    "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg" || return 1
    install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
    install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/" || return 1
    Last edited by kludge (2009-05-01 17:25:39)

    Not any help to your error but have you tried the one in aur with disabled dbus and hal?
    I've been using it for a week or so with no problems and it built fine.
    http://aur.archlinux.org/packages.php?ID=23750

  • Unable to browse OPC Server from the selected machine / Error -2147221163 occurred at GetOPCServerList.vi

    Hallo,
    I just installed LabVIEW 8.2 DSC-Module and tried to configure a OPC Client Instance. I get the Error "Unable to browse OPC Server from the selected machine / Error -2147221163 occurred at GetOPCServerList.vi". I have no OPC-Server installed, but is there no Demo-Server?
    Thank you
    Thomas

    This issue might be related to opcenum not being registered correctly. Please follow the steps explained in this document to fix this problem.
    As OPCdemo follows the OPC 1.0 standard it is not supported by the OPC client in LV DSC 8.x which supports OPC 2.0 and 3.0 servers. You can download an OPC 3.0 compliant demoserver from Matrikon.
    I hope that helps,
    Jochen Klier
    National Instruments Germany

  • Building xorg-server fails

    Hi everyone
    I think I'm having the same problems as this guy: https://bugs.freedesktop.org/show_bug.cgi?id=12509
    To make sure that the suggested patch (from here: https://bugs.freedesktop.org/show_bug.cgi?id=12858) is really working I tried to rebuild xorg-server.
    But I just get some strange errors and I can't figure out where they come from
    I did 'make' in the folder that failed during makepkg
    Here's the output: http://phpfi.com/277365
    My system is completely up to date (I also tried building it after the core-update but no success)
    I'd appreciate any help
    Thanks in advance
    XazZ

    Yep. it should work with --disable-config-hal .
    Btw, thats how the patch was really commited :
    http://gitweb.freedesktop.org/?p=xorg/x … 1b4c747727
    You should be able to download this link and use it as a patch directly.
    If it works, open a bug report on bugs.archlinux.org with a link to the upstream bug report 12858, and with the link above (the patch that was actually commited).

  • Build compiz-core from ABS and disabling some plugins

    Hello,
    I would like to build Compiz 0.8.6 from ABS but without some plugins that I don't use. For some plugins, the configure switch
    --disable-{plugin}
    works, but for others it doesn't. I assume that I got the wrong name of the plugin, so I'm wondering if I can somewhere find a list off all plugins? For example, I want to disable the water and clone plugins, but
    --disable-water / --disable-clone
    doesn't work.
    Thanks in advance

    Ah, I found a little list here:
    http://wiki.compiz.org/Installation/Stable
    That list doesn't list the other plugins though, so I guess I can't disable them :\ Can anyone confirm?
    EDIT:Plugins that I can't disable for now:
    Gnome Compatibility
    Opacity, Brightness and Saturation (obs)
    Zoom Desktop
    Clone
    Blur
    Water
    Annotate (though this one is listed on the Compiz Wiki, it won't disable)
    Screenshot
    PNG
    SVG (though this one is listed on the Compiz Wiki, it won't disable)
    Inotify (though this one is listed on the Compiz Wiki, it won't disable)
    Last edited by Unia (2011-07-17 17:21:30)

  • Unable to connect to server from Device(BlackBerry).

    hi,
       i have created one application and deployed to unwired server.I made the following settings in Options > Third Party Applications > Sybase Settings:
    Server Name: pc102527.cts.com(Unwired Server)
    Server Port: 5001
    Farm ID: 0
    User Name: supAdmin
    Activation Code: 123 (Created in SCC > Device Users > MBS > Register)
    However, I am not able to connect to the Unwired Server from Blackberry (BB).Its Showing Following log,
    17:32:10 Queued Item
    17:29:42 Waiting To Connect
    17:29:42 Out of Network
    17:29:41 Engine Startup
    17:29:40 Engine Shutdown
    If I run the application, it is stuck showing the message "Awaiting Connection to Server"
    Any help would be appreciated.
    Regards,
    Sudheendra.Kalakeri

    Hi,
    For JVM error 536 go to the simulator directory which located in Eclipse\plugins\net.rim.ejde.componentpack#.#.#_#.#.#.##\components\simulator and close the simulator run the clean.bat file then try again.
    Ping server with Blackberry device
           Go to your Home Screen -> Select Options -> Go to Wi-Fi Connections -> Open the menu -> Select Wi-Fi Diagnostics -> Open the menu -> Select Ping -> Scroll down one field -> Enter an ip address or computer name -> Open the menu -> Select Ping
    Regards.
    Tahir

  • Unable to start Xorg server. Nouveau freezes screen on boot.

    I have spent many hours searching the forums, reading the wiki, and googling. I am dual-booting on an early 2008 Macbook Pro. No optimus graphics card, just a Nvidia GeForce 8600M GT. It seems that no devices are being detected and KMS is not enabled (which I thought was enabled by default). One more notable thing is xrandr gives me:
    Can't open display
    Here is my Xorg.0.log
    [ 6475.714]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 6475.723] X Protocol Version 11, Revision 0
    [ 6475.726] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 6475.729] Current Operating System: Linux archer 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 6475.729] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2bbc3174-304c-411f-b098-d048b78bfba0 rw rootflags=data=writeback
    [ 6475.735] Build Date: 21 February 2015 01:31:01PM
    [ 6475.738]
    [ 6475.741] Current version of pixman: 0.32.6
    [ 6475.747] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 6475.747] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 6475.757] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Feb 21 16:05:21 2015
    [ 6475.760] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 6475.760] (==) No Layout section. Using the first Screen section.
    [ 6475.760] (==) No screen section available. Using defaults.
    [ 6475.760] (**) |-->Screen "Default Screen Section" (0)
    [ 6475.760] (**) | |-->Monitor "<default monitor>"
    [ 6475.760] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 6475.760] (**) | |-->Device "Nvidia card"
    [ 6475.760] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 6475.760] (==) Automatically adding devices
    [ 6475.760] (==) Automatically enabling devices
    [ 6475.760] (==) Automatically adding GPU devices
    [ 6475.761] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF/".
    [ 6475.761] Entry deleted from font path.
    [ 6475.761] (Run 'mkfontdir' on "/usr/share/fonts/TTF/").
    [ 6475.761] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 6475.761] Entry deleted from font path.
    [ 6475.761] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 6475.761] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 6475.761] Entry deleted from font path.
    [ 6475.761] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 6475.761] Entry deleted from font path.
    [ 6475.761] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 6475.761] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 6475.761] Entry deleted from font path.
    [ 6475.761] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 6475.761] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 6475.761] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 6475.761] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 6475.761] (II) Loader magic: 0x814d40
    [ 6475.761] (II) Module ABI versions:
    [ 6475.761] X.Org ANSI C Emulation: 0.4
    [ 6475.761] X.Org Video Driver: 19.0
    [ 6475.761] X.Org XInput driver : 21.0
    [ 6475.761] X.Org Server Extension : 9.0
    [ 6475.762] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 6475.762] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 6475.763] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 6475.765] (--) PCI:*(0:1:0:0) 10de:0407:106b:00a3 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00007000/128, BIOS @ 0x????????/131072
    [ 6475.765] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 6475.765] (II) LoadModule: "glx"
    [ 6475.766] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 6475.783] (II) Module glx: vendor="NVIDIA Corporation"
    [ 6475.783] compiled for 4.0.2, module version = 1.0.0
    [ 6475.783] Module class: X.Org Server Extension
    [ 6475.783] (II) NVIDIA GLX Module 340.76 Thu Jan 22 11:24:42 PST 2015
    [ 6475.783] (II) LoadModule: "nouveau"
    [ 6475.783] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 6475.783] (II) Module nouveau: vendor="X.Org Foundation"
    [ 6475.783] compiled for 1.17.0, module version = 1.0.11
    [ 6475.783] Module class: X.Org Video Driver
    [ 6475.783] ABI class: X.Org Video Driver, version 19.0
    [ 6475.783] (II) NOUVEAU driver
    [ 6475.783] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 6475.783] RIVA TNT (NV04)
    [ 6475.783] RIVA TNT2 (NV05)
    [ 6475.783] GeForce 256 (NV10)
    [ 6475.783] GeForce 2 (NV11, NV15)
    [ 6475.783] GeForce 4MX (NV17, NV18)
    [ 6475.783] GeForce 3 (NV20)
    [ 6475.783] GeForce 4Ti (NV25, NV28)
    [ 6475.784] GeForce FX (NV3x)
    [ 6475.784] GeForce 6 (NV4x)
    [ 6475.784] GeForce 7 (G7x)
    [ 6475.784] GeForce 8 (G8x)
    [ 6475.784] GeForce GTX 200 (NVA0)
    [ 6475.784] GeForce GTX 400 (NVC0)
    [ 6475.784] (++) using VT number 1
    [ 6475.784] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 6475.784] (EE) [drm] KMS not enabled
    [ 6475.784] (EE) [drm] KMS not enabled
    [ 6475.784] (EE) [drm] KMS not enabled
    [ 6475.784] (EE) No devices detected.
    [ 6475.784] (EE)
    Fatal server error:
    [ 6475.784] (EE) no screens found(EE)
    [ 6475.784] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 6475.784] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 6475.784] (EE)
    I added "nouveau" to the modules in mkinitcpio (and ran mkinitcpio -p linux). This has got me to where I am now.
    I also noticed my dmesg has the line:
    Cannot add dependency job for unit display-manager.service
    I would be happy to post the rest of the dmesg if needed.
    I went through the nouveau wiki but did not have any success.
    I found this post which is similar. I must be missing what they did.
    https://bbs.archlinux.org/viewtopic.php?id=173247
    Last edited by msmahon (2015-02-25 14:17:04)

    Awebb, I will be happy to do this and post results.
    I am dual booting on a MacBookPro4,1 with GRUB.
    I am not sure what you mean by efi method but based on tutorial I followed (more of a guideline really) I am booting directly from my Macbooks EFI bootloader.
    I uninstalled mesa, nvidia, and nouveau drivers and installed the proprietary driver nvidia-340xx which is designated to be used with my graphics card (GeForce 8600M GT).
    Here is my grub config:
    GRUB_DEFAULT=0
    GRUB_TIMEOUT=5
    GRUB_DISTRIBUTOR="Arch"
    GRUB_CMDLINE_LINUX_DEFAULT="rootflags=data=writeback"
    GRUB_CMDLINE_LINUX=""
    # Preload both GPT and MBR modules so that they are not missed
    GRUB_PRELOAD_MODULES="part_gpt part_msdos"
    # Uncomment to enable Hidden Menu, and optionally hide the timeout count
    #GRUB_HIDDEN_TIMEOUT=5
    #GRUB_HIDDEN_TIMEOUT_QUIET=true
    # Uncomment to use basic console
    GRUB_TERMINAL_INPUT=console
    # Uncomment to disable graphical terminal
    #GRUB_TERMINAL_OUTPUT=console
    # The resolution used on graphical terminal
    # note that you can use only modes which your graphic card supports via VBE
    # you can see them in real GRUB with the command `vbeinfo'
    GRUB_GFXMODE=auto
    # Uncomment to allow the kernel use the same resolution used by grub
    GRUB_GFXPAYLOAD_LINUX=keep
    # Uncomment if you want GRUB to pass to the Linux kernel the old parameter
    # format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx"
    #GRUB_DISABLE_LINUX_UUID=true
    # Uncomment to disable generation of recovery mode menu entries
    GRUB_DISABLE_RECOVERY=true
    # Uncomment and set to the desired menu colors. Used by normal and wallpaper
    # modes only. Entries specified as foreground/background.
    GRUB_COLOR_NORMAL="light-blue/black"
    GRUB_COLOR_HIGHLIGHT="light-cyan/blue"
    # Uncomment one of them for the gfx desired, a image background or a gfxtheme
    #GRUB_BACKGROUND="/path/to/wallpaper"
    #GRUB_THEME="/path/to/gfxtheme"
    # Uncomment to get a beep at GRUB start
    #GRUB_INIT_TUNE="480 440 1"
    #GRUB_SAVEDEFAULT="true"
    Here is my Xorg.0.log:
    [ 82.358]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 82.358] X Protocol Version 11, Revision 0
    [ 82.358] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 82.358] Current Operating System: Linux archer 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015 x86_64
    [ 82.358] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2bbc3174-304c-411f-b098-d048b78bfba0 rw rootflags=data=writeback
    [ 82.358] Build Date: 21 February 2015 01:31:01PM
    [ 82.358]
    [ 82.358] Current version of pixman: 0.32.6
    [ 82.358] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 82.358] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 82.359] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Feb 22 13:40:12 2015
    [ 82.450] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 82.450] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 82.513] (==) No Layout section. Using the first Screen section.
    [ 82.513] (**) |-->Screen "Screen0" (0)
    [ 82.513] (**) | |-->Monitor "Monitor0"
    [ 82.513] (**) | |-->Device "Device0"
    [ 82.513] (==) Automatically adding devices
    [ 82.513] (==) Automatically enabling devices
    [ 82.513] (==) Automatically adding GPU devices
    [ 82.530] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF/".
    [ 82.530] Entry deleted from font path.
    [ 82.530] (Run 'mkfontdir' on "/usr/share/fonts/TTF/").
    [ 82.530] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 82.530] Entry deleted from font path.
    [ 82.530] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 82.530] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 82.530] Entry deleted from font path.
    [ 82.530] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 82.530] Entry deleted from font path.
    [ 82.530] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 82.531] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 82.531] Entry deleted from font path.
    [ 82.531] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 82.531] (==) FontPath set to:
    /usr/share/fonts/misc/
    [ 82.531] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 82.531] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 82.537] (II) Loader magic: 0x814d40
    [ 82.537] (II) Module ABI versions:
    [ 82.537] X.Org ANSI C Emulation: 0.4
    [ 82.537] X.Org Video Driver: 19.0
    [ 82.537] X.Org XInput driver : 21.0
    [ 82.537] X.Org Server Extension : 9.0
    [ 82.538] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 82.539] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 82.539] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 82.541] (--) PCI:*(0:1:0:0) 10de:0407:106b:00a3 rev 161, Mem @ 0xd2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00007000/128, BIOS @ 0x????????/131072
    [ 82.541] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 82.542] (II) LoadModule: "glx"
    [ 82.565] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 83.942] (II) Module glx: vendor="NVIDIA Corporation"
    [ 83.942] compiled for 4.0.2, module version = 1.0.0
    [ 83.942] Module class: X.Org Server Extension
    [ 83.948] (II) NVIDIA GLX Module 340.76 Thu Jan 22 11:24:42 PST 2015
    [ 83.963] (II) LoadModule: "nouveau"
    [ 83.991] (WW) Warning, couldn't open module nouveau
    [ 83.991] (II) UnloadModule: "nouveau"
    [ 83.991] (II) Unloading nouveau
    [ 83.991] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 83.991] (EE) No drivers available.
    [ 83.991] (EE)
    Fatal server error:
    [ 83.991] (EE) no screens found(EE)
    [ 83.991] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 83.991] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 83.991] (EE)
    Finally, here is my dmesg. I noticed the line "module license 'NVIDIA' taints kernel" but I have read in other posts that this is common and can be ignored. I also receive a lof of USB device descriptor errors but I am not sure if they are related.
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.18.6-1-ARCH (builduser@tobias) (gcc version 4.9.2 20141224 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Feb 7 08:44:05 CET 2015
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2bbc3174-304c-411f-b098-d048b78bfba0 rw rootflags=data=writeback
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009ffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000be7c8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000be7c9000-0x00000000be7cefff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000be7cf000-0x00000000be7f0fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000be7f1000-0x00000000be7f2fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000be7f3000-0x00000000be7f3fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000be7f4000-0x00000000be7f4fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000be7f5000-0x00000000be84dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000be84e000-0x00000000be84efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000be84f000-0x00000000be8f0fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000be8f1000-0x00000000be8f1fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000be8f2000-0x00000000bec9dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bec9e000-0x00000000bec9efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bec9f000-0x00000000beca0fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000beca1000-0x00000000beca4fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000beca5000-0x00000000beca6fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000beca7000-0x00000000beca7fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000beca8000-0x00000000beca9fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000becaa000-0x00000000becadfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000becae000-0x00000000becaefff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000becaf000-0x00000000becbbfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000becbc000-0x00000000becbffff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000becc0000-0x00000000becc0fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000becc1000-0x00000000becc4fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000becc5000-0x00000000becc8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000becc9000-0x00000000beccafff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000beccb000-0x00000000beccbfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000beccc000-0x00000000becd2fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000becd3000-0x00000000beed3fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000beed4000-0x00000000bef86fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bef87000-0x00000000bef88fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bef89000-0x00000000befdcfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000befdd000-0x00000000befeefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000befef000-0x00000000beff1fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000beff2000-0x00000000beff4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000beff5000-0x00000000beff5fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000beff6000-0x00000000beffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bf000fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bf001000-0x00000000bf004fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf005000-0x00000000bf015fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bf016000-0x00000000bf023fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf024000-0x00000000bf026fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000bf027000-0x00000000bf02efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf02f000-0x00000000bf030fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000bf031000-0x00000000bf031fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf032000-0x00000000bf032fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bf033000-0x00000000bf033fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf034000-0x00000000bf034fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000bf035000-0x00000000bf45dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf45e000-0x00000000bf460fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000bf461000-0x00000000bf4ddfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf4de000-0x00000000bf4dffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bf4e0000-0x00000000bf4e4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf4e5000-0x00000000bf4e6fff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000bf4e7000-0x00000000bf509fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bf50a000-0x00000000bf50afff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000bf50b000-0x00000000bfaa5fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bfaa6000-0x00000000bfaa6fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bfaa7000-0x00000000bfe9dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bfe9e000-0x00000000bfe9efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bfe9f000-0x00000000bfec2fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bfec3000-0x00000000bfec4fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bfec5000-0x00000000bfec7fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bfec8000-0x00000000bfecafff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bfecb000-0x00000000bfecbfff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bfecc000-0x00000000bfedefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bfedf000-0x00000000bfeeefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bfeef000-0x00000000bfef8fff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bfef9000-0x00000000bfffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f00f8000-0x00000000f00f8fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fffa0000-0x00000000fffcffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001bfffffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v1.10 by Apple
    [ 0.000000] efi: ACPI=0xbfeee000 ACPI 2.0=0xbfeee014 SMBIOS=0xbfec4000
    [ 0.000000] efi: mem00: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x000000000008f000) (0MB)
    [ 0.000000] efi: mem01: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x000000000008f000-0x0000000000090000) (0MB)
    [ 0.000000] efi: mem02: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000090000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem03: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x0000000000f3b000) (14MB)
    [ 0.000000] efi: mem04: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000f3b000-0x000000003797a000) (874MB)
    [ 0.000000] efi: mem05: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000003797a000-0x0000000037cb5000) (3MB)
    [ 0.000000] efi: mem06: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000037cb5000-0x000000008aff2000) (1331MB)
    [ 0.000000] efi: mem07: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000008aff2000-0x00000000b9a89000) (746MB)
    [ 0.000000] efi: mem08: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x00000000b9a89000-0x00000000ba5ac000) (11MB)
    [ 0.000000] efi: mem09: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ba5ac000-0x00000000bb0cf000) (11MB)
    [ 0.000000] efi: mem10: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bb0cf000-0x00000000bd351000) (34MB)
    [ 0.000000] efi: mem11: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bd351000-0x00000000bd843000) (4MB)
    [ 0.000000] efi: mem12: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bd843000-0x00000000be6c0000) (14MB)
    [ 0.000000] efi: mem13: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000be6c0000-0x00000000be6c5000) (0MB)
    [ 0.000000] efi: mem14: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be6c5000-0x00000000be72b000) (0MB)
    [ 0.000000] efi: mem15: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000be72b000-0x00000000be72e000) (0MB)
    [ 0.000000] efi: mem16: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be72e000-0x00000000be777000) (0MB)
    [ 0.000000] efi: mem17: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be777000-0x00000000be7ac000) (0MB)
    [ 0.000000] efi: mem18: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be7ac000-0x00000000be7b4000) (0MB)
    [ 0.000000] efi: mem19: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be7b4000-0x00000000be7b7000) (0MB)
    [ 0.000000] efi: mem20: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be7b7000-0x00000000be7b9000) (0MB)
    [ 0.000000] efi: mem21: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be7b9000-0x00000000be7ba000) (0MB)
    [ 0.000000] efi: mem22: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be7ba000-0x00000000be7c2000) (0MB)
    [ 0.000000] efi: mem23: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be7c2000-0x00000000be7c9000) (0MB)
    [ 0.000000] efi: mem24: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000be7c9000-0x00000000be7cf000) (0MB)
    [ 0.000000] efi: mem25: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be7cf000-0x00000000be7de000) (0MB)
    [ 0.000000] efi: mem26: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be7de000-0x00000000be7f1000) (0MB)
    [ 0.000000] efi: mem27: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000be7f1000-0x00000000be7f3000) (0MB)
    [ 0.000000] efi: mem28: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be7f3000-0x00000000be7f4000) (0MB)
    [ 0.000000] efi: mem29: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000be7f4000-0x00000000be7f5000) (0MB)
    [ 0.000000] efi: mem30: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be7f5000-0x00000000be7f8000) (0MB)
    [ 0.000000] efi: mem31: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be7f8000-0x00000000be7fa000) (0MB)
    [ 0.000000] efi: mem32: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be7fa000-0x00000000be7ff000) (0MB)
    [ 0.000000] efi: mem33: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be7ff000-0x00000000be80f000) (0MB)
    [ 0.000000] efi: mem34: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be80f000-0x00000000be812000) (0MB)
    [ 0.000000] efi: mem35: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be812000-0x00000000be815000) (0MB)
    [ 0.000000] efi: mem36: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be815000-0x00000000be818000) (0MB)
    [ 0.000000] efi: mem37: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be818000-0x00000000be81a000) (0MB)
    [ 0.000000] efi: mem38: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be81a000-0x00000000be81d000) (0MB)
    [ 0.000000] efi: mem39: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be81d000-0x00000000be81e000) (0MB)
    [ 0.000000] efi: mem40: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be81e000-0x00000000be81f000) (0MB)
    [ 0.000000] efi: mem41: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be81f000-0x00000000be820000) (0MB)
    [ 0.000000] efi: mem42: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be820000-0x00000000be821000) (0MB)
    [ 0.000000] efi: mem43: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be821000-0x00000000be829000) (0MB)
    [ 0.000000] efi: mem44: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be829000-0x00000000be82a000) (0MB)
    [ 0.000000] efi: mem45: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be82a000-0x00000000be82b000) (0MB)
    [ 0.000000] efi: mem46: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be82b000-0x00000000be830000) (0MB)
    [ 0.000000] efi: mem47: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be830000-0x00000000be834000) (0MB)
    [ 0.000000] efi: mem48: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be834000-0x00000000be835000) (0MB)
    [ 0.000000] efi: mem49: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be835000-0x00000000be837000) (0MB)
    [ 0.000000] efi: mem50: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be837000-0x00000000be839000) (0MB)
    [ 0.000000] efi: mem51: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be839000-0x00000000be83a000) (0MB)
    [ 0.000000] efi: mem52: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be83a000-0x00000000be83b000) (0MB)
    [ 0.000000] efi: mem53: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be83b000-0x00000000be841000) (0MB)
    [ 0.000000] efi: mem54: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be841000-0x00000000be842000) (0MB)
    [ 0.000000] efi: mem55: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be842000-0x00000000be84a000) (0MB)
    [ 0.000000] efi: mem56: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be84a000-0x00000000be84e000) (0MB)
    [ 0.000000] efi: mem57: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000be84e000-0x00000000be84f000) (0MB)
    [ 0.000000] efi: mem58: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be84f000-0x00000000be850000) (0MB)
    [ 0.000000] efi: mem59: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be850000-0x00000000be851000) (0MB)
    [ 0.000000] efi: mem60: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be851000-0x00000000be855000) (0MB)
    [ 0.000000] efi: mem61: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be855000-0x00000000be856000) (0MB)
    [ 0.000000] efi: mem62: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000be856000-0x00000000be85a000) (0MB)
    [ 0.000000] efi: mem63: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be85a000-0x00000000be85c000) (0MB)
    [ 0.000000] efi: mem64: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000be85c000-0x00000000be8df000) (0MB)
    [ 0.000000] efi: mem65: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be8df000-0x00000000be8f1000) (0MB)
    [ 0.000000] efi: mem66: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000be8f1000-0x00000000be8f2000) (0MB)
    [ 0.000000] efi: mem67: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be8f2000-0x00000000be8f3000) (0MB)
    [ 0.000000] efi: mem68: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000be8f3000-0x00000000be8f5000) (0MB)
    [ 0.000000] efi: mem69: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be8f5000-0x00000000be995000) (0MB)
    [ 0.000000] efi: mem70: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000be995000-0x00000000be9a0000) (0MB)
    [ 0.000000] efi: mem71: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000be9a0000-0x00000000bec08000) (2MB)
    [ 0.000000] efi: mem72: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec08000-0x00000000bec1f000) (0MB)
    [ 0.000000] efi: mem73: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec1f000-0x00000000bec24000) (0MB)
    [ 0.000000] efi: mem74: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec24000-0x00000000bec2e000) (0MB)
    [ 0.000000] efi: mem75: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec2e000-0x00000000bec32000) (0MB)
    [ 0.000000] efi: mem76: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec32000-0x00000000bec34000) (0MB)
    [ 0.000000] efi: mem77: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec34000-0x00000000bec38000) (0MB)
    [ 0.000000] efi: mem78: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec38000-0x00000000bec59000) (0MB)
    [ 0.000000] efi: mem79: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec59000-0x00000000bec5c000) (0MB)
    [ 0.000000] efi: mem80: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec5c000-0x00000000bec5e000) (0MB)
    [ 0.000000] efi: mem81: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec5e000-0x00000000bec61000) (0MB)
    [ 0.000000] efi: mem82: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec61000-0x00000000bec65000) (0MB)
    [ 0.000000] efi: mem83: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec65000-0x00000000bec66000) (0MB)
    [ 0.000000] efi: mem84: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec66000-0x00000000bec6b000) (0MB)
    [ 0.000000] efi: mem85: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec6b000-0x00000000bec6d000) (0MB)
    [ 0.000000] efi: mem86: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec6d000-0x00000000bec7f000) (0MB)
    [ 0.000000] efi: mem87: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec7f000-0x00000000bec80000) (0MB)
    [ 0.000000] efi: mem88: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec80000-0x00000000bec81000) (0MB)
    [ 0.000000] efi: mem89: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec81000-0x00000000bec82000) (0MB)
    [ 0.000000] efi: mem90: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec82000-0x00000000bec8c000) (0MB)
    [ 0.000000] efi: mem91: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec8c000-0x00000000bec8e000) (0MB)
    [ 0.000000] efi: mem92: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec8e000-0x00000000bec8f000) (0MB)
    [ 0.000000] efi: mem93: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec8f000-0x00000000bec91000) (0MB)
    [ 0.000000] efi: mem94: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec91000-0x00000000bec94000) (0MB)
    [ 0.000000] efi: mem95: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec94000-0x00000000bec95000) (0MB)
    [ 0.000000] efi: mem96: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bec95000-0x00000000bec9e000) (0MB)
    [ 0.000000] efi: mem97: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bec9e000-0x00000000bec9f000) (0MB)
    [ 0.000000] efi: mem98: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bec9f000-0x00000000beca1000) (0MB)
    [ 0.000000] efi: mem99: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000beca1000-0x00000000beca5000) (0MB)
    [ 0.000000] efi: mem100: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000beca5000-0x00000000beca7000) (0MB)
    [ 0.000000] efi: mem101: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000beca7000-0x00000000beca8000) (0MB)
    [ 0.000000] efi: mem102: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000beca8000-0x00000000becaa000) (0MB)
    [ 0.000000] efi: mem103: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000becaa000-0x00000000becad000) (0MB)
    [ 0.000000] efi: mem104: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000becad000-0x00000000becae000) (0MB)
    [ 0.000000] efi: mem105: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000becae000-0x00000000becaf000) (0MB)
    [ 0.000000] efi: mem106: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000becaf000-0x00000000becbc000) (0MB)
    [ 0.000000] efi: mem107: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000becbc000-0x00000000becc0000) (0MB)
    [ 0.000000] efi: mem108: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000becc0000-0x00000000becc1000) (0MB)
    [ 0.000000] efi: mem109: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000becc1000-0x00000000becc5000) (0MB)
    [ 0.000000] efi: mem110: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000becc5000-0x00000000becc8000) (0MB)
    [ 0.000000] efi: mem111: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000becc8000-0x00000000becc9000) (0MB)
    [ 0.000000] efi: mem112: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000becc9000-0x00000000beccb000) (0MB)
    [ 0.000000] efi: mem113: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000beccb000-0x00000000beccc000) (0MB)
    [ 0.000000] efi: mem114: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000beccc000-0x00000000becce000) (0MB)
    [ 0.000000] efi: mem115: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000becce000-0x00000000becd0000) (0MB)
    [ 0.000000] efi: mem116: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000becd0000-0x00000000becd1000) (0MB)
    [ 0.000000] efi: mem117: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000becd1000-0x00000000becd2000) (0MB)
    [ 0.000000] efi: mem118: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000becd2000-0x00000000becd3000) (0MB)
    [ 0.000000] efi: mem119: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000becd3000-0x00000000beed4000) (2MB)
    [ 0.000000] efi: mem120: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000beed4000-0x00000000beee4000) (0MB)
    [ 0.000000] efi: mem121: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000beee4000-0x00000000beeed000) (0MB)
    [ 0.000000] efi: mem122: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000beeed000-0x00000000beef6000) (0MB)
    [ 0.000000] efi: mem123: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000beef6000-0x00000000beefa000) (0MB)
    [ 0.000000] efi: mem124: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000beefa000-0x00000000bef84000) (0MB)
    [ 0.000000] efi: mem125: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bef84000-0x00000000bef85000) (0MB)
    [ 0.000000] efi: mem126: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bef85000-0x00000000bef87000) (0MB)
    [ 0.000000] efi: mem127: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000bef87000-0x00000000bef89000) (0MB)
    [ 0.000000] efi: mem128: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bef89000-0x00000000befb2000) (0MB)
    [ 0.000000] efi: mem129: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000befb2000-0x00000000befc3000) (0MB)
    [ 0.000000] efi: mem130: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000befc3000-0x00000000befca000) (0MB)
    [ 0.000000] efi: mem131: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000befca000-0x00000000befcc000) (0MB)
    [ 0.000000] efi: mem132: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000befcc000-0x00000000befd9000) (0MB)
    [ 0.000000] efi: mem133: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000befd9000-0x00000000befdb000) (0MB)
    [ 0.000000] efi: mem134: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000befdb000-0x00000000befdc000) (0MB)
    [ 0.000000] efi: mem135: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000befdc000-0x00000000befdd000) (0MB)
    [ 0.000000] efi: mem136: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000befdd000-0x00000000befef000) (0MB)
    [ 0.000000] efi: mem137: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000befef000-0x00000000beff2000) (0MB)
    [ 0.000000] efi: mem138: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000beff2000-0x00000000beff3000) (0MB)
    [ 0.000000] efi: mem139: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000beff3000-0x00000000beff5000) (0MB)
    [ 0.000000] efi: mem140: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000beff5000-0x00000000beff6000) (0MB)
    [ 0.000000] efi: mem141: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000beff6000-0x00000000beffb000) (0MB)
    [ 0.000000] efi: mem142: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000beffb000-0x00000000beffd000) (0MB)
    [ 0.000000] efi: mem143: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000beffd000-0x00000000beffe000) (0MB)
    [ 0.000000] efi: mem144: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000beffe000-0x00000000bf000000) (0MB)
    [ 0.000000] efi: mem145: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bf000000-0x00000000bf001000) (0MB)
    [ 0.000000] efi: mem146: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf001000-0x00000000bf002000) (0MB)
    [ 0.000000] efi: mem147: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf002000-0x00000000bf005000) (0MB)
    [ 0.000000] efi: mem148: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bf005000-0x00000000bf016000) (0MB)
    [ 0.000000] efi: mem149: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf016000-0x00000000bf023000) (0MB)
    [ 0.000000] efi: mem150: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf023000-0x00000000bf024000) (0MB)
    [ 0.000000] efi: mem151: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bf024000-0x00000000bf027000) (0MB)
    [ 0.000000] efi: mem152: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf027000-0x00000000bf02f000) (0MB)
    [ 0.000000] efi: mem153: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bf02f000-0x00000000bf031000) (0MB)
    [ 0.000000] efi: mem154: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf031000-0x00000000bf032000) (0MB)
    [ 0.000000] efi: mem155: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bf032000-0x00000000bf033000) (0MB)
    [ 0.000000] efi: mem156: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf033000-0x00000000bf034000) (0MB)
    [ 0.000000] efi: mem157: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bf034000-0x00000000bf035000) (0MB)
    [ 0.000000] efi: mem158: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf035000-0x00000000bf457000) (4MB)
    [ 0.000000] efi: mem159: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf457000-0x00000000bf45d000) (0MB)
    [ 0.000000] efi: mem160: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf45d000-0x00000000bf45e000) (0MB)
    [ 0.000000] efi: mem161: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bf45e000-0x00000000bf461000) (0MB)
    [ 0.000000] efi: mem162: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf461000-0x00000000bf4d7000) (0MB)
    [ 0.000000] efi: mem163: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf4d7000-0x00000000bf4d8000) (0MB)
    [ 0.000000] efi: mem164: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf4d8000-0x00000000bf4d9000) (0MB)
    [ 0.000000] efi: mem165: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf4d9000-0x00000000bf4dd000) (0MB)
    [ 0.000000] efi: mem166: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf4dd000-0x00000000bf4de000) (0MB)
    [ 0.000000] efi: mem167: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bf4de000-0x00000000bf4e0000) (0MB)
    [ 0.000000] efi: mem168: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf4e0000-0x00000000bf4e1000) (0MB)
    [ 0.000000] efi: mem169: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf4e1000-0x00000000bf4e3000) (0MB)
    [ 0.000000] efi: mem170: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf4e3000-0x00000000bf4e5000) (0MB)
    [ 0.000000] efi: mem171: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bf4e5000-0x00000000bf4e7000) (0MB)
    [ 0.000000] efi: mem172: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf4e7000-0x00000000bf508000) (0MB)
    [ 0.000000] efi: mem173: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf508000-0x00000000bf509000) (0MB)
    [ 0.000000] efi: mem174: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf509000-0x00000000bf50a000) (0MB)
    [ 0.000000] efi: mem175: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bf50a000-0x00000000bf50b000) (0MB)
    [ 0.000000] efi: mem176: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf50b000-0x00000000bf50c000) (0MB)
    [ 0.000000] efi: mem177: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf50c000-0x00000000bf50d000) (0MB)
    [ 0.000000] efi: mem178: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf50d000-0x00000000bf50f000) (0MB)
    [ 0.000000] efi: mem179: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bf50f000-0x00000000bf510000) (0MB)
    [ 0.000000] efi: mem180: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bf510000-0x00000000bfaa6000) (5MB)
    [ 0.000000] efi: mem181: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bfaa6000-0x00000000bfaa7000) (0MB)
    [ 0.000000] efi: mem182: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bfaa7000-0x00000000bfe9e000) (3MB)
    [ 0.000000] efi: mem183: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bfe9e000-0x00000000bfe9f000) (0MB)
    [ 0.000000] efi: mem184: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bfe9f000-0x00000000bfeb6000) (0MB)
    [ 0.000000] efi: mem185: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000bfeb6000-0x00000000bfec3000) (0MB)
    [ 0.000000] efi: mem186: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000bfec3000-0x00000000bfec5000) (0MB)
    [ 0.000000] efi: mem187: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bfec5000-0x00000000bfec8000) (0MB)
    [ 0.000000] efi: mem188: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000bfec8000-0x00000000bfecb000) (0MB)
    [ 0.000000] efi: mem189: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bfecb000-0x00000000bfecc000) (0MB)
    [ 0.000000] efi: mem190: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000bfecc000-0x00000000bfedf000) (0MB)
    [ 0.000000] efi: mem191: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bfedf000-0x00000000bfeef000) (0MB)
    [ 0.000000] efi: mem192: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bfeef000-0x00000000bfef9000) (0MB)
    [ 0.000000] efi: mem193: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000bfef9000-0x00000000bfeff000) (0MB)
    [ 0.000000] efi: mem194: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bfeff000-0x00000000bff00000) (0MB)
    [ 0.000000] efi: mem195: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x00000001c0000000) (3072MB)
    [ 0.000000] efi: mem196: [Reserved |RUN| | | | | | | | ] range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    [ 0.000000] efi: mem197: [Reserved |RUN| | | | | | | | ] range=[0x00000000bff00000-0x00000000c0000000) (1MB)
    [ 0.000000] efi: mem198: [Memory Mapped I/O |RUN| | | | | | | | ] range=[0x00000000f00f8000-0x00000000f00f9000) (0MB)
    [ 0.000000] efi: mem199: [Memory Mapped I/O |RUN| | | | | | | | ] range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem200: [Memory Mapped I/O |RUN| | | | | | | | ] range=[0x00000000fffa0000-0x00000000fffd0000) (0MB)
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: Apple Inc. MacBookPro4,1/Mac-F42C89C8, BIOS MBP41.88Z.00C1.B03.0802271651 02/27/08
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x1c0000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 100000000 mask F80000000 write-back
    [ 0.000000] 4 base 180000000 mask FC0000000 write-back
    [ 0.000000] 5 base 0BFF00000 mask FFFF00000 uncachable
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0xbfef9 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] BRK [0x01b38000, 0x01b38fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1bfe00000-0x1bfffffff]
    [ 0.000000] [mem 0x1bfe00000-0x1bfffffff] page 2M
    [ 0.000000] BRK [0x01b39000, 0x01b39fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x1bc000000-0x1bfdfffff]
    [ 0.000000] [mem 0x1bc000000-0x1bfdfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x180000000-0x1bbffffff]
    [ 0.000000] [mem 0x180000000-0x1bbffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0xbe7c8fff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0xbe5fffff] page 2M
    [ 0.000000] [mem 0xbe600000-0xbe7c8fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbe7cf000-0xbe7f0fff]
    [ 0.000000] [mem 0xbe7cf000-0xbe7f0fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbe7f3000-0xbe7f3fff]
    [ 0.000000] [mem 0xbe7f3000-0xbe7f3fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbe7f5000-0xbe84dfff]
    [ 0.000000] [mem 0xbe7f5000-0xbe84dfff] page 4k
    [ 0.000000] BRK [0x01b3a000, 0x01b3afff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbe84f000-0xbe8f0fff]
    [ 0.000000] [mem 0xbe84f000-0xbe8f0fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbe8f2000-0xbec9dfff]
    [ 0.000000] [mem 0xbe8f2000-0xbe9fffff] page 4k
    [ 0.000000] [mem 0xbea00000-0xbebfffff] page 2M
    [ 0.000000] [mem 0xbec00000-0xbec9dfff] page 4k
    [ 0.000000] BRK [0x01b3b000, 0x01b3bfff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbec9f000-0xbeca0fff]
    [ 0.000000] [mem 0xbec9f000-0xbeca0fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbeca5000-0xbeca6fff]
    [ 0.000000] [mem 0xbeca5000-0xbeca6fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbecaa000-0xbecadfff]
    [ 0.000000] [mem 0xbecaa000-0xbecadfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbecaf000-0xbecbbfff]
    [ 0.000000] [mem 0xbecaf000-0xbecbbfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbecc0000-0xbecc0fff]
    [ 0.000000] [mem 0xbecc0000-0xbecc0fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbecc5000-0xbecc8fff]
    [ 0.000000] [mem 0xbecc5000-0xbecc8fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbeccc000-0xbecd2fff]
    [ 0.000000] [mem 0xbeccc000-0xbecd2fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbeed4000-0xbef86fff]
    [ 0.000000] [mem 0xbeed4000-0xbef86fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbef89000-0xbefdcfff]
    [ 0.000000] [mem 0xbef89000-0xbefdcfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbeff2000-0xbeff4fff]
    [ 0.000000] [mem 0xbeff2000-0xbeff4fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbeff6000-0xbeffffff]
    [ 0.000000] [mem 0xbeff6000-0xbeffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf001000-0xbf004fff]
    [ 0.000000] [mem 0xbf001000-0xbf004fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf016000-0xbf023fff]
    [ 0.000000] [mem 0xbf016000-0xbf023fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf027000-0xbf02efff]
    [ 0.000000] [mem 0xbf027000-0xbf02efff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf031000-0xbf031fff]
    [ 0.000000] [mem 0xbf031000-0xbf031fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf033000-0xbf033fff]
    [ 0.000000] [mem 0xbf033000-0xbf033fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf035000-0xbf45dfff]
    [ 0.000000] [mem 0xbf035000-0xbf1fffff] page 4k
    [ 0.000000] [mem 0xbf200000-0xbf3fffff] page 2M
    [ 0.000000] [mem 0xbf400000-0xbf45dfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf461000-0xbf4ddfff]
    [ 0.000000] [mem 0xbf461000-0xbf4ddfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf4e0000-0xbf4e4fff]
    [ 0.000000] [mem 0xbf4e0000-0xbf4e4fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf4e7000-0xbf509fff]
    [ 0.000000] [mem 0xbf4e7000-0xbf509fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbf50b000-0xbfaa5fff]
    [ 0.000000] [mem 0xbf50b000-0xbf5fffff] page 4k
    [ 0.000000] [mem 0xbf600000-0xbf9fffff] page 2M
    [ 0.000000] [mem 0xbfa00000-0xbfaa5fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbfaa7000-0xbfe9dfff]
    [ 0.000000] [mem 0xbfaa7000-0xbfbfffff] page 4k
    [ 0.000000] [mem 0xbfc00000-0xbfdfffff] page 2M
    [ 0.000000] [mem 0xbfe00000-0xbfe9dfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbfe9f000-0xbfec2fff]
    [ 0.000000] [mem 0xbfe9f000-0xbfec2fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0xbfeef000-0xbfef8fff]
    [ 0.000000] [mem 0xbfeef000-0xbfef8fff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x17fffffff]
    [ 0.000000] [mem 0x100000000-0x17fffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x3797a000-0x37cb4fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000BFEEE014 000024 (v02 APPLE )
    [ 0.000000] ACPI: XSDT 0x00000000BFEEE1C0 00007C (v01 APPLE Apple00 000000C1 01000013)
    [ 0.000000] ACPI: FACP 0x00000000BFEEC000 0000F4 (v03 APPLE Apple00 000000C1 Loki 0000005F)
    [ 0.000000] ACPI: DSDT 0x00000000BFEE1000 00498E (v01 APPLE MacBookP 00040001 INTL 20061109)
    [ 0.000000] ACPI: FACS 0x00000000BFECC000 000040
    [ 0.000000] ACPI: HPET 0x00000000BFEEB000 000038 (v01 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: APIC 0x00000000BFEEA000 000068 (v01 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: MCFG 0x00000000BFEE9000 00003C (v01 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: ASF! 0x00000000BFEE8000 0000A5 (v32 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: SBST 0x00000000BFEE7000 000030 (v01 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: ECDT 0x00000000BFEE6000 000053 (v01 APPLE Apple00 00000001 Loki 0000005F)
    [ 0.000000] ACPI: SSDT 0x00000000BFECB000 000137 (v01 APPLE SataAhci 00001000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000BFEC7000 0004DC (v01 APPLE CpuPm 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000BFEC6000 00025F (v01 APPLE Cpu0Tst 00003000 INTL 20061109)
    [ 0.000000] ACPI: SSDT 0x00000000BFEC5000 0000A6 (v01 APPLE Cpu1Tst 00003000 INTL 20061109)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000001bfffffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x1bfff2000-0x1bfff5fff]
    [ 0.000000] [ffffea0000000000-ffffea0006ffffff] PMD -> [ffff8801b9600000-ffff8801bf5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x1bfffffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0008efff]
    [ 0.000000] node 0: [mem 0x00090000-0x0009ffff]
    [ 0.000000] node 0: [mem 0x00100000-0xbe7c8fff]
    [ 0.000000] node 0: [mem 0xbe7cf000-0xbe7f0fff]
    [ 0.000000] node 0: [mem 0xbe7f3000-0xbe7f3fff]
    [ 0.000000] node 0: [mem 0xbe7f5000-0xbe84dfff]
    [ 0.000000] node 0: [mem 0xbe84f000-0xbe8f0fff]
    [ 0.000000] node 0: [mem 0xbe8f2000-0xbec9dfff]
    [ 0.000000] node 0: [mem 0xbec9f000-0xbeca0fff]
    [ 0.000000] node 0: [mem 0xbeca5000-0xbeca6fff]
    [ 0.000000] node 0: [mem 0xbecaa000-0xbecadfff]
    [ 0.000000] node 0: [mem 0xbecaf000-0xbecbbfff]
    [ 0.000000] node 0: [mem 0xbecc0000-0xbecc0fff]
    [ 0.000000] node 0: [mem 0xbecc5000-0xbecc8fff]
    [ 0.000000] node 0: [mem 0xbeccc000-0xbecd2fff]
    [ 0.000000] node 0: [mem 0xbeed4000-0xbef86fff]
    [ 0.000000] node 0: [mem 0xbef89000-0xbefdcfff]
    [ 0.000000] node 0: [mem 0xbeff2000-0xbeff4fff]
    [ 0.000000] node 0: [mem 0xbeff6000-0xbeffffff]
    [ 0.000000] node 0: [mem 0xbf001000-0xbf004fff]
    [ 0.000000] node 0: [mem 0xbf016000-0xbf023fff]
    [ 0.000000] node 0: [mem 0xbf027000-0xbf02efff]
    [ 0.000000] node 0: [mem 0xbf031000-0xbf031fff]
    [ 0.000000] node 0: [mem 0xbf033000-0xbf033fff]
    [ 0.000000] node 0: [mem 0xbf035000-0xbf45dfff]
    [ 0.000000] node 0: [mem 0xbf461000-0xbf4ddfff]
    [ 0.000000] node 0: [mem 0xbf4e0000-0xbf4e4fff]
    [ 0.000000] node 0: [mem 0xbf4e7000-0xbf509fff]
    [ 0.000000] node 0: [mem 0xbf50b000-0xbfaa5fff]
    [ 0.000000] node 0: [mem 0xbfaa7000-0xbfe9dfff]
    [ 0.000000] node 0: [mem 0xbfe9f000-0xbfec2fff]
    [ 0.000000] node 0: [mem 0xbfeef000-0xbfef8fff]
    [ 0.000000] node 0: [mem 0x100000000-0x1bfffffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x1bfffffff]
    [ 0.000000] On node 0 totalpages: 1571856
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 25 pages reserved
    [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12210 pages used for memmap
    [ 0.000000] DMA32 zone: 781426 pages, LIFO batch:31
    [ 0.000000] Normal zone: 12288 pages used for memmap
    [ 0.000000] Normal zone: 786432 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe7c9000-0xbe7cefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe7f1000-0xbe7f2fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe7f4000-0xbe7f4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe84e000-0xbe84efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe8f1000-0xbe8f1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbec9e000-0xbec9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbeca1000-0xbeca4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbeca7000-0xbeca7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbeca8000-0xbeca9fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbecae000-0xbecaefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbecbc000-0xbecbffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbecc1000-0xbecc4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbecc9000-0xbeccafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbeccb000-0xbeccbfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbecd3000-0xbeed3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbef87000-0xbef88fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbefdd000-0xbefeefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbefef000-0xbeff1fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbeff5000-0xbeff5fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf000000-0xbf000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf005000-0xbf015fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf024000-0xbf026fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf02f000-0xbf030fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf032000-0xbf032fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf034000-0xbf034fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf45e000-0xbf460fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf4de000-0xbf4dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf4e5000-0xbf4e6fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf50a000-0xbf50afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfaa6000-0xbfaa6fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfe9e000-0xbfe9efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfec3000-0xbfec4fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfec5000-0xbfec7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfec8000-0xbfecafff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfecb000-0xbfecbfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfecc000-0xbfedefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfedf000-0xbfeeefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbfef9000-0xbfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xf00f7fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf00f8000-0xf00f8fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf00f9000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfff9ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfffa0000-0xfffcffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfffd0000-0xffffffff]
    [ 0.000000] e820: [mem 0xc0000000-0xf00f7fff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff8801bfc00000 s82880 r8192 d31808 u1048576
    [ 0.000000] pcpu-alloc: s82880 r8192 d31808 u1048576 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1547269
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2bbc3174-304c-411f-b098-d048b78bfba0 rw rootflags=data=writeback
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 6036000K/6287424K available (5481K kernel code, 908K rwdata, 1720K rodata, 1160K init, 1184K bss, 251424K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=2.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
    [ 0.000000] NR_IRQS:8448 nr_irqs:440 0
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 25165824 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2394.123 MHz processor
    [ 0.003351] Calibrating delay loop (skipped), value calculated using timer frequency.. 4790.75 BogoMIPS (lpj=7980410)
    [ 0.003354] pid_max: default: 32768 minimum: 301
    [ 0.003366] ACPI: Core revision 20140926
    [ 0.008167] ACPI: All ACPI Tables successfully acquired
    [ 0.010034] Security Framework initialized
    [ 0.010045] Yama: becoming mindful.
    [ 0.010746] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.016636] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.018879] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.018895] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
    [ 0.019312] Initializing cgroup subsys memory
    [ 0.019323] Initializing cgroup subsys devices
    [ 0.019328] Initializing cgroup subsys freezer
    [ 0.019332] Initializing cgroup subsys net_cls
    [ 0.019336] Initializing cgroup subsys blkio
    [ 0.019363] CPU: Physical Processor ID: 0
    [ 0.019364] CPU: Processor Core ID: 0
    [ 0.019367] mce: CPU supports 6 MCE banks
    [ 0.019375] CPU0: Thermal monitoring enabled (TM2)
    [ 0.019385] Last level iTLB entries: 4KB 128, 2MB 4, 4MB 4
    Last level dTLB entries: 4KB 256, 2MB 0, 4MB 32, 1GB 0
    [ 0.019487] Freeing SMP alternatives memory: 20K (ffffffff81a07000 - ffffffff81a0c000)
    [ 0.022951] ftrace: allocating 20931 entries in 82 pages
    [ 0.030560] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.063828] smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU T8300 @ 2.40GHz (fam: 06, model: 17, stepping: 06)
    [ 0.066666] Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    [ 0.066666] ... version: 2
    [ 0.066666] ... bit width: 40
    [ 0.066666] ... generic registers: 2
    [ 0.066666] ... value mask: 000000ffffffffff
    [ 0.066666] ... max period: 000000007fffffff
    [ 0.066666] ... fixed-purpose events: 3
    [ 0.066666] ... event mask: 0000000700000003
    [ 0.083415] x86: Booting SMP configuration:
    [ 0.083417] .... node #0, CPUs: #1
    [ 0.096641] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.096657] x86: Booted up 1 node, 2 CPUs
    [ 0.096660] smpboot: Total of 2 processors activated (9580.51 BogoMIPS)
    [ 0.098531] devtmpfs: initialized
    [ 0.100018] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
    [ 0.100021] PM: Registering ACPI NVS region [mem 0xbecd3000-0xbeed3fff] (2101248 bytes)
    [ 0.100053] PM: Registering ACPI NVS region [mem 0xbef87000-0xbef88fff] (8192 bytes)
    [ 0.100055] PM: Registering ACPI NVS region [mem 0xbfec3000-0xbfec4fff] (8192 bytes)
    [ 0.100056] PM: Registering ACPI NVS region [mem 0xbfec8000-0xbfecafff] (12288 bytes)
    [ 0.100058] PM: Registering ACPI NVS region [mem 0xbfecc000-0xbfedefff] (77824 bytes)
    [ 0.103364] pinctrl core: initialized pinctrl subsystem
    [ 0.103423] RTC time: 18:38:50, date: 02/22/15
    [ 0.103539] NET: Registered protocol family 16
    [ 0.113338] cpuidle: using governor ladder
    [ 0.130003] cpuidle: using governor menu
    [ 0.130039] ACPI: bus type PCI registered
    [ 0.130041] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.130136] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
    [ 0.130140] PCI: not using MMCONFIG
    [ 0.130142] PCI: Using configuration type 1 for base access
    [ 0.143402] ACPI: Added _OSI(Module Device)
    [ 0.143402] ACPI: Added _OSI(Processor Device)
    [ 0.143402] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.143402] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.144205] ACPI : EC: EC description table is found, configuring boot EC
    [ 0.160433] ACPI: Dynamic OEM Table Load:
    [ 0.160442] ACPI: SSDT 0xFFFF8801B6BEC800 000340 (v01 APPLE Cpu0Ist 00003000 INTL 20061109)
    [ 0.160729] ACPI: Dynamic OEM Table Load:
    [ 0.160735] ACPI: SSDT 0xFFFF8801B6BECC00 0002AD (v01 APPLE Cpu0Cst 00003001 INTL 20061109)
    [ 0.186839] ACPI: Dynamic OEM Table Load:
    [ 0.186846] ACPI: SSDT 0xFFFF8801B6AA1B00 0000C8 (v01 APPLE Cpu1Ist 00003000 INTL 20061109)
    [ 0.187100] ACPI: Dynamic OEM Table Load:
    [ 0.187106] ACPI: SSDT 0xFFFF8801B6AA9CC0 000085 (v01 APPLE Cpu1Cst 00003000 INTL 20061109)
    [ 0.213479] ACPI: Interpreter enabled
    [ 0.213485] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140926/hwxface-580)
    [ 0.213489] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140926/hwxface-580)
    [ 0.213503] ACPI: (supports S0 S3 S4 S5)
    [ 0.213505] ACPI: Using IOAPIC for interrupt routing
    [ 0.213521] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
    [ 0.214556] PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in ACPI motherboard resources
    [ 0.214560] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
    [ 0.214703] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.216616] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.216622] acpi PNP0A08:00: _OSC: OS assumes control of [PCIeHotplug SHPCHotplug AER PCIeCapability]
    [ 0.216866] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.217047] PCI host bridge to bus 0000:00
    [ 0.217051] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.217053] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.217055] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.217057] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.217059] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    [ 0.217064] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    [ 0.217066] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    [ 0.217068] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
    [ 0.217070] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    [ 0.217072] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    [ 0.217074] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    [ 0.217076] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    [ 0.217078] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    [ 0.217080] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    [ 0.217082] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    [ 0.217085] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    [ 0.217087] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
    [ 0.217089] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
    [ 0.217099] pci 0000:00:00.0: [8086:2a00] type 00 class 0x060000
    [ 0.217208] pci 0000:00:01.0: [8086:2a01] type 01 class 0x060400
    [ 0.217256] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.217373] pci 0000:00:1a.0: [8086:2834] type 00 class 0x0c0300
    [ 0.217450] pci 0000:00:1a.0: reg 0x20: [io 0x80c0-0x80df]
    [ 0.217538] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.217598] pci 0000:00:1a.1: [8086:2835] type 00 class 0x0c0300
    [ 0.217662] pci 0000:00:1a.1: reg 0x20: [io 0x80a0-0x80bf]
    [ 0.217750] pci 0000:00:1a.1: System wakeup disabled by ACPI
    [ 0.217836] pci 0000:00:1a.7: [8086:283a] type 00 class 0x0c0320
    [ 0.217878] pci 0000:00:1a.7: reg 0x10: [mem 0xdb504c00-0xdb504fff]
    [ 0.218055] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.218111] pci 0000:00:1a.7: System wakeup disabled by ACPI
    [ 0.218181] pci 0000:00:1b.0: [8086:284b] type 00 class 0x040300
    [ 0.218211] pci 0000:00:1b.0: reg 0x10: [mem 0xdb500000-0xdb503fff 64bit]
    [ 0.218339] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.218450] pci 0000:00:1c.0: [8086:283f] type 01 class 0x060400
    [ 0.218596] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.218707] pci 0000:00:1c.2: [8086:2843] type 01 class 0x060400
    [ 0.218839] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
    [ 0.218952] pci 0000:00:1c.4: [8086:2847] type 01 class 0x060400
    [ 0.219098] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
    [ 0.219206] pci 0000:00:1c.5: [8086:2849] type 01 class 0x060400
    [ 0.219330] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.219438] pci 0000:00:1d.0: [8086:2830] type 00 class 0x0c0300
    [ 0.219551] pci 0000:00:1d.0: reg 0x20: [io 0x8080-0x809f]
    [ 0.219638] pci 0000:00:1d.0: System wakeup di

  • Unable to uninstall Weblogic server from windows 7 64 bit machine

    I am trying to uninstall weblogic server 10.3.6 from my local windows 7 machine and i am getting a crash when I click on uninstall button or from command prompt.
    Error:
    # A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000007714ec75, pid=6384, tid=7004
    # JRE version: 7.0_01-b08
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (21.1-b02 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C [ntdll.dll+0x4ec75]
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    # If you would like to submit a bug report, please visit:
    # http://bugreport.sun.com/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0000000007af1800): JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=7004, stack(0x000000000a800000,0x000000000a900000)]
    siginfo: ExceptionCode=0xc0000005, reading address 0xffffffffffffffff
    Registers:
    RAX=0x000000000a8fd548, RBX=0x0000000000000002, RCX=0x000000000a8fd618, RDX=0x000000000a8fd588
    RSP=0x000000000a8fd538, RBP=0x000007fee8881bf0, RSI=0x0000000000000020, RDI=0x0000000000000000
    R8 =0x000000000a8f5000, R9 =0x0000000000000003, R10=0x0000000000000000, R11=0x000000000000a2d6
    R12=0x0000000000000000, R13=0x0000000000000050, R14=0x0000000000000003, R15=0x0000000007af1800
    RIP=0x000000007714ec75, EFLAGS=0x0000000000010202
    Top of Stack: (sp=0x000000000a8fd538)
    0x000000000a8fd538: 0000000000000202 0000000077107549
    0x000000000a8fd548: 000007fffff92000 0000000000000000
    0x000000000a8fd558: 0000000007af1801 000000000804ade0
    0x000000000a8fd568: 00000000593bac48 000000000b92f340
    0x000000000a8fd578: 00000000eb6c2c58 0000000000000051
    0x000000000a8fd588: 000000000a900000 000000000a8f5000
    0x000000000a8fd598: 0000000000000000 000000000a8fd750
    0x000000000a8fd5a8: 00000000029b26fa 0000000000000008
    0x000000000a8fd5b8: 000000000b902270 000000000a8fddb0
    0x000000000a8fd5c8: 00000000029d743a 00000000029d73d0
    0x000000000a8fd5d8: 0000000000000000 0000000000000000
    0x000000000a8fd5e8: 000000000a8fddb0 00000001eaf0b258
    0x000000000a8fd5f8: 000000000b9022c0 000000000a8fde20
    0x000000000a8fd608: 00000000029a6330 00000000029a5350
    0x000000000a8fd618: 0000000000000000 00000000fb03fe30
    0x000000000a8fd628: 000000000a8fde20 000000000a8fde20
    Instructions: (pc=0x000000007714ec75)
    0x000000007714ec55: d0 00 00 00 4c 89 a1 d8 00 00 00 4c 89 a9 e0 00
    0x000000007714ec65: 00 00 4c 89 b1 e8 00 00 00 4c 89 b9 f0 00 00 00
    0x000000007714ec75: 0f ae 81 00 01 00 00 0f 29 81 a0 01 00 00 0f 29
    0x000000007714ec85: 89 b0 01 00 00 0f 29 91 c0 01 00 00 0f 29 99 d0
    Register to memory mapping:
    RAX=0x000000000a8fd548 is pointing into the stack for thread: 0x0000000007af1800
    RBX=0x0000000000000002 is an unknown value
    RCX=0x000000000a8fd618 is pointing into the stack for thread: 0x0000000007af1800
    RDX=0x000000000a8fd588 is pointing into the stack for thread: 0x0000000007af1800
    RSP=0x000000000a8fd538 is pointing into the stack for thread: 0x0000000007af1800
    RBP=0x000007fee8881bf0 is an unknown value
    RSI=0x0000000000000020 is an unknown value
    RDI=0x0000000000000000 is an unknown value
    R8 =0x000000000a8f5000 is pointing into the stack for thread: 0x0000000007af1800
    R9 =0x0000000000000003 is an unknown value
    R10=0x0000000000000000 is an unknown value
    R11=0x000000000000a2d6 is an unknown value
    R12=0x0000000000000000 is an unknown value
    R13=0x0000000000000050 is an unknown value
    R14=0x0000000000000003 is an unknown value
    R15=0x0000000007af1800 is a thread
    Stack: [0x000000000a800000,0x000000000a900000], sp=0x000000000a8fd538, free space=1013k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x4ec75] RtlCaptureContext+0x85
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    v blob 0x00000000029d74ff
    j java.lang.String.equals(Ljava/lang/Object;)Z+8
    j javax.swing.ArrayTable.get(Ljava/lang/Object;)Ljava/lang/Object;+44
    j javax.swing.JComponent.getClientProperty(Ljava/lang/Object;)Ljava/lang/Object;+45
    j sun.swing.SwingUtilities2.stringWidth(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;)I+23
    j javax.swing.SwingUtilities.layoutCompoundLabelImpl(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;Ljavax/swing/Icon;IIIILjava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;I)Ljava/lang/String;+197
    j javax.swing.SwingUtilities.layoutCompoundLabel(Ljavax/swing/JComponent;Ljava/awt/FontMetrics;Ljava/lang/String;Ljavax/swing/Icon;IIIILjava/awt/Rectangle;Ljava/awt/Rectangle;Ljava/awt/Rectangle;I)Ljava/lang/String;+159
    j javax.swing.plaf.basic.BasicGraphicsUtils.getPreferredButtonSize(Ljavax/swing/AbstractButton;I)Ljava/awt/Dimension;+102
    j javax.swing.plaf.basic.BasicButtonUI.getPreferredSize(Ljavax/swing/JComponent;)Ljava/awt/Dimension;+10
    j workshop.core.plaf.JbButtonUI.getPreferredSize(Ljavax/swing/JComponent;)Ljava/awt/Dimension;+21
    j javax.swing.JComponent.getPreferredSize()Ljava/awt/Dimension;+26
    j com.bea.plateng.common.ui.gui.GUIUtilities.sameSizeButtons([Ljavax/swing/JButton;)V+42
    j com.bea.plateng.wizard.GUIContext$UpdateGUI.run()V+324
    j java.awt.event.InvocationEvent.dispatch()V+47
    j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+21
    j java.awt.EventQueue.access$000(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
    j java.awt.EventQueue$3.run()Ljava/lang/Void;+12
    j java.awt.EventQueue$3.run()Ljava/lang/Object;+1
    v ~StubRoutines::call_stub
    j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
    j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+46
    j java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+245
    j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000007c19800 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=5980, stack(0x000000000b050000,0x000000000b150000)]
    =>0x0000000007af1800 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=7004, stack(0x000000000a800000,0x000000000a900000)]
    0x0000000007aef800 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=412, stack(0x000000000a620000,0x000000000a720000)]
    0x0000000007a8b000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5012, stack(0x00000000084a0000,0x00000000085a0000)]
    0x0000000007a8a800 JavaThread "AWT-Shutdown" [_thread_blocked, id=6776, stack(0x00000000083a0000,0x00000000084a0000)]
    0x0000000007a89800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=6912, stack(0x0000000008240000,0x0000000008340000)]
    0x0000000006350800 JavaThread "Service Thread" daemon [_thread_blocked, id=5756, stack(0x0000000007230000,0x0000000007330000)]
    0x000000000634f800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=6696, stack(0x0000000006fb0000,0x00000000070b0000)]
    0x0000000006346800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=3956, stack(0x0000000007100000,0x0000000007200000)]
    0x0000000006346000 JavaThread "Attach Listener" daemon [_thread_blocked, id=3888, stack(0x0000000006e60000,0x0000000006f60000)]
    0x0000000006336800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=6204, stack(0x0000000006c80000,0x0000000006d80000)]
    0x0000000006254000 JavaThread "Finalizer" daemon [_thread_blocked, id=5544, stack(0x0000000006920000,0x0000000006a20000)]
    0x0000000006247000 JavaThread "Reference Handler" daemon [_thread_blocked, id=5128, stack(0x0000000006a50000,0x0000000006b50000)]
    0x00000000026db000 JavaThread "main" [_thread_in_Java, id=4076, stack(0x00000000028a0000,0x00000000029a0000)]
    Other Threads:
    0x000000000623a800 VMThread [stack: 0x00000000067e0000,0x00000000068e0000] [id=4104]
    0x0000000006363800 WatcherThread [stack: 0x0000000007420000,0x0000000007520000] [id=5560]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 18496K, used 9847K [0x00000000faab0000, 0x00000000fbf50000, 0x0000000100000000)
    eden space 15872K, 62% used [0x00000000faab0000,0x00000000fb44df08,0x00000000fba30000)
    from space 2624K, 0% used [0x00000000fbcc0000,0x00000000fbcc0000,0x00000000fbf50000)
    to space 2624K, 0% used [0x00000000fba30000,0x00000000fba30000,0x00000000fbcc0000)
    PSOldGen total 42240K, used 0K [0x00000000f0000000, 0x00000000f2940000, 0x00000000faab0000)
    object space 42240K, 0% used [0x00000000f0000000,0x00000000f0000000,0x00000000f2940000)
    PSPermGen total 21248K, used 11043K [0x00000000eae00000, 0x00000000ec2c0000, 0x00000000f0000000)
    object space 21248K, 51% used [0x00000000eae00000,0x00000000eb8c8c68,0x00000000ec2c0000)
    Code Cache [0x00000000029a0000, 0x0000000002c10000, 0x00000000059a0000)
    total_blobs=460 nmethods=56 adapters=356 free_code_cache=48538Kb largest_free_block=49679808
    Dynamic libraries:
    0x000000013fdf0000 - 0x000000013fe23000      C:\PROGRA~1\Java\JDK17~1.0_0\bin\javaw.exe
    0x0000000077100000 - 0x00000000772ac000      C:\Windows\SYSTEM32\ntdll.dll
    0x0000000076fe0000 - 0x00000000770ff000      C:\Windows\system32\kernel32.dll
    0x000007fefd3c0000 - 0x000007fefd42c000      C:\Windows\system32\KERNELBASE.dll
    0x000007feff0e0000 - 0x000007feff1bb000      C:\Windows\system32\ADVAPI32.dll
    0x000007fefee80000 - 0x000007fefef1f000      C:\Windows\system32\msvcrt.dll
    0x000007fefe810000 - 0x000007fefe82f000      C:\Windows\SYSTEM32\sechost.dll
    0x000007fefef20000 - 0x000007feff04e000      C:\Windows\system32\RPCRT4.dll
    0x0000000076ee0000 - 0x0000000076fda000      C:\Windows\system32\USER32.dll
    0x000007fefebe0000 - 0x000007fefec47000      C:\Windows\system32\GDI32.dll
    0x000007feff050000 - 0x000007feff05e000      C:\Windows\system32\LPK.dll
    0x000007feff1c0000 - 0x000007feff28a000      C:\Windows\system32\USP10.dll
    0x000007fefb9d0000 - 0x000007fefbbc4000      C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_fa62ad231704eab7\COMCTL32.dll
    0x000007feff060000 - 0x000007feff0d1000      C:\Windows\system32\SHLWAPI.dll
    0x000007fefcf30000 - 0x000007fefcf87000      C:\Windows\system32\apphelp.dll
    0x000007fef0500000 - 0x000007fef055a000      C:\Windows\AppPatch\AppPatch64\AcLayers.DLL
    0x000007fef7880000 - 0x000007fef78f0000      C:\Windows\system32\WINSPOOL.DRV
    0x000007fef7860000 - 0x000007fef7878000      C:\Windows\system32\MPR.dll
    0x000007fee8610000 - 0x000007fee8a77000      C:\Windows\AppPatch\AppPatch64\AcXtrnal.DLL
    0x000007feebda0000 - 0x000007feebdf1000      C:\Windows\AppPatch\AppPatch64\AcGenral.DLL
    0x000007fefcf00000 - 0x000007fefcf25000      C:\Windows\system32\SspiCli.dll
    0x000007fefe480000 - 0x000007fefe682000      C:\Windows\system32\ole32.dll
    0x000007fefd480000 - 0x000007fefe206000      C:\Windows\system32\SHELL32.dll
    0x0000000071820000 - 0x0000000071823000      C:\Windows\system32\sfc.dll
    0x000007fef8eb0000 - 0x000007fef8ec0000      C:\Windows\system32\sfc_os.DLL
    0x000007fefc390000 - 0x000007fefc3ae000      C:\Windows\system32\USERENV.dll
    0x000007fefd060000 - 0x000007fefd06f000      C:\Windows\system32\profapi.dll
    0x000007fefb3d0000 - 0x000007fefb3e8000      C:\Windows\system32\dwmapi.dll
    0x000007feff2b0000 - 0x000007feff2de000      C:\Windows\system32\IMM32.DLL
    0x000007fefe210000 - 0x000007fefe319000      C:\Windows\system32\MSCTF.dll
    0x000000006aa60000 - 0x000000006ab31000      C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\msvcr100.dll
    0x0000000059220000 - 0x00000000598ed000      C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\server\jvm.dll
    0x000007fef85b0000 - 0x000007fef85b9000      C:\Windows\system32\WSOCK32.dll
    0x000007fefee30000 - 0x000007fefee7d000      C:\Windows\system32\WS2_32.dll
    0x000007fefe970000 - 0x000007fefe978000      C:\Windows\system32\NSI.dll
    0x000007fefad30000 - 0x000007fefad6b000      C:\Windows\system32\WINMM.dll
    0x00000000772c0000 - 0x00000000772c7000      C:\Windows\system32\PSAPI.DLL
    0x00000000706e0000 - 0x00000000706ef000      C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\verify.dll
    0x000000006d100000 - 0x000000006d128000      C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\java.dll
    0x000000006fb10000 - 0x000000006fb25000      C:\PROGRA~1\Java\JDK17~1.0_0\jre\bin\zip.dll
    0x0000000060020000 - 0x00000000601b3000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\awt.dll
    0x000007fefe320000 - 0x000007fefe3f7000      C:\Windows\system32\OLEAUT32.dll
    0x000007fefcf90000 - 0x000007fefcf9f000      C:\Windows\system32\CRYPTBASE.dll
    0x000007feea6b0000 - 0x000007feea8af000      C:\Windows\system32\d3d9.dll
    0x000007fefc570000 - 0x000007fefc57c000      C:\Windows\system32\VERSION.dll
    0x000007fefbbe0000 - 0x000007fefbbe7000      C:\Windows\system32\d3d8thk.dll
    0x000007fee7a10000 - 0x000007fee8604000      C:\Windows\system32\nvd3dumx.dll
    0x000007fefbc00000 - 0x000007fefbc2c000      C:\Windows\system32\powrprof.dll
    0x000007fefec50000 - 0x000007fefee27000      C:\Windows\system32\SETUPAPI.dll
    0x000007fefd110000 - 0x000007fefd146000      C:\Windows\system32\CFGMGR32.dll
    0x000007fefd230000 - 0x000007fefd24a000      C:\Windows\system32\DEVOBJ.dll
    0x000000006f130000 - 0x000000006f164000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\fontmanager.dll
    0x000000006d0c0000 - 0x000000006d0f9000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\kcms.dll
    0x000000006ec10000 - 0x000000006ec29000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\net.dll
    0x000007fefc8d0000 - 0x000007fefc924000      C:\Windows\system32\mswsock.dll
    0x000007fefc8c0000 - 0x000007fefc8c7000      C:\Windows\System32\wship6.dll
    0x000000006aff0000 - 0x000000006b001000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\nio.dll
    0x000000006ac10000 - 0x000000006ac51000      C:\Program Files\Java\jdk1.7.0_01\jre\bin\t2k.dll
    VM Arguments:
    jvm_args: -Xmx256m -Djava.library.path=C:\Oracle\Middleware\utils\uninstall -Dhome.dir=C:\Oracle\Middleware -Dinstall.dir=
    java_command: C:\Oracle\Middleware\utils\uninstall\uninstall.jar
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\PROGRA~1\Java\JDK17~1.0_0
    CLASSPATH=C:\Program Files (x86)\QuickTime\QTSystem\QTJava.zip;
    PATH=C:\Oracle\oraclexe\app\oracle\product\11.2.0\server\bin;;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\QuickTime\QTSystem\
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 37 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Vista , 64 bit Build 6000
    CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 37 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
    Memory: 4k page, physical 4052816k(1182472k free), swap 8103732k(4659796k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (21.1-b02) for windows-amd64 JRE (1.7.0_01-b08), built on Oct 3 2011 01:39:25 by "java_re" with unknown MS VC++:1600
    time: Thu Jul 26 18:28:23 2012
    elapsed time: 0 seconds
    Two issues now
    1) How do I get rid of weblogic from my machine manually so that I can do fresh install of 10.3.5?
    2) How do I confirm if it is completely removed because after doing the complete SOA suite installation process, JDeveloper throws me errors that it is not compatible with 10.3.6
    Appreciate your help in this regard

    Hi
    I am glad your original issue is resolved. For this new SOA installation, you can post a new thread and preferably in SOA Forums and not here in WLS Forums for quicker response: SOA Suite
    1. To begin with, looks like you have a 64 bit machine, so I would recommend first to install 64 bit JDK. Then install Weblogic using weblogic generic installer (.jar). This means if you already have WLS installed using .exe, you may have to delete that and start over.
    2. Worst case even if you want to continue as it is (32 bit), the location of java is kind of not ok having a space in one of the folder names like "Program Files". And is this java installed by you or did it came with machine and if so. If came with machine it will be older version.
    I would recommend, uninstall existing JDK and install fresh latest JDK in a path something like shown below that do not have any spaces:
    1. C:\Oracle\Java\jdk1.6.0_24_64Bit = Will have JDK 64 bit
    2. C:\Oracle\Middleware116BPM = Will have WLS 10.3.6. Here you install SOA later on
    3. C:\Oracle\Middleware\Jdeveloper116 = Will have JDeveloper 11.6 installed here.
    Now, coming to your actual installation error, do NOT use this command "setup -jreLoc %JAVA_HOME%". Instead just double click on Setup.exe or open a dos window, navigate to that folder and just type setup.exe. The point is do not give -jreLoc. NOW it will prompt to enter full JDK Path. Here you carefuly type full jdk path something like this "C:\Oracle\Java\jdk1.6.0_24_32Bit" (this is on my side...). It should work now.
    Caution. While installing any oracle software do not use folder names with spaces. Like c:\Program Files\ etc. Spaces in folder names may be an issue. So avoid that.
    Since you are starting all this fresh, I would recommend doing it in the right and correct way to avoid any future issues. It may take few hours of extra time that is totally worth.
    Re: Weblogic 10.3.5 install on Windows
    Thanks
    Ravi Jegga

  • Unable to start Managed server from admin console using nodemanager

    I changed the ip address and hostname of the server on which Weblogic Server 10.3.5 is running. After that I am unable to start the managed servers using Admin console. Is there any changes in the nodemanager configuration files which need to be done to start the managed servers from admin console.

    Hi there,
    Can you check the following configuration in Weblogic admin console ?
    1- Check which listen address mentioned under the Machine configuration ( Environment > Machines > select appropriate nodemanager machine >Configuration > Node Manager ). If it is pointing to old host name, change it to new one.
    2- Once you done with Step 1. Check whether the machine is reachable or not. ( Machine > [Your Machine] > Monitoring > status.
    3- If still isuse persists.. Check the managed server startup log files ( for eg:- managedserver1.out under the path $DOMAIN_HOME\Servers\managedserver1\logs directory.
    Thanks
    Lakshman

  • Unable to reach POP server from Time Warner cable

    For over a week, I have been unable to access my email server using my home Time Warner cable through outlook. My settings have not changed and I can access webmail. Has anyone had this problem and has anyone been able to find a solution?
    Solved!
    Go to Solution.

    It is definitely a Verizon problem. You must reach someone in technical support and have them send a trouble ticket to the email server department. they need to release the IP address from any restrictions. This is what I did, and it was fixed in 24 hours. You must tell them your IP address.

  • Unable to start report server from OPMN

    Hello all, I am running OAS 10.1.2 on Windows server 2003
    When i attempt to start OPMN service i get the following errors
    1.
    E:\Oracle\FR.10.1.2\BIN>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    opmn id=cmh01d1woqa02:6200
    5 of 6 processes started.
    ias-instance id=QA02.cmh01d1woqa02.domain01.vcdsi.net
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    rep_test/ReportsServer/rep_test
    Error
    --> Process (pid=0)
    Unknown error
    failed to start a managed process after the maximum retry limit
    Unknown error
    Unknown error
    Log:
    E:\oracle\FR.10.1.2\opmn\logs\rep_test~ReportsServer~rep_test~1
    2. If i start just the process i get the following error :
    E:\Oracle\FR.10.1.2\BIN>opmnctl startproc process-type=ReportServer
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=cmh01d1woqa02:6200
    no enabled components for this request
    3. Here is the current status
    C:\Documents and Settings\oraapp>opmnctl status
    Processes in Instance: QA02.cmh01d1woqa02.domain01.vcdsi.net
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    HTTP_Server | HTTP_Server | 3492 | Alive
    WebCache | WebCache | 7536 | Alive
    WebCache | WebCacheAdmin | 7776 | Alive
    OC4J | home | 6428 | Alive
    OC4J | OC4J_BI_Forms | 1872 | Alive
    DSA | DSA | N/A | Down
    rep_test | ReportsServer | N/A | Down
    4. I checked the rwserver.log and see it is not getting updated
    any help would be appreciated.
    Thanks

    try to get the logs from http://x.x.x.x:1810/emd
    OC4J_BI_Forms,HTTP_Server,ReportsServer ,etc . There you will get a hint for the above error.

  • Building (lib)gphoto2 from abs

    Question 1 is about how to edit/choose "source=()" line ?
    I want to update (lib)gphoto2 PKGBUILDs from ~2.1.6 to newer ~2.2.x as they support 300 new cameras like Canon Powershot 430, and I can't get the download running & working :
    source=(http://dl.sourceforge.net/gphoto/$pkgname-$pkgver.tar.gz) or ~.bz2 won't get it.
    Maybe it's me beeing unexperimented or maybe is it dl.sourceforge.net issue 2day ? If first, may someone explain how to choose the "source=()" line in one's PKGBUILD ?
    Even if that issue comes back regularily on AUR, I found nothing about it in Arch ABS Wiki.
    Since http://dl.sourceforge.net did not work, I downloaded the tarballs from http://sourceforge.net/project/showfile … _id=425235, made the 2 packages, then add them to my local mirror (& runned gensync . myrepo.tar.gz).
    Now Question 2 : how to edit pkgver & pkgrel (pliz see below be4 shouting at me )
    Despite I changed pkgver (to 2.2.0 & 2.2.1) & pkgrel to 1, but pacman -Sy libgphoto2 still shows (lib)gphoto2-2.1.6 ?
    pacman -Ss gphoto2 shows
    kozaki_repo/gphoto2 2.2.0-1 & libgphoto2 2.2.1-1.
    Note : I checked AUR wether (lib)gphoto2-2.2.x were ported to Arch & no. AFAIK there were some issues back in April/May this year when digikam still depended on libgphoto-2.1.6 & an udev rules/events issues in Arch

    1) To fix the dl.sourceforge.net  mirror redirecting problem, add to your /etc/hosts file:
    <IP> dl.sourceforge.net
    where <IP> is the IP of your favorite sourceforge mirror.
    2) To install your package use:
    pacman -Sy kozaki_repo/gphoto2
    or list your repo before the current/extra ones in pacman.conf
    PS. I've splitted it from the tutorial thread as it was unrelated. I want to keep the tutorial thread clean.

  • Unable to start weblogic server from workshop

    I am able to start weblogic through command window. when i try to start via workshop,Nothing happens but weblogic server progress bar says ( starting weblogic server). Please advise.

    Hello,
    Table 'slee_db.beaxacmlap' doesn't exist 1. Check the permissions of the user that connects to the database. Can it create tables in this specified schema? If not update your JDBC configuration via the WLS Admin Console or update the permissions on database side.
    2. Does the table exist? If not, the easiest is to start the domain in development mode once so that the tables are created automatically.When this is done, you can switch back to production mode if you run this setting. The production mode can be enabled / disabled in config.xl via the domain configuration section of the WLS Admin console or via startWeblogic.sh by setting a environment called PRODUCTION_MODE=true|false.
    3. Be aware that there is another forum as well for your product that you can access via support.oracle.com and than click to "community". The right forum for OCSG is 'Communications Industry->Service Delivery Platform' You can subscribe to it via RSS feed as well.
    Regards,
    Kai

Maybe you are looking for