From owner-freebsd-questions@FreeBSD.ORG Wed Jul 6 16:07:05 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBD2F16A41C for ; Wed, 6 Jul 2005 16:07:05 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from extgw01.msys.intellispace.net (extgw01.msys.intellispace.net [160.79.150.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF66943D46 for ; Wed, 6 Jul 2005 16:07:05 +0000 (GMT) (envelope-from jdyke@azimapower.com) Received: from malone.intellispace.net (malone.intellispace.net [160.79.145.141]) by extgw01.msys.intellispace.net (Postfix) with ESMTP id 77A7CC5A93; Wed, 6 Jul 2005 12:08:36 -0400 (EDT) Received: from [192.168.2.45] (66.9.108.98) by malone.intellispace.net (5.1.053) id 42C690CE00184233; Wed, 6 Jul 2005 12:05:34 -0400 Message-ID: <42CC0195.3020206@azimapower.com> Date: Wed, 06 Jul 2005 16:06:45 +0000 From: jdyke Organization: Azima Inc. User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <42CBCF9F.6000000@azimapower.com> <20050706154355.GB81112@xor.obsecurity.org> In-Reply-To: <20050706154355.GB81112@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: make distribution fails with call to cap_mkdb X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jdyke@azimapower.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 16:07:06 -0000 Kris Kennaway wrote: > On Wed, Jul 06, 2005 at 12:33:35PM +0000, jdyke wrote: > >>Trying to rebuild a jail and am getting an error on `make distribution` >>I was able to do this when the server was at 5.3-RELEASE without error, but >>since upgrading to 5.4-RELEASE it continusiously fails. >> >>The error is: >>cap_mkdb: illegal option -- l >>usage: cap_mkdb [-v] [-f outfile] file [file ...] >> >>which seems to originate from the command: >>cap_mkdb -l /slaves/jail/master/etc/login.conf >> >>Did this command ever or recently take a -l option? > > > It does on 6.0, so it looks like you've somehow updated your sources > to FreeBSD-CURRENT. > hmmmm. sweet. thanks. i'll check that out. my cvs-supfile is *default release=cvs tag=. and my uname -r is 5.4-RELEASE-p2 did i mess that i up? Thanks Jeff > Kris