Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Nov 2013 12:58:23 +0100
From:      olli hauer <ohauer@gmx.de>
To:        freebsd-ports@freebsd.org
Cc:        Axel Rau <Axel.Rau@Chaos1.DE>
Subject:   Re: portmaster refuses to use pkgng with local packages
Message-ID:  <5291E9DF.8080708@gmx.de>
In-Reply-To: <7AAE93C1-71EA-4185-876E-D3BFDD98624E@chaos1.de>
References:  <ED1AA9E6-0696-47F6-94F1-8CF6E6369F97@Chaos1.DE> <526D2FF9.5030301@egr.msu.edu> <6FBA83B6-DC8D-42D5-9B55-C90152E14F78@Chaos1.DE> <CAOjFWZ4j-EBkJhiUMT5ykj7dhv4Gy=sKE%2B9W4JM196qBrUDcJA@mail.gmail.com> <14CCEAEB-61E4-4BD3-8F2B-7EA809B1DC1B@chaos1.de> <CAOjFWZ660W7J7SN841JSYv9-nD5L3h0Fhb0jkj%2BpAVcqbUgSSQ@mail.gmail.com> <42213F76-5A13-4BAF-B93F-BBAB2298D5C2@chaos1.de> <526D736C.4030705@FreeBSD.org> <7AAE93C1-71EA-4185-876E-D3BFDD98624E@chaos1.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2013-11-24 12:43, Axel Rau wrote:
> 
> Am 27.10.2013 um 21:11 schrieb Matthew Seaman <matthew@FreeBSD.org>:
> 
>> On 27/10/2013 18:53, Axel Rau wrote:
>>> I looked at poudriere earlier, but did not recognize that it plays with pkg nicely and also did not like to set up a web server to just serve local jails.
>>> I will give it a try.
>>
>> You don't need to set up a webserver, necessarily.  If you're using
>> poudriere to build packages on the same machine where you want to
>> install them, then you can just use a file:// URL in your pkg.conf and
>> pkg will dtrt.  If you want to maintain a bunch of machines on a
>> network, then using a webserver to distribute the packages is probably
>> easiest overall, but you could NFS mount the repo and use a file:// URL
>> again, or you could use ssh:// to pull the packages down.
> While trying ports-mgmt/poudriere in my ezjail/portmaster environment, I learned:
> poudriere can't run at secure level 1, because it loads linux.ko and uses chflags.
> 
> Regarding moving to pkgng, what are the replacements to portaudit / jailaudit?


Have you tried the following setting in etc/poudriere.conf

# Disable linux support
NOLINUX=yes




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5291E9DF.8080708>