On 05/03/2010 05:17 PM, Stephen Liu wrote:
> Hi JD,
>
>
>    
>> $ VBox
>> WARNING: The vboxdrv kernel module is not loaded. Either there is no module
>>           available for the current kernel (2.6.34-rc6.fc12.i686) or it
>> failed to
>>           load. Please recompile the kernel module and install it by
>>
>>             sudo /etc/init.d/vboxdrv setup
>>      
>    
>>           You will not be able to start VMs until this problem is fixed.
>> Unknown application - VBox
>>      
>
> Yes, it is true.  Lately after upgrade Ubuntu kernel VMs can't start.
>
> $ sudo /etc/init.d/vboxdrv setup
> ...
>   * Stopping VirtualBox kernel module                                  *  
> done.
>   * Removing old VirtualBox netadp kernel module                       *  
> done.
>   * Removing old VirtualBox netflt kernel module                       *  
> done.
>   * Removing old VirtualBox kernel module                              *  
> done.
>   * Recompiling VirtualBox kernel module                               *  
> done.
>   * Starting VirtualBox kernel module
>   * modprobe vboxnetflt failed. Please use 'dmesg' to find out why
>
> modprobe can't find vboxnetflt.
>
> I have to run;
> insmod /lib/modules/2.6.31-21-generic/updates/dkms/vboxnetflt.ko
>
> to fix the problem.  VMs can start.  However after reboot I have to run above 
> command again.
>
> To solve the problem I add it to;
>
> $ cat /etc/rc.local
>
> #!/bin/sh -e
> #
> # rc.local
> .....
>
> insmod /lib/modules/2.6.31-21-generic/updates/dkms/vboxnetflt.ko
>
>
> Afterwards I found another problem "copy and paste" fails to work.
>
>
> B.R.
> Stephen L
>
>
>
>
>
>
>
>
>
>
>
>
>
> ----- Original Message ----
> From: JD<[email protected]>
> To: Community mailing list of VirtualBox 
> users<[email protected]>
> Sent: Tue, May 4, 2010 5:10:44 AM
> Subject: Re: [VBox-users] copy and paste stop to work.
>
>
>
> On 05/03/2010 12:06 PM, Gregory Nowak wrote:
>    
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On Mon, May 03, 2010 at 10:43:21AM +0200, Alexey Eremenko wrote:
>>
>>      
>>> (clipboard is related to VirtualBox and GuestAdditions version, not to
>>> kernel)
>>>
>>>        
>> Actually, if he upgraded the host kernel, and didn't rebuild the
>> kernel modules, that could very well be the problem.
>>
>> Greg
>>
>>      
> Sorry Greg,
> If he did not rebuild the kernel modules, and thus they were
> not loaded, VBox would not start up. To wit:
>
> $ VBox
> WARNING: The vboxdrv kernel module is not loaded. Either there is no module
>            available for the current kernel (2.6.34-rc6.fc12.i686) or it
> failed to
>            load. Please recompile the kernel module and install it by
>
>              sudo /etc/init.d/vboxdrv setup
>
>            You will not be able to start VMs until this problem is fixed.
> Unknown application - VBox
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> VBox-users-community mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/vbox-users-community
>
>
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> VBox-users-community mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/vbox-users-community
>
>    


People.....
Please PLEASE!! Stop top posting because it is hard to follow the thread.
Always reply by appending your message to the bottom.
That said, I myself have been guilty of same.

Stephen,

Perhaps the reason why the modules are not loaded is because
they are not in a standard location ????
Since I am not a Ubuntu user (I use Fedora), I  have no idea
under which directory path the vbox modules should be placed
in /lib/modules/YourKernelVersion/..... so that the modules
are found and loaded via modprobe.

As far as Copy and Paste betweeen host and guest, I to have
NEVER beeen able to make that work, even after installing addons.

Perhaps Frank can enlighten us about this issue.

Cheers,

JD

------------------------------------------------------------------------------
_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community

Reply via email to