You are not logged in.
Pages: 1
Hello., I'm trying to run virtualbox on slita 3.0 stable. But i cant.
If got the virtualbox.tazpkg from cooking, but when i run it give a error:
sh-4.0# virtualbox
modprobe: module vboxdrv not found
modprobe: failed to load module vboxdrv: No such file or directory
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (2.6.30.6-slitaz) 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.
VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
VirtualBox: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /usr/lib/virtualbox/VBoxRT.so)
VirtualBox: Tip! It may help to reinstall VirtualBox.
And if i try to install via the .run found in the download page on virtualbox site i got this:
"
sh-4.0# sh install.sh
VirtualBox Version 4.0.0 r69151 (2010-12-22T14:24:16Z) installer
Please install the build and header files for your current Linux kernel.
The current kernel version is 2.6.30.6-slitaz
Problems were found which would prevent VirtualBox from installing.
Please correct these problems and try again.
"
And get-virtualbox dont work:
[c]sh-4.0# get-virtualbox
BusyBox v1.12.0 (2010-03-12 18:25:03 CET) multi-call binary
Usage: basename FILE [SUFFIX]
Strip directory path and suffixes from FILE.
If specified, also remove any trailing SUFFIX.[/c]
I have the linux-source package. Any help?
@granada
vboxdrv,vboxnetadp,vboxnetflt kernel modules in Virtualbox-ose.tazpkg compiled on cooking(2.6.37) won't work on stable(2.6.30) kernel.
get-virtualbox on stable and cooking is broken due to upstream changes.
@Bellard
get-virtualbox error is because virtualbox.com changed to https
Solved the https issue by adding wget to Depends and --no-check-certificate in /usr/bin/get-virtualbox
get-virtualbox quits after a couple patching errors:
Creating directory install
Verifying archive integrity... All good.
Uncompressing VirtualBox for Linux installation...........
patching file routines.sh
patch: hunk #1 FAILED at 207
patch: 1 out of 1 hunk FAILED
patching file vboxdrv.sh
patch: hunk #1 FAILED at 63
patch: 1 out of 1 hunk FAILED
root@slitaz:/home/slitaz/packages#
Online
So... What should i do?
@granada
http://www.mediafire.com/file/50vn6log14wuh69/get-virtualbox-1.02_2.6.30.6.tazpkg
#tazpkg remove get-virtualbox
#tazpkg install get-virtualbox-1.02_2.6.30.6.tazpkg
#get-virtualbox
SpiderButton/System Tools/Oracle VM VirtualBox
@Bellard
wok-stable/get-virtualbox/receipt
http://hg.slitaz.org/wok/rev/7cd9a13064cd
#cd $fs/usr/bin && patch -p1 -i ../../../../../stuff/installer.u
wok-stable/get-virtualbox/stuff/get-virtualbox
Backport:
http://hg.slitaz.org/wok/rev/711930d88e82
http://hg.slitaz.org/wok/rev/87785013e501
Online
Still not working 
[c]VirtualBox Version 4.1.4 r74291 (2011-10-03T14:55:25Z) installer
Please install the build and header files for your current Linux kernel.
The current kernel version is 2.6.30.6-slitaz
Problems were found which would prevent VirtualBox from installing.
Please correct these problems and try again.
sh-4.0#[/c]
Install the build depends:
BUILD_DEPENDS="slitaz-toolchain bzip2 linux-source python python-dev coreutils-command"
eu.kernel.org has been down for over a month,there is no way to install linux-source.
Online
So... I must wait eu.kernel.org goes on?
Or:
# tazpkg get-install linux-source
# sed -i 's/eu.kernel.org/kernel.org/' /usr/src/kernel-patches/slitaz/url
# get-virtualbox
Offline
Pages: 1
[ Generated in 0.019 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]