Hello,
I have one ports-mgmt/poudriere jail with custom sets and I am trying to deploy sets into jails.
So ports-mgmt/pkg is said to allow to deploy packages to jails from the outside which is a thrilling feature. Note that I am not trying this over the network yet but all on the same box.
So I set custom repos corresponding to ports-mgmt/poudriere package directories like this :
Then tried to install a package to jail :
and
I have created an option directory for the set at /usr/local/etc/poudriere.d/proxy-options but left it empty for now.
If I try to local install with
Running on FreeBSD 9.2-RELEASE-p3, ports-mgmt/pkg is not installed in target jail.
/bin/sh, /var/db/pkg and /var/cache/pkg are available in jail.
Any hint?
I have one ports-mgmt/poudriere jail with custom sets and I am trying to deploy sets into jails.
So ports-mgmt/pkg is said to allow to deploy packages to jails from the outside which is a thrilling feature. Note that I am not trying this over the network yet but all on the same box.
So I set custom repos corresponding to ports-mgmt/poudriere package directories like this :
vim /usr/local/etc/pkg/repos/proxy.conf
Code:
proxy: {
url : "file:///usr/local/poudriere/data/packages/92x64-default-proxy",
enable : yes,
signature_type : NONE,
mirror_type : NONE
}
pkg -j proxy install -r proxy bashbutUpdating repository catalogue
No valid repository found.
pkg -vv
Code:
Repositories:
proxy: {
url : "file:///usr/local/poudriere/data/packages/92x64-default-proxy",
enabled : yes
}
ls /usr/local/poudriere/data/packages/92x64-default-proxy/in /usr/local/etc/poudriere.d/make.conf I have WITH_PKGNG=yesAll Latest digests.txz packagesite.txz
I have created an option directory for the set at /usr/local/etc/poudriere.d/proxy-options but left it empty for now.
If I try to local install with
pkg -j proxy add /usr/local/poudriere/data/packages/92x64-default-proxy/All/bash*where bash-4.3.0_1.txz exists in All:pkg: /usr/local/poudriere/data/packages/92x64-default-proxy/All/bash-4.3.0_1.txz: No such file or directory
pkg: Was 'pkg install /usr/local/poudriere/data/packages/92x64-default-proxy/All/bash-4.3.0_1.txz' meant?
Failed to install the following 1 package(s): /usr/local/poudriere/data/packages/92x64-default-proxy/All/bash-4.3.0_1.txz
ls -la /usr/local/poudriere/data/packages/92x64-default-proxy/All/bash-4.3.0_1.txz-rw-r--r-- 1 root wheel 1234188 Apr 1 22:58 /usr/local/poudriere/data/packages/92x64-default-proxy/All/bash-4.3.0_1.txz
Running on FreeBSD 9.2-RELEASE-p3, ports-mgmt/pkg is not installed in target jail.
/bin/sh, /var/db/pkg and /var/cache/pkg are available in jail.
Any hint?