Hi All,
Very new to FreeBSD. I have setup a FreeNAS box which works very well, and I want to learn more about FreeBSD by playing around in a FreeNAS jail.
I am having an issue with installing packages.
I have initially done a
However, when I go to install any package, I get a package not found error.
For example I try to install
If I go to the repo, I see that there is a newer package installed. Why does the update/upgrade not pick up the new versions?
This happens on any package, I try to install.
Is there a package setup that I need to do on FreeNAS before this all works?
Very new to FreeBSD. I have setup a FreeNAS box which works very well, and I want to learn more about FreeBSD by playing around in a FreeNAS jail.
I am having an issue with installing packages.
I have initially done a
pkg update ; pkg upgrade
which says everything is up to date.However, when I go to install any package, I get a package not found error.
For example I try to install
nano
in the jail and I get:
Code:
pkg: http://pkg.FreeBSD.org/freebsd:9:x86:64/latest/All/nano-2.2.6.txz: Not Found
This happens on any package, I try to install.
Is there a package setup that I need to do on FreeNAS before this all works?