https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219399
--- Comment #180 from Nils Beyer <n...@renzel.net> --- (In reply to Mark Millard from comment #179) sure, I try: ------------------------------------------------------------------------------ 1) fresh FreeBSD 11.1-RELEASE install on ZFS-on-root; poolname=freeze; booted into installed system and logged in as "root" 2) pkg install poudriere-devel 2a) rehash 3) cat > /usr/local/etc/poudriere.conf <<EOF ZPOOL=freeze FREEBSD_HOST=ftp://ftp.freebsd.org RESOLV_CONF=/etc/resolv.conf BASEFS=/usr/local/poudriere USE_PORTLINT=no USE_TMPFS=yes DISTFILES_CACHE=/usr/ports/distfiles PARALLEL_JOBS=15 BUILD_AS_NON_ROOT=no ALLOW_MAKE_JOBS_PACKAGES="pkg ccache py* gcc* llvm* ghc* *webkit* *office* chromium* iridium* mongodb*" EOF 4) poudriere jail -c -j 11_1 -m ftp -v 11.1-RELEASE 5) poudriere ports -c 6) cd /root 7) /usr/bin/nohup poudriere bulk -j 11_1 -a & ------------------------------------------------------------------------------ -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"