Hi
I setup jails as advised on http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-application.html
I didn't forget to add WRKDIRPREFIX?= /s/portbuild to /home/j/skel/etc/make.conf
Unfortunately, when I try to compile port inside jail, I get the following error message:
From inside the jail, there is no such directory as /usr/ports/distfiles.
Any help how to solve this problem is very much appreciated. Thank you.
I setup jails as advised on http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-application.html
I didn't forget to add WRKDIRPREFIX?= /s/portbuild to /home/j/skel/etc/make.conf
Unfortunately, when I try to compile port inside jail, I get the following error message:
Code:
svn# cd /usr/ports/ports-mgmt/portmaster
svn# make install clean
===> Vulnerability check disabled, database not found
===> License accepted by the user
===> Found saved configuration for portmaster-2.32
mkdir: /usr/ports/distfiles: Read-only file system
*** Error code 1
Stop in /usr/ports/ports-mgmt/portmaster.
*** Error code 1
Stop in /usr/ports/ports-mgmt/portmaster.
svn#
From inside the jail, there is no such directory as /usr/ports/distfiles.
Any help how to solve this problem is very much appreciated. Thank you.