Re: port install to jail root from host system

2003-10-04 Thread Felix 'buebo' Kakrow
Aragon Gouveia wrote: Hi, I've compiled a port as normal (apache13 in this case). I'd like to run 'make install' now and tell it to install the package to the base of the root filesystem of a jail from the jail's host. Possibly also to skip registering it in the host's package database. Does

Re: port install to jail root from host system

2003-10-04 Thread Pat Lashley
--On Wednesday, October 01, 2003 15:12:42 +0200 Felix 'buebo' Kakrow [EMAIL PROTECTED] wrote: I've compiled a port as normal (apache13 in this case). I'd like to run 'make install' now and tell it to install the package to the base of the root filesystem of a jail from the jail's host.

Re: port install to jail root from host system

2003-10-04 Thread Aragon Gouveia
| By Pat Lashley [EMAIL PROTECTED] | [ 2003-10-04 19:31 +0200 ] Another option is to build and package the port(s) outside the jail. Then nullfs mount /usr/ports in the jail directory and install the port(s) from the package(s). The downside of this

port install to jail root from host system

2003-10-01 Thread Aragon Gouveia
Hi, I've compiled a port as normal (apache13 in this case). I'd like to run 'make install' now and tell it to install the package to the base of the root filesystem of a jail from the jail's host. Possibly also to skip registering it in the host's package database. Does anyone know an easy way

Re: port install to jail root from host system

2003-10-01 Thread Marc G. Fournier
ssh into the jail and run the make install from inside of the jail On Wed, 1 Oct 2003, Aragon Gouveia wrote: Hi, I've compiled a port as normal (apache13 in this case). I'd like to run 'make install' now and tell it to install the package to the base of the root filesystem of a jail from

Re: port install to jail root from host system

2003-10-01 Thread Aragon Gouveia
The jail does not run ssh, nor any other daemons. All it will run is apache once it is installed. It's not a full jail built from /usr/src. It'll only have what's necessary to run apache. And apache will be the only process called from the jail command. | By Marc G. Fournier [EMAIL

Re: port install to jail root from host system

2003-10-01 Thread Matthew Seaman
On Wed, Oct 01, 2003 at 02:48:29PM +0200, Aragon Gouveia wrote: I've compiled a port as normal (apache13 in this case). I'd like to run 'make install' now and tell it to install the package to the base of the root filesystem of a jail from the jail's host. Possibly also to skip registering

Re: port install to jail root from host system

2003-10-01 Thread Marc Ramirez
On Wed, Oct 01, 2003 at 02:48:29PM +0200, Aragon Gouveia wrote: Hi, I've compiled a port as normal (apache13 in this case). I'd like to run 'make install' now and tell it to install the package to the base of the root filesystem of a jail from the jail's host. Possibly also to skip