SECSTORE Status after KERNEL Update: Internal error in secure store

We just updated the Kernel 700 to the patch 159 and, in the transaction SECSTORE, we have the error: "Internal error in secure store".
This error cause, for example, that we can't configure the STMS...
The entry id BC_INIT is missing, and when trying to add this entry using the report SECSTORE01, the system response is "Entry BC_INIT is not in the registered namespace"
What can we do to solve this problem?
Thanks in advance!

Please create an official SAP Support Ticket - and best: enable remote access to the effected system so that the problem can be analyzed, there.

Similar Messages

  • VMware player won't start after kernel update

    Hi,
    today I've updated to 3.9.6-1 kernel and all went good. So I wanted to start my vmware player to start a vm. Of course I've done the needed steps in the vmplayer wiki page to setup the new headers and stuff after kernel update for vmplayer. Also I've ran "vmware-patch -f" and ran trough. But still get an error when I wanted to start the player in the "/tmp/vmware-root/vmware-modconfig-11986.log":
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Log for VMware Workstation pid=11986 version=9.0.2 build=build-1031769 option=Release
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: The process is 64-bit.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Host codepage=UTF-8 encoding=UTF-8
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Host is Linux 3.9.6-1-ARCH 2013.04.01
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Msg_Reset:
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": No such file or directory.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: ----------------------------------------
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Msg_Reset:
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/root/.vmware/config": No such file or directory.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: ----------------------------------------
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: PREF Optional preferences file not found at /root/.vmware/config. Using default values.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: Msg_Reset:
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/root/.vmware/preferences": No such file or directory.
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: ----------------------------------------
    2013-06-16T13:03:51.680+01:00| vthread-3| I120: PREF Failed to load user preferences.
    2013-06-16T13:03:51.680+01:00| vthread-3| W110: Logging to /tmp/vmware-root/vmware-modconfig-11986.log
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Reading in info for the vmmon module.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Reading in info for the vmnet module.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Reading in info for the vmblock module.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Reading in info for the vmci module.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Reading in info for the vsock module.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Setting vsock to depend on vmci.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Created new pathsHash.
    2013-06-16T13:03:51.687+01:00| vthread-3| I120: Invoking modinfo on "vmmon".
    2013-06-16T13:03:51.689+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
    2013-06-16T13:03:51.689+01:00| vthread-3| I120: Invoking modinfo on "vmnet".
    2013-06-16T13:03:51.690+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
    2013-06-16T13:03:51.690+01:00| vthread-3| I120: Invoking modinfo on "vmblock".
    2013-06-16T13:03:51.691+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
    2013-06-16T13:03:51.691+01:00| vthread-3| I120: Invoking modinfo on "vmci".
    2013-06-16T13:03:51.693+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
    2013-06-16T13:03:51.693+01:00| vthread-3| I120: Invoking modinfo on "vsock".
    2013-06-16T13:03:51.696+01:00| vthread-3| I120: "/sbin/modinfo" exited with status 0.
    Maybe it has something to do with the last filesystem update?
    But I don't know what to do really and couldn't found anything on that.
    thanks

    sorry, found something now in another thread here. this fix works just fyi:
    kokoko3k wrote:
    Quick and dirty workaround to fully update your system
    sudo pacman -Suy #update everything
    sudo mkdir -p /usr/local/lib/gtkmm && cd /usr/local/lib/gtkmm
    sudo wget http://arm.konnichi.com/2013/01/05/extra/os/x86_64/gtkmm-2.24.2-2-x86_64.pkg.tar.xz
    #sudo wget http://arm.konnichi.com/2013/01/05/extra/os/i686/gtkmm-2.24.2-2-i686.pkg.tar.xz #The bug affects i686 too.
    sudo tar -xvf ./gtkmm-2.24.2-2-x86_64.pkg.tar.xz
    #sudo tar -xvf ./gtkmm-2.24.2-2-i686.pkg.tar.xz #The bug affects i686 too.
    LD_LIBRARY_PATH=/usr/local/lib/gtkmm/usr/lib/ vmplayer #start it with old libraries

  • Macbook pro - iPhoto keep prompting to update after Yosemite update. Error message when trying to update -This update is not available for this Apple ID either because it was bought by a different user or the item was cancelled

    macbook pro - iPhoto keep prompting to update after Yosemite update. Error message when trying to update -This update is not available for this Apple ID either because it was bought by a different user or the item was refunded or cancelled. 

    I only have 1 apple ID and the same was used to set up this early 2011 macbook pro and iPhoto app. I don't want to loose out on any photos. I tried logging out of app store and back in but no luck. PLEEAASEE HELPP!!!
    This problem has been reported by quite a few forum members, who skipped the update to iPhoto 9.5.1 while running Mavericks. In that case try to purchase iPhoto again instead of updating.
    After making your backup try the following:
    Uninstall iPhoto by deleting it from the applications folder, but do not empty the Trash.
    Launch the App Store, click the "Store" menu, and sign in with your AppleID.
    Open the main page of the App Store and search for iPhoto.
    If iPhoto is listed as "Free", click the "Free" button to buy it with your current AppleID.
    If it is not showing as free, there is no help but contacting the App Store Support, as Niel pointed out: http://www.apple.com/support/mac/app-store/contact/

  • Automatically build kernel module after kernel update

    Hello. Everytime kernel is updated, my wifi drivers don't work. I need to use this to get my adapter working: https://aur.archlinux.org/packages/8192cu-dkms/ .
    After kernel update, I have to manually reinstall the package, so the kernel module gets rebuilt. Is there any way to make it automatic?

    I noticed it, but your script doesn't run at all when I type `mkinitcpio -p linux`. And wifi still works after reboot. Same for graphics driver, it has a hook at shutdown, that rebuilds its module after kernel update, it haven't run too and graphics driver works. It's like 'mkinitcpio -p linux' does nothing to the system.
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    ==> Starting build: 4.0.4-2-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [autodetect]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
    ==> Image generation successful
    ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    ==> Starting build: 4.0.4-2-ARCH
    -> Running build hook: [base]
    -> Running build hook: [udev]
    -> Running build hook: [modconf]
    -> Running build hook: [block]
    ==> WARNING: Possibly missing firmware for module: wd719x
    ==> WARNING: Possibly missing firmware for module: aic94xx
    -> Running build hook: [filesystems]
    -> Running build hook: [keyboard]
    -> Running build hook: [fsck]
    ==> Generating module dependencies
    ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
    ==> Image generation successful
    Last edited by kox (2015-06-02 07:18:24)

  • Automatic recompiling of kernel module after kernel update.

    Hello everyone,
    i tried to search for it but without success...
    my question is - is it possible to set it up somehow that aur package would recompile after kernel update?
    The package I would like to rebuild is rt3090 which is module for my wifi card. It is very annoying to rebuild it manually. I know that my fglrx module does it automaticaly but how to set it?
    Thank all of you for any advise.

    Thank you :-) It looks ok, I will try DKMS as soon as I get some free time. If there was any problem, I would tell you.
    BTW: I use catalyst mainly because of saving energy management, which is of course better for my netbook. My card is too new to be fully supported by the opensource driver.
    EDIT:
    I solved the situation by upgrading my system, I tried in-kernel module rt2800pci. In the previous kernels it didn't work well with my crappy ralink rt3090 wifi card, but that's been improved :-) so I do not need rebuild the package anymore even because this module isn't compatible with newest kernel.
    I also learnt how to write my own hook from archwiki (https://wiki.archlinux.org/index.php/Mkinitcpio) so if the new module didn't work I would try it.
    The final solution = replace module rt3090sta by rt2800pci.
    Thanks! Arch has very powerful community :-)
    Last edited by h@lf@rk (2012-06-02 18:34:17)

  • [Solved] Can not build modules for VMware Player after kernel updates

    I have a problem generating the modules for VMware Player after kernel updates. I am using  VMware Player version 5.02 (without patches) and the softlink according to the Wiki.
    When I start the installation of the modules from the GUI, the program just closes. Running vmware-modconfig in the CLI generates the following log file:
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: Log for VMware Workstation pid=7478 version=9.0.2 build=build-1031769 option=Release
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: The process is 64-bit.
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: Host codepage=UTF-8 encoding=UTF-8
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: Host is Linux 3.8.10-1-ARCH 2012.11.29
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: Msg_Reset:
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": Datei oder Verzeichnis nicht gefunden.
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: ----------------------------------------
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: Msg_Reset:
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: [msg.dictionary.load.openFailed] Cannot open file "/root/.vmware/config": Datei oder Verzeichnis nicht gefunden.
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: ----------------------------------------
    2013-04-29T09:49:27.891+01:00| vthread-3| I120: PREF Optional preferences file not found at /root/.vmware/config. Using default values.
    2013-04-29T09:49:27.891+01:00| vthread-3| W110: Logging to /tmp/vmware-root/vmware-modconfig-7478.log
    2013-04-29T09:49:27.892+01:00| vthread-3| W110: Icon name must be set.
    Interestingly, after deinstallation and reinstallation the VMWare Player works fine.
    Any hint, what's going wrong?
    Last edited by Thomas_Do (2013-08-07 07:25:51)

    Today, (Kernel  3.10.5-1, VMware Player version 5.02 with kernel patches) the modules could successful be generated from the CLI:
    vmware-modconfig --console --install-all
    Solved (somehow).

  • Lost network after kernel update

    Hi
    I have lost my network after kernel updating the kernel [2.6.35.7]
    I downgraded to kernel 2.6.35.6
    Serge

    krychle wrote:
    Hi,
    I'm just reporting that I had this issue today too. I rebooted my computer from Win7 to Arch64 and I was left without network. Also it doesn't work in windows after rebooting back. I thought that It is something with connection so I tried to recoonect cable and also tryied to swap it in switch/adsl gateway. It started working after several switches (not on 1st!) It looks like interface is repeating on and off. So I rebooted to Arch and it stops working again...
    I fixed it by reinstalling kernel26 package. But it is strange because it works yesterday, last thing what I did with kernel and modules was update of gc nvidia drivers... I don't know when I updated kernel last time
    I'm using same network driver as Karol - r8169
    lsmod | less
    mii                     3826  1 r8169
    I'm using this card as well.  I upgraded yesterday and I can't get wireless with WICD.  Windows and normal network daemon work fine.  I use kernel26.  What other info can I provide?  If a bug report needs to be filed, would it be WICD, kernel26 or other?
    Also, I forgot, but I'm not using normal Wicd, I'm using wicd-nogtk from AUR.  Krychle, are you using this also?
    Edit:  I think this has to do with the python update.  I updated wicd-nogtk and its good now.  I am online.
    Last edited by Anonymo (2010-10-19 18:10:23)

  • After I update Keynote in the app store, it keeps showing up as needing to be updated

    After I update keynote from the app store, it keeps showing up as an update needed.  I have updated it 5 or 6 times and it still keeps showing up as needing to be updated.  Help!!!
    OS 10.6.8

    Is it still languishing in a cloned version of your system ... or in a copy somewhere. Were this the case, the App Store would locate it (or some remaining vestige) and think you still have it.
    Use Find any File or Easy Find to check it out.

  • Broadcom-wl-dkms not reinstalled after kernel update

    I use broadcom-wl-dkms for my wireless card (Broadcom BCM4352 rev 03). All works well, until the kernel is updated.
    I expected dkms to rebuild the package automatically, but apparently something goes wrong in the process: after every one of the last few kernel updates, the module was correctly rebuilt on reboot, but not re-installed.
    root@tank ~ # dkms status
    broadcom-wl, 6.30.223.248, 3.19.2-1-ARCH, x86_64: installed
    broadcom-wl, 6.30.223.248, 3.19.3-3-ARCH, x86_64: installed
    broadcom-wl, 6.30.223.248, 4.0.1-1-ARCH, x86_64: installed
    broadcom-wl, 6.30.223.248, 4.0.2-1-ARCH, x86_64: installed
    broadcom-wl, 6.30.223.248, 4.0.3-1-ARCH, x86_64: built
    Running
    root@tank ~ # dkms install broadcom-wl/6.30.223.248
    wl:
    Running module version sanity check.
    - Original module
    - No original module exists within this kernel
    - Installation
    - Installing to /usr/lib/modules/4.0.3-1-ARCH/kernel/drivers/net/wireless/
    depmod....
    DKMS: install completed.
    does the trick, but ideally I wouldn't have to do that.
    Looking at dkms logs, I get that:
    May 17 20:41:10 tank systemd[1]: Starting Dynamic Kernel Modules System...
    May 17 20:41:10 tank dkms[443]: Kernel preparation unnecessary for this kernel. Skipping...
    May 17 20:41:10 tank dkms[443]: Kernel preparation unnecessary for this kernel. Skipping...
    May 17 20:41:10 tank dkms[443]: Building module:
    May 17 20:41:10 tank dkms[443]: cleaning build area...
    May 17 20:41:10 tank dkms[443]: Building module:
    May 17 20:41:13 tank dkms[443]: cleaning build area....
    May 17 20:41:13 tank dkms[443]: make KERNELRELEASE=4.0.3-1-ARCH KVERSION=4.0.3-1-ARCH....
    May 17 20:41:16 tank dkms[443]: make KERNELRELEASE=4.0.3-1-ARCH -C /usr/lib/modules/4.0.3-1-ARCH/build M=/var/lib/dkms/broadcom-w
    May 17 20:41:16 tank dkms[443]: cleaning build area....
    May 17 20:41:19 tank dkms[443]: cleaning build area....
    May 17 20:41:19 tank dkms[443]: Kernel cleanup unnecessary for this kernel. Skipping...
    May 17 20:41:19 tank dkms[443]: DKMS: build completed.
    May 17 20:41:19 tank dkms[443]: steamos-xpad.ko:
    May 17 20:41:19 tank dkms[443]: Running module version sanity check.
    May 17 20:41:19 tank dkms[443]: .
    May 17 20:41:19 tank dkms[443]: Kernel cleanup unnecessary for this kernel. Skipping...
    May 17 20:41:19 tank dkms[443]: DKMS: build completed.
    May 17 20:41:19 tank dkms[443]: wl.ko:
    May 17 20:41:19 tank dkms[443]: Running module version sanity check.
    May 17 20:41:20 tank dkms[443]: - Original module
    May 17 20:41:20 tank dkms[443]: - Original module
    May 17 20:41:20 tank dkms[443]: - No original module exists within this kernel
    May 17 20:41:20 tank dkms[443]: - No original module exists within this kernel
    May 17 20:41:20 tank dkms[443]: - Installation
    May 17 20:41:20 tank dkms[443]: - Installation
    May 17 20:41:20 tank dkms[443]: - Installing to /usr/lib/modules/4.0.3-1-ARCH/kernel/drivers/input/joystick/
    May 17 20:41:20 tank dkms[443]: - Installing to /usr/lib/modules/4.0.3-1-ARCH/kernel/drivers/net/wireless/
    May 17 20:41:23 tank dkms[443]: depmod...depmod....
    May 17 20:41:23 tank dkms[443]: DKMS: install completed.
    May 17 20:41:23 tank dkms[443]: .(bad exit status: 1)
    May 17 20:41:23 tank dkms[443]: -------- Uninstall Beginning --------
    May 17 20:41:23 tank dkms[443]: Module: broadcom-wl
    May 17 20:41:23 tank dkms[443]: Version: 6.30.223.248
    May 17 20:41:23 tank dkms[443]: Kernel: 4.0.3-1-ARCH (x86_64)
    May 17 20:41:23 tank dkms[443]: -------------------------------------
    May 17 20:41:23 tank dkms[443]: Status: Before uninstall, this module version was ACTIVE on this kernel.
    May 17 20:41:23 tank dkms[443]: wl.ko:
    May 17 20:41:23 tank dkms[443]: - Uninstallation
    May 17 20:41:23 tank dkms[443]: - Deleting from: /usr/lib/modules/4.0.3-1-ARCH/kernel/drivers/net/wireless/
    May 17 20:41:23 tank dkms[443]: - Original module
    May 17 20:41:23 tank dkms[443]: - No original module was found for this module on this kernel.
    May 17 20:41:23 tank dkms[443]: - Use the dkms install command to reinstall any previous module version.
    May 17 20:41:26 tank dkms[443]: depmod....
    May 17 20:41:26 tank dkms[443]: /usr/sbin/dkms: line 1873: echo: write error: Broken pipe
    May 17 20:41:26 tank dkms[443]: /usr/sbin/dkms: line 1875: echo: write error: Broken pipe
    May 17 20:41:26 tank dkms[443]: /usr/sbin/dkms: line 1873: echo: write error: Broken pipe
    May 17 20:41:26 tank dkms[443]: /usr/sbin/dkms: line 1875: echo: write error: Broken pipe
    May 17 20:41:26 tank dkms[443]: /usr/sbin/dkms: line 1873: echo: write error: Broken pipe
    May 17 20:41:26 tank dkms[443]: /usr/sbin/dkms: line 1875: echo: write error: Broken pipe
    May 17 20:41:26 tank dkms[443]: /usr/sbin/dkms: line 1873: echo: write error: Broken pipe
    May 17 20:41:26 tank dkms[443]: /usr/sbin/dkms: line 1875: echo: write error: Broken pipe
    May 17 20:41:26 tank dkms[443]: DKMS: uninstall completed.
    May 17 20:41:26 tank dkms[443]: Error! Problems with depmod detected. Automatically uninstalling this module.
    May 17 20:41:26 tank dkms[443]: DKMS: Install Failed (depmod problems). Module rolled back to built state.
    May 17 20:41:26 tank systemd[1]: Started Dynamic Kernel Modules System.
    Apart from telling me that the broadcom-wl install failed, I don't see much in there.
    Any clue on what's going on? Thanks!
    Last edited by Gyscos (2015-05-18 08:25:32)

    The open source driver might work or might not. For me it was extremely unreliable and slow. Use the broadcom-wl driver or b43 like ugjk suggests.The wl driver is in aur.

  • Nvidia problem after kernel update

    I moved from 2.6.15 to 2.6.16 with ABS and now my nvidia isn't working.
    When I run pacman -S nvidia, I see:
    INSTALLATION FAILED
    => You have to shutdown X-server to finish installation! You have to rerun pacman -s nvidia
    And I am sure that I've shutdown my X, I even removed /tmp/.X0-lock
    Can anyone help me 

    :? I don't understand, I have my kernel sources at /usr/src/linux-2.6.16-ARCH and I have /lib/modules/linux-2.6.16-ARCH but the ABS is /var/abs/testing/kernels/kernel26/pkg/lib/modules/2.6.16-ARCH
    The logfile talks about /opt/nvidia but I dont have that
    nvidia-installer log file '/var/log/nvidia-installer.log'
    creation time: Fri Mar 31 10:42:51 2006
    option status:
    license pre-accepted : true
    update : false
    force update : false
    expert : false
    uninstall : false
    driver info : false
    no precompiled interface: true
    no ncurses color : false
    query latest driver ver : false
    OpenGL header files : false
    no questions : true
    silent : false
    no backup : false
    kernel module only : false
    sanity : false
    add this kernel : false
    no runlevel check : true
    no network : true
    no ABI note : false
    no RPMs : false
    force tls : (not specified)
    force compat32 tls : (not specified)
    X install prefix : /usr
    OpenGL install prefix : /usr
    compat32 install prefix : (not specified)
    installer install prefix: /usr
    utility install prefix : /usr
    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 : none
    tmpdir : /tmp
    ftp mirror : ftp://download.nvidia.com
    RPM file list : (not specified)
    Using built-in stream user interface
    -> License accepted by command line option.
    -> Not probing for precompiled kernel interfaces.
    -> Performing CC test with CC="cc".
    -> Kernel source path: '/lib/modules/2.6.16-ARCH/build'
    -> Kernel output path: '/lib/modules/2.6.16-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.o nv-vm.o os-
    agp.o os-interface.o os-registry.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.16-ARCH/bui
    ld SYSOUT=/lib/modules/2.6.16-ARCH/build'...
    NVIDIA: calling KBUILD...
    make CC=cc KBUILD_VERBOSE=1 -C /lib/modules/2.6.16-ARCH/build SUBDIRS=/opt/
    nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv modules
    mkdir -p /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/.tmp_versions
    make -f scripts/Makefile.build obj=/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg
    0/usr/src/nv
    echo #define NV_COMPILER "`cc -v 2>&1 | tail -n 1`" > /opt/nvidia/NVIDIA-
    Linux-x86-1.0-8178-pkg0/usr/src/nv/nv_compiler.h
    cc -Wp,-MD,/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/.nv.o.d
    -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include -D__KERNEL__
    -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototyp
    es -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2 -f
    omit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i
    686 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-point
    er-sign -I/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv -Wall -Wimpl
    icit -Wreturn-type -Wswitch -Wformat -W
    char-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -f
    no-common -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAM
    ES -D__KERNEL__ -DMODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1
    -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=8178 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MU
    LTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_CHANGE_PAGE_ATT
    R_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"
    -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /opt/nvidia/NVIDIA-Linux-x86-1.0
    -8178-pkg0/usr/src/nv/nv.o /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/sr
    c/nv/nv.c
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:41,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:47,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv.c:14:
    include/linux/prefetch.h: In function 'prefetch_range':
    include/linux/prefetch.h:62: warning: pointer of type 'void *' used in arith
    metic
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:522,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:71,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv.c:14:
    include/asm/io.h: In function 'check_signature':
    include/asm/io.h:258: warning: wrong type argument to increment
    In file included from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv.c:14:
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-linux.h:715:2: warn
    ing: #warning "conftest.sh failed, assuming remap_page_range(4)!"
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c: In function 'nvo
    s_get_agp_device_by_class':
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:503: warning: imp
    licit declaration of function 'pci_find_class'
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:503: warning: ass
    ignment makes pointer from integer without a cast
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:517: warning: ass
    ignment makes pointer from integer without a cast
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c: In function 'nv_
    kern_mmap':
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:1983: warning: im
    plicit declaration of function 'remap_page_range'
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c: In function 'nvo
    s_count_devices':
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:3646: warning: as
    signment makes pointer from integer without a cast
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv.c:3652: warning: as
    signment makes pointer from integer without a cast
    cc -Wp,-MD,/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/.nv-vm.o.
    d -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include -D__KERNE
    L__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prot
    otypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2
    -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -marc
    h=i686 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-po
    inter-sign -I/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv -Wall -Wi
    mplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpo
    inter-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-compare -Wn
    o-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM -
    DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEV
    EL=8178 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV
    _PM_MESSAGE_T_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DMODULE -D"KBUILD_STR(
    s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv_vm)" -D"KBUILD_MODNAME=KBUILD_STR(n
    vidia)" -c -o /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-vm.o
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-vm.c
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:41,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:47,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-vm.c:14:
    include/linux/prefetch.h: In function 'prefetch_range':
    include/linux/prefetch.h:62: warning: pointer of type 'void *' used in arith
    metic
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:522,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:71,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-vm.c:14:
    include/asm/io.h: In function 'check_signature':
    include/asm/io.h:258: warning: wrong type argument to increment
    In file included from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-vm.c:14:
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-linux.h:715:2: warn
    ing: #warning "conftest.sh failed, assuming remap_page_range(4)!"
    cc -Wp,-MD,/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/.os-agp.o
    .d -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include -D__KERN
    EL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pro
    totypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding -O2
    -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2 -mar
    ch=i686 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -Wno-p
    ointer-sign -I/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv -Wall -W
    implicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wp
    ointer-arith -Wno-multichar -Werror -O -fno-common -MD -Wsign-compare -W
    no-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNTRM
    -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLE
    VEL=8178 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DN
    V_PM_MESSAGE_T_PRESENT -D
    NV_CHANGE_PAGE_ATTR_PRESENT -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAM
    E=KBUILD_STR(os_agp)" -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /opt/nvid
    ia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/os-agp.o /opt/nvidia/NVIDIA-Lin
    ux-x86-1.0-8178-pkg0/usr/src/nv/os-agp.c
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:41,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:47,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-agp.c:24:
    include/linux/prefetch.h: In function 'prefetch_range':
    include/linux/prefetch.h:62: warning: pointer of type 'void *' used in arith
    metic
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:522,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:71,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-agp.c:24:
    include/asm/io.h: In function 'check_signature':
    include/asm/io.h:258: warning: wrong type argument to increment
    In file included from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-agp.c:24:
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-linux.h:715:2: warn
    ing: #warning "conftest.sh failed, assuming remap_page_range(4)!"
    cc -Wp,-MD,/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/.os-inter
    face.o.d -nostdinc -isystem /usr/lib/gcc/i686-pc-linux-gnu/4.0.3/include -D
    __KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri
    ct-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -ffreestanding
    -O2 -fomit-frame-pointer -pipe -msoft-float -mpreferred-stack-boundary=2
    -march=i686 -Iinclude/asm-i386/mach-default -Wdeclaration-after-statement -
    Wno-pointer-sign -I/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv -Wa
    ll -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -W
    parentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-common -MD -W
    sign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -D
    MODULE -DNTRM -DNVRM -DDYNAMIC_SLI -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION
    =0 -DNV_PATCHLEVEL=8178 -UDEBUG -U_DEBUG -DNDEBUG -DNV_MULTIPLE_BRIDGE_AGPG
    ART_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DMODUL
    E -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)" -D"KBUI
    LD_MODNAME=KBUILD_STR(nvidia)" -c -o /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-p
    kg0/usr/src/nv/os-interface.o /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr
    /src/nv/os-interface.c
    In file included from include/linux/list.h:7,
    from include/linux/wait.h:23,
    from include/asm/semaphore.h:41,
    from include/linux/sched.h:20,
    from include/linux/module.h:10,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:47,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-interface.c:26:
    include/linux/prefetch.h: In function 'prefetch_range':
    include/linux/prefetch.h:62: warning: pointer of type 'void *' used in arith
    metic
    In file included from include/linux/dmapool.h:14,
    from include/linux/pci.h:522,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    nv-linux.h:71,
    from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-interface.c:26:
    include/asm/io.h: In function 'check_signature':
    include/asm/io.h:258: warning: wrong type argument to increment
    In file included from /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/
    os-interface.c:26:
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/nv-linux.h:715:2: warn
    ing: #warning "conftest.sh failed, assuming remap_page_range(4)!"
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/os-interface.c: In fun
    ction 'os_set_mlock_capability':
    /opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/os-interface.c:1375: e
    rror: 'struct task_struct' has no member named 'rlim'
    make[3]: *** [/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv/os-inter
    face.o] Error 1
    make[2]: *** [_module_/opt/nvidia/NVIDIA-Linux-x86-1.0-8178-pkg0/usr/src/nv]
    Error 2
    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.

  • HP p6230a runs slow after bios update - Getting error BIODHD-8 on Diagnostic Tools

    After bios update my desktop runs so painfully slow it is unworkable.  Disk drive seems to be constantly hammered by processes that don't appear on task manager.  Running 64 bit windows 7 (sp1).  Running the diagnostic tools prior to boot up comes up with error code BIOHD-8 - A SMART test failed on the drive - please contact HP Support.  Ideally would like to get previous version of bios as machine was running well before update. 

    I will ask my HP Employee Expert colleagues about this internally. It will take a while for them to respond.
    the BIODHD-8 error code means your harddrive is failing and must be replaced.
    Back up everything that you possibly can before it fails and no longer boots up into Windows .
    is your notebook still within the standard warranty period of one year? A notebook hard disk is a warranty replaceable item.(no cost to you while within warranty) 
    HP notebook warranty status check website
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Problems with key shortcuts after kernel update (can't shutdown wifi)

    Hi! Sorry for my poor english!
    I have 2 problems on my laptop that went out after a kernel update; the first one involves the wireless card (Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01), but I don't think it is important): when I press the key shortcut it switches off only partially, the led remains lighted and with "rfkill list all" i get that is actually only software blocked.
    The second problem is about the key shortcut to switch off the screen: even with xev it isn't recognised anymore.
    I am pretty sure the 2 problems are related; the latest kernel with they were working is 3.5.6-1, in fact if I downgrade to that version I haven't got any problem.
    I have encountered this issue with 3 models of Asus EEEPC: 1015pd (mine), 1215b and 1015cx, (the first two with AR9285, the third with AR9485).
    Thanks for the help ;-)

    Ok, so after removing catalyst-test and trying to install catalyst, I got the following error:
    resolving dependencies...
    warning: cannot resolve "catalyst-utils", a dependency of "catalyst"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    catalyst
    Proceeding to try installing catalyst-utils...

  • No sound after (kernel)update 64bit

    Hey I just rebooted my PC the first time after the new kernel update.
    Now sound is not working anymore at all... But the soundcard (Audigy 2 ZS) is still recognized (e.g. via alsamixer), and kmix does not give any error message. Everything seems to work fine, except the fact that there is no sound. Of course I already checked if I muted anything by mistake. Sound is working on Vista (dualboot), so the hardware is alright.
    Any hint what could be the problem?
    PS: I stressed the kernel update in the first line, because I strongly suspect it for being the cause of the problem. The other updates were not that important (samba...).
    But I would like to hear other opinions.
    Greetings, yodo
    Edit: Ok, I manually compiled and installed an older kernel (kernel26-2.6.27.8-1) and sound is working again. It was definitly the kernel's fault! The version(s) I had (have) problems with were kernel26-2.6.27.10-1 and also kernel26-2.6.27.9-1 which I tried before kernel26-2.6.27.8-1.
    Any other users with the same problem?
    Last edited by yodo (2008-12-24 11:58:14)

    Black Mage wrote:I filled a bug report:
    http://bugs.archlinux.org/index.php?do= … k_id=12561
    happened to me two..
    Thanks! But actually rebuilding the kernel did not fix anything (for me) - at least not rebuilding kernel26-2.6.27.10-1 or kernel26-2.6.27.9-1. Sound only works after a downgrade to kernel26-2.6.27.8-1 (or below I suppose).
    Last edited by yodo (2008-12-24 16:59:43)

  • Mounting issues after kernel update (2.6.25)

    After installing the recent kernel update, mounting has gone haywire. When I put in a cd (in either of my 2 drives) it doesn't mount. In thunar, when I click on the cd drive, it displays this error:
    mount: wrong fs type, bad option, bad superblock on /dev/sr0,
           missing codepage or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so.
    I did dmesg | tail and I got this:
    EXT3-fs: mounted filesystem with ordered data mode.
    Adding 1044216k swap on /dev/sda5.  Priority:-1 extents:1 across:1044216k
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    ivtv0: Loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
    ivtv0: Encoder revision: 0x02060039
    [drm] Initialized drm 1.1.0 20060810
    ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
    PCI: Setting latency timer of device 0000:00:02.0 to 64
    [drm] Initialized i915 1.6.0 20060119 on minor 0
    UDF-fs: No VRS found
    Also, when booting a few minutes ago, it was stuck on the "checking filesystems" for a few minutes, when it usually does that step almost immediately. I also couldn't mount an iso, this is what happened:
    [root@eric-arch eric]# mount -o loop -t iso9660 /path/to/iso.iso /mnt/iso2
    mount: could not find any device /dev/loop#
    Note: I am not certain that it was caused by the kernel update, but that is the only thing I did to my machine before this started happening.
    Please help asap because I need to do schoolwork which is on a cd.

    jealma wrote:I know the solution to the /dev/loop-problem. The new 2.6.25 kernel has the loop device as a module. Please try a `modprobe loop`, that gives you a /dev/loop. I don't know whether that will be persistent after a reboot, so you may need to add "loop" to the modules-list in /etc/rc.conf.
    That worked, but I still have other issues with cd mounting, so I downgraded my kernel for now.

  • VirtualBox does not start correctly after kernel update

    Just recently I have been unable to start VirtualBox after a kernel update. That is to say it seems to be running, but displays nothing.
    The following processes are listed: VirtualBox, VBoxSVC, VBoxSVC, VBoxXPCOMPCD
    The following modules are loaded: vboxdrv, vboxnetflt, vboxnetadp
    Yesterday, when the same thing happened, I reinstalled VirtualBox and it worked correctly again.
    I recently upgraded to systemd which has caused me some other problems, so that might have something to do with it
    Cheers
    Andrew
    * Arch x86_64 up to date, NVidia proprietary drivers, AMD processor

    Updated - Rebooted (systemd does hang on reboot or shutdown but turned PC off and restarted)
    Confirmed that vbox modules are loaded:
    vboxnetflt             16807  0
    vboxnetadp             18419  0
    vboxdrv              1823469  2 vboxnetadp,vboxnetflt
    Started VirtualBox - nothing displayed.
    ps -el shows
    0 S   501  1036   614  0  80   0 - 111245 futex_ ?       00:00:00 VirtualBox
    0 S   501  1050     1  0  80   0 - 29408 poll_s ?        00:00:00 VBoxXPCOMIPCD
    0 S   501  1056     1  0  80   0 - 53178 futex_ ?        00:00:00 VBoxSVC
    output as above
    $ uname -a
    Linux ezcool 3.6.4-1-ARCH #1 SMP PREEMPT Mon Oct 29 09:49:00 CET 2012 x86_64 GNU/Linux
    # pacman -Qi linux
    Name : linux
    Version : 3.6.4-1
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.6.4
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your country
    Required By : nvidia virtualbox-host-modules
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 61124.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Architecture : x86_64
    Build Date : Mon 29 Oct 2012 09:55:27 CET
    Install Date : Wed 31 Oct 2012 12:28:40 CET
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : The linux kernel and modules
    # pacman -Qi virtualbox-host-modules
    Name : virtualbox-host-modules
    Version : 4.2.4-2
    URL : http://virtualbox.org
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : linux>=3.6 linux<3.7
    Optional Deps : None
    Required By : virtualbox
    Conflicts With : virtualbox-modules
    Replaces : virtualbox-modules
    Installed Size : 168.00 KiB
    Packager : Evangelos Foutras <[email protected]>
    Architecture : x86_64
    Build Date : Mon 29 Oct 2012 17:23:20 CET
    Install Date : Wed 31 Oct 2012 12:29:06 CET
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Description : Host kernel modules for VirtualBox
    Kill all VBox processes, VBoxSVC does not quit but is marked (defunct)
    Reload modules
    Confirm modules loaded
    vboxnetflt             16807  0
    vboxnetadp             18419  0
    vboxdrv              1823469  2 vboxnetadp,vboxnetflt
    Start VirtualBox - nothing
    pacman -Rdd virtualbox-host-modules
    pacman -S virtualbox-host-modules
    modprobe vboxdrv
    Start VirtualBox - nothing
    pacman -R virtualbox virtualbox-host-modules
    pacman -S virtualbox virtualbox-host-modules
    useradd -G vboxusers
    Start VirtualBox - nothing
    The problem seems to be something to do with nspr-2. I am getting multiple errors in the journal:
    Oct 31 14:16:46 ezcool kernel: INFO: task nspr-2:1007 blocked for more than 120 seconds.
    Oct 31 14:16:46 ezcool kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    Oct 31 14:16:46 ezcool kernel: nspr-2 D 0000000000000246 0 1007 1 0x00000000
    Oct 31 14:16:46 ezcool kernel: ffff8803d67b9d68 0000000000000082 ffff8803d65b0810 ffff8803d67b9fd8
    Oct 31 14:16:46 ezcool kernel: ffff8803d67b9fd8 ffff8803d67b9fd8 ffff8804194a58b0 ffff8803d65b0810
    Oct 31 14:16:46 ezcool kernel: ffff880300000041 ffffffff8119df46 ffff88042fffdb08 0000000000000001
    Oct 31 14:16:46 ezcool kernel: Call Trace:
    Oct 31 14:16:46 ezcool kernel: [<ffffffff8119df46>] ? mntput+0x26/0x40
    Oct 31 14:16:46 ezcool kernel: [<ffffffff811251cc>] ? __alloc_pages_nodemask+0x16c/0x960
    Oct 31 14:16:46 ezcool kernel: [<ffffffff81491a09>] schedule+0x29/0x70
    Oct 31 14:16:46 ezcool kernel: [<ffffffff81491cd7>] schedule_preempt_disabled+0x27/0x40
    Oct 31 14:16:46 ezcool kernel: [<ffffffff81490368>] __mutex_lock_slowpath+0x148/0x340
    Oct 31 14:16:46 ezcool kernel: [<ffffffff81490576>] mutex_lock+0x16/0x30
    Oct 31 14:16:46 ezcool kernel: [<ffffffffa001cbfb>] show_product+0x2b/0x60 [usbcore]
    Oct 31 14:16:46 ezcool kernel: [<ffffffff8132cc90>] dev_attr_show+0x20/0x60
    Oct 31 14:16:46 ezcool kernel: [<ffffffff8112146e>] ? __get_free_pages+0xe/0x50
    Oct 31 14:16:46 ezcool kernel: [<ffffffff811ef969>] sysfs_read_file+0xa9/0x190
    Oct 31 14:16:46 ezcool kernel: [<ffffffff8117f785>] vfs_read+0xa5/0x180
    Oct 31 14:16:46 ezcool kernel: [<ffffffff8117f8aa>] sys_read+0x4a/0xa0
    Oct 31 14:16:46 ezcool kernel: [<ffffffff81499ded>] system_call_fastpath+0x1a/0x1f
    Any ideas?

Maybe you are looking for

  • Apex giving installation problem on dell optiplex xe system

    Hi We have installed apex 4 on dell optiplex xe , but it display the source code when we use page forwared and backward of mozilla firefox. We also use the same versionon our laptpops and other non branded computer , it working fine. Regard Faiz

  • Email and bbm

    how do i change from enterprise email to personal and BBM will not work just says setting up BBM and wont go no further. help please

  • Cin in sd point of view

    Hi sd gurus, can u send me the screen shots for cin in sd sales point of view,like what are condition types in pricing procedure,and when we are doing sales,what about pricing procedure like we have to use two pricing procedures standard rvaa01 and w

  • JAVA QUESTIONS HELP!!!!!

    Hi there im a student and have an exam on java coming up next week, i have a few past paper questions that im stuck with if anyone can help that would be great..... 1.) Java implements generic types by erasure: what does this mean? A. The compiler re

  • Schema Names

    Dear OTN members, Is there a way to make the schema name appear on the GUI's connecting to that schema. I understand Oracle creates a schema by default for a user created in the Database. Is it possible to rename this schema for the GUI's look and fe