Posts: 44
Johnn
Joined: 16 Feb 2013
#16
Same thing happens to kernel 3.8 __{{emoticon}}__

back to 3.6 again..
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#17
Strange since it works for me in 3.8.0, but 3.7.8 did not on a fresh install.

There is/will soon be a 3.7.10 kernel in the repo. Give that a try.
Posts: 765
rust collector
Joined: 27 Dec 2011
#18
I have never made vbox work right since m11, but today, it worked, installed via smxi, on the 3.8.0 kernel

I have no idea how or why, but...
Posts: 44
Johnn
Joined: 16 Feb 2013
#19
ouh, I didn't try to reinstall, just a sec.

EDT: Squeezy right?

Code: Select all

Installing the Vbox Extension package now...
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (3.8.0-antix.1-amd64-smp) 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.
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Successfully installed"Oracle VM VirtualBox Extension Pack".
then I did the vboxdrv setup..

Code: Select all

[ ok ] Stopping VirtualBox kernel modules:.
[....] Recompiling VirtualBox kernel modules:
[FAIL] Look at /var/log/vbox-install.log to find out what went wrong ... failed!
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#20
I think I have a fix.

The problem seems to be in the latest kernel builds and headers I make.
I have a 64 bit 3.7.10-antix.2 kernel and headers that should work.

I can't upload to the repos at the moment (they are still down), but I can upload to mepisimo and users will have to install both via dplg -i *.deb in the folder you download the debs to.

Available here:


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mepisimo.com/antix/Testing/"
linktext was:"http://www.mepisimo.com/antix/Testing/"
====================================
Posts: 44
Johnn
Joined: 16 Feb 2013
#21
anticapitalista wrote:I think I have a fix.

The problem seems to be in the latest kernel builds and headers I make.
I have a 64 bit 3.7.10-antix.2 kernel and headers that should work.

I can't upload to the repos at the moment (they are still down), but I can upload to mepisimo and users will have to install both via dplg -i *.deb in the folder you download the debs to.

Available here:


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.mepisimo.com/antix/Testing/"
linktext was:"http://www.mepisimo.com/antix/Testing/"
====================================
Dude, check this out>

$ sudo modprobe vboxdrv
FATAL: Module vboxdrv not found.

I just noticed.. can this be fixed ?
Posts: 98
loukingjr
Joined: 06 Nov 2009
#22
I'm in the same boat as the others here. I just installed the release version of antix 13 and the VirtualBox additions won't build for any kernel above 3.6.* apparently. Also anyone know how I can get the desktop to redaw while dragging the guest window? thanks.
Posts: 39
drghughes
Joined: 08 Mar 2009
#23
loukingjr wrote:I'm in the same boat as the others here. I just installed the release version of antix 13 and the VirtualBox additions won't build for any kernel above 3.6.* apparently.
The problem seems to be that Debian is still using glibc 2.13, and until it moves to v2.14 there won't be any easy way around this.
Posts: 98
loukingjr
Joined: 06 Nov 2009
#24
drghughes wrote:
loukingjr wrote:I'm in the same boat as the others here. I just installed the release version of antix 13 and the VirtualBox additions won't build for any kernel above 3.6.* apparently.
The problem seems to be that Debian is still using glibc 2.13, and until it moves to v2.14 there won't be any easy way around this.
okay thanks __{{emoticon}}__
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#25
I just install VB non-ose via the installed svmi script on antiX-13
Posts: 98
loukingjr
Joined: 06 Nov 2009
#26
that's not going to work for me. I'm running a test build of VB 4.2.51 for Mac hosts.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#27
Ah ok.

If you are adventurist, you could install it from experimental


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://stackoverflow.com/questions/10863613/how-to-upgrade-glibc-from-version-2-13-to-2-15-on-debian"
linktext was:"http://stackoverflow.com/questions/1086 ... -on-debian"
====================================
Posts: 98
loukingjr
Joined: 06 Nov 2009
#28
okay thanks, will give it a try in a few __{{emoticon}}__
Posts: 98
loukingjr
Joined: 06 Nov 2009
#29
hmmm. I enabled 'experimental' in /etc/apt/sources.list.d/debian.list then did an apt-get update and nothing new shows up.
anticapitalista
Posts: 5,955
Site Admin
Joined: 11 Sep 2007
#30
you have to do apt-get install -t experimental upgrade (or the name of the app you want to install)