[Bug 354913] Re: vboxnetflt: Multiple versions in DKMS. Unsure what to do. Resolve manually.

2009-10-08 Thread Tim Jarzombek
** Changed in: virtualbox-ose (Ubuntu)
   Status: New = Invalid

-- 
vboxnetflt: Multiple versions in DKMS. Unsure what to do. Resolve manually.
https://bugs.launchpad.net/bugs/354913
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 354913] Re: vboxnetflt: Multiple versions in DKMS. Unsure what to do. Resolve manually.

2009-10-05 Thread guitara
Just to add to above. After removing the old version as stefano
mentioned, I did this:

sudo dkms build -m vboxdrv -v 3.0.6 -k 2.6.31-11-generic
sudo dkms install -m vboxdrv -v 3.0.6 -k 2.6.31-11-generic

This rebuilt the module (which was needed for me because of the kernel
upgrade), then installed it. Checking the status shows I've got
everything correct now, and DKMS should setup everything fine on the
reboot.

dkms status
vboxnetadp, 3.0.6, 2.6.31-11-generic, i686: installed 
vboxnetadp, 3.0.6, 2.6.31-10-generic, i686: installed 
vboxnetflt, 3.0.6, 2.6.31-11-generic, i686: installed 
vboxnetflt, 3.0.6, 2.6.31-10-generic, i686: installed 
vboxdrv, 3.0.6, 2.6.31-11-generic, i686: installed 
vboxdrv, 3.0.6, 2.6.31-10-generic, i686: installed

-- 
vboxnetflt: Multiple versions in DKMS. Unsure what to do. Resolve manually.
https://bugs.launchpad.net/bugs/354913
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 354913] Re: vboxnetflt: Multiple versions in DKMS. Unsure what to do. Resolve manually.

2009-06-22 Thread Stefano Travelli
Same issue here with VirtualBox 2.2.4 after a kernel upgrade.

I found that there was two version in /var/lib/dkms/vboxnetflt: 2.2.4
and 2.1.0.

I removed the wrong version /var/lib/dkms/vboxnetflt/2.1.0 and the
symlink that pointed to it. This solved the problem on vboxnetflt
startup.

Then I did:

sudo /etc/init.d/vboxdrv setup

After that, VirtualBox works fine again.

Hope this helps.

-- 
vboxnetflt: Multiple versions in DKMS. Unsure what to do. Resolve manually.
https://bugs.launchpad.net/bugs/354913
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs


[Bug 354913] Re: vboxnetflt: Multiple versions in DKMS. Unsure what to do. Resolve manually.

2009-04-03 Thread Angel Guzman Maeso
Additional info:

$ cat /var/log/vbox-install.log
** Compiling vboxdrv
Attempting to install using DKMS

Creating symlink /var/lib/dkms/vboxdrv/2.1.4/source -
 /usr/src/vboxdrv-2.1.4

DKMS: add Completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area
make KERNELRELEASE=2.6.28-7-generic -C /lib/modules/2.6.28-7-generic/build 
M=/var/lib/dkms/vboxdrv/2.1.4/build.

Running the post_build script:
cleaning build area

DKMS: build Completed.

vboxdrv.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/2.6.28-7-generic/updates/dkms/

depmod.

DKMS: install Completed.
** Compiling vboxnetflt
Attempting to install using DKMS
dkms.conf: Error! No 'DEST_MODULE_LOCATION' directive specified.
dkms.conf: Error! No 'PACKAGE_NAME' directive specified.
dkms.conf: Error! No 'PACKAGE_VERSION' directive specified.
  removing old DKMS module vboxnetflt version  2.1.0
dkms.conf: Error! No 'DEST_MODULE_LOCATION' directive specified.
dkms.conf: Error! No 'PACKAGE_NAME' directive specified.
dkms.conf: Error! No 'PACKAGE_VERSION' directive specified.
dkms.conf: Error! No 'DEST_MODULE_LOCATION' directive specified.
dkms.conf: Error! No 'PACKAGE_NAME' directive specified.
dkms.conf: Error! No 'PACKAGE_VERSION' directive specified.

Error! Bad conf file.
File: /var/lib/dkms/vboxnetflt/2.1.0/source/dkms.conf does not represent
a valid dkms.conf file.
  removing old DKMS module vboxnetflt version  2.1.0
dkms.conf: Error! No 'DEST_MODULE_LOCATION' directive specified.
dkms.conf: Error! No 'PACKAGE_NAME' directive specified.
dkms.conf: Error! No 'PACKAGE_VERSION' directive specified.

Error! Bad conf file.
File: /var/lib/dkms/vboxnetflt/2.1.0/source/dkms.conf does not represent
a valid dkms.conf file.

Creating symlink /var/lib/dkms/vboxnetflt/2.1.4/source -
 /usr/src/vboxnetflt-2.1.4

DKMS: add Completed.

Kernel preparation unnecessary for this kernel.  Skipping...

Running the pre_build script:

Building module:
cleaning build area
make KERNELRELEASE=2.6.28-7-generic -C /lib/modules/2.6.28-7-generic/build 
M=/var/lib/dkms/vboxnetflt/2.1.4/build.
cleaning build area

DKMS: build Completed.

vboxnetflt.ko:
Running module version sanity check.
 - Original module
   - No original module exists within this kernel
 - Installation
   - Installing to /lib/modules/2.6.28-7-generic/updates/dkms/

depmod

DKMS: install Completed.

-- 
vboxnetflt: Multiple versions in DKMS. Unsure what to do. Resolve manually.
https://bugs.launchpad.net/bugs/354913
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

-- 
universe-bugs mailing list
universe-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/universe-bugs