I have installed FreeNAS 9.2amd64 (based on the same FreeBSD version) on a VirtualBox VM. I created users and pool/volume for my data.
In anticipation of installing apache/mysql-server/php5/php-myadmin FreeBSD packages, I read the following docs from the freenas.org site:
So I created a pluginjail to install packages within. I understood FreeNAS packages are managed by pkgng, which works almost the same than pkg_add/pkg_info/pkg_delete etc...
Then I launched the following command (don't mind the package version) from that jail shell:
$ pkg install mysql-server And I get the following output:
Updating repository catalogue pkg: PACKAGESITE/digests.txz: No address record pkg: No digest falling back on legacy catalog format pkg: PACKAGESITE/repo.txz: No address record If I go to PACKAGESITE, I can find both digests.txz and repo.txz files.
Does anyone have an idea?