VirtualBox Open Source Edition

Here you can post links to your contributed packages.

VirtualBox Open Source Edition

Postby zAchAry » 20. Sep 2010, 19:27

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.
User avatar
zAchAry
 
Posts: 634
Joined: 11. May 2010, 09:02
Location: Israel

Re: VirtualBox Open Source Edition

Postby pwatk » 20. Sep 2010, 21:57

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
pwatk
 
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: VirtualBox Open Source Edition

Postby damNageHack » 21. Sep 2010, 05:56

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
damNageHack
 
Posts: 663
Joined: 24. Sep 2009, 17:07

Re: VirtualBox Open Source Edition

Postby pwatk » 21. Sep 2010, 17:18

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
pwatk
 
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: VirtualBox Open Source Edition

Postby thenktor » 23. Sep 2010, 07:33

Or just use the non-OSE with USB support :P
Image
burnCDDA (burns audio CDs)
last.fm (my last.fm profile)
User avatar
thenktor
Salix Wizard
 
Posts: 2393
Joined: 6. Jun 2009, 14:47
Location: Franconia

Re: VirtualBox Open Source Edition

Postby pwatk » 23. Sep 2010, 18:26

You just had to bring common sense into this didn't you :roll: :lol:
Image
User avatar
pwatk
 
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: VirtualBox Open Source Edition

Postby JRD » 22. Oct 2010, 07:22

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
JRD
Salix Warrior
 
Posts: 952
Joined: 7. Jun 2009, 22:52
Location: Lyon, France

Re: VirtualBox Open Source Edition

Postby pwatk » 22. Oct 2010, 22:37

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
User avatar
pwatk
 
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: VirtualBox Open Source Edition

Postby jbs1136 » 28. Oct 2010, 18:29

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
jbs1136
 
Posts: 75
Joined: 5. Apr 2010, 16:21
Location: Washington

Re: VirtualBox Open Source Edition

Postby laprjns » 28. Oct 2010, 21:36

Try the following as root:
slapt-get -i kernel-source
then
/etc/rc.d/rc.vboxdrv setup
User avatar
laprjns
Salix Warrior
 
Posts: 484
Joined: 28. Aug 2009, 01:30
Location: Connecticut USA

Next

Return to Contributed packages