VirtualBox Open Source Edition

Here you can post links to your contributed packages.
User avatar
zAchAry
Posts: 804
Joined: 11. May 2010, 09:02
Location: Israel

VirtualBox Open Source Edition

Post by zAchAry »

Sun xVM VirtualBox is a general-purpose full virtualizer for
x86 hardware. Targeted at server, desktop and embedded use,
it is now the only professional-quality virtualization solution
that is also Open Source Software.
Available at darkstar.ist.utl.pt

You can get VirtualBox OSE from the darkstar.ist.utl.pt repository

Code: Select all

http://darkstar.ist.utl.pt/slackware/addon/slacky/slackware-13.1/
Adding the darkstar.ist.utl.pt repository:
In order to use this repository, you need to add it to your repository lists in /etc/slapt-get/slapt-getrc:

Code: Select all

SOURCE=http://darkstar.ist.utl.pt/slackware/addon/slacky/slackware-13.1/:CUSTOM
You can of course do the same by using gslapt and editing the repositories list with gslapt's graphical interface.
Next update the slapt-get package database with:

Code: Select all

slapt-get -u
The name of the package is

Code: Select all

virtualbox-ose
virtualbox-ose-3.2.6-i486-1sl
Disclaimer: to dispel any doubt, I'm NOT the creator of this package,
I've only found it on the darkstar.ist.utl.pt repository after viewing
this post by salix2501.
Image
Help to make Slackware easier Donate to Salix
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: VirtualBox Open Source Edition

Post by pwatk »

I considered doing this a few weeks ago but abandoned it when I realised I'd need a multilib setup to run it on 64bit.

I guess the full version must be statically linked or ships with the required 32bit libs or something.
Image
User avatar
damNageHack
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: VirtualBox Open Source Edition

Post by damNageHack »

pwatk wrote:I considered doing this a few weeks ago but abandoned it when I realised I'd need a multilib setup to run it on 64bit.

I guess the full version must be statically linked or ships with the required 32bit libs or something.
I have no problems with the RPM on 64 bits. In past, I used the "All distributions" edition with Salix.
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: VirtualBox Open Source Edition

Post by pwatk »

By "full version" I was implying the "All distributions" version.

You still need 32bit libs to run 32bit guests on a 64bit system according to this:
On 64-bit systems you need the following packages as well:

* ia32-libs (various libraries needed for compiling the 32-bit guest additions)
* libc6-dev-i386 (libc6 i386 development headers)
* lib32gcc1 (gcc support for i386)
* gcc-multilib (gcc support for i386)
* lib32stdc++6 (libstdc++ for i386)
* g++-multilib (g++ support for i386)
Until multilib packages are in the repository the only other way to package the OSE version for 64bit would be statically linked.
Image
User avatar
thenktor
Salix Wizard
Posts: 2426
Joined: 6. Jun 2009, 14:47
Location: Franconia
Contact:

Re: VirtualBox Open Source Edition

Post by thenktor »

Or just use the non-OSE with USB support :P
Image
burnCDDA (burns audio CDs)
geBIERt (German beer blog)
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: VirtualBox Open Source Edition

Post by pwatk »

You just had to bring common sense into this didn't you :roll: :lol:
Image
User avatar
JRD
Salix Warrior
Posts: 950
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: VirtualBox Open Source Edition

Post by JRD »

thenktor wrote:Or just use the non-OSE with USB support :P
Or not ! It's a free software, why use the non-free version ? BTW USB (mass storage) is working too on the OSE, with a simple trick.
Image
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: VirtualBox Open Source Edition

Post by pwatk »

JRD wrote:
thenktor wrote:Or just use the non-OSE with USB support :P
Or not ! It's a free software, why use the non-free version ? BTW USB (mass storage) is working too on the OSE, with a simple trick.
Do tell.
Image
jbs1136
Posts: 75
Joined: 5. Apr 2010, 16:21
Location: Washington

Re: VirtualBox Open Source Edition

Post by jbs1136 »

I tried this and ran into a problem. I downloaded and installed from the op's link. When I run it via the menu I get the main window and then the program freezes. If I run from cli, either root or user, I get the following:

Code: Select all

john|[~] $ virtualbox
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
         available for the current kernel (2.6.33.4) 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.
Qt WARNING: QGtkStyle was unable to detect the current GTK+ theme.
I tried running the above command and got this:

Code: Select all

root|[~] $ /etc/init.d/vboxdrv setup
bash: /etc/init.d/vboxdrv: No such file or directory
Any suggestions as to what I missed. Running amd athalon 64 with 1.5 g ram and salix 13.1-x86_64-2.

thanks for any help,

john
User avatar
laprjns
Salix Warrior
Posts: 1105
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Re: VirtualBox Open Source Edition

Post by laprjns »

Try the following as root:
slapt-get -i kernel-source
then
/etc/rc.d/rc.vboxdrv setup
“Don’t you see that the whole aim of Newspeak is to narrow the range of thought?"
Post Reply