ef85
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi, I have installed freebsd 7.2 as guest on virtualbox which is on Windows Vista. I however do not have the virtualbox port which is supposed to be located at /usr/ports/emulators/virtualbox. How can I install it? I was looking for a way to make the virtual window use my whole full screen. The guest additions on the virtualbox windows does not have a freebsd version.
Last edited by DutchDaemon; September 6th, 2009 at 19:33. |
|
#2
|
||||
|
||||
|
Do you have any ports tree whatsoever? In other words: is there anything in /usr/ports? If not:
portsnap fetch extract.Read http://www.freebsd.org/doc/en_US.ISO...ook/ports.html
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#3
|
|||
|
|||
|
Yes, i did install the ports when I installed the system initially. I actually managed to install kde4 which seems to work fine on the virtual PC, just small screen.
|
|
#4
|
||||
|
||||
|
If you installed the ports from the CD, chances are virtualbox isn't in there (yet). Get an up to date ports tree with the command I gave earlier.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#5
|
|||
|
|||
|
I installed over the internet. I downloaded the .iso file and installed the base system after configuring the network. Then after installing vim and bash and adding a user I followed the instructions in chapter 24.7 which on second thought look like they are meant for anyone with freebsd before 7.2. I got the 7.2 iso and I am thinking this might have been not neccessary for me. These are the commands I ran:
Code:
# cd /usr/src # make buildworld # make buildkernel # make installkernel # shutdown -r now # adjkerntz -i # mount -a -t ufs # mergemaster -p # cd /usr/src # make installworld # mergemaster # reboot |
|
#6
|
||||
|
||||
|
The ports tree is independent of the OS version (though some ports may or may not install on a particular version), so you can always run 'portsnap fetch extract' and 'portsnap fetch update'.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
|
#7
|
|||
|
|||
|
Wow! thanks allot that worked. It took a while for the program to run but I now have the virtualbox port. Hopefully I can now get the virtual box to use the full screen.
Thanks again. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Solved] FreeBSD HOST and Windows XP Guest ? | holo | Installing & Upgrading | 8 | September 6th, 2009 16:34 |
| installing on USB | kachukumma | Installing & Upgrading | 9 | May 7th, 2009 01:36 |
| Help installing dnsmasq-2.47 | Sport | Installation and Maintenance of FreeBSD Ports or Packages | 0 | April 2nd, 2009 01:55 |
| Installing monodevelop... | juve_inferno | Userland Programming & Scripting | 8 | March 31st, 2009 20:01 |
| FreeBSD 7, runaway clock as guest OS on Microsoft Virtual Server | sailorfej | General | 6 | January 22nd, 2009 23:28 |