Virtualbox linux-header wrong kernel

Hello everyone, This is my first post to the forums.
    I got arch up and running a number of months ago. Installed gnome and was overall satisfied with pacman (this was my first experience)
    Recently I tried to install virtualbox from the offical repos. The install seemd to have went normally and I even installed all the optional dependancies. When I went to run VB it asked me for  vboxdrv kernel module 3.4.9-1-ARCH. Seemed like a easy fix to pacman -S linux-headers. This did not fix the problem. Pacman tried to target linux-headers-3.5.3-1. I think I am doing something really simple incorrectly. Any help would be appreciated.
* I have tried googling and searching the prior posts, I must be using the wrong keywords

thanks for you help, turns out that my system was out of date and then pacman updated the kernel, i guess i didn't notice that it updated the kerenl and needed a reboot.
I should restart my PCs every week or 2... just got lazy. A simple reboot booted into my new kernel and fixed the problem.

Similar Messages

  • Cannot install oracle vpn on linux getting error kernel-sourcecode is neede

    cannot install oracle vpn on linux getting error kernel-sourcecode is needed by gds_cisco_vpn_client-2.0-llrhel4.i386.. i already installed kernel-devel still it get the same error. pls help.

    1. kernel (.rpm)
    2. kernel-devel (.rpm) - containing only Makefiles and some kernel header files
    3. kernel source rpm (src.rpm) - source for rebuilding the kernel
    4. kernel-sourcecode (.rpm) - source-tree for developing custom kernels
    are four different packages.
    If you are running OEL-4 (2.6.9 kernel) and you have an ULN account, you can download kernel-sourcecode rpm from ULN. There is no kernel-sourcecode for OEL-5 available on ULN site.
    NJ

  • Wrong kernel loaded?

    Hello
    I am currently in the process of installing arch and i had a networking problem i had no interfaces so i came across some thread which said that if that happens u might be loading the wrong kernel
    so i ran
    uname -a
    : Linux 3.17.3
    and also pacman -Qi linux
    :linux 3.17.4
    and then i looked more on that issue and i came across this thread https://bbs.archlinux.org/viewtopic.php?id=181536
    in which someone said you might not be mounted to boot so i tried mount /dev/sda2(this is the boot partition) /boot and i got in return error
    unknown filesystem type 'vfat'
    the thing is that i made it fat according to this tutorial http://www.tomshardware.com/faq/id-1860 … -uefi.html of installing arch on a uefi motherboard and also according to this: https://wiki.archlinux.org/index.php/Un … _Partition
    i just wanna state that during the installation process i dont remember any problems mounting the partition
    what do i do to fix this problems?
    thanks a lot

    What is the output of mount
    Also, please post your /etc/fstab file.
    and what is the output of ls -l /dev/disk/by-uuid
    Here are mine (for an example of what I would like to see[
    ewaller@odin ~ 1023 %mount
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    dev on /dev type devtmpfs (rw,nosuid,relatime,size=1973548k,nr_inodes=493387,mode=755)
    run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
    /dev/sda8 on / type ext4 (rw,relatime,data=ordered)
    securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
    tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
    devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
    tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
    cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
    pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
    cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
    cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
    cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
    cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
    cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
    cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
    cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
    systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=23,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
    tmpfs on /tmp type tmpfs (rw)
    hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
    mqueue on /dev/mqueue type mqueue (rw,relatime)
    debugfs on /sys/kernel/debug type debugfs (rw,relatime)
    configfs on /sys/kernel/config type configfs (rw,relatime)
    /dev/sda9 on /mnt/smalldisk type vfat (rw,nosuid,nodev,noexec,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
    /dev/sda5 on /boot type ext2 (rw,relatime)
    /dev/sda2 on /mnt/disk type jfs (rw,relatime)
    /dev/sda7 on /home type ext4 (rw,relatime,data=ordered)
    tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=395332k,mode=700,uid=1000,gid=100)
    fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime)
    gvfsd-fuse on /run/user/1000/gvfs type fuse.gvfsd-fuse (rw,nosuid,nodev,relatime,user_id=1000,group_id=100)
    ewaller@odin ~ 1024 %cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    UUID=1e70da27-41c7-43fc-963b-81bae666b1c6 /home ext4 defaults,user_xattr 0 1
    UUID=73796934-070f-4e79-a973-229432222e58 / ext4 defaults 0 1
    UUID=9c1fd3af-fd51-4bc5-9b43-d5ae12b47df1 /boot ext2 defaults 0 1
    UUID=d4a4aafc-3dcd-4b32-974e-f3b2cb124c64 swap swap defaults 0 0
    /dev/sda2 /mnt/disk/ jfs defaults 0 1
    /dev/sda9 /mnt/smalldisk vfat defaults,users 0 1
    /dev/sda1 /mnt/win7 ntfs defaults,users,noauto 0 1
    ewaller@odin ~ 1025 %ls -l /dev/disk/by-uuid
    total 0
    lrwxrwxrwx 1 root root 10 Nov 24 20:07 1e70da27-41c7-43fc-963b-81bae666b1c6 -> ../../sda7
    lrwxrwxrwx 1 root root 10 Nov 24 20:07 2DA2DBF1421DA541 -> ../../sda1
    lrwxrwxrwx 1 root root 10 Nov 24 20:07 50e26992-25e2-41c0-9782-88430faaa261 -> ../../sda2
    lrwxrwxrwx 1 root root 10 Nov 24 20:07 567A-7203 -> ../../sda9
    lrwxrwxrwx 1 root root 10 Nov 24 20:07 73796934-070f-4e79-a973-229432222e58 -> ../../sda8
    lrwxrwxrwx 1 root root 10 Nov 24 20:07 9c1fd3af-fd51-4bc5-9b43-d5ae12b47df1 -> ../../sda5
    lrwxrwxrwx 1 root root 10 Nov 24 20:07 d4a4aafc-3dcd-4b32-974e-f3b2cb124c64 -> ../../sda6
    ewaller@odin ~ 1026 %

  • UEFI boot problems with Linux 3.7 kernels

    According to this thread in the Arch Linux forums, some people are having problems booting some versions of the Linux 3.7 kernel. Here are the numbers: 
    3.7.3 works for some, but not others
    3.7.4 works for some, but not others
    3.7.5 works
    3.7.6 does not
    3.7.7 works
    3.7.8 does not
    The problem occurs with both the Gummiboot and rEFInd boot managers, and has so far only been reported on Lenovo hardware. I have a ThinkPad W530, and can confirm that on Gummiboot, 3.7.6 does not work, whereas 3.7.5 and 3.7.7 does work. It looks like a Lenovo-related issue to me. It has only been reported on Arch Linux as far as I know. Has anyone else encountered this problem?

    Thanks for your reply. Yes, the cursor did blink in the top left corner.
    I gather from your comments that, if I install a new HD, I will be able to re-install the Windows 7 32-bit O/S from the Product Recovery DVD GMR410014EN0, which was supplied by Toshiba with the laptop and it would also follow, if that is true, that I would be able to Format (Boot n' Nuke) the existing HD and re-install the O/S onto it before I get my friend to lay out cash for a new HD.
    I would appreciate your confirmation that the above conclusions are correct as I was under the, hopefully incorrect, impression that the Recovery Disk could only be used to repair an existing system. I have the Microsoft licence number as it is printed on the bottom of my friends machine.
    Thanks for your time and I look forward to hearing from you.

  • Replace Linux with Hurd kernel

    Hi
    Can i Replace Linux with Hurd kernel?

    Lone_Wolf wrote:
    hayderctee,
    there is an Archlinux Hurd project, http://www.archhurd.org/ but i have no idea how usable it is.
    I would say that's dead, with no updates to any packages since March last year...

  • How to verify RTSJ use linux real time kernel?

    Hi,
    I'm complete newbie into this area and I'm trying out the RTSJ 2.1 beta Linux. I'm using this on Ubuntu with the linux real time kernel. Is there anyway to find out whether the real time kernel is being actually used or in other words is there a way to find out whether RTSJ works fine with the real time kernel on Ubuntu? I see that the programs get compiled and run irrespective of whether I use the real time kernel or the generic kernel.
    Thanks,
    Vidura

    Hi,
    I would assume, like other distributions, that you either boot the real-time kernel or you don't. uname should show you what you are running, but you'd have to ask the Ubuntu folk what you should see for the RT kernel.
    To see if you are benefiting from real-time, you need to run a RTSJ app that tracks deadline misses or measures latency/jitter. Try it on the non-real-time kernel and the real-time one and see what you get. Some of the examples in the "Getting Started" guide should be usable for these purposes.
    David Holmes

  • Java SE Embedded for ARM9 (ARMv5 Linux - Headful) gets rmiregistry failure

    Hi, all,
    I am using a embedded platform with TI Davinci ARM9 processor. I meet a technical problem when using Java SE Embedded 6 for ARM9 (ARMv5 Linux - Headful). I have a Java program working well in the PC with Java virtual machine.
    However, when this Java program can not run in the embedded platform. There is an error reported: "failed to start rmiregistry". The detailed error message is below:
    rmi:
    [java] rmiregistry not running
    [java] The RMI registry is not running, it will be started now.
    [java] If running under Windows you may have to hit ctrl-C after
    [java] it has been started and re-run the ant command.
    [java] Trying to start rmi registry: rmiregistry
    [java] Trying to start rmi registry: nullrmiregistry
    [java] Trying to start rmi registry: /bin/rmiregistry
    [java] Trying to start rmi registry: null/bin/rmiregistry
    [java] Trying to start rmi registry: \bin\rmiregistry.exe
    [java] Trying to start rmi registry: null\bin\rmiregistry.exe
    [java] rmiregistry not running
    [java] rmiregistry not running
    [java] rmiregistry not running
    [java] rmiregistry not running
    [java] rmiregistry not running
    [java] java.rmi.ConnectException: Connection refused to host: ; nested exception is:
    [java]      java.net.ConnectException: Connection refused
    I searched in the Java SE Embedded, there is no the file named rmiregistry. However, there is a file named rmiregistry in the PC's Java. Is it the reason caused the failure? Is the package of Java SE Embedded not complete? Anyone get idea how to solve this problem?
    Thanks.
    Best Rgds,

  • Oracle 10g for Fedora Linux 3 with Kernel 2.6.9

    Can any body suggest a link, from where I can download the Oracle database 10g for Fedora Core 3 Linux with Kernel version 2.6.9-1*.
    I went through the oracle site site but i was not able to find a one for Fedora 3 instead i found for Fedora 4.
    Thanks.......
    Suneel

    You will not find one exactly as you require.
    As I suggested in the duplicate link
    Oracle 10g for Fedora Linux 3 with Kernel 2.6.9 you need to take a version of Oracle that seems to close to your Linux and then carefully tinker to make it work.,

  • Oracle Linux 5.6 kernel  in OVM VM Template OVM_OL5U6_X86_64_PVM_10GB.tgz

    I am trying to understand the results I see on an OVM Oracle Linux Guest built from the
    Template == OVM_OL5U6_X86_64_PVM_10GB.tgz
    When I execute an rpm -qa | grep "^kernel" I obtain
    rpm -qa | grep "^kernel"
    kernel-uek-headers-2.6.32-100.26.2.el5
    kernel-uek-firmware-2.6.32-100.26.2.el5
    kernel-xen-devel-2.6.18-238.0.0.0.1.el5
    kernel-uek-2.6.32-100.26.2.el5
    kernel-xen-2.6.18-238.0.0.0.1.el5
    kernel-uek-devel-2.6.32-100.26.2.el5
    I expected to see an rpm of kernel-2.6.32-100.26.2.el5 based on the results of a "uname -a"
    Linux foobar.local 2.6.32-100.26.2.el5 #1 SMP Tue Jan 18 20:11:49 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
    To further confuse matters a listing of the /usr/src/kernels dir lists
    ls -l
    total 20
    drwxr-xr-x 19 root root 4096 Apr 28 2011 2.6.18-238.0.0.0.1.el5-xen-x86_64
    lrwxrwxrwx 1 root root 33 Apr 28 2011 2.6.18-238.0.0.0.1.el5xen-x86_64 -> 2.6.18-238.0.0.0.1.el5-xen-x86_64
    drwxr-xr-x 22 root root 4096 Apr 28 2011 2.6.32-100.26.2.el5
    whereas
    rpm -q --whatprovides /boot/vmlinuz-`uname -r`
    kernel-uek-2.6.32-100.26.2.el5
    I am 99.99 % certain I am not running the UEK kernel but trying to understand the seemingly contradicting information as detailed above.
    Thanks

    987942 wrote:
    I welcome any test I can perform to prove empirically whether it is the uek kernel or not.It's definitely the UEK, for the reasons stated above. Oracle Linux 5 Update 6 was the first version of Oracle Linux to ship with the UEK as the default kernel, and we hadn't quite gotten all the naming aspects 100% correct yet. So, the 2.6.32-100 kernel is absolutely a UEK.
    So, on a freshly installed Oracle Linux 5 Update 6 box:
    # uname -a
    Linux localhost.localdomain 2.6.32-100.26.2.el5 #1 SMP Tue Jan 18 20:11:49 EST 2011 x86_64 x86_64 x86_64 GNU/LinuxIf I then upgrade yum (required to get the yum changes to support kernel-uek installs) and then upgrade the box to the latest and reboot:
    # yum update yum
    # yum update
    # rebootWe're now running the latest UEK Release 1 kernel (2.6.32-400.26.2.el5uek) and it identifies itself as such:
    # uname -a
    Linux localhost.localdomain 2.6.32-400.26.2.el5uek #1 SMP Tue Apr 23 19:04:54 PDT 2013 x86_64 x86_64 x86_64 GNU/LinuxNotice that it now says el5uek in the uname string.
    We changed the RPM and kernel identifiers from kernel-uek-2.6.32-100.35.1.el5uek. So, it wasn't in the release of Oracle Linux 5 Update 6, but happened in that update errata cycle. All subsequence releases of the UEK Release 1 (2.6.32) and UEK Release 2 (2.6.39) identify themselves with an el5uek or el6uek marker.
    BTW, is there any particular reason you're using a template that has a particularly old version of Oracle Linux 5 instead of using the latest Update 9? You can find Oracle Linux 5 Update 9 templates under the heading "Oracle VM 3 Templates (OVF) for Oracle Linux 5 Media Pack for x86_64 (64 bit)" on the Oracle Software Delivery Cloud.

  • RH Linux vm.swappiness kernel parameter

    The linux kernel parameter vm.swappiness affects the tendency of the OS to swap. It has a range from 0 to 100, with 0 causing swapping to occur only when needed and 100 to swap more aggressively. The default setting is 60.
    There is little information available regarding an appropriate setting for this for Oracle RAC nodes. Do any of you have experience with swappiness? I have seen a few articles which recommend setting it to zero (0).
    Best regards,
    Bill

    Our systems administrator have inquired about this parameter. I am not fixated on this and do not suffer from compulsive tuning disorder.
    You, on the other hand, are obviously compulsive about too many of the wrong things. I'm sure everyone loves working with you...

  • Virtualbox and a custom kernel

    Virtualbox works fine with Arch's default kernel, but not with my custom kernel, although it used to.  I haven't used it in a month or two, and have done updates since then.  The custom kernel I'm using on all three machines I'll be talking about is vanilla 3.0.3 + tuxonice.  "Mercury" and "Aesculapius" both had their kernels built with a slightly modified config from "Posidon".  At some point in time, VBox has worked on all of them.  It is currently broken on Posidon and Aesculapius but works on Mercury.  Aesculapius is up to date as of yesterday (April 28th).  Posidon was last updated April 20th.  Mercury was last updated March 28th.
    - It's not (just) the kernel version.  I've tried vanilla 3.3.3 with the same config on Aesculapius.  VBox was still broken. (VBox worked with Arch's linux 3.3.3 on Aesculapius.)
    - It's not (just) the config.  Mercury (on which VBox works) has its kernel built from the same config as Posidon (with the processor optimization changed from Intel Dual Core to Intel Atom and a module for an Atheros wireless card and the built-in webcam added.  ca0106 is removed and intel-hda is added.)  Aesculapius was built from the same config as Posidon (with processor optimization changed from Intel Dual Core to Intel Pentium 4, ca0106 removed and emu101k(?) added, with a few other modules for USB webcams added.)
    - I have virtualbox-source installed on all three machines, and the modules were built with no complaint with /usr/bin/vboxbuild since the last updates of any package.
    - I have vboxdrv, vboxnetadp, and vboxnetflt modules loaded when attempting to start VMs.
    "Broken" means:
    - When starting a VM in VBox, a progress bar appears, "Starting virtual machine ..." and hangs at 0%.  Soon a second progress bar appears, "Starting virtual machine ... (2/2)" and hangs at 20%.  I cannot close the VM window except by killing all instances of VirtualBox, VBoxSVC, and VBoxXPCOMIPCD .
    - dmesg contains this:
    [ 4639.150180] warning: `VirtualBox' uses 32-bit capabilities (legacy support in use)
    [ 4645.606088] BUG: unable to handle kernel paging request at 19330825
    [ 4645.606094] IP: [<f8b7cad9>] VBoxHost_RTR0MemObjGetPagePhysAddr+0x13/0x67 [vboxdrv]
    [ 4645.606106] *pde = 00000000
    [ 4645.606108] Oops: 0000 [#1] PREEMPT SMP
    [ 4645.606112] Modules linked in: fuse lgdt330x cx88_dvb videobuf_dvb cx88_vp3054_i2c nvidia(P) tuner_simple tuner_types tda9887 tda8290 snd_ca0106 snd_ac97_codec tuner cx8800 cx8802 cx88_alsa cx88
    xx tveeprom btcx_risc videobuf_dma_sg videobuf_core i2c_algo_bit ac97_bus snd_rawmidi e1000e vboxnetflt vboxnetadp vboxdrv
    [ 4645.606131]
    [ 4645.606134] Pid: 2481, comm: VirtualBox Tainted: P 3.0.3-toi #5 MapleTronic D975XBX2/D975XBX2
    [ 4645.606139] EIP: 0060:[<f8b7cad9>] EFLAGS: 00210212 CPU: 1
    [ 4645.606145] EIP is at VBoxHost_RTR0MemObjGetPagePhysAddr+0x13/0x67 [vboxdrv]
    [ 4645.606148] EAX: 00000001 EBX: f5142010 ECX: 19330825 EDX: 19331825
    [ 4645.606150] ESI: f8848000 EDI: f5133c10 EBP: e649ddcc ESP: e649dd60
    [ 4645.606152] DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
    [ 4645.606155] Process VirtualBox (pid: 2481, ti=e649c000 task=f517ce60 task.ti=e649c000)
    [ 4645.606157] Stack:
    [ 4645.606158] f8c673d8 f49d5110 00000000 00000000 f8cd585c f5142054 eda1b814 f
    5a8a270
    [ 4645.606164] e67bf480 00000085 0001f50a 0001f50a f514204c f5142054 00025000 00025000
    [ 4645.606170] 00000025 f8822000 00000000 000009a0 f517ce60 00200246 00200246 000003b1
    [ 4645.606176] Call Trace:
    [ 4645.606185] [<c109f394>] ? __free_one_page+0xe4/0x1ba
    [ 4645.606191] [<c10a888e>] ? zone_page_state_add+0x12/0x1f
    [ 4645.606195] [<c109f510>] ? free_pcppages_bulk+0xa6/0xb6
    [ 4645.606201] [<c119e2db>] ? avc_has_perm_noaudit+0x2d0/0x2da
    [ 4645.606208] [<f8b7a177>] ? supdrvIOCtl+0x10a7/0x1fee [vboxdrv]
    [ 4645.606216] [<f8b7d4c3>] ? rtR0MemAllocEx+0x4a/0x9d [vboxdrv]
    [ 4645.606222] [<f8b7624f>] ? VBoxDrvLinuxIOCtl_4_1_12+0xea/0x16b [vboxdrv]
    [ 4645.606228] [<f8b76165>] ? SUPR0Printf+0x42/0x42 [vboxdrv]
    [ 4645.606232] [<c10cfa49>] ? do_vfs_ioctl+0x42d/0x463
    [ 4645.606235] [<c10cfac3>] ? sys_ioctl+0x44/0x65
    [ 4645.606239] [<c13c214c>] ? sysenter_do_call+0x12/0x22
    [ 4645.606241] Code: 8d 34 8d fc ff ff ff 89 4c 24 04 e9 5c ff ff ff 83 c4 08 5b 5e 5f 5d c3 8b 0f 8b 47 04 8d 91 00 10 00 00 81 fa ff 1f 00 00 76 45
    [ 4645.606261] 39 10 12 61 19 75 3d 55 89 e5 57 53 8b 51 08 8d 5a ff 83 fb
    [ 4645.606271] EIP: [<f8b7cad9>] VBoxHost_RTR0MemObjGetPagePhysAddr+0x13/0x67 [vboxdrv] SS:ESP 0068:e649dd60
    [ 4645.606279] CR2: 0000000019330825
    [ 4645.606282] ---[ end trace 41ed8e68e0cd1714 ]---
    - The vboxdrv module cannot be unloaded until after a reboot.
    - Hibernation (tuxonice) fails back to X.
    - Shutdown freezes some time after X is stopped.  I see no messages in the console other than those left over from start up.
    Here are the packages (and versions) installed on Mercury (VBox works) (pastebinned to cut post length): http://bpaste.net/show/28064/
    and for Posidon (VBox is broken): http://bpaste.net/show/28063/
    and for your convenience, the diff -u: http://bpaste.net/show/28065/
    What package(s) is/are causing the problem?  I've already tried downgrading linux-api-headers and glibc to no effect.  Alternately, what options should I change on my custom kernels?  I can post some kernel configs if that would be helpful.
    Last edited by onexused (2012-04-29 19:31:23)

    I got the same problem with custom kernel-netbook, vboxdrv  is freshly built and loaded, but I got two progress bars, one at 0%  other at 20% and zombie unclosable window of hanged VM. Searching for solution...
    Got it! Kernel was compiled with GCC 4.6, while modules with GCC 4.7.
    Last edited by randomize46 (2012-06-01 08:04:06)

  • [SOLVED] VirtualBox complaining after each kernel upgrade

    I'm using virtualbox-bin from the AUR (the one with USB support) and after each kernel update this error comes up:
    I know it's actually /etc/rc.d/vboxdrv setup
    (apparently VirtualBox isn't aware of which distribution it's running on)
    This message comes up every once in a while (usually after a kernel upgrade) and I was wondering if I can do something about it... Should I install the DKMS package from the AUR prior to running the above command? Maybe that will shut it up once and for all.
    What do you think?
    PS: The wiki says to run "vboxbuild" but /usr/bin/vboxbuild doesn't even exist.
    Last edited by DSpider (2012-05-15 15:39:13)

    Solved it a year later because I got tired of running "sudo /etc/rc.d/vboxdrv setup && sudo modprobe vboxdrv" after every kernel update. Hmph... After reading this and studying the virtualbox-hook package from the AUR, I decided that it's finally time to look into it.
    It's easy.
    1. Create a "/lib/initcpio/install/vbox" file (or whatever you wanna call it) with the following contents:
    # vim: set ft=sh:
    build ()
    echo "Building VirtualBox modules..."
    /etc/rc.d/vboxdrv setup
    echo "Ok."
    help ()
    cat<<HELPEOF
    This hook rebuilds VirtualBox modules. It does nothing to the initrd image.
    HELPEOF
    2. Add it to the "HOOKS" section from /etc/mkinitcpio.conf:
    HOOKS="base udev autodetect pata scsi sata usbinput filesystems vbox"
    Now the next time the linux and linux-headers packages are updated, the script will kick in and the modules will be rebuilt. I used to have it during boot process and it took forever until it would load X. Haha. I remember I used to go to bathroom just after I turned on the computer... Yeah, it took that long before it was done. Anyway, I asked the author if he can perhaps create a virtualbox-bin-hook package or somehow modify it to also work with virtualbox-bin. We shall see.
    Oh, and don't forget to add "vboxdrv" to the "MODULES" section from /etc/rc.conf, if you haven't done so already.

  • Black screen with dual head with kernel 3.7

    When I boot my (rather old) laptop with a VGA screen attached, the main LVDS screen goes totally black (with no backlight) at loading the module i915 and the VGA screen goes black (but one can see the backlight is on). When I boot without the VGA screen attached all is normal (and I can plug it afterwards). In the first case xorg does not start (or is not visible).
    I have no problems with previous kernels or with the lts kernel if I pass the VIDEO=SVIDEO-1:d kernel parameters (otherwise the screen goes black when I attach no screen).
    Anyone having such problams, any workaround. For the moment, I just use the lts kernel.
    Relevant output of lspci:
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    Last edited by olive (2013-01-21 15:51:02)

    see this
    https://bugs.archlinux.org/task/33062?project=1&cat[0]=10&string=linux
    https://bugs.freedesktop.org/show_bug.cgi?id=57365

  • Oracle 8.0.5 installation on linux RH6.0 kernel 2.2.5-15

    Good evening.
    I'm trying to install Oracle 8.0.5 on a machine running Linux RH 6.0 kernel 2.2.5-15.
    I wish to obtain some information about how and where can I set the following parameters:
    SHMMAX
    SHMMIN
    SHMMNI
    SHMSEG
    SEMMNS
    SEMMNI
    SEMMSL
    PROCESSES
    Thanks forward for your help.

    You'll have to be prepared to wade through and understand the Linux way of recompiling your kernel. The files can be located using the "find" command. There is some great "HOW-TO"s in the Linux RedHat site.
    Tip: Be very careful how you answer the "make config" questions because it can mess up the resulting VMLINUZ object. Also, be sure to place secondary entry in your "lilo.conf" to allow you a graceful way of getting back to the old kernel should the new one fail.
    Good Luck!

  • OAS 4.0.8.1 on Linux: Error with Kernel 2.2.18

    Hi,
    on our linux-box OAS 4.0.8.1 is running under Kernel 2.2.13 (SMP, SuSe 6.3) without big problems.
    Today we have tried to run OAS under Kernel 2.2.18 (the latest stable from the 2.2.x series) but the OAS reports an error while starting a listener (something with ORB error).
    Is anybody running OAS under 2.2.18?
    Any suggestions?
    Bye
    Halil
    null

    Originally posted by larsonm1:
    After installing patch for Backport bug # 1227322, I still have the same problem with
    'owsctl start' hanging sometimes (about 30% of the time). It usually waits after it
    says, "waiting for ORB to be ready...", and I have no error messages in any of the
    log files.
    Configuration:
    Dell PowerEdge 6300 Quad-CPU
    512 MB memory
    OAS4.0.8.1 w/ patch upto 1227322
    Linux 6.1
    glibc 2.2
    I get this when executing either from the node manager (graphically) or at the command line.
    Any Ideas?
    Friends.
    I am with the same problem.
    Gediel.

Maybe you are looking for

  • NFS Sharing Tab is not found..NFS sharing provisioning fails with error....NFS sharing using command fails in windows 2008 r2

    Hi All,      Operating System: Windows 2008 R2 Enterprise SP1 H/w:  VMware virtual machine vmx 09 Installed: File server role with "Services for network file system" Server for NFS and Client for NFS services and up and running. But when I try to cre

  • No audio on first capture

    Has anyone seen this problem? Each time I open Premiere, on the first capture, no audio is captured with the video, but on all further captures, I get audio and video. I'm using the AJA XENA LH capture card, have double-checked all settings and prefe

  • 2012 mini with 2 thunderbolt + hdmi

    I haven't been able to get a solid answer either way on this, so I'll ask specifically here and hopefully someone has tried. The new mini says on the features page: "You can daisy-chain as many as six Thunderbolt devices - including two Apple Thunder

  • Is it possible put a dock on a external disp. while spanning

    I was wondering if it is possible for me to put a dock and that menu bar that appears on the top of the screen on my PB on to an external monitor. I use monitor spanning on my 12 inch PB to make more screen real estate, but it bothers me that I gave

  • Recording actions with zoom and screen mode

    PS CS6 under Win7 x64Pro Very long time Photoshop use and one-time programmer. OK with the process of creating actions, but haven't written any PS scripts. I do lots of retouching of old B&W photographs. My initial setup after opening a new image is