From owner-freebsd-questions@FreeBSD.ORG Wed Sep 29 17:00:30 2010 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 4213C1065695 for ; Wed, 29 Sep 2010 17:00:30 +0000 (UTC) (envelope-from phanquochien@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 477328FC19 for ; Wed, 29 Sep 2010 17:00:29 +0000 (UTC) Received: by wyb33 with SMTP id 33so74856wyb.13 for ; Wed, 29 Sep 2010 10:00:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=vesY2h3xhG1867VXKT7/C0CaKIWxa7o7QwiNVP6TgaA=; b=x61d6B41hvaRTEkjmiSljJSPoiCAp4iclIuHMB9v9VefODYS2ZQsqxvHoCKcht38Fg JS5jkLL/DihGY7q+hYrXHoA/k7bqLw8qZeYIivbaipZRjh7rCliwzTxuuQIcd7uGgckp Ri/Vl7HKT780gDg+EB/Rh8kn61Z2ttQteo8mM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=IlhaSx4NmjD6GabnM87DsGgT2kYe5P7yq/guox8u22ZGOGQ47iEYHOx/gBRCTdNfhD tmbpt9ldPi/VGyvHu0AUIvGiv48xsGRQlYDWy08FmUFmPr2JutKXCjhTxFtXaP1ydacH RuKUkq1Ir4dZj1+XDynePePFmYb5yfXRr67hs= MIME-Version: 1.0 Received: by 10.227.134.206 with SMTP id k14mr1737636wbt.121.1285779628291; Wed, 29 Sep 2010 10:00:28 -0700 (PDT) Received: by 10.227.142.194 with HTTP; Wed, 29 Sep 2010 10:00:28 -0700 (PDT) Date: Thu, 30 Sep 2010 00:00:28 +0700 Message-ID: From: Phan Quoc Hien To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Can not setting up a Jail Directory Tree 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: Wed, 29 Sep 2010 17:00:30 -0000 Hi, I'm using FreeBSD 8.1, I have followed http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails-build.htmlto create a jail. When I create jail directory tree with command: make installworld DESTDIR=$D It run look good about 1 min..and output error below: ===> gnu/usr.bin/texinfo/texindex (install) > install -s -o root -g wheel -m 555 texindex /jail/fulljail/usr/bin > install -o root -g wheel -m 444 texindex.1.gz > /jail/fulljail/usr/share/man/man1 > ===> gnu/usr.bin/texinfo/doc (install) > install-info --quiet --defsection=Miscellaneous --defentry= info.info/jail/fulljail/usr/share/info/dir > install-info --quiet --defsection=Miscellaneous --defentry= > info-stnd.info /jail/fulljail/usr/share/info/dir > install-info --quiet --defsection=Miscellaneous --defentry= > texinfo.info /jail/fulljail/usr/share/info/dir > install -o root -g wheel -m 444 info.info.gz info-stnd.info.gz > texinfo.info.gz /jail/fulljail/usr/share/info > ===> include (install) > creating osreldate.h from newvers.sh > touch: not found > *** Error code 127 > > Stop in /usr/src/include. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > Error: The command 'make installworld' failed. > Refer to the error report(s) above. > Why error? -- Best regards, Mr.Hien E-mail: phanquochien@gmail.com Website: www.mrhien.info