VMware fails during VMware Kernel Module Update!

VMware error log
Upon trying to run VMware, it brings up the VMware Kernel Module Updater.  When I click Install, it properly stops VMWare Service.  Then, it properly compiles the Virtual Machine Monitor, the Virtual Machine Communication Interface, and the VMCI Sockets.  It fails to compile both the Virtual Network Device and the VMware Blocking Filesystem.  After that, it fails to start the VMware services.
The log is posted above.
Please help!  I must get VMware running within the day!
Last edited by qKUqm3wtY4 (2013-01-08 09:29:15)

Doesn't vmware always have problems with the latest kernel i.e. the one Arch ships? That's how I remember it, anyway, from those dark days when I was forced to use it - I had to go looking for patches every time.

Similar Messages

  • [SOLVED] nVidia 87.76 Drivers installer fails to build kernel module

    Hey,
    I have a nVidia GeForce2 Integrated graphics card on my Asus A7N266 motherboard. According to the nVidia site, http://www.nvidia.com/object/IO_32667.html, the most recent driver that supports this is the 96.xx series. Yet as shown here, http://www.nvnews.net/vbulletin/showthread.php?t=87332, many people have found that the 96.xx series drivers cause graphical corruption when using a GeForce2 IGP.
    Before coming to Arch, I had used Xubuntu 7.04 and managed to compile the last known working drivers, version 87.76, following the instructions here: http://kmandla.wordpress.com/2007/03/25 … 20-12-386/
    That all went well but now I'm using Arch. I tried using the nvidia-96.xx driver in the repos just for testing sake but I still got the same graphical corruption.
    Thus I have been trying to install the 87.76 drivers on Arch, but it always fails at the kernel module building stage. I had first applied this patch here, http://www.nvnews.net/vbulletin/showthr … ost1086669, before compling as the plain driver wont compile against recent kernels.
    Here is the output from the installer:
    nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Sun Aug 5 11:57:53 2007
    option status:
    license pre-accepted : false
    update : false
    force update : false
    expert : false
    uninstall : false
    driver info : false
    precompiled interfaces : true
    no ncurses color : false
    query latest version : false
    OpenGL header files : true
    no questions : false
    silent : false
    no recursion : false
    no backup : false
    kernel module only : false
    sanity : false
    add this kernel : false
    no runlevel check : false
    no network : false
    no ABI note : false
    no RPMs : false
    no kernel module : false
    force SELinux : default
    force tls : (not specified)
    X install prefix : (not specified)
    X library install path : (not specified)
    X module install path : (not specified)
    OpenGL install prefix : (not specified)
    OpenGL install libdir : (not specified)
    utility install prefix : (not specified)
    utility install libdir : (not specified)
    doc install prefix : (not specified)
    kernel name : (not specified)
    kernel include path : (not specified)
    kernel source path : (not specified)
    kernel output path : (not specified)
    kernel install path : (not specified)
    proc mount point : /proc
    ui : (not specified)
    tmpdir : /tmp
    ftp mirror : ftp://download.nvidia.com
    RPM file list : (not specified)
    Using: nvidia-installer ncurses user interface
    -> License accepted.
    -> No precompiled kernel interface was found to match your kernel; would you li
    ke the installer to attempt to download a kernel interface for your kernel f
    rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
    -> No matching precompiled kernel interface was found on the NVIDIA ftp site;
    this means that the installer will need to compile a kernel interface for
    your kernel.
    -> Performing CC sanity check with CC="cc".
    -> Performing CC version check with CC="cc".
    -> Kernel source path: '/lib/modules/2.6.22-ARCH/build'
    -> Kernel output path: '/lib/modules/2.6.22-ARCH/build'
    -> Performing rivafb check.
    -> Performing nvidiafb check.
    -> Cleaning kernel module build directory.
    executing: 'cd ./usr/src/nv; make clean'...
    rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nv.o nv
    -vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nvidia.mod.o
    rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
    rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
    rm -f -f stprof stprof.o symtab.h
    rm -f -rf .tmp_versions
    -> Building kernel module:
    executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.22-ARCH/bui
    ld SYSOUT=/lib/modules/2.6.22-ARCH/build'...
    NVIDIA: calling KBUILD...
    make CC=cc KBUILD_VERBOSE=1 -C /lib/modules/2.6.22-ARCH/build SUBDIRS=/home
    /kris/Source/nVidia GLX 87.76 Driver/NVIDIA-Linux-x86-1.0-8776-pkg1/usr/src/
    nv modules
    test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
    echo; \
    echo " ERROR: Kernel configuration is invalid."; \
    echo " include/linux/autoconf.h or include/config/auto.conf are mis
    sing."; \
    echo " Run 'make oldconfig && make prepare' on kernel src to fix it
    echo; \
    /bin/false)
    make[2]: *** No rule to make target `GLX'. Stop.
    NVIDIA: left KBUILD.
    nvidia.ko failed to build!
    make[1]: *** [mdl] Error 1
    make: *** [module] Error 2
    -> Error.
    ERROR: Unable to build the NVIDIA kernel module.
    ERROR: Installation has failed. Please see the file
    '/var/log/nvidia-installer.log' for details. You may find suggestions
    on fixing installation problems in the README available on the Linux
    driver download page at www.nvidia.com.
    Any ideas as to how I can get the kernel module to build?
    I am using 'kernel26 2.6.22.1-4' with the 'kernel-headers 2.6.22.1-1' from the testing repo.
    Last edited by Nameless One (2007-08-10 07:08:38)

    make CC=cc  KBUILD_VERBOSE=1 -C /lib/modules/2.6.22-ARCH/buildSUBDIRS=/home/kris/Source/nVidia GLX 87.76 Driver/NVIDIA-Linux-x86-1.0-8776-pkg1/usr/src/
    The name of the directory you placed the driver in contains spaces. That is  why you get the no rule to make target GLX error.
    It would be better not to circumvent pacman. I am using the following PKGBUILDs for the 8776 driver:
    nvidia-8776:
    pkgname=nvidia-8776
    pkgver=1.0.8776
    _nver=1.0-8776
    _kernver='2.6.22-ARCH'
    pkgrel=1
    pkgdesc="NVIDIA drivers for Arch kernel."
    arch=(i686 x86_64)
    [ "$CARCH" = "i686" ] && ARCH=x86
    [ "$CARCH" = "x86_64" ] && ARCH=x86_64
    url="http://www.nvidia.com/"
    depends=(kernel26 nvidia-8776-utils)
    conflicts=('nvidia' 'nvidia-96xx' 'nvidia-71xx' 'nvidia-legacy')
    install=nvidia.install
    source=(http://download.nvidia.com/XFree86/Linux-$ARCH/${_nver}/NVIDIA-Linux-$ARCH-${_nver}-pkg0.run NVIDIA_kernel-1.0-8776-20061203.diff.txt)
    md5sums=('93ad45fe7b974a5a80348e1890f9b7c9' '70e669f06ee4881c2583261672de292a')
    [ "$CARCH" = "x86_64" ] && md5sums=('f5340e4bbce811add994b1685cdea03b' '70e669f06ee4881c2583261672de292a')
    build()
    # Extract
    cd $startdir/src/
    sh NVIDIA-Linux-$ARCH-${_nver}-pkg0.run --extract-only
    cd NVIDIA-Linux-$ARCH-${_nver}-pkg0
    # Any extra patches are applied in here...
    patch -p0 < $startdir/NVIDIA_kernel-1.0-8776-20061203.diff.txt ||return 1
    cd usr/src/nv/
    ln -s Makefile.kbuild Makefile
    make SYSSRC=/lib/modules/$_kernver/build module || return 1
    # install kernel module
    mkdir -p $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
    install -m644 nvidia.ko $startdir/pkg/lib/modules/${_kernver}/kernel/drivers/video/
    sed -i -e "s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/" $startdir/*.install
    Place the patch (NVIDIA_kernel-1.0-8776-20061203.diff.txt) and nvidia.install in the same directory as the PKGBUILD.
    nvidia-utils:
    pkgname=nvidia-8776-utils
    pkgver=1.0.8776
    _nver=1.0-8776
    pkgrel=1
    pkgdesc="NVIDIA drivers utilities and libraries."
    arch=(i686 x86_64)
    [ "$CARCH" = "i686" ] && ARCH=x86
    [ "$CARCH" = "x86_64" ] && ARCH=x86_64
    url="http://www.nvidia.com/"
    depends=(xorg-server)
    conflicts=('libgl' 'libgl-dri' 'ati-fglrx-utils' 'nvidia-legacy-utils' 'nvidia-71xx-utils' 'nvidia-96xx-utils')
    provides=('libgl' )
    #install=nvidia.install
    source=(http://download.nvidia.com/XFree86/Linux-$ARCH/${_nver}/NVIDIA-Linux-$ARCH-${_nver}-pkg0.run)
    md5sums=('93ad45fe7b974a5a80348e1890f9b7c9')
    [ "$CARCH" = "x86_64" ] && md5sums=('f5340e4bbce811add994b1685cdea03b')
    build()
    # override nvida install routine and do it the long way.
    cd $startdir/src/
    sh NVIDIA-Linux-${ARCH}-${_nver}-pkg0.run --extract-only
    cd NVIDIA-Linux-${ARCH}-${_nver}-pkg0/usr/
    mkdir -p $startdir/pkg/usr/{lib,bin,share/applications,share/pixmaps,man/man1}
    mkdir -p $startdir/pkg/usr/lib/xorg/modules/{extensions,drivers}
    mkdir -p $startdir/pkg/usr/share/licenses/nvidia/
    install `find lib/ -iname \*.so\*` $startdir/pkg/usr/lib/
    install lib/tls/* $startdir/pkg/usr/lib
    install share/man/man1/* $startdir/pkg/usr/man/man1/
    rm $startdir/pkg/usr/man/man1/nvidia-installer.1.gz
    install X11R6/lib/libXv* $startdir/pkg/usr/lib/
    install share/applications/nvidia-settings.desktop $startdir/pkg/usr/share/applications/
    # fix nvidia .desktop file
    sed -e 's:__UTILS_PATH__:/usr/bin:' -e 's:__PIXMAP_PATH__:/usr/share/pixmaps:' -i $startdir/pkg/usr/share/applications/nvidia-settings.desktop
    install share/pixmaps/nvidia-settings.png $startdir/pkg/usr/share/pixmaps/
    install X11R6/lib/modules/drivers/nvidia_drv.so $startdir/pkg/usr/lib/xorg/modules/drivers
    install X11R6/lib/modules/extensions/libglx.so.$pkgver $startdir/pkg/usr/lib/xorg/modules/extensions
    install -m755 bin/nvidia-{settings,xconfig,bug-report.sh} $startdir/pkg/usr/bin/
    cd $startdir/pkg/usr/lib/;
    ln -s /usr/lib/libGL.so.$pkgver libGL.so
    ln -s /usr/lib/libGL.so.$pkgver libGL.so.1
    ln -s /usr/lib/libGLcore.so.$pkgver libGLcore.so.1
    ln -s /usr/lib/libnvidia-cfg.so.$pkgver libnvidia-cfg.so.1
    ln -s /usr/lib/libnvidia-tls.so.$pkgver libnvidia-tls.so.1
    cd $startdir/pkg/usr/lib/xorg/modules/extensions;
    ln -s /usr/lib/xorg/modules/extensions/libglx.so.$pkgver libglx.so
    install $startdir/src/NVIDIA-Linux-${ARCH}-${_nver}-pkg0/LICENSE $startdir/pkg/usr/share/licenses/nvidia/
    find $startdir/pkg/usr -type d -exec chmod 755 {} \;
    # phew :)
    Last edited by kappa (2007-08-09 11:14:42)

  • [Solved] Catalyst fails to load kernel module

    I have just been through the Catalyst install guide, I installed from the Vi0L0 repos rather than building myself.
    Everything appeared to go fine, however fglrx fails to load when I reboot. The xorg log contains;
    fglrx(0): atiddxDriScreenInit failed. Probably kernel module missing or incompatible
    fglrx(0): **********************************************************
    fglrx(0): * DRI initialization failed                               
    fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible
    fglrx(0): * 2D and 3D acceleration disabled                         
    fglrx(0): **********************************************************
    Is this recoverable? Or does this mean that the current Vi0L0 module has not been built for my kernel (3.11.5-1-ARCH)?
    Last edited by ~lynks (2013-11-03 16:16:00)

    This issue has now been resolved after the update to xorg 1.14
    lsmod | grep fglrx
    shows fglrx is not loaded, and:
    modprobe fglrx
    returns with;
    modprobe: ERROR: could not insert 'fglrx': Exec format error
    Does that indicate a 32/64 bit issue?
    This issue has now been resolved after the update to xorg 1.14
    Last edited by ~lynks (2013-11-03 16:15:48)

  • [Solved] [Ubuntu] Player Modules Compilation Fails During First Run

    Environment:
    Ubuntu Server 15.04
    VMware-Player-7.1.0-2496824.x86_64.bundle
    Hello,
    The kernel module updater fails to build vmnet:
    2015-05-08T11:55:17.757+02:00| vthread-4| I120: Successfully extracted the vmnet source.
    2015-05-08T11:55:17.757+02:00| vthread-4| I120: Building module with command "/usr/bin/make -j8 -C /tmp/modconfig-Hx4jdX/vmnet-only auto-build HEADER_DIR=/lib/modules/3.19.0-16-generic/build/include CC=/usr/bin/gcc IS_GCC_3=no"
    2015-05-08T11:55:18.894+02:00| vthread-4| W110: Failed to build vmnet.  Failed to execute the build command.
    No more description of the error is available in the log which is attached below.
    Any suggestion?

    I get more information if I run the failing command manually:
    root@MSI-GE60-Ubuntu:/# /usr/bin/make -j8 -C /tmp/modconfig-pkgCjl/vmnet-only auto-build HEADER_DIR=/lib/modules/3.19.0-16-generic/build/include CC=/usr/bin/gcc IS_GCC_3=no
    make: *** /tmp/modconfig-pkgCjl/vmnet-only: No such file or directory.  Stop.
    Creating the folders and trying again:
    root@MSI-GE60-Ubuntu:/# /usr/bin/make -j8 -C /tmp/modconfig-pkgCjl/vmnet-only auto-build HEADER_DIR=/lib/modules/3.19.0-16-generic/build/include CC=/usr/bin/gcc IS_GCC_3=no
    make: Entering directory '/tmp/modconfig-pkgCjl/vmnet-only'
    make: *** No rule to make target 'auto-build'.  Stop.
    make: Leaving directory '/tmp/modconfig-pkgCjl/vmnet-only'
    Something is obviously missing before the build process is launched.

  • Failed load Kernel Modules | fglrx exec Format Error

    Hello
    after I started my computer this morning it won't load fglrx anymore.
    Yesterday everything worked just fine. But I can still start the xserver without any problem.
    systemctl status systemd-modules-load.serivce outputs:
    systemd-modules-load.service - Load Kernel Modules
       Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
       Active: failed (Result: exit-code) since Tue 2013-08-20 10:59:28 CEST; 20min ago
         Docs: man:systemd-modules-load.service(8)
               man:modules-load.d(5)
      Process: 113 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
    Aug 20 10:59:28 orz-aa-0 systemd-modules-load[113]: Failed to insert 'fglrx': Exec format error
    Aug 20 10:59:28 orz-aa-0 systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
    Aug 20 10:59:28 orz-aa-0 systemd[1]: Failed to start Load Kernel Modules.
    Aug 20 10:59:28 orz-aa-0 systemd[1]: Unit systemd-modules-load.service entered failed state.
    Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
    and modprobe fglrx outputs:
    modprobe: ERROR: could not insert 'fglrx': Exec format error
    Installed are:
    catalyst 13.8-1
    catalyst-utils 13.8-1
    lib32-catalyst-utils 13.8-1
    xorg-bdftopcf 1.0.4-1
    xorg-font-util 1.3.0-1
    xorg-font-utils 7.6-3
    xorg-fonts-alias 1.0.3-1
    xorg-fonts-encodings 1.0.4-3
    xorg-fonts-misc 1.0.1-2
    xorg-luit 1.1.1-1
    xorg-mkfontdir 1.0.7-1
    xorg-mkfontscale 1.1.1-1
    xorg-server 1.14.2-2
    xorg-server-common 1.14.2-2
    xorg-setxkbmap 1.3.0-1
    xorg-twm 1.0.7-1
    xorg-xauth 1.0.7-1
    xorg-xclock 1.0.6-1
    xorg-xhost 1.0.6-1
    xorg-xinit 1.3.2-3
    xorg-xkbcomp 1.2.4-1
    xorg-xmodmap 1.0.7-1
    xorg-xrdb 1.0.9-2
    xorg-xset 1.2.2-2
    I'm really a newbie to arch linux and would appreciate any help.
    Thanks in advance.
    surrz
    Last edited by surrz (2013-08-20 10:53:28)

    I grepped /var/log/Xorg.0.log as suggested by the wiki, here's the results:
    sudo grep '(EE)' /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 19.890] (EE) fglrx(0): atiddxDriScreenInit failed. Probably kernel module missing or incompatible.
    [fiendfan1@arch ~]$ grep '(WW)' /var/log/Xorg.0.log
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 19.150] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 19.150] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 19.150] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 19.150] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 19.586] (WW) Falling back to old probe method for fglrx
    [ 19.710] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 19.812] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 19.889] (WW) fglrx(0): Dynamic Surface Resizing cannot be enabled
    [ 19.890] (WW) fglrx(0): ***********************************************************
    [ 19.890] (WW) fglrx(0): * DRI initialization failed *
    [ 19.890] (WW) fglrx(0): * kernel module (fglrx.ko) may be missing or incompatible *
    [ 19.890] (WW) fglrx(0): * 2D and 3D acceleration disabled *
    [ 19.890] (WW) fglrx(0): ***********************************************************
    [ 19.908] (WW) fglrx(0): Textured Video not supported without DRI enabled.
    [ 20.014] (WW) fglrx(0): Option "VendorName" is not used
    [ 20.014] (WW) fglrx(0): Option "ModelName" is not used
    [ 20.425] (WW) evdev: USB USB Keykoard: ignoring absolute axes.
    I don't know what any of this means, anyone have any ideas?

  • HELP! My cord failed during sync and now my phone is stuck on the Apple symbol with an empty bar underneath it and iTunes won't pick it up at all. I can't tur off my phone to reset and just letting it be dosen't seem to be workig either. What's wrong?

    My cord failed during sync to an update and now my phone is stuck on the apple symbol but there is a empty bar under it. I tried to turn off the phone but that didn't work and the iTunes onn my computer isn't picking up the device at all. Whats wrong? How do I fix it?

    My cord failed during sync to an update and now my phone is stuck on the apple symbol but there is a empty bar under it. I tried to turn off the phone but that didn't work and the iTunes onn my computer isn't picking up the device at all. Whats wrong? How do I fix it?

  • [SOLVED] pacman -Syu on 10/17/2012, systemd can't load kernel modules

    Ok, I did a [pacman -Syu] on my laptop, and everything went well. So I decided to upgrade my PC as well, did a reboot and then couldn't ssh into it.
    Had to access the machine, and found
    # systemctl --failed
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    [email protected] loaded failed failed dhcpcd on eth0
    httpd.service loaded failed failed Apache Web Server
    systemd-modules-load.service loaded failed failed Load Kernel Modules
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    3 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    so it failed to load kernel modules...
    # systemctl status systemd-modules-load.service
    systemd-modules-load.service - Load Kernel Modules
    Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
    Active: failed (Result: exit-code) since Wed, 17 Oct 2012 18:27:11 -0400; 45min ago
    Docs: man:systemd-modules-load.service(8)
    man:modules-load.d(5)
    Process: 102 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
    CGroup: name=systemd:/system/systemd-modules-load.service
    Oct 17 18:27:11 MyHost systemd[1]: Failed to start Load Kernel Modules.
    Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
    ... then I checked network devices
    # ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    # ip addr show dev eth0
    Device "eth0" does not exist.
    ... then the modules; and I saw that none appeared for the Ethernet...
    # lspci -v | grep Ethernet -A8
    00:07.0 Bridge: NVIDIA Corporation MCP61 Ethernet (rev a2)
    Subsystem: Hewlett-Packard Company Device 2a6c
    Flags: bus master, 66MHz, fast devsel, latency 0, IRQ 5
    Memory at fe02d000 (32-bit, non-prefetchable) [size=4K]
    I/O ports at fc00 [size=8]
    Capabilities: [44] Power Management version 2
    Capabilities: [50] MSI: Enable- Count=1/8 Maskable+ 64bit+
    Capabilities: [6c] HyperTransport: MSI Mapping Enable- Fixed+
    ... whereas they did for other devices
    # lspci -v | grep Kernel
    Kernel driver in use: ohci_hcd
    Kernel driver in use: ehci_hcd
    Kernel driver in use: sata_nv
    Kernel driver in use: sata_nv
    Kernel driver in use: pcieport
    Kernel driver in use: pcieport
    Kernel driver in use: pcieport
    Kernel driver in use: nouveau
    I'm guessing it's probably something with the new image after the pgrade, but I don't know which module to load nor do I
    understand why systemd isn't loading the modules when it was working stable enough to act as a headless server before. However, I've only been a week or so with systemd and might have overlooked something in the configs. Any help or insight would be greatly appreciated. Please. I'm desperate.
    Last edited by confusion-is-my-sedative (2012-10-26 21:30:01)

    Yep, I got that far, and tried the same advice from a different user with a 'tee' command which did the same thing, but unfortunately the forcedeth module can't be loaded because its in a different directory than the 'uname -r' specification allows modprobe to search for. I posted my attempts here: https://bbs.archlinux.org/viewtopic.php?pid=1181940

  • SQLServer2012-KB2716442-x64 failing during installation

    I tried to install recent update for SQL server 2012 and I cannot:
    SQLServer2012-KB2716442-x64 failing during installation, both Windows Update and manual setup.
    The last entry in log before rollback is following:
    10/10/2012 19:07:04.981 Attempting to run user requested action from media ScenarioEngine.exe
    10/10/2012 19:07:04.981 Attempting to launch process d:\3a871c25ddff78ec44f571\x64\ScenarioEngine.exe
    10/10/2012 19:11:15.917 Process returned exit code: 0x858C001E
    10/10/2012 19:11:15.917 Media ScenarioEngine.exe returned exit code: 0x858C001E

    This is the root cause
    The machine is clustered, but the cluster is not online or cannot be accessed from one of its nodes. To continue determine why the cluster is not online and rerun setup instead of rerunning the rule since the rule can no longer detect a cluster environment
    correctly.
    I see from the summary log that the installed instances are not clustered, I would suggest the following if the machine is cluster enabled try to see why is the cluster is not online 
    Second if the machine is not clustered below thread suggest that this ruel is being excuted though the machine is not c;ustered due to media corruption, one advice here is to re-download the patch, decompress it to local folder then run setup from local
    folder
    http://social.msdn.microsoft.com/Forums/en/sqlgetstarted/thread/86d3ca43-287a-4195-bc6f-3752215e09df
    to decompress patch run the following command
    <patch.exe>  /x:"c:\SQLServer2012CU"
    the launch setup from c:\SQLServer2012CU
    Regards,
    Ahmed Ibrahim
    SQL Server Setup Team
    My Blog
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and "Vote as Helpful"
    on posts that help you.
    This can be beneficial to other community members reading the thread.

  • Vmware-server-modules and kernel 2.6.19 [solved]

    I'm trying to rebuild the vmware server modules from AUR for the new kernel. After adjusting the files for the kernel version and doing makepkg I get the following:
    ==> Validating source files with MD5sums
    VMware-server-1.0.1-29996.tar.gz ... Passed
    ==> Extracting Sources...
    ==> tar --use-compress-program=gzip -xf VMware-server-1.0.1-29996.tar.gz
    ==> Starting build()...
    Using 2.6.x kernel build system.
    make: Entering directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only'
    make -C /lib/modules/2.6.19-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.19-ARCH'
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/hostif.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/cpuid.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/hash.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/memtrack.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/phystrack.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/task.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/vmx86.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmcore/moduleloop.o
    LD [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmmon.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmmon.mod.o
    LD [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmmon.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.19-ARCH'
    cp -f vmmon.ko ./../vmmon.o
    make: Leaving directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only'
    Using 2.6.x kernel build system.
    make: Entering directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only'
    make -C /lib/modules/2.6.19-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.19-ARCH'
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/driver.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/hub.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.o
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c: In function 'VNetCopyDatagramToUser':
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: 'CHECKSUM_HW' undeclared (first use in this function)
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: (Each undeclared identifier is reported only once
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: for each function it appears in.)
    make[2]: *** [/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.o] Error 1
    make[1]: *** [_module_/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.19-ARCH'
    make: *** [vmnet.ko] Error 2
    make: Leaving directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only'
    ==> ERROR: Build Failed. Aborting...
    It seems the userif module breaks.  I haven't a clue how to solve this.  :?

    Progress:
    AUR
    which leads to
    http://www.vmware.com/community/thread. … 4&tstart=0
    EDIT: package in AUR has been updated. Thnx pizzapunk.

  • Updated PKGBUILD for vmware-server-modules 2.0.2

    Hi.
    I have updated the PKGBUILD for the vmware-server-modules and added patches for kernel 2.6.35 and 2.6.36.
    The package is currently marked as an orphan, so I'll have to adopt it do upload the changes, right?
    Could someone please take a look at this, and say if it is good enough.
    I haven't really made any changes other than adding patches for kernel 2.6.35 and 2.6.36, but since there are some 'not so positive comments' following this package in AUR maybe there is more that should be done?
    It works on my x86_64 2.6.36-arch install.
    pkgname=vmware-server-modules
    pkgver=2.0.2
    pkgrel=4
    pkgdesc="Kernel modules for VMware Server"
    arch=('i686' 'x86_64')
    url="http://www.vmware.com/products/server/"
    license=('custom')
    depends=('kernel26>=2.6.32')
    makedepends=('kernel26-headers')
    conflicts=('vmware-workstation-modules' 'vmware-player-modules')
    install=vmware-server-modules.install
    _kernver=`uname -r`
    source=(VMware-server-2.0.2-203138-update-2.patch vmware-server-modules-autoconf.patch vmware-server-modules-vsock-kernel2.6.35.patch vmware-server-modules-vmmon-kernel2.6.36.patch)
    md5sums=('774a6361a443834205bc0172498bb2c0'
    '91ea48c3d4779f531cb942be09248dba'
    '3325f1b34eb21ee7d4cceb5f0da852f1'
    'bfd62533e023b696cf7ff45379732b71')
    case ${CARCH} in
    i686)
    source=(${source[@]} 'VMware-server-2.0.2-203138.i386.tar.gz')
    md5sums=(${md5sums[@]} '6eb844d1ab4aed6128438e5f587d10bb');;
    x86_64)
    source=(${source[@]} 'VMware-server-2.0.2-203138.x86_64.tar.gz')
    md5sums=(${md5sums[@]} 'cc7aef813008eeb7150c21547d431b39');;
    esac
    build() {
    cd "$srcdir/vmware-server-distrib/lib/modules/source"
    for module in *.tar; do
    tar xf $module
    done
    cd "$srcdir/vmware-server-distrib"
    # patch
    patch -p1 < ../VMware-server-2.0.2-203138-update-2.patch
    patch -p2 < ../vmware-server-modules-autoconf.patch
    if [[ ${_kernver:0:6} == "2.6.35" ]]; then
    patch -p1 < ../vmware-server-modules-vsock-kernel2.6.35.patch
    fi
    if [[ ${_kernver:0:6} == "2.6.36" ]]; then
    patch -p1 < ../vmware-server-modules-vsock-kernel2.6.35.patch
    patch -p1 < ../vmware-server-modules-vmmon-kernel2.6.36.patch
    fi
    cd "$srcdir/vmware-server-distrib/lib/modules/source"
    for module in vmci vsock vmmon vmnet; do
    make -C $module-only HEADER_DIR=/lib/modules/$_kernver/build/include || \
    return 1
    install -D -m644 $module-only/$module.ko \
    "$pkgdir/lib/modules/$_kernver/misc/$module.ko"
    done
    # License
    install -D -m644 "$srcdir/vmware-server-distrib/doc/EULA" \
    "$pkgdir/usr/share/licenses/vmware-server-modules/EULA"
    install -D -m644 "$srcdir/vmware-server-distrib/doc/open_source_licenses.txt" \
    "$pkgdir/usr/share/licenses/vmware-server-modules/open_source_licenses.txt"
    sed -i -e "s|KERNEL_VERSION='.*'|KERNEL_VERSION='$_kernver'|" \
    "$startdir/vmware-server-modules.install"

    i don'T think that there will ever be a PKGBUILD for VMWare, because it's commercial software... but i posted alot of hints in the "Package Configuration Problems" Forum...
    http://bbs.archlinux.org/viewtopic.php? … highlight=
    nearly each posible problem is described there... if u still have problems, post ur errors and anything u got about it there, and i try to help u.....

  • VMware keeps Rebuilding Kernel Modules [Solved]

    Hi, and thanks. After the last kernel upgrade everytime I start vmware player the first instance to run will rebuild the kernel modules and there is a warning icon next to the "Blocking File System" entry in the build list. I am using the latest kernel 3.4.2.2-Arch, my vmware player is version 4.0.2 build-591240. It runs fine after it rebuilds but the warning icon has me concerned. Does anyone know what this is? Do I have to move up a vmware version?
    thanks in advance for your help.
    --jerry
    Last edited by jk121960 (2012-06-27 20:04:08)

    If anyone is interested, here is the complete console output when I run the player.
    $ vmplayer
    Logging to /tmp/vmware-citmkd/modconfig-9164.log
    HostinfoReadDistroFile: could not open file/etc/redhat-release: 2
    HostinfoReadDistroFile: could not open file/etc/redhat_version: 2
    HostinfoReadDistroFile: could not open file/etc/sun-release: 2
    HostinfoReadDistroFile: could not open file/etc/SuSE-release: 2
    HostinfoReadDistroFile: could not open file/etc/novell-release: 2
    HostinfoReadDistroFile: could not open file/etc/sles-release: 2
    HostinfoReadDistroFile: could not open file/etc/debian_version: 2
    HostinfoReadDistroFile: could not open file/etc/debian_release: 2
    HostinfoReadDistroFile: could not open file/etc/mandrake-release: 2
    HostinfoReadDistroFile: could not open file/etc/mandriva-release: 2
    HostinfoReadDistroFile: could not open file/etc/mandrakelinux-release: 2
    HostinfoReadDistroFile: could not open file/etc/turbolinux-release: 2
    HostinfoReadDistroFile: could not open file/etc/fedora-release: 2
    HostinfoReadDistroFile: could not open file/etc/gentoo-release: 2
    HostinfoReadDistroFile: could not open file/etc/nld-release: 2
    HostinfoReadDistroFile: could not open file/etc/lsb-release: 2
    HostinfoReadDistroFile: could not open file/etc/annvix-release: 2
    HostinfoReadDistroFile: Cannot work with empty file.
    HostinfoReadDistroFile: could not open file/etc/arklinux-release: 2
    HostinfoReadDistroFile: could not open file/etc/aurox-release: 2
    HostinfoReadDistroFile: could not open file/etc/blackcat-release: 2
    HostinfoReadDistroFile: could not open file/etc/cobalt-release: 2
    HostinfoReadDistroFile: could not open file/etc/conectiva-release: 2
    HostinfoReadDistroFile: could not open file/etc/immunix-release: 2
    HostinfoReadDistroFile: could not open file/etc/knoppix_version: 2
    HostinfoReadDistroFile: could not open file/etc/lfs-release: 2
    HostinfoReadDistroFile: could not open file/etc/linuxppc-release: 2
    HostinfoReadDistroFile: could not open file/etc/mklinux-release: 2
    HostinfoReadDistroFile: could not open file/etc/pld-release: 2
    HostinfoReadDistroFile: could not open file/etc/slackware-version: 2
    HostinfoReadDistroFile: could not open file/etc/slackware-release: 2
    HostinfoReadDistroFile: could not open file/etc/e-smith-release: 2
    HostinfoReadDistroFile: could not open file/etc/release: 2
    HostinfoReadDistroFile: could not open file/etc/tinysofa-release: 2
    HostinfoReadDistroFile: could not open file/etc/ultrapenguin-release: 2
    HostinfoReadDistroFile: could not open file/etc/UnitedLinux-release: 2
    HostinfoReadDistroFile: could not open file/etc/va-release: 2
    HostinfoReadDistroFile: could not open file/etc/yellowdog-release: 2
    HostinfoOSData: Error: no distro file found
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): Pango-WARNING **: Failed to load Pango module '/usr/lib/vmware/libconf/lib/pango/1.6.0/modules/pango-basic-fc.so' for id 'BasicScriptEngineFc'
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    (vmware-gksu:9164): GLib-GObject-WARNING **: Two different plugins tried to register 'BasicEngineFc'.
    (vmware-gksu:9164): GLib-GObject-CRITICAL **: g_object_new: assertion `G_TYPE_IS_OBJECT (object_type)' failed
    Logging to /tmp/vmware-root/modconfig-9275.log
    HostinfoReadDistroFile: could not open file/etc/redhat-release: 2
    HostinfoReadDistroFile: could not open file/etc/redhat_version: 2
    HostinfoReadDistroFile: could not open file/etc/sun-release: 2
    HostinfoReadDistroFile: could not open file/etc/SuSE-release: 2
    HostinfoReadDistroFile: could not open file/etc/novell-release: 2
    HostinfoReadDistroFile: could not open file/etc/sles-release: 2
    HostinfoReadDistroFile: could not open file/etc/debian_version: 2
    HostinfoReadDistroFile: could not open file/etc/debian_release: 2
    HostinfoReadDistroFile: could not open file/etc/mandrake-release: 2
    HostinfoReadDistroFile: could not open file/etc/mandriva-release: 2
    HostinfoReadDistroFile: could not open file/etc/mandrakelinux-release: 2
    HostinfoReadDistroFile: could not open file/etc/turbolinux-release: 2
    HostinfoReadDistroFile: could not open file/etc/fedora-release: 2
    HostinfoReadDistroFile: could not open file/etc/gentoo-release: 2
    HostinfoReadDistroFile: could not open file/etc/nld-release: 2
    HostinfoReadDistroFile: could not open file/etc/lsb-release: 2
    HostinfoReadDistroFile: could not open file/etc/annvix-release: 2
    HostinfoReadDistroFile: Cannot work with empty file.
    HostinfoReadDistroFile: could not open file/etc/arklinux-release: 2
    HostinfoReadDistroFile: could not open file/etc/aurox-release: 2
    HostinfoReadDistroFile: could not open file/etc/blackcat-release: 2
    HostinfoReadDistroFile: could not open file/etc/cobalt-release: 2
    HostinfoReadDistroFile: could not open file/etc/conectiva-release: 2
    HostinfoReadDistroFile: could not open file/etc/immunix-release: 2
    HostinfoReadDistroFile: could not open file/etc/knoppix_version: 2
    HostinfoReadDistroFile: could not open file/etc/lfs-release: 2
    HostinfoReadDistroFile: could not open file/etc/linuxppc-release: 2
    HostinfoReadDistroFile: could not open file/etc/mklinux-release: 2
    HostinfoReadDistroFile: could not open file/etc/pld-release: 2
    HostinfoReadDistroFile: could not open file/etc/slackware-version: 2
    HostinfoReadDistroFile: could not open file/etc/slackware-release: 2
    HostinfoReadDistroFile: could not open file/etc/e-smith-release: 2
    HostinfoReadDistroFile: could not open file/etc/release: 2
    HostinfoReadDistroFile: could not open file/etc/tinysofa-release: 2
    HostinfoReadDistroFile: could not open file/etc/ultrapenguin-release: 2
    HostinfoReadDistroFile: could not open file/etc/UnitedLinux-release: 2
    HostinfoReadDistroFile: could not open file/etc/va-release: 2
    HostinfoReadDistroFile: could not open file/etc/yellowdog-release: 2
    HostinfoOSData: Error: no distro file found
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmnet.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Networking Driver.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    ERROR: Module vmblock not found.
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmci.ko
    supported: external
    license: GPL v2
    version: 9.1.18.0
    description: VMware Virtual Machine Communication Interface (VMCI).
    author: VMware, Inc.
    srcversion: F659B534EA5CC5FFD4A08BF
    alias: pci:v000015ADd00000740sv*sd*bc*sc*i*
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    parm: disable_host:Disable driver host personality - (default=0) (bool)
    parm: disable_guest:Disable driver guest personality - (default=0) (bool)
    parm: disable_msi:Disable MSI use in driver - (default=0) (bool)
    parm: disable_msix:Disable MSI-X use in driver - (default=0) (bool)
    filename: /lib/modules/3.4.4-2-ARCH/misc/vsock.ko
    supported: external
    alias: vmware_vsock
    license: GPL v2
    version: 9.1.1.0
    description: VMware Virtual Socket Family
    author: VMware, Inc.
    srcversion: 5A37036862692504058A712
    depends: vmci
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    Stopping VMware services:
    VMware Authentication Daemon done
    VM communication interface socket family done
    Virtual machine communication interface done
    Virtual machine monitor done
    Blocking file system done
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmmon-only'
    make -C /lib/modules/3.4.4-2-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-3.4.4-2-ARCH'
    CC [M] /tmp/vmware-root/modules/vmmon-only/linux/driverLog.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/linux/driver.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/linux/hostif.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/common/memtrack.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/common/apic.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/common/cpuid.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/common/vmx86.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/common/task.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/common/hashFunc.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/common/comport.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/common/phystrack.o
    CC [M] /tmp/vmware-root/modules/vmmon-only/vmcore/moduleloop.o
    LD [M] /tmp/vmware-root/modules/vmmon-only/vmmon.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/vmware-root/modules/vmmon-only/vmmon.mod.o
    LD [M] /tmp/vmware-root/modules/vmmon-only/vmmon.ko
    make[1]: Leaving directory `/usr/src/linux-3.4.4-2-ARCH'
    make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1]: Entering directory `/tmp/vmware-root/modules/vmmon-only'
    make[1]: `postbuild' is up to date.
    make[1]: Leaving directory `/tmp/vmware-root/modules/vmmon-only'
    cp -f vmmon.ko ./../vmmon.o
    make: Leaving directory `/tmp/vmware-root/modules/vmmon-only'
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmnet-only'
    make -C /lib/modules/3.4.4-2-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-3.4.4-2-ARCH'
    CC [M] /tmp/vmware-root/modules/vmnet-only/driver.o
    CC [M] /tmp/vmware-root/modules/vmnet-only/hub.o
    CC [M] /tmp/vmware-root/modules/vmnet-only/userif.o
    CC [M] /tmp/vmware-root/modules/vmnet-only/netif.o
    CC [M] /tmp/vmware-root/modules/vmnet-only/bridge.o
    CC [M] /tmp/vmware-root/modules/vmnet-only/filter.o
    CC [M] /tmp/vmware-root/modules/vmnet-only/procfs.o
    CC [M] /tmp/vmware-root/modules/vmnet-only/smac_compat.o
    CC [M] /tmp/vmware-root/modules/vmnet-only/smac.o
    CC [M] /tmp/vmware-root/modules/vmnet-only/vnetEvent.o
    CC [M] /tmp/vmware-root/modules/vmnet-only/vnetUserListener.o
    LD [M] /tmp/vmware-root/modules/vmnet-only/vmnet.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/vmware-root/modules/vmnet-only/vmnet.mod.o
    LD [M] /tmp/vmware-root/modules/vmnet-only/vmnet.ko
    make[1]: Leaving directory `/usr/src/linux-3.4.4-2-ARCH'
    make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1]: Entering directory `/tmp/vmware-root/modules/vmnet-only'
    make[1]: `postbuild' is up to date.
    make[1]: Leaving directory `/tmp/vmware-root/modules/vmnet-only'
    cp -f vmnet.ko ./../vmnet.o
    make: Leaving directory `/tmp/vmware-root/modules/vmnet-only'
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmblock-only'
    make -C /lib/modules/3.4.4-2-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-3.4.4-2-ARCH'
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/dbllnklst.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/dentry.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/block.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/file.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/module.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/super.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/filesystem.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/stubs.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/inode.o
    CC [M] /tmp/vmware-root/modules/vmblock-only/linux/control.o
    /tmp/vmware-root/modules/vmblock-only/linux/filesystem.c: In function 'FsOpReadSuper':
    /tmp/vmware-root/modules/vmblock-only/linux/filesystem.c:528:4: error: implicit declaration of function 'd_alloc_root' [-Werror=implicit-function-declaration]
    /tmp/vmware-root/modules/vmblock-only/linux/filesystem.c:528:15: warning: assignment makes pointer from integer without a cast [enabled by default]
    cc1: some warnings being treated as errors
    make[2]: *** [/tmp/vmware-root/modules/vmblock-only/linux/filesystem.o] Error 1
    make[2]: *** Waiting for unfinished jobs....
    make[1]: *** [_module_/tmp/vmware-root/modules/vmblock-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-3.4.4-2-ARCH'
    make: *** [vmblock.ko] Error 2
    make: Leaving directory `/tmp/vmware-root/modules/vmblock-only'
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmci-only'
    make -C /lib/modules/3.4.4-2-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-3.4.4-2-ARCH'
    CC [M] /tmp/vmware-root/modules/vmci-only/linux/driver.o
    CC [M] /tmp/vmware-root/modules/vmci-only/linux/vmciKernelIf.o
    CC [M] /tmp/vmware-root/modules/vmci-only/common/vmciDatagram.o
    CC [M] /tmp/vmware-root/modules/vmci-only/common/vmciDriver.o
    CC [M] /tmp/vmware-root/modules/vmci-only/common/vmciResource.o
    CC [M] /tmp/vmware-root/modules/vmci-only/common/vmciContext.o
    CC [M] /tmp/vmware-root/modules/vmci-only/common/vmciHashtable.o
    CC [M] /tmp/vmware-root/modules/vmci-only/common/vmciEvent.o
    CC [M] /tmp/vmware-root/modules/vmci-only/common/vmciQueuePair.o
    CC [M] /tmp/vmware-root/modules/vmci-only/common/vmciDoorbell.o
    CC [M] /tmp/vmware-root/modules/vmci-only/common/vmciQPair.o
    CC [M] /tmp/vmware-root/modules/vmci-only/common/vmciRoute.o
    CC [M] /tmp/vmware-root/modules/vmci-only/driverLog.o
    /tmp/vmware-root/modules/vmci-only/linux/driver.c: In function '__check_disable_host':
    /tmp/vmware-root/modules/vmci-only/linux/driver.c:2498:1: warning: return from incompatible pointer type [enabled by default]
    /tmp/vmware-root/modules/vmci-only/linux/driver.c: In function '__check_disable_guest':
    /tmp/vmware-root/modules/vmci-only/linux/driver.c:2501:1: warning: return from incompatible pointer type [enabled by default]
    /tmp/vmware-root/modules/vmci-only/linux/driver.c: In function '__check_disable_msi':
    /tmp/vmware-root/modules/vmci-only/linux/driver.c:2504:1: warning: return from incompatible pointer type [enabled by default]
    /tmp/vmware-root/modules/vmci-only/linux/driver.c: In function '__check_disable_msix':
    /tmp/vmware-root/modules/vmci-only/linux/driver.c:2507:1: warning: return from incompatible pointer type [enabled by default]
    LD [M] /tmp/vmware-root/modules/vmci-only/vmci.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/vmware-root/modules/vmci-only/vmci.mod.o
    LD [M] /tmp/vmware-root/modules/vmci-only/vmci.ko
    make[1]: Leaving directory `/usr/src/linux-3.4.4-2-ARCH'
    make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1]: Entering directory `/tmp/vmware-root/modules/vmci-only'
    make[1]: `postbuild' is up to date.
    make[1]: Leaving directory `/tmp/vmware-root/modules/vmci-only'
    cp -f vmci.ko ./../vmci.o
    make: Leaving directory `/tmp/vmware-root/modules/vmci-only'
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmci-only'
    make -C /lib/modules/3.4.4-2-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-3.4.4-2-ARCH'
    Building modules, stage 2.
    MODPOST 1 modules
    make[1]: Leaving directory `/usr/src/linux-3.4.4-2-ARCH'
    make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1]: Entering directory `/tmp/vmware-root/modules/vmci-only'
    make[1]: `postbuild' is up to date.
    make[1]: Leaving directory `/tmp/vmware-root/modules/vmci-only'
    cp -f vmci.ko ./../vmci.o
    make: Leaving directory `/tmp/vmware-root/modules/vmci-only'
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vsock-only'
    make -C /lib/modules/3.4.4-2-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-3.4.4-2-ARCH'
    CC [M] /tmp/vmware-root/modules/vsock-only/linux/af_vsock.o
    CC [M] /tmp/vmware-root/modules/vsock-only/linux/vsockAddr.o
    CC [M] /tmp/vmware-root/modules/vsock-only/linux/notifyQState.o
    CC [M] /tmp/vmware-root/modules/vsock-only/linux/util.o
    CC [M] /tmp/vmware-root/modules/vsock-only/linux/stats.o
    CC [M] /tmp/vmware-root/modules/vsock-only/linux/notify.o
    CC [M] /tmp/vmware-root/modules/vsock-only/driverLog.o
    LD [M] /tmp/vmware-root/modules/vsock-only/vsock.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /tmp/vmware-root/modules/vsock-only/vsock.mod.o
    LD [M] /tmp/vmware-root/modules/vsock-only/vsock.ko
    make[1]: Leaving directory `/usr/src/linux-3.4.4-2-ARCH'
    make -C $PWD SRCROOT=$PWD/. \
    MODULEBUILDDIR= postbuild
    make[1]: Entering directory `/tmp/vmware-root/modules/vsock-only'
    make[1]: `postbuild' is up to date.
    make[1]: Leaving directory `/tmp/vmware-root/modules/vsock-only'
    cp -f vsock.ko ./../vsock.o
    make: Leaving directory `/tmp/vmware-root/modules/vsock-only'
    Starting VMware services:
    Virtual machine monitor done
    Virtual machine communication interface done
    VM communication interface socket family done
    Blocking file system done
    Virtual ethernet done
    VMware Authentication Daemon done
    Shared Memory Available done
    filename: /lib/modules/3.4.4-2-ARCH/misc/vmmon.ko
    supported: external
    license: GPL v2
    description: VMware Virtual Machine Monitor.
    author: VMware, Inc.
    depends:
    vermagic: 3.4.4-2-ARCH SMP preempt mod_unload modversions
    No value set for `/system/http_proxy/use_http_proxy'
    No value set for `/system/proxy/mode'
    No value set for `/system/http_proxy/use_http_proxy'
    No value set for `/system/proxy/mode'
    No value set for `/system/http_proxy/use_http_proxy'
    No value set for `/system/proxy/mode'
    $
    Last edited by med1972 (2012-07-01 00:41:46)

  • Kernel 2.6.22 and vmware-player-modules

    Just for information:
    If someone got problems reinstalling vmware-player-modules after the last Kernel update to 2.6.22, here's a workaround:
    1. Get the package vmware-player-modules from the aur..
    2. try building vmware-player-modules with makepkg (that's where the problem occurs)
    3. download the file vmnet.tar from here, unpack it somewhere
    4. copy the .tar and the unpacked folder to the vmware-player-modules source ( cp -r vmnet* /var/abs/local/vmware-player-modules/src/vmware-player-distrib/lib/modules/source )
    5. build the package again with makepkg -e and install it
    yay.

    drfindley wrote:
    That fixed my problem.  I removed kvm-modules and re-synced my kernel, in case kvm-modules had trashed my kvm.ko files.
    Also one thing that would really help would be to add the udev-rules from the kvm-modules and create the group kvm.  I don't know if that's appropriate with the mainline kernel or not, though.
    We'll have to re-add the rules and some other files in the qemu package (which includes the userspace kvm stuff).

  • Loading Modules and Mounting Local Filesystems failed during boot

    Hi all,
    since 2-3 weeks I've had some FAIL during the boot (after having upgraded the system, I remember that there was involved an upgrade of init script probably, or something connected with the booting process).
    [gianluca@gianluca-laptop ~]$ dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 2.6.39-ARCH (thomas@evey) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Sat Jul 9 15:31:04 CEST 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009e000 (usable)
    [ 0.000000] BIOS-e820: 000000000009e000 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007ba60000 (usable)
    [ 0.000000] BIOS-e820: 000000007ba60000 - 000000007babf000 (reserved)
    [ 0.000000] BIOS-e820: 000000007babf000 - 000000007bb80000 (usable)
    [ 0.000000] BIOS-e820: 000000007bb80000 - 000000007bbbf000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007bbbf000 - 000000007bbe2000 (usable)
    [ 0.000000] BIOS-e820: 000000007bbe2000 - 000000007bbf7000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007bbf7000 - 000000007bc00000 (usable)
    [ 0.000000] BIOS-e820: 000000007bc00000 - 0000000080000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000f8000000 - 00000000fc000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.6 present.
    [ 0.000000] DMI: Acer Aspire 1810TZ/JM11-MS, BIOS v1.3314 08/31/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7bc00 max_arch_pfn = 0x100000
    [ 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-FFFFF write-through
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask FC0000000 write-back
    [ 0.000000] 1 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 2 base 040000000 mask FC0000000 write-back
    [ 0.000000] 3 base 07C000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 07BC00000 mask FFFC00000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] initial memory mapped : 0 - 01c00000
    [ 0.000000] Base memory trampoline at [c009a000] 9a000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ 1bfb000-1c00000
    [ 0.000000] RAMDISK: 7b8a0000 - 7ba50000
    [ 0.000000] Allocated new RAMDISK: 3764e000 - 377fdbda
    [ 0.000000] Move RAMDISK from 000000007b8a0000 - 000000007ba4fbd9 to 3764e000 - 377fdbd9
    [ 0.000000] ACPI: RSDP 000fe020 00024 (v02 ACRSYS)
    [ 0.000000] ACPI: XSDT 7bbf6120 0006C (v01 ACRSYS ACRPRDCT 00000001 01000013)
    [ 0.000000] ACPI: FACP 7bbf4000 000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: DSDT 7bbe8000 073EA (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: FACS 7bb8d000 00040
    [ 0.000000] ACPI: DMAR 7bbf5000 00068 (v01 ? 00000001 00000000)
    [ 0.000000] ACPI: HPET 7bbf3000 00038 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: APIC 7bbf2000 0006C (v02 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: MCFG 7bbf1000 0003C (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: ASF! 7bbf0000 000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: SLIC 7bbe7000 00176 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: BOOT 7bbe6000 00028 (v01 ACRSYS ACRPRDCT 00000001 1025 01000013)
    [ 0.000000] ACPI: SSDT 7bbe2000 00655 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1092MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007bc00
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[5] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009e
    [ 0.000000] 0: 0x00000100 -> 0x0007ba60
    [ 0.000000] 0: 0x0007babf -> 0x0007bb80
    [ 0.000000] 0: 0x0007bbbf -> 0x0007bbe2
    [ 0.000000] 0: 0x0007bbf7 -> 0x0007bc00
    [ 0.000000] On node 0 totalpages: 506587
    [ 0.000000] free_area_init_node: node 0, pgdat c14a1980, node_mem_map f66d5200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3950 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2185 pages used for memmap
    [ 0.000000] HighMem zone: 277190 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, 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: IRQ2 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] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
    [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:78000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s27648 r0 d21504 u1048576
    [ 0.000000] pcpu-alloc: s27648 r0 d21504 u1048576 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 502626
    [ 0.000000] Kernel command line: root=/dev/disk/by-uuid/2bef0cce-027d-44fa-a086-056c390cd847 ro quiet
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 8109824 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] ------------[ cut here ]------------
    [ 0.000000] WARNING: at drivers/pci/dmar.c:634 warn_invalid_dmar+0x98/0xb0()
    [ 0.000000] Hardware name: Aspire 1810TZ
    [ 0.000000] Your BIOS is broken; DMAR reported at address 0!
    [ 0.000000] BIOS vendor: INSYDE; Ver: v1.3314; Product Version: v1.3314
    [ 0.000000] Modules linked in:
    [ 0.000000] Pid: 0, comm: swapper Not tainted 2.6.39-ARCH #1
    [ 0.000000] Call Trace:
    [ 0.000000] [<c1046112>] warn_slowpath_common+0x72/0xa0
    [ 0.000000] [<c11e3dd8>] ? warn_invalid_dmar+0x98/0xb0
    [ 0.000000] [<c11e3dd8>] ? warn_invalid_dmar+0x98/0xb0
    [ 0.000000] [<c10461a2>] warn_slowpath_fmt_taint+0x32/0x40
    [ 0.000000] [<c11e3dd8>] warn_invalid_dmar+0x98/0xb0
    [ 0.000000] [<c14cba32>] check_zero_address+0x57/0x12b
    [ 0.000000] [<c12250cd>] ? acpi_get_table_with_size+0x59/0xb3
    [ 0.000000] [<c14cbb18>] detect_intel_iommu+0x12/0x78
    [ 0.000000] [<c14ad67e>] pci_iommu_alloc+0x35/0x5a
    [ 0.000000] [<c14b92c3>] mem_init+0xe/0x26d
    [ 0.000000] [<c14c3396>] ? __alloc_bootmem_node_nopanic+0x72/0x98
    [ 0.000000] [<c1342afc>] ? printk+0x1d/0x1f
    [ 0.000000] [<c14c5183>] ? page_cgroup_init_flatmem+0x8f/0xbc
    [ 0.000000] [<c14a85cc>] start_kernel+0x1a0/0x357
    [ 0.000000] [<c14a81bd>] ? loglevel+0x18/0x18
    [ 0.000000] [<c14a80b3>] i386_start_kernel+0xb3/0xb9
    [ 0.000000] ---[ end trace a7919e7f17c0a725 ]---
    [ 0.000000] Disabling lock debugging due to kernel taint
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007bc00)
    [ 0.000000] Memory: 1993572k/2027520k available (3376k kernel code, 32776k reserved, 1390k data, 512k init, 1117500k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc14a8000 - 0xc1528000 ( 512 kB)
    [ 0.000000] .data : 0xc134c3bf - 0xc14a7c00 (1390 kB)
    [ 0.000000] .text : 0xc1000000 - 0xc134c3bf (3376 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptable hierarchical RCU implementation.
    [ 0.000000] RCU-based detection of stalled CPUs is disabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f540c000 soft=f540e000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1296.656 MHz processor.
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 2594.36 BogoMIPS (lpj=4322186)
    [ 0.003344] pid_max: default: 32768 minimum: 301
    [ 0.003415] Security Framework initialized
    [ 0.003422] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003458] Mount-cache hash table entries: 512
    [ 0.003763] Initializing cgroup subsys ns
    [ 0.003768] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
    [ 0.003772] Initializing cgroup subsys cpuacct
    [ 0.003793] Initializing cgroup subsys memory
    [ 0.003809] Initializing cgroup subsys devices
    [ 0.003813] Initializing cgroup subsys freezer
    [ 0.003816] Initializing cgroup subsys net_cls
    [ 0.003819] Initializing cgroup subsys blkio
    [ 0.003876] CPU: Physical Processor ID: 0
    [ 0.003879] CPU: Processor Core ID: 0
    [ 0.003883] mce: CPU supports 6 MCE banks
    [ 0.003894] CPU0: Thermal monitoring enabled (TM2)
    [ 0.003899] using mwait in idle threads.
    [ 0.005672] ACPI: Core revision 20110316
    [ 0.016682] ftrace: allocating 15225 entries in 30 pages
    [ 0.020059] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.023598] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.056606] CPU0: Genuine Intel(R) CPU U4100 @ 1.30GHz stepping 0a
    [ 0.056663] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.056663] ... version: 2
    [ 0.056663] ... bit width: 40
    [ 0.056663] ... generic registers: 2
    [ 0.056663] ... value mask: 000000ffffffffff
    [ 0.056663] ... max period: 000000007fffffff
    [ 0.056663] ... fixed-purpose events: 3
    [ 0.056663] ... event mask: 0000000700000003
    [ 0.073511] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.100013] CPU 1 irqstacks, hard=f54f6000 soft=f54f8000
    [ 0.100017] Booting Node 0, Processors #1
    [ 0.100021] smpboot cpu 1: start_ip = 9a000
    [ 0.006666] Initializing CPU#1
    [ 0.196688] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.203327] Brought up 2 CPUs
    [ 0.203331] Total of 2 processors activated (5188.93 BogoMIPS).
    [ 0.204780] devtmpfs: initialized
    [ 0.204780] PM: Registering ACPI NVS region at 7bb80000 (258048 bytes)
    [ 0.206812] print_constraints: dummy:
    [ 0.206898] NET: Registered protocol family 16
    [ 0.207056] ACPI: bus type pci registered
    [ 0.207200] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    [ 0.207205] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    [ 0.207209] PCI: Using MMCONFIG for extended config space
    [ 0.207212] PCI: Using configuration type 1 for base access
    [ 0.207951] bio: create slab <bio-0> at 0
    [ 0.211250] ACPI: EC: Look up EC in DSDT
    [ 0.214102] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.217442] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.218088] ACPI: SSDT 7ba6fc98 001E1 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.218783] ACPI: Dynamic OEM Table Load:
    [ 0.218788] ACPI: SSDT (null) 001E1 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.219036] ACPI: SSDT 7ba6d598 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.219702] ACPI: Dynamic OEM Table Load:
    [ 0.219706] ACPI: SSDT (null) 00537 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.237115] ACPI: SSDT 7ba6ee18 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.237838] ACPI: Dynamic OEM Table Load:
    [ 0.237843] ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20051117)
    [ 0.246829] ACPI: SSDT 7ba6ff18 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.247515] ACPI: Dynamic OEM Table Load:
    [ 0.247520] ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20051117)
    [ 0.257074] ACPI: Interpreter enabled
    [ 0.257081] ACPI: (supports S0 S3 S4 S5)
    [ 0.257124] ACPI: Using IOAPIC for interrupt routing
    [ 0.265711] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
    [ 0.265982] ACPI: No dock devices found.
    [ 0.265985] HEST: Table not found.
    [ 0.265991] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.266509] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.267544] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.267549] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.267553] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.267560] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xfebfffff]
    [ 0.267579] pci 0000:00:00.0: [8086:2a40] type 0 class 0x000600
    [ 0.267613] DMAR: Forcing write-buffer flush capability
    [ 0.267616] DMAR: Disabling IOMMU for graphics on this chipset
    [ 0.267647] pci 0000:00:02.0: [8086:2a42] type 0 class 0x000300
    [ 0.267668] pci 0000:00:02.0: reg 10: [mem 0x90000000-0x903fffff 64bit]
    [ 0.267681] pci 0000:00:02.0: reg 18: [mem 0x80000000-0x8fffffff 64bit pref]
    [ 0.267691] pci 0000:00:02.0: reg 20: [io 0x30d0-0x30d7]
    [ 0.267738] pci 0000:00:02.1: [8086:2a43] type 0 class 0x000380
    [ 0.267756] pci 0000:00:02.1: reg 10: [mem 0x92400000-0x924fffff 64bit]
    [ 0.267863] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
    [ 0.267945] pci 0000:00:1a.0: reg 20: [io 0x30a0-0x30bf]
    [ 0.268041] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
    [ 0.272125] pci 0000:00:1a.7: reg 10: [mem 0x94504c00-0x94504fff]
    [ 0.296690] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.296698] pci 0000:00:1a.7: PME# disabled
    [ 0.296734] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
    [ 0.296759] pci 0000:00:1b.0: reg 10: [mem 0x94500000-0x94503fff 64bit]
    [ 0.296845] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.296852] pci 0000:00:1b.0: PME# disabled
    [ 0.296883] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
    [ 0.296968] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.296974] pci 0000:00:1c.0: PME# disabled
    [ 0.297011] pci 0000:00:1c.3: [8086:2946] type 1 class 0x000604
    [ 0.297098] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 0.297105] pci 0000:00:1c.3: PME# disabled
    [ 0.297148] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
    [ 0.297230] pci 0000:00:1d.0: reg 20: [io 0x3080-0x309f]
    [ 0.297313] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
    [ 0.297391] pci 0000:00:1d.1: reg 20: [io 0x3060-0x307f]
    [ 0.297471] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
    [ 0.297552] pci 0000:00:1d.2: reg 20: [io 0x3040-0x305f]
    [ 0.297646] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
    [ 0.302125] pci 0000:00:1d.7: reg 10: [mem 0x94504800-0x94504bff]
    [ 0.328820] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.328828] pci 0000:00:1d.7: PME# disabled
    [ 0.328858] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.328949] pci 0000:00:1f.0: [8086:2917] type 0 class 0x000601
    [ 0.329112] pci 0000:00:1f.2: [8086:2929] type 0 class 0x000106
    [ 0.329145] pci 0000:00:1f.2: reg 10: [io 0x30c8-0x30cf]
    [ 0.329159] pci 0000:00:1f.2: reg 14: [io 0x30dc-0x30df]
    [ 0.329172] pci 0000:00:1f.2: reg 18: [io 0x30c0-0x30c7]
    [ 0.329185] pci 0000:00:1f.2: reg 1c: [io 0x30d8-0x30db]
    [ 0.329199] pci 0000:00:1f.2: reg 20: [io 0x3020-0x303f]
    [ 0.329212] pci 0000:00:1f.2: reg 24: [mem 0x94504000-0x945047ff]
    [ 0.329268] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.329274] pci 0000:00:1f.2: PME# disabled
    [ 0.329302] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
    [ 0.329328] pci 0000:00:1f.3: reg 10: [mem 0x94505000-0x945050ff 64bit]
    [ 0.329362] pci 0000:00:1f.3: reg 20: [io 0x3000-0x301f]
    [ 0.329486] pci 0000:01:00.0: [1969:1063] type 0 class 0x000200
    [ 0.329519] pci 0000:01:00.0: reg 10: [mem 0x93500000-0x9353ffff 64bit]
    [ 0.329537] pci 0000:01:00.0: reg 18: [io 0x2000-0x207f]
    [ 0.329645] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.329653] pci 0000:01:00.0: PME# disabled
    [ 0.333336] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 0.333343] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.333349] pci 0000:00:1c.0: bridge window [mem 0x93500000-0x944fffff]
    [ 0.333360] pci 0000:00:1c.0: bridge window [mem 0x90400000-0x913fffff 64bit pref]
    [ 0.333454] pci 0000:02:00.0: [8086:0083] type 0 class 0x000280
    [ 0.333498] pci 0000:02:00.0: reg 10: [mem 0x92500000-0x92501fff 64bit]
    [ 0.333662] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    [ 0.333671] pci 0000:02:00.0: PME# disabled
    [ 0.340004] pci 0000:00:1c.3: PCI bridge to [bus 02-02]
    [ 0.340011] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
    [ 0.340018] pci 0000:00:1c.3: bridge window [mem 0x92500000-0x934fffff]
    [ 0.340028] pci 0000:00:1c.3: bridge window [mem 0x91400000-0x923fffff 64bit pref]
    [ 0.340121] pci 0000:00:1e.0: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.340128] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.340135] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.340145] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.340150] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.340154] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.340158] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.340163] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xfebfffff] (subtractive decode)
    [ 0.340186] pci_bus 0000:00: on NUMA node 0
    [ 0.340192] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.340631] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    [ 0.340734] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP4._PRT]
    [ 0.340832] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.340835] Unable to assume _OSC PCIe control. Disabling ASPM
    [ 0.348405] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.348504] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.348599] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.348693] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 *10 11 12)
    [ 0.348788] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    [ 0.348886] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12) *0, disabled.
    [ 0.348981] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.349075] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 9 10 *11 12)
    [ 0.349214] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.349232] vgaarb: loaded
    [ 0.349386] PCI: Using ACPI for IRQ routing
    [ 0.349389] PCI: pci_cache_line_size set to 64 bytes
    [ 0.349500] reserve RAM buffer: 000000000009e000 - 000000000009ffff
    [ 0.349504] reserve RAM buffer: 000000007ba60000 - 000000007bffffff
    [ 0.349510] reserve RAM buffer: 000000007bb80000 - 000000007bffffff
    [ 0.349514] reserve RAM buffer: 000000007bbe2000 - 000000007bffffff
    [ 0.349518] reserve RAM buffer: 000000007bc00000 - 000000007bffffff
    [ 0.349695] NetLabel: Initializing
    [ 0.349698] NetLabel: domain hash size = 128
    [ 0.349700] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.349720] NetLabel: unlabeled traffic allowed by default
    [ 0.349740] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.349748] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.349756] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.359999] Switching to clocksource hpet
    [ 0.363178] Switched to NOHz mode on CPU #0
    [ 0.363276] Switched to NOHz mode on CPU #1
    [ 0.370116] pnp: PnP ACPI init
    [ 0.370143] ACPI: bus type pnp registered
    [ 0.370722] pnp 00:00: [bus 00-ff]
    [ 0.370727] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.370731] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.370735] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.370739] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.370743] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
    [ 0.370747] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
    [ 0.370751] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
    [ 0.370755] pnp 00:00: [mem 0x000cc000-0x000cffff window]
    [ 0.370759] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
    [ 0.370763] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
    [ 0.370767] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
    [ 0.370770] pnp 00:00: [mem 0x000dc000-0x000dffff window]
    [ 0.370774] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
    [ 0.370778] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
    [ 0.370782] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
    [ 0.370786] pnp 00:00: [mem 0x000ec000-0x000effff window]
    [ 0.370790] pnp 00:00: [mem 0x000f0000-0x000fffff window]
    [ 0.370794] pnp 00:00: [mem 0x80000000-0xfebfffff window]
    [ 0.370798] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
    [ 0.370911] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.371140] pnp 00:01: [io 0x002e-0x002f]
    [ 0.371144] pnp 00:01: [io 0x004e-0x004f]
    [ 0.371148] pnp 00:01: [io 0x164e-0x164f]
    [ 0.371151] pnp 00:01: [io 0x0061]
    [ 0.371154] pnp 00:01: [io 0x0070]
    [ 0.371157] pnp 00:01: [io 0x0080]
    [ 0.371160] pnp 00:01: [io 0x0092]
    [ 0.371163] pnp 00:01: [io 0x00b2-0x00b3]
    [ 0.371167] pnp 00:01: [io 0x0063]
    [ 0.371170] pnp 00:01: [io 0x0065]
    [ 0.371173] pnp 00:01: [io 0x0067]
    [ 0.371176] pnp 00:01: [io 0x0600-0x060f]
    [ 0.371180] pnp 00:01: [io 0x0610]
    [ 0.371183] pnp 00:01: [io 0x0800-0x080f]
    [ 0.371186] pnp 00:01: [io 0x0810-0x0817]
    [ 0.371190] pnp 00:01: [io 0x0820-0x0823]
    [ 0.371193] pnp 00:01: [io 0x0400-0x047f]
    [ 0.371196] pnp 00:01: [io 0x0500-0x053f]
    [ 0.371200] pnp 00:01: [mem 0xf8000000-0xfbffffff]
    [ 0.371203] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
    [ 0.371211] pnp 00:01: [mem 0xfed10000-0xfed13fff]
    [ 0.371215] pnp 00:01: [mem 0xfed18000-0xfed18fff]
    [ 0.371218] pnp 00:01: [mem 0xfed19000-0xfed19fff]
    [ 0.371222] pnp 00:01: [mem 0xfec00000-0xfec00fff]
    [ 0.371225] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
    [ 0.371229] pnp 00:01: [mem 0xfed40000-0xfed44fff]
    [ 0.371232] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
    [ 0.371236] pnp 00:01: [mem 0xfee00000-0xfee00fff]
    [ 0.371273] pnp 00:01: disabling [io 0x164e-0x164f] because it overlaps 0000:00:1c.3 BAR 13 [io 0x1000-0x1fff]
    [ 0.371372] system 00:01: [io 0x0600-0x060f] has been reserved
    [ 0.371377] system 00:01: [io 0x0610] has been reserved
    [ 0.371381] system 00:01: [io 0x0800-0x080f] has been reserved
    [ 0.371386] system 00:01: [io 0x0810-0x0817] has been reserved
    [ 0.371390] system 00:01: [io 0x0820-0x0823] has been reserved
    [ 0.371394] system 00:01: [io 0x0400-0x047f] has been reserved
    [ 0.371399] system 00:01: [io 0x0500-0x053f] has been reserved
    [ 0.371405] system 00:01: [mem 0xf8000000-0xfbffffff] has been reserved
    [ 0.371410] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.371414] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.371419] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 0.371424] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.371429] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.371434] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.371438] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
    [ 0.371443] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.371448] system 00:01: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.371453] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.371471] pnp 00:02: [io 0x0000-0x001f]
    [ 0.371474] pnp 00:02: [io 0x0081-0x0091]
    [ 0.371478] pnp 00:02: [io 0x0093-0x009f]
    [ 0.371481] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.371485] pnp 00:02: [dma 4]
    [ 0.371537] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.371576] pnp 00:03: [io 0x0070-0x0077]
    [ 0.371630] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.371735] pnp 00:04: [irq 0 disabled]
    [ 0.371750] pnp 00:04: [irq 8]
    [ 0.371753] pnp 00:04: [mem 0xfed00000-0xfed003ff]
    [ 0.371809] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.371828] pnp 00:05: [io 0x00f0]
    [ 0.371835] pnp 00:05: [irq 13]
    [ 0.371889] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.371907] pnp 00:06: [mem 0xff800000-0xffffffff]
    [ 0.371965] pnp 00:06: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.371991] pnp 00:07: [io 0x0060]
    [ 0.371995] pnp 00:07: [io 0x0064]
    [ 0.372003] pnp 00:07: [irq 1]
    [ 0.372061] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.372090] pnp 00:08: [irq 12]
    [ 0.372150] pnp 00:08: Plug and Play ACPI device, IDs SYN1b20 PNP0f13 (active)
    [ 0.372300] pnp: PnP ACPI: found 9 devices
    [ 0.372303] ACPI: ACPI bus type pnp unregistered
    [ 0.409749] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 0.409755] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
    [ 0.409764] pci 0000:00:1c.0: bridge window [mem 0x93500000-0x944fffff]
    [ 0.409772] pci 0000:00:1c.0: bridge window [mem 0x90400000-0x913fffff 64bit pref]
    [ 0.409782] pci 0000:00:1c.3: PCI bridge to [bus 02-02]
    [ 0.409787] pci 0000:00:1c.3: bridge window [io 0x1000-0x1fff]
    [ 0.409795] pci 0000:00:1c.3: bridge window [mem 0x92500000-0x934fffff]
    [ 0.409802] pci 0000:00:1c.3: bridge window [mem 0x91400000-0x923fffff 64bit pref]
    [ 0.409812] pci 0000:00:1e.0: PCI bridge to [bus 03-03]
    [ 0.409815] pci 0000:00:1e.0: bridge window [io disabled]
    [ 0.409823] pci 0000:00:1e.0: bridge window [mem disabled]
    [ 0.409829] pci 0000:00:1e.0: bridge window [mem pref disabled]
    [ 0.409853] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
    [ 0.409861] pci 0000:00:1c.0: setting latency timer to 64
    [ 0.409875] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 0.409881] pci 0000:00:1c.3: setting latency timer to 64
    [ 0.409891] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.409897] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.409901] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.409905] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.409909] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff]
    [ 0.409914] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    [ 0.409918] pci_bus 0000:01: resource 1 [mem 0x93500000-0x944fffff]
    [ 0.409922] pci_bus 0000:01: resource 2 [mem 0x90400000-0x913fffff 64bit pref]
    [ 0.409927] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
    [ 0.409931] pci_bus 0000:02: resource 1 [mem 0x92500000-0x934fffff]
    [ 0.409935] pci_bus 0000:02: resource 2 [mem 0x91400000-0x923fffff 64bit pref]
    [ 0.409940] pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    [ 0.409943] pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    [ 0.409947] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.409952] pci_bus 0000:03: resource 7 [mem 0x80000000-0xfebfffff]
    [ 0.410023] NET: Registered protocol family 2
    [ 0.410132] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    [ 0.410465] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.411087] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.411362] TCP: Hash tables configured (established 131072 bind 65536)
    [ 0.411366] TCP reno registered
    [ 0.411370] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.411381] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.411559] NET: Registered protocol family 1
    [ 0.411580] pci 0000:00:02.0: Boot video device
    [ 0.440052] PCI: CLS 64 bytes, default 64
    [ 0.440120] Unpacking initramfs...
    [ 0.493687] Freeing initrd memory: 1728k freed
    [ 0.494435] Simple Boot Flag value 0x5 read from CMOS RAM was invalid
    [ 0.494439] Simple Boot Flag at 0x44 set to 0x1
    [ 0.494754] apm: BIOS not found.
    [ 0.494943] audit: initializing netlink socket (disabled)
    [ 0.494958] type=2000 audit(1312551622.493:1): initialized
    [ 0.495391] highmem bounce pool size: 64 pages
    [ 0.495398] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 0.498715] VFS: Disk quotas dquot_6.5.2
    [ 0.498846] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 0.499018] msgmni has been set to 1714
    [ 0.499314] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.499357] io scheduler noop registered
    [ 0.499361] io scheduler deadline registered
    [ 0.499380] io scheduler cfq registered (default)
    [ 0.499553] pcieport 0000:00:1c.0: setting latency timer to 64
    [ 0.499624] pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    [ 0.499729] pcieport 0000:00:1c.3: setting latency timer to 64
    [ 0.499792] pcieport 0000:00:1c.3: irq 41 for MSI/MSI-X
    [ 0.500070] intel_idle: MWAIT substates: 0x22220
    [ 0.500074] intel_idle: does not run on family 6 model 23
    [ 0.500082] ERST: Table is not found!
    [ 0.500103] isapnp: Scanning for PnP cards...
    [ 0.857044] isapnp: No Plug & Play device found
    [ 0.857122] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 1.060716] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUE] at 0x60,0x64 irq 1,12
    [ 1.068400] i8042: Detected active multiplexing controller, rev 1.1
    [ 1.071789] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 1.071804] serio: i8042 AUX0 port at 0x60,0x64 irq 12
    [ 1.071809] serio: i8042 AUX1 port at 0x60,0x64 irq 12
    [ 1.071813] serio: i8042 AUX2 port at 0x60,0x64 irq 12
    [ 1.071818] serio: i8042 AUX3 port at 0x60,0x64 irq 12
    [ 1.072099] mousedev: PS/2 mouse device common for all mice
    [ 1.072185] rtc_cmos 00:03: RTC can wake from S4
    [ 1.086817] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 1.086852] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 1.086887] cpuidle: using governor ladder
    [ 1.086890] cpuidle: using governor menu
    [ 1.087261] TCP cubic registered
    [ 1.087265] NET: Registered protocol family 17
    [ 1.087276] Registering the dns_resolver key type
    [ 1.087307] Using IPI No-Shortcut mode
    [ 1.087437] PM: Hibernation image not present or could not be loaded.
    [ 1.087445] registered taskstats version 1
    [ 1.087957] rtc_cmos 00:03: setting system clock to 2011-08-05 13:40:23 UTC (1312551623)
    [ 1.088039] Initializing network drop monitor service
    [ 1.088128] Freeing unused kernel memory: 512k freed
    [ 1.088469] Write protecting the kernel text: 3380k
    [ 1.088507] Write protecting the kernel read-only data: 1028k
    [ 1.093885] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.106227] udevd[54]: starting version 171
    [ 1.236052] SCSI subsystem initialized
    [ 1.269724] libata version 3.00 loaded.
    [ 1.282619] ahci 0000:00:1f.2: version 3.0
    [ 1.282637] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 1.282703] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
    [ 1.282767] ahci: SSS flag set, parallel bus scan disabled
    [ 1.282814] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x33 impl SATA mode
    [ 1.282820] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led pmp pio slum part ccc ems
    [ 1.282828] ahci 0000:00:1f.2: setting latency timer to 64
    [ 1.301035] scsi0 : ahci
    [ 1.301194] scsi1 : ahci
    [ 1.301318] scsi2 : ahci
    [ 1.301438] scsi3 : ahci
    [ 1.301557] scsi4 : ahci
    [ 1.301679] scsi5 : ahci
    [ 1.301772] ata1: SATA max UDMA/133 abar m2048@0x94504000 port 0x94504100 irq 42
    [ 1.301778] ata2: SATA max UDMA/133 abar m2048@0x94504000 port 0x94504180 irq 42
    [ 1.301782] ata3: DUMMY
    [ 1.301784] ata4: DUMMY
    [ 1.301788] ata5: SATA max UDMA/133 abar m2048@0x94504000 port 0x94504300 irq 42
    [ 1.301793] ata6: SATA max UDMA/133 abar m2048@0x94504000 port 0x94504380 irq 42
    [ 1.496710] Refined TSC clocksource calibration: 1296.749 MHz.
    [ 1.496717] Switching to clocksource tsc
    [ 1.786699] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.787736] ata1.00: ATA-8: Hitachi HTS543225L9A300, FBEOC40C, max UDMA/133
    [ 1.787741] ata1.00: 488397168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
    [ 1.788946] ata1.00: configured for UDMA/133
    [ 1.789123] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54322 FBEO PQ: 0 ANSI: 5
    [ 2.106690] ata2: SATA link down (SStatus 0 SControl 300)
    [ 2.426689] ata5: SATA link down (SStatus 0 SControl 300)
    [ 2.746690] ata6: SATA link down (SStatus 0 SControl 300)
    [ 2.760584] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    [ 2.760671] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.760676] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.760709] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.798506] sda: sda1 sda2 sda3 sda4
    [ 2.799028] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.310879] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.653828] udevd[228]: starting version 173
    [ 4.958869] ACPI: acpi_idle registered with cpuidle
    [ 4.959125] Monitor-Mwait will be used to enter C-1 state
    [ 4.959159] Monitor-Mwait will be used to enter C-2 state
    [ 4.959167] Marking TSC unstable due to TSC halts in idle
    [ 4.959208] Switching to clocksource hpet
    [ 5.052561] fuse init (API version 7.16)
    [ 5.094399] acerhdf: Acer Aspire One Fan driver, v.0.5.24
    [ 5.094431] acerhdf: unknown (unsupported) BIOS version Acer/Aspire 1810TZ/v1.3314, please report, aborting!
    [ 5.377790] Linux agpgart interface v0.103
    [ 5.381930] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.382452] ACPI: AC Adapter [ACAD] (off-line)
    [ 5.389644] wmi: Mapper loaded
    [ 5.390172] iTCO_vendor_support: vendor-support=0
    [ 5.532413] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    [ 5.532424] ACPI: Power Button [PWRB]
    [ 5.532507] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 5.548014] acer_wmi: Acer Laptop ACPI-WMI Extras
    [ 5.550648] acer_wmi: Brightness must be controlled by generic video driver
    [ 5.554953] ACPI: Lid Switch [LID0]
    [ 5.555062] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    [ 5.555072] ACPI: Sleep Button [SLPB]
    [ 5.555166] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.555173] ACPI: Power Button [PWRF]
    [ 5.560994] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 5.569140] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
    [ 5.569153] ACPI: Battery Slot [BAT1] (battery present)
    [ 5.570951] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
    [ 5.573564] iTCO_wdt: Found a ICH9M-E TCO device (Version=2, TCOBASE=0x0460)
    [ 5.573653] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 5.602755] usbcore: registered new interface driver usbfs
    [ 5.602793] usbcore: registered new interface driver hub
    [ 5.606733] usbcore: registered new device driver usb
    [ 5.623405] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 5.659329] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 5.659373] ehci_hcd 0000:00:1a.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 5.659401] ehci_hcd 0000:00:1a.7: setting latency timer to 64
    [ 5.659407] ehci_hcd 0000:00:1a.7: EHCI Host Controller
    [ 5.659455] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
    [ 5.670065] ehci_hcd 0000:00:1a.7: debug port 1
    [ 5.673944] ehci_hcd 0000:00:1a.7: cache line size of 64 is not supported
    [ 5.673971] ehci_hcd 0000:00:1a.7: irq 19, io mem 0x94504c00
    [ 5.690924] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    [ 5.691336] hub 1-0:1.0: USB hub found
    [ 5.691345] hub 1-0:1.0: 2 ports detected
    [ 5.691477] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 5.691508] ehci_hcd 0000:00:1d.7: setting latency timer to 64
    [ 5.691514] ehci_hcd 0000:00:1d.7: EHCI Host Controller
    [ 5.691528] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
    [ 5.702271] cfg80211: Calling CRDA to update world regulatory domain
    [ 5.706752] ehci_hcd 0000:00:1d.7: debug port 1
    [ 5.710655] ehci_hcd 0000:00:1d.7: cache line size of 64 is not supported
    [ 5.710683] ehci_hcd 0000:00:1d.7: irq 23, io mem 0x94504800
    [ 5.723379] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 5.723603] hub 2-0:1.0: USB hub found
    [ 5.723610] hub 2-0:1.0: 6 ports detected
    [ 5.724256] agpgart-intel 0000:00:00.0: Intel GM45 Chipset
    [ 5.724463] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
    [ 5.725927] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
    [ 5.726502] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0x80000000
    [ 5.802604] uhci_hcd: USB Universal Host Controller Interface driver
    [ 5.802687] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.802702] uhci_hcd 0000:00:1a.0: setting latency timer to 64
    [ 5.802709] uhci_hcd 0000:00:1a.0: UHCI Host Controller
    [ 5.802732] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
    [ 5.813675] uhci_hcd 0000:00:1a.0: irq 16, io base 0x000030a0
    [ 5.814571] hub 3-0:1.0: USB hub found
    [ 5.814580] hub 3-0:1.0: 2 ports detected
    [ 5.814712] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
    [ 5.814725] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 5.814730] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 5.814748] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    [ 5.823482] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00003080
    [ 5.824221] hub 4-0:1.0: USB hub found
    [ 5.824230] hub 4-0:1.0: 2 ports detected
    [ 5.824360] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 5.824373] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 5.824378] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 5.824392] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    [ 5.836745] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00003060
    [ 5.836988] hub 5-0:1.0: USB hub found
    [ 5.836995] hub 5-0:1.0: 2 ports detected
    [ 5.837118] uhci_hcd 0000:00:1d.2: PCI INT D -> GSI 16 (level, low) -> IRQ 16
    [ 5.837130] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 5.837135] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 5.837148] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    [ 5.846757] uhci_hcd 0000:00:1d.2: irq 16, io base 0x00003040
    [ 5.846997] hub 6-0:1.0: USB hub found
    [ 5.847004] hub 6-0:1.0: 2 ports detected
    [ 5.869833] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [ 5.909784] [drm] Initialized drm 1.1.0 20060810
    [ 5.926221] atl1c 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.926238] atl1c 0000:01:00.0: setting latency timer to 64
    [ 6.014499] atl1c 0000:01:00.0: version 1.0.1.0-NAPI
    [ 6.022590] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 6.022599] i915 0000:00:02.0: setting latency timer to 64
    [ 6.033370] usb 2-5: new high speed USB device number 2 using ehci_hcd
    [ 6.045183] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:
    [ 6.045188] iwlagn: Copyright(c) 2003-2010 Intel Corporation
    [ 6.045269] iwlagn 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 6.045281] iwlagn 0000:02:00.0: setting latency timer to 64
    [ 6.045314] iwlagn 0000:02:00.0: Detected Intel(R) Centrino(R) Wireless-N 1000 BGN, REV=0x6C
    [ 6.066230] iwlagn 0000:02:00.0: device EEPROM VER=0x15d, CALIB=0x6
    [ 6.066236] iwlagn 0000:02:00.0: Device SKU: 0X9
    [ 6.066240] iwlagn 0000:02:00.0: Valid Tx ant: 0X1, Valid Rx ant: 0X3
    [ 6.066261] iwlagn 0000:02:00.0: Tunable channels: 13 802.11bg, 0 802.11a channels
    [ 6.066513] iwlagn 0000:02:00.0: irq 43 for MSI/MSI-X
    [ 6.071614] i915 0000:00:02.0: irq 44 for MSI/MSI-X
    [ 6.071623] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.071626] [drm] Driver supports precise vblank timestamp query.
    [ 6.167372] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 6.236519] iwlagn 0000:02:00.0: loaded firmware version 39.31.5.1 build 35138
    [ 6.236889] Registered led device: phy0-led
    [ 6.309104] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 6.435863] Synaptics Touchpad, model: 1, fw: 7.2, id: 0x1c0b1, caps: 0xd04733/0xa40000/0xa0000
    [ 6.480908] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input6
    [ 6.507822] Linux media interface: v0.10
    [ 6.580021] Linux video capture interface: v2.00
    [ 6.591629] uvcvideo: Found UVC 1.00 device WebCam (064e:a102)
    [ 6.608274] input: WebCam as /devices/pci0000:00/0000:00:1d.7/usb2/2-5/2-5:1.0/input/input7
    [ 6.608368] usbcore: registered new interface driver uvcvideo
    [ 6.608371] USB Video Class driver (v1.0.0)
    [ 6.624890] fbcon: inteldrmfb (fb0) is primary device
    [ 6.671041] Console: switching to colour frame buffer device 170x48
    [ 6.678170] fb0: inteldrmfb frame buffer device
    [ 6.678173] drm: registered panic notifier
    [ 6.679734] acpi device:03: registered as cooling_device2
    [ 6.679988] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
    [ 6.680104] ACPI: Video Device [OVGA] (multi-head: yes rom: no post: no)
    [ 6.680793] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 6.680840] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 6.680937] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 6.680975] HDA Intel 0000:00:1b.0: setting latency timer to 64
    [ 6.802470] hda_codec: ALC269: BIOS auto-probing.
    [ 6.803832] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input9
    [ 6.833736] input: HDA Intel Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 6.833855] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
    [ 8.406870] EXT4-fs (sda3): re-mounted. Opts: (null)
    [ 8.676079] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
    [ 8.886041] Adding 265068k swap on /dev/sda2. Priority:-1 extents:1 across:265068k
    [ 12.277210] atl1c 0000:01:00.0: irq 46 for MSI/MSI-X
    [ 12.600410] /dev/vmmon[897]: Module vmmon: registered with major=10 minor=165
    [ 12.600421] /dev/vmmon[897]: Module vmmon: initialized
    [ 12.646908] /dev/vmci[905]: VMCI: Driver initialized.
    [ 12.647204] /dev/vmci[905]: Module vmci: registered with major=10 minor=58
    [ 12.647209] /dev/vmci[905]: Module vmci: initialized
    [ 12.827251] ppdev: user-space parallel port driver
    [ 13.786476] /dev/vmnet: open called by PID 979 (vmnet-dhcpd)
    [ 13.786488] /dev/vmnet: hub 1 does not exist, allocating memory.
    [ 13.786521] /dev/vmnet: port on hub 1 successfully opened
    [ 13.801438] /dev/vmnet: open called by PID 981 (vmnet-netifup)
    [ 13.801452] /dev/vmnet: port on hub 1 successfully opened
    [ 13.854670] /dev/vmnet: open called by PID 983 (vmnet-dhcpd)
    [ 13.854683] /dev/vmnet: hub 8 does not exist, allocating memory.
    [ 13.854720] /dev/vmnet: port on hub 8 successfully opened
    [ 13.915864] /dev/vmnet: open called by PID 987 (vmnet-natd)
    [ 13.915881] /dev/vmnet: port on hub 8 successfully opened
    [ 13.936302] /dev/vmnet: open called by PID 988 (vmnet-netifup)
    [ 13.936317] /dev/vmnet: port on hub 8 successfully opened
    [ 38.702663] NET: Registered protocol family 10
    [ 38.704338] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 38.704788] ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 39.752832] EXT4-fs (sda3): re-mounted. Opts: commit=600
    [ 40.413933] EXT4-fs (sda4): re-mounted. Opts: commit=600
    [ 48.976756] vmnet8: no IPv6 routers present
    [ 49.523376] vmnet1: no IPv6 routers present
    [ 105.125369] wlan0: authenticate with 00:15:e9:27:b5:38 (try 1)
    [ 105.127031] wlan0: authenticated
    [ 105.137382] wlan0: associate with 00:15:e9:27:b5:38 (try 1)
    [ 105.140390] wlan0: RX AssocResp from 00:15:e9:27:b5:38 (capab=0x471 status=0 aid=1)
    [ 105.140396] wlan0: associated
    [ 105.144018] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 105.447100] /dev/vmnet: open called by PID 971 (vmnet-bridge)
    [ 105.447115] /dev/vmnet: hub 0 does not exist, allocating memory.
    [ 105.447150] /dev/vmnet: port on hub 0 successfully opened
    [ 105.447175] bridge-wlan0: device is wireless, enabling SMAC
    [ 105.447181] bridge-wlan0: up
    [ 105.448675] bridge-wlan0: attached
    [ 107.324643] wlan0: deauthenticating from 00:15:e9:27:b5:38 by local choice (reason=3)
    [ 107.400201] cfg80211: Calling CRDA to update world regulatory domain
    [ 107.423712] bridge-wlan0: disabling the bridge
    [ 107.440034] bridge-wlan0: down
    [ 107.440043] bridge-wlan0: detached
    [ 107.440111] /dev/vmnet: open called by PID 971 (vmnet-bridge)
    [ 107.440124] /dev/vmnet: hub 0 does not exist, allocating memory.
    [ 107.440157] /dev/vmnet: port on hub 0 successfully opened
    [ 107.440172] bridge-wlan0: device is wireless, enabling SMAC
    [ 107.440177] bridge-wlan0: up
    [ 107.440182] bridge-wlan0: attached
    [ 107.860411] bridge-wlan0: disabling the bridge
    [ 107.869871] wlan0: authenticate with 00:15:e9:27:b5:38 (try 1)
    [ 107.872071] wlan0: authenticated
    [ 107.872466] wlan0: associate with 00:15:e9:27:b5:38 (try 1)
    [ 107.875411] wlan0: RX ReassocResp from 00:15:e9:27:b5:38 (capab=0x471 status=0 aid=1)
    [ 107.875417] wlan0: associated
    [ 107.876696] bridge-wlan0: down
    [ 107.876705] bridge-wlan0: detached
    [ 107.904358] /dev/vmnet: open called by PID 971 (vmnet-bridge)
    [ 107.904374] /dev/vmnet: hub 0 does not exist, allocating memory.
    [ 107.904409] /dev/vmnet: port on hub 0 successfully opened
    [ 107.904423] bridge-wlan0: device is wireless, enabling SMAC
    [ 107.904428] bridge-wlan0: up
    [ 107.905917] bridge-wlan0: attached
    [ 118.910106] wlan0: no IPv6 routers present
    This is the output of /var/log/boot
    Fri Aug 5 15:40:30 2011: :: Adjusting system time and setting kernel timezone ^[[71G [BUSY] ^[[71G [DONE]
    Fri Aug 5 15:40:30 2011: :: Starting UDev Daemon ^[[71G [BUSY] ^[[71G [DONE]
    Fri Aug 5 15:40:30 2011: :: Triggering UDev uevents ^[[71G [BUSY] ^[[71G [DONE]
    Fri Aug 5 15:40:30 2011: :: Loading Modules ^[[71G [BUSY] ^[[71G [FAIL]
    Fri Aug 5 15:40:30 2011: :: Waiting for UDev uevents to be processed ^[[71G [BUSY] ^[[71G [DONE]
    Fri Aug 5 15:40:30 2011: :: Bringing up loopback interface ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:30 2011: :: Checking Filesystems ^[[161G [BUSY] /dev/sda3: clean, 190178/480496 files, 1530694/1921775 blocks
    Fri Aug 5 15:40:30 2011: /dev/sda4: clean, 49123/14761984 files, 38814365/59034858 blocks
    Fri Aug 5 15:40:30 2011: /dev/sda1: clean, 30/26104 files, 19115/104388 blocks
    Fri Aug 5 15:40:30 2011: ^[[161G [DONE]
    Fri Aug 5 15:40:30 2011: :: Remounting Root Read/Write ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:30 2011: :: Creating mtab ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:30 2011: :: Mounting Local Filesystems ^[[161G [BUSY] ^[[161G [FAIL]
    Fri Aug 5 15:40:31 2011: :: Activating Swap ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Configuring Time Zone ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Initializing Random Seed ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Removing Leftover Files ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Setting Hostname: gianluca-laptop ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Setting Locale: en_GB.UTF-8 ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:31 2011: :: Setting Consoles to UTF-8 mode ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:32 2011: :: Loading Keyboard Map: it ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:32 2011: :: Saving dmesg Log ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:32 2011: INIT: Entering runlevel: 5
    Fri Aug 5 15:40:32 2011: :: Starting Syslog-NG ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:32 2011: :: Starting D-BUS system messagebus ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:33 2011: :: Starting Avahi mDNS/DNS-SD Daemon ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:33 2011: :: Starting NetworkManager ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:33 2011: :: Mounting Network Filesystems ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:34 2011: :: Starting crond daemon ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:34 2011: :: Restoring ALSA Levels ^[[161G [BUSY] ^[[161G [DONE]
    Fri Aug 5 15:40:34 2011: Starting VMware services:
    Fri Aug 5 15:40:34 2011: VMware USB Arbitrator^[[71G done
    Fri Aug 5 15:40:34 2011: Virtual machine monitor^[[71G done
    Fri Aug 5 15:40:35 2011: Virtual machine communication interface^[[71G done
    Fri Aug 5 15:40:35 2011: VM communication interface socket family^[[71G done
    Fri Aug 5 15:40:35 2011: Blocking file system^[[71G done
    Fri Aug 5 15:40:35 2011: Virtual ethernet^[[71G done
    Fri Aug 5 15:40:36 2011: Shared Memory Available^[[71G done
    Fri Aug 5 15:40:36 2011: :: Starting Up Sensors ^[[161G [BUSY] ^[[161G [DONE]
    What could be the problem?
    Thanks

    Wed Aug 10 08:49:11 2011: :: Adjusting system time and setting kernel timezone ^[[119G [BUSY] ^[[119G [DONE]
    Wed Aug 10 08:49:11 2011: :: Starting UDev Daemon ^[[119G [BUSY] ^[[119G [DONE]
    Wed Aug 10 08:49:11 2011: :: Triggering UDev uevents ^[[119G [BUSY] ^[[119G [DONE]
    Wed Aug 10 08:49:11 2011: :: Loading Modules ^[[119G [BUSY] ^[[119G [DONE]
    Wed Aug 10 08:49:11 2011: :: Waiting for UDev uevents to be processed ^[[119G [BUSY] ^[[119G [DONE]
    Wed Aug 10 08:49:11 2011: :: Bringing up loopback interface ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Checking Filesystems ^[[161G [BUSY] /dev/sda3: clean, 190755/480496 files, 1567027/1921775 blocks
    Wed Aug 10 08:49:11 2011: /dev/sda4: clean, 39914/14761984 files, 39001242/59034858 blocks
    Wed Aug 10 08:49:11 2011: /dev/sda1: clean, 29/26104 files, 19024/104388 blocks
    Wed Aug 10 08:49:11 2011: ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Remounting Root Read/Write ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Creating mtab ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Mounting Local Filesystems ^[[161G [BUSY] ^[[161G [FAIL]
    Wed Aug 10 08:49:11 2011: :: Activating Swap ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Configuring Time Zone ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Initializing Random Seed ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:11 2011: :: Removing Leftover Files ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: :: Setting Hostname: gianluca-laptop ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: :: Setting Locale: en_GB.UTF-8 ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: :: Setting Consoles to UTF-8 mode ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: :: Loading Keyboard Map: it ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: :: Saving dmesg Log ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:12 2011: INIT: Entering runlevel: 5
    Wed Aug 10 08:49:12 2011: :: Starting Syslog-NG ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:13 2011: :: Starting D-BUS system messagebus ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:13 2011: :: Starting Avahi mDNS/DNS-SD Daemon ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:14 2011: :: Starting NetworkManager ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:14 2011: :: Mounting Network Filesystems ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:14 2011: :: Starting crond daemon ^[[161G [BUSY] ^[[161G [DONE]
    Wed Aug 10 08:49:14 2011: :: Restoring ALSA Levels ^[[161G [BUSY] Found hardware: "HDA-Intel" "Intel Cantiga HDMI" "HDA:10ec0269,1025029b,00100004 HDA:80862802,80860101,001000
    Wed Aug 10 08:49:14 2011: Hardware is initialized using a generic method
    Wed Aug 10 08:49:14 2011: ^[[161G [FAIL]
    Wed Aug 10 08:49:15 2011: Starting VMware services:
    Wed Aug 10 08:49:15 2011: VMware USB Arbitrator^[[71G done
    Wed Aug 10 08:49:15 2011: Virtual machine monitor^[[71Gfailed
    Wed Aug 10 08:49:15 2011: Virtual machine communication interface^[[71Gfailed
    Wed Aug 10 08:49:15 2011: VM communication interface socket family^[[71Gfailed
    Wed Aug 10 08:49:15 2011: Blocking file system^[[71Gfailed
    Wed Aug 10 08:49:15 2011: Virtual ethernet^[[71Gfailed
    Wed Aug 10 08:49:15 2011: :: Starting Up Sensors ^[[161G [BUSY] ^[[161G [DONE]
    Ok, I still have that fail during the 'Mounting Local Filesystems'.
    If there isn't the swap partition it should be something else from my fstab..
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    UUID=1b52b0c4-5b56-4bee-8966-65bcaffbf2ee /home ext4 defaults 0 1
    UUID=22475d68-29e5-4a22-8942-38cb30110d30 swap swap defaults 0 0
    UUID=2bef0cce-027d-44fa-a086-056c390cd847 / ext4 defaults 0 1
    UUID=59d811ed-2920-45c1-a5cc-e0675e212721 /boot ext2 defaults 0 1
    UUID=325220A852207331 /media/MyPassport ntfs defaults,nofail 0 2
    UUID=FDC0-6FEA /media/CowonIvana auto defaults,nofail 0 2
    UUID=7AEB-F44F /media/CentralEurope auto defaults,nofail 0 2
    UUID=287B-C290 /media/CowonGian auto defaults,nofail 0 2
    UUID=3F9D788B3774630C /media/SanDisk ntfs defaults,nofail 0 2
    But I can't find anything that looks unusual into my /etc/fstab

  • [Solved] Failed to initialize the NVIDIA kernel module

    Hi all,
    I've just made the jump to arch and have a fresh install. I'm having trouble getting the nvidia drivers to work. I am currently using the nouveau drivers without issue.
    The method I am using - after much trial - is:
    - uninstall nouveau and mesa lib
    - install nvidia package
    - remove nouveau module entry in mkinitcpio.conf
    - run `mkinitcpio -p linux`
    - edit .conf in xorg.conf.d with minimal required settings. Currently:
    Section "Device"
    Identifier "device0"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    I have installed the linux-headers package and tried reinstalling nvidia again
    Card:
    01:00.0 VGA compatible controller: NVIDIA Corporation GF106 [GeForce GTS 450] (rev a1)
    Kernel:
    3.12.6-1-ARCH
    My Xorg.0.log looks like:
    [ 3.979]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 3.979] X Protocol Version 11, Revision 0
    [ 3.979] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 3.979] Current Operating System: Linux arch.tempera 3.12.6-1-ARCH #1 SMP PREEMPT Fri Dec 20 19:39:00 CET 2013 x86_64
    [ 3.979] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw
    [ 3.979] Build Date: 13 December 2013 03:11:42PM
    [ 3.979]
    [ 3.979] Current version of pixman: 0.32.4
    [ 3.979] Before reporting problems, check [url]http://wiki.x.org[/url]
    to make sure that you have the latest version.
    [ 3.979] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 3.979] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jan 4 21:29:46 2014
    [ 3.980] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 3.980] (==) No Layout section. Using the first Screen section.
    [ 3.980] (==) No screen section available. Using defaults.
    [ 3.980] (**) |-->Screen "Default Screen Section" (0)
    [ 3.980] (**) | |-->Monitor "<default monitor>"
    [ 3.981] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 3.981] (**) | |-->Device "device0"
    [ 3.981] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 3.981] (==) Automatically adding devices
    [ 3.981] (==) Automatically enabling devices
    [ 3.981] (==) Automatically adding GPU devices
    [ 3.984] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 3.984] Entry deleted from font path.
    [ 3.984] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 3.984] Entry deleted from font path.
    [ 3.984] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 3.984] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 3.984] Entry deleted from font path.
    [ 3.984] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 3.984] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 3.984] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 3.984] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 3.984] (II) Loader magic: 0x7fec20
    [ 3.984] (II) Module ABI versions:
    [ 3.984] X.Org ANSI C Emulation: 0.4
    [ 3.984] X.Org Video Driver: 14.1
    [ 3.984] X.Org XInput driver : 19.1
    [ 3.984] X.Org Server Extension : 7.0
    [ 3.985] (--) PCI:*(0:1:0:0) 10de:0dc4:19da:1184 rev 161, Mem @ 0xf4000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 3.986] Initializing built-in extension Generic Event Extension
    [ 3.986] Initializing built-in extension SHAPE
    [ 3.986] Initializing built-in extension MIT-SHM
    [ 3.986] Initializing built-in extension XInputExtension
    [ 3.986] Initializing built-in extension XTEST
    [ 3.986] Initializing built-in extension BIG-REQUESTS
    [ 3.986] Initializing built-in extension SYNC
    [ 3.986] Initializing built-in extension XKEYBOARD
    [ 3.986] Initializing built-in extension XC-MISC
    [ 3.986] Initializing built-in extension SECURITY
    [ 3.986] Initializing built-in extension XINERAMA
    [ 3.986] Initializing built-in extension XFIXES
    [ 3.986] Initializing built-in extension RENDER
    [ 3.986] Initializing built-in extension RANDR
    [ 3.986] Initializing built-in extension COMPOSITE
    [ 3.986] Initializing built-in extension DAMAGE
    [ 3.986] Initializing built-in extension MIT-SCREEN-SAVER
    [ 3.986] Initializing built-in extension DOUBLE-BUFFER
    [ 3.986] Initializing built-in extension RECORD
    [ 3.986] Initializing built-in extension DPMS
    [ 3.986] Initializing built-in extension X-Resource
    [ 3.986] Initializing built-in extension XVideo
    [ 3.986] Initializing built-in extension XVideo-MotionCompensation
    [ 3.986] Initializing built-in extension XFree86-VidModeExtension
    [ 3.986] Initializing built-in extension XFree86-DGA
    [ 3.986] Initializing built-in extension XFree86-DRI
    [ 3.986] Initializing built-in extension DRI2
    [ 3.986] (II) LoadModule: "glx"
    [ 3.989] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 4.075] (II) Module glx: vendor="NVIDIA Corporation"
    [ 4.075] compiled for 4.0.2, module version = 1.0.0
    [ 4.075] Module class: X.Org Server Extension
    [ 4.075] (II) NVIDIA GLX Module 331.20 Wed Oct 30 17:36:48 PDT 2013
    [ 4.076] Loading extension GLX
    [ 4.076] (II) LoadModule: "nvidia"
    [ 4.076] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 4.082] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 4.082] compiled for 4.0.2, module version = 1.0.0
    [ 4.082] Module class: X.Org Video Driver
    [ 4.083] (II) NVIDIA dlloader X Driver 331.20 Wed Oct 30 17:16:53 PDT 2013
    [ 4.083] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 4.083] (++) using VT number 7
    [ 4.090] (II) Loading sub module "fb"
    [ 4.090] (II) LoadModule: "fb"
    [ 4.090] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 4.091] (II) Module fb: vendor="X.Org Foundation"
    [ 4.091] compiled for 1.14.5, module version = 1.0.0
    [ 4.091] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4.091] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 4.091] (II) Loading sub module "wfb"
    [ 4.091] (II) LoadModule: "wfb"
    [ 4.091] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 4.092] (II) Module wfb: vendor="X.Org Foundation"
    [ 4.092] compiled for 1.14.5, module version = 1.0.0
    [ 4.092] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 4.092] (II) Loading sub module "ramdac"
    [ 4.092] (II) LoadModule: "ramdac"
    [ 4.092] (II) Module "ramdac" already built-in
    [ 4.093] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 4.093] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 4.093] (==) NVIDIA(0): RGB weight 888
    [ 4.093] (==) NVIDIA(0): Default visual is TrueColor
    [ 4.093] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 4.094] (**) NVIDIA(0): Enabling 2D acceleration
    [ 4.095] (EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module. Please see the
    [ 4.095] (EE) NVIDIA(0): system's kernel log for additional error messages and
    [ 4.095] (EE) NVIDIA(0): consult the NVIDIA README for details.
    [ 4.095] (EE) NVIDIA(0): *** Aborting ***
    [ 4.095] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 4.095] (II) UnloadModule: "nvidia"
    [ 4.095] (II) UnloadSubModule: "wfb"
    [ 4.095] (II) UnloadSubModule: "fb"
    [ 4.095] (EE) Screen(s) found, but none have a usable configuration.
    [ 4.095] (EE)
    Fatal server error:
    [ 4.095] (EE) no screens found(EE)
    [ 4.095] (EE)
    Please consult the The X.Org Foundation support
    at [url]http://wiki.x.org[/url]
    for help.
    [ 4.095] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 4.095] (EE)
    [ 4.107] (EE) Server terminated with error (1). Closing log file.
    The only entry I found in `dmesg | grep nvidia` related to nvidia-drm, and seemed to say it was loaded successfully. I didn't save the exact entry and i've reinstalled nouveau now so that I could post this.
    Any help much appriciated. I've been at this for a while. Learning a lot in the process!
    Last edited by gnibbler (2014-01-04 22:31:49)

    Success! Several days of trying various things and I finally give in and make a post to this forum. One more attempt - which was only really so that I could add modprobe info to this post - and it works.
    I had at some stage installed the driver xf86-video-nv, and this may have been causing the clash. I un-installed it, and followed the procedure above to reinstall nvidia.
    I think the main hang up I'd had is that I had not been rebuilding my kernel image with mkinitcpio after installing nvidia during my previous attempts.
    I hope some info in here helps some other stuck archer.
    Edit: Thanks graysky. I had found the right nvidia driver using the arch wiki and followed this advice to remove the nouveau hook. Much appriciated.
    Last edited by gnibbler (2014-01-04 22:35:00)

  • Trying to register the VirtualBox kernel modules using DKMS [FAILED]

    Hi,
    I am getting the following error while installing Oracle VirtualBox on OEL 5.2, 64-bit.
    I am able to see Virtual Machine Wizard from "Applications > System Tools > Oracle VM VirtualBox". Can I go ahead and do 11gR2 RAC installation using Oracle VirtualBox ???
    If I need to install DKMS kernel modules please let me know how to do that.
    ====================================================================================
    [root@linux2 OracleVM]# rpm -Uvh VirtualBox-4.1-4.1.18_78361_rhel5-1.x86_64.rpm
    warning: VirtualBox-4.1-4.1.18_78361_rhel5-1.x86_64.rpm: Header V4 DSA signature: NOKEY, key ID 98ab5139
    Preparing... ########################################### [100%]
    1:VirtualBox-4.1 ########################################### [100%]
    Creating group 'vboxusers'. VM users must be member of that group!
    No precompiled module for this kernel found -- trying to build one. Messages
    emitted during module compilation will be logged to /var/log/vbox-install.log.
    Stopping VirtualBox kernel modules [ OK ]
    Uninstalling old VirtualBox DKMS kernel modules [ OK ]
    Trying to register the VirtualBox kernel modules using DKMS [FAILED]
    (Failed, trying without DKMS)
    Recompiling VirtualBox kernel modules [ OK ]
    Starting VirtualBox kernel modules [ OK ]
    ====================================================================================
    Thanks.
    -Joy.

    And this relates to RAC, ASM, and Clusterware installation in what way?
    Please lock this thread and open one in the appropriate forum. Thanks.

Maybe you are looking for

  • Send File Error

    I am not sure if it is just me and my computer but that's why I am asking. Does anyone else have a problem with sending files (lock documents) over the send file option on iChat? I have never successfully sent a file to another iChat or any IM accoun

  • Web Dynpro ABAP Stylesheet - Portal Integration

    We have a Web Dynpro ABAP being displayed through a Portal iView.  The Portal server and the Web Dynpro ABAP server are separate.  Our problem is in getting the Web Dynpro ABAP to use the stylesheet of the Portal. We can make this work by forcing an

  • Subquery in dynamic where-clause

    Hi, i'm trying to build a dynamic sql-statement in OPEN SQL, which uses a subquery in the dynamic where-clause. In the following example code the first select works fine, the second one raises an error. report  zerrorforum. data:   l_var_anzahl * No

  • ROLLUP locked resource to build indexces

    Hi, I am running a rollup where some aggregates are filling, there was a direct sql statement running to fill the aggregate. while running this rollup one more process to drop index for another cube also started. The rollup took 2 hours, after finish

  • Access oracle database from microsoft access?

    It is possible access to an'ORACLE database from Microsoft Access?