From owner-freebsd-questions@FreeBSD.ORG Sat Dec 19 17:23:49 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0952D1065672 for ; Sat, 19 Dec 2009 17:23:49 +0000 (UTC) (envelope-from dernst@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 625598FC13 for ; Sat, 19 Dec 2009 17:23:47 +0000 (UTC) Received: (qmail invoked by alias); 19 Dec 2009 16:57:05 -0000 Received: from p5B3B73BC.dip.t-dialin.net (EHLO traal.sol) [91.59.115.188] by mail.gmx.net (mp018) with SMTP; 19 Dec 2009 17:57:05 +0100 X-Authenticated: #800556 X-Provags-ID: V01U2FsdGVkX18H+cRv9IsHPR+j/amIkLKX/ZS5sc2jqyyZERXfGx j/klTM/ItNKLrd Date: Sat, 19 Dec 2009 17:57:04 +0100 From: Dominik Ernst To: freebsd-questions@freebsd.org Message-ID: <20091219175704.13db49d2@traal.sol> In-Reply-To: <01FB8F39BAD0BD49A6D0DA8F7897392904F756@Mercury.galaxy.lan.lcl> References: <01FB8F39BAD0BD49A6D0DA8F7897392904F756@Mercury.galaxy.lan.lcl> X-Mailer: Claws Mail 3.7.3 (GTK+ 2.18.5; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.5600000000000001 Cc: Graeme Dargie Subject: Re: ezjail bsd 8.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Dec 2009 17:23:49 -0000 On Fri, 18 Dec 2009 12:44:51 -0000 "Graeme Dargie" wrote: > I am trying to get ezjail running on bds 8.0 and I keep hitting the > same wall > > > > FreeBSD amalthea.galaxy.lan.lcl 8.0-RELEASE FreeBSD 8.0-RELEASE #0: > Sat Nov 21 15:02:08 UTC 2009 /usr/obj/usr/src/sys/GENERIC amd64 > > > > I have update /usr/src using csup > > > > When I issue a ezjail-admin update -ip > > > > It runs for a while then dies with > > > > >>> Installing everything > > -------------------------------------------------------------- > > cd /usr/src; make -f Makefile.inc1 install > > ===> share/info (install) > > install -o root -g wheel -m 444 dir-tmpl > /usr/jails/fulljail/usr/share/info/dir > > install:No such file or directory > > *** Error code 1 > > > > Stop in /usr/src/share/info. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > Stop in /usr/src. > > *** Error code 1 > > > > > > Now I suspect it is something stupid I have done or not done but I > cant seem to see what it is. > > > > Regards > > > > Graeme > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Did you do make buildworld in /usr/src after csup?