From owner-freebsd-current@FreeBSD.ORG Thu Sep 6 10:37:47 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 144041065672 for ; Thu, 6 Sep 2012 10:37:47 +0000 (UTC) (envelope-from rainer@ultra-secure.de) Received: from mail.ultra-secure.de (mail.ultra-secure.de [78.47.114.122]) by mx1.freebsd.org (Postfix) with ESMTP id 6AA688FC0C for ; Thu, 6 Sep 2012 10:37:45 +0000 (UTC) Received: (qmail 25032 invoked by uid 89); 6 Sep 2012 10:37:45 -0000 Received: by simscan 1.4.0 ppid: 25027, pid: 25029, t: 0.0354s scanners: attach: 1.4.0 clamav: 0.97.3/m:54/d:15319 Received: from unknown (HELO suse2.ip-tech.ch) (rainer@ultra-secure.de@212.71.117.1) by mail.ultra-secure.de with ESMTPA; 6 Sep 2012 10:37:45 -0000 Date: Thu, 6 Sep 2012 12:37:44 +0200 From: Rainer Duffner To: freebsd-current@FreeBSD.org Message-ID: <20120906123744.3883e075@suse2.ip-tech.ch> X-Mailer: Claws Mail 3.7.10 (GTK+ 2.22.1; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Where to ask questions about poudriere? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Sep 2012 10:37:47 -0000 Hi, I'm trying to get poudriere working with the following settings: f2d169d8-20d2-41d4-8e43-8a9fc5a2b509# cat /usr/local/etc/poudriere.conf |grep -v ^# |grep -v ^$ ZPOOL=datapool FTPHOST=ftp.ch.freebsd.org FREEBSD_HOST=http://ftp.ch.freebsd.org/ RESOLV_CONF=/etc/resolv.conf BASEFS=/usr/local/poudriere USE_PORTLINT=no USE_TMPFS=yes DISTFILES_CACHE=/usr/ports/distfiles CSUP_HOST=localhost CHECK_CHANGED_OPTIONS=yes PKG_REPO_SIGNING_KEY=/etc/ssl/keys/repo.bla.ch.key CCACHE_DIR=/data/cache/ccache f2d169d8-20d2-41d4-8e43-8a9fc5a2b509# cat /usr/local/etc/poudriere.d/make.conf WITH_CCACHE_BUILD=yes USE_LOCAL_MK=yes f2d169d8-20d2-41d4-8e43-8a9fc5a2b509# poudriere bulk -f ~/portlist-current-php53-mysql55 -j 90amd64 ====>> Mounting system devices for 90amd64 /etc/resolv.conf -> /usr/local/poudriere/jails/90amd64/etc/resolv.conf ====>> Starting jail 90amd64 ====>> Mounting ports filesystems for 90amd64 ====>> Mounting ccache from /data/cache/ccache mount: /usr/local/poudriere/jails/90amd64/usr/ports/distfiles: No such file or directory ====>> Umounting file systems Failed to mount the distfile directory You have new mail. f2d169d8-20d2-41d4-8e43-8a9fc5a2b509# zfs list NAME USED AVAIL REFER MOUNTPOINT datapool 1.51G 47.5G 32K /datapool datapool/poudriere 1.51G 47.5G 33K /datapool/poudriere datapool/poudriere/data 36K 47.5G 36K /usr/local/poudriere/data datapool/poudriere/jails 1017M 47.5G 31K /datapool/poudriere/jails datapool/poudriere/jails/90amd64 1017M 47.5G 1017M /usr/local/poudriere/jails/90amd64 datapool/poudriere/ports 534M 47.5G 31K /datapool/poudriere/ports datapool/poudriere/ports/current 534M 47.5G 534M /usr/local/poudriere/ports/current What is the problem?