First off let me just state that I am new to FreeBSD, I have been using various Linux distributions for years now, I figured I would give FreeBSD a try and see what it is like. I am running FreeBSD 9.1-RELEASE under a virtual machine with a single processor, 1 GB of Ram, 1 GB Swap space, and 20 GB of hard drive space. I have the machine install and everything seems to me running smoothly, the issue I am running into is installing ports such as editors/vim-lite, lang/python27, and even x11/xorg-minimal using ether the
I know that the version of FreeBSD I choose currently does not have any packages being built for it, and my virtual machine lacks the resources to build from the ports. I know in the FreeBSD Handbook there is a note about being able to update the PACKAGESITE variable to use a different version, in my case say Packages-9-stable. When I tried I got the following error:
Other than waiting for packages to start being built for 9.1-RELEASE is there anything I can do to be able to use the package system instead of the ports system to install 3rd party software?
Thanks in advance for your time and any help you offer.
# make
or # portmaster
the compiling of the port is aborted. In the case of portmaster(8) I am kicked back to a login prompt with an error that the system ran out of swap space.I know that the version of FreeBSD I choose currently does not have any packages being built for it, and my virtual machine lacks the resources to build from the ports. I know in the FreeBSD Handbook there is a note about being able to update the PACKAGESITE variable to use a different version, in my case say Packages-9-stable. When I tried I got the following error:
Code:
# pkg update
Updating repository catalogue
pkg: ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9-stable/Latest/repo.txz: File unavailable (e.g., file not found, no access)
Other than waiting for packages to start being built for 9.1-RELEASE is there anything I can do to be able to use the package system instead of the ports system to install 3rd party software?
Thanks in advance for your time and any help you offer.