ffc4
![]() |
|
|
|
|
|||||||
| Howtos & FAQs (Moderated) Would you like to share some of your solutions for certain problems? Tips or tricks? Post here. All new topics are automatically moderated. |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
HOWTO: Installing VirtualBox 4 on FreeBSD 8.2
VirtualBox 4 had been released few weeks ago, the major new feature that come with release is usb support in guest's, to me, this fix me the problem of installing printer on FreeBSD as I failed before, unfortunately VirtualBox had not been yes come in ports not in testing, so the only way to get is to grab it from svn: Code:
svn http://svn.bluelife.at/index.cgi/blueports cd blueports/emulators/virtualbox-ose make install clean Code:
*default host=cvsup5.de.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs tag=RELENG_8 *default delete use-rel-suffix *default compress src-all Code:
cvsup stable-supfile Code:
cd /usr/src make buildkernel make installkernel cd /path/to/blueports/emulators/virtualbox-ose-kmod make install clean Code:
ee /etc/devfs.rules [localrules=10] add path 'usb/*' mode 0660 group operator Code:
pw groupmod -n operator -m SIFE Code:
echo 'devfs_system_ruleset="system"' >> /etc/rc.conf Code:
/etc/rc.d/devfs restart Code:
echo 'vbox_load=”YES”' >> /boot/loader.conf The following configuration works to me: Code:
ee /etc/devfs.rules add path 'acd*' mode 0660 group operator add path 'cd*' mode 0660 group operator add path 'usb/*' mode 0660 group operator Code:
link acd0 cd0 own acd* SIFE:wheel perm acd* 0660 own cd* SIFE:wheel perm cd* 0660 perm xpt* 0660 perm pass* 0660 Code:
echo 'atapicam_load="YES"' >> /boot/loader.conf Last edited by SIFE; April 4th, 2011 at 19:57. |
|
#2
|
|||
|
|||
|
Many thanks for your full details, but do you know how to make extension pack work? It seems under /usr/local/lib/virtualbox/ExtensionPacks/Oracle_VM_VirtualBox_Extension_Pack/ do not has freebsd.amd64 directory and hence not work for VRDP.
Last edited by DutchDaemon; April 20th, 2011 at 18:06. |
|
#3
|
|||
|
|||
|
Extension packs are tar archives with binary blobs and the one from Oracle does not support FreeBSD. So this is not a problem that the port can solve.
|
|
#4
|
|||
|
|||
|
That is wrong and should be:
Code:
svn co https://svn.bluelife.at/projects/blueports/ |
|
#5
|
|||
|
|||
|
@decke If I am not wrong,
Code:
svn so Code:
svn |
|
#6
|
|||
|
|||
|
That's not relevant but /index.cgi is the SVN::Web Perl Webinterface and /projects the WebDAV root for subversion.
|
|
#7
|
|||
|
|||
|
Mayby need to change the sequence install:
1. install blueports/emulators/virtualbox-ose-kmod, because by default install old version from /usr/ports 2. install blueports/emulators/virtualbox-ose |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem installing FreeBSD 8-RELEASE on Virtualbox | khAttAm | Installing & Upgrading | 7 | April 5th, 2011 00:20 |
| Installing 7.2 in Virtualbox | travis | Installing & Upgrading | 19 | April 7th, 2010 08:29 |
| [Solved] Installing under Virtualbox | Chad5ter | Installing & Upgrading | 4 | December 12th, 2009 19:52 |
| Installing FreeBSD7.2 on VirtualBox 3.0.0 | primatephreak | Installing & Upgrading | 4 | September 2nd, 2009 10:41 |
| howto install freeBSD on iMac/howto boot from CD | leizhenhua | Other Architectures | 1 | June 15th, 2009 06:09 |