From owner-freebsd-current@FreeBSD.ORG Wed Jan 2 14:20:41 2013 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 B6D0AA50 for ; Wed, 2 Jan 2013 14:20:41 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-ie0-f179.google.com (mail-ie0-f179.google.com [209.85.223.179]) by mx1.freebsd.org (Postfix) with ESMTP id 777EF8FC0C for ; Wed, 2 Jan 2013 14:20:41 +0000 (UTC) Received: by mail-ie0-f179.google.com with SMTP id k14so16666080iea.38 for ; Wed, 02 Jan 2013 06:20:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=RzM5NMjhxOgZ1Svk2JMRZqf/RdZbxZOgmN6A1Eih36I=; b=dGEy3SRltjiVSQxIeLEoG2esGRtx15TJ6djozUJy7rCTdIvV4ANPZ51lc1dqPw0LES O00dODr782UYoZekCSfJqj3pP3K4MwHM1Bi4uAxs2E/Pt93vP4FZCGrFRRpaU5Mqnuii lm+p1vqEsBMWHkjFzNf8M1cN+Re7lmC6Ad19NG0nBIGNL+rilQeiNEXxRV5GcbCa6eFl oXSourCk1u5msjOEopkWIrx7qRx8GhDIXgIavbJ8aLQwfSMmzLWpLZi6YmlY+YxeffUT rzJwGyIOjdgW/JGm6yVX0Hg84TwkGR+IXh6qFwcodNw4V9rUYqws11VhcXWXsJFNrSJK f49Q== Received: by 10.50.153.194 with SMTP id vi2mr40929974igb.15.1357136435612; Wed, 02 Jan 2013 06:20:35 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.64.65.132 with HTTP; Wed, 2 Jan 2013 06:20:05 -0800 (PST) In-Reply-To: References: From: Chris Rees Date: Wed, 2 Jan 2013 14:20:05 +0000 X-Google-Sender-Auth: Fd00AhDS26TbI96382vPIkPvdfI Message-ID: Subject: Re: Auditdistd user question To: Alexander Yerenkow Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 02 Jan 2013 14:20:41 -0000 On 2 January 2013 14:04, Alexander Yerenkow wrote: > Hello there and please excuse my harshness. > > I just installed 9.1, and I tried to set up poudriere with 9/stable. > It took a lot of time compiling kernel and world, and after this it all > failed with message about missing auditdistd user. > I just can't find words. > Why this user presence not checked during buildworld at least? Or by just > invoking updated Makefile? If there any need to build world without install > it, wouldn't be better make some conditional flag, > like BUILD_WITHOUT_AUDITDISTD, instead of silent building and failing after > that at install stage. > Of course, in current way just "buildworld" not broken, but "buildworld > installworld" is. > This looks like like carefully hidden trap, from someone with specific > sense of humor. > Or am I missing something, and this is not terribly wrong? While I agree with you in principle, I must point out that you mustn't try to run package builds on a newer jail than your host. This causes weird kernel/world synchronisation issues. http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169659 [for an example] As far as I know there are no problems with running older jails on newer hosts (thankfully). Chris