From owner-freebsd-current@FreeBSD.ORG Thu Sep 6 11:59:03 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 D31D8106566B for ; Thu, 6 Sep 2012 11:59:03 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9780D8FC19 for ; Thu, 6 Sep 2012 11:59:03 +0000 (UTC) Received: by iayy25 with SMTP id y25so2457633iay.13 for ; Thu, 06 Sep 2012 04:59:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=b6mNPPz4DXDIECxFGcgIm+EgperRfCidSKBv37j1Hc4=; b=HlX+6ou8uWG1YkCWj806EjsK4oCNzp7kQgFCL4tUtPlsc5q1W7vIQN7SNRrVlqt+er hA/rJ6SHcNLKfDRxWoq5culO4Ci/rbkt0pK3DwpHl+k0nxfXmqq+rCEIPvIjIBC3Y1NC Dcl+trqfjZFIOwQlJrbbSY5NpGyFQxqFdtBUUqul7ueZPXGrBXt6+ZsB38kVkuyq3vAD fw52yGVpzuQki9yFZoNM9AKPB6BekOzfSG6JMK7VNzq5pGO7W8LvRKk/zCeuUKKq1gDJ bQVU/05yEn9lY9O12JlyVb0e04a+uDmU4LgBAQrcumZh6R/LBKiNg0jmuepwD4Bctx3E X47Q== MIME-Version: 1.0 Received: by 10.50.94.197 with SMTP id de5mr2495058igb.32.1346932743061; Thu, 06 Sep 2012 04:59:03 -0700 (PDT) Received: by 10.64.28.36 with HTTP; Thu, 6 Sep 2012 04:59:03 -0700 (PDT) In-Reply-To: <20120906123744.3883e075@suse2.ip-tech.ch> References: <20120906123744.3883e075@suse2.ip-tech.ch> Date: Thu, 6 Sep 2012 14:59:03 +0300 Message-ID: From: Alexander Yerenkow To: Rainer Duffner Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org Subject: Re: 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 11:59:03 -0000 I don't see where you specify your zfs tank, is it missed in mail, or in conf? 2012/9/6 Rainer Duffner > 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? > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > -- Regards, Alexander Yerenkow