From owner-freebsd-security@FreeBSD.ORG Tue Sep 9 05:12:52 2008 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C3861065676 for ; Tue, 9 Sep 2008 05:12:52 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: from web52105.mail.re2.yahoo.com (web52105.mail.re2.yahoo.com [206.190.48.108]) by mx1.freebsd.org (Postfix) with SMTP id 2C1278FC12 for ; Tue, 9 Sep 2008 05:12:51 +0000 (UTC) (envelope-from ipfreak@yahoo.com) Received: (qmail 10544 invoked by uid 60001); 9 Sep 2008 04:46:10 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=G2iZBBgYJjlLOz8AAWGA4AKh09rAEc+2In2STVC1JTkJ6Z4vHFpqfjNylVP6Qwrx9/OaKy6gWWqN4hw1NlaH75RApqGNVbhrT4YYZGIxOpjOvZDIPrLTKW4HYK3NVzLiCZrEVxz9TFXiIOnvYUnrfmk2XfnGl//NpDq1QGjK9Co=; X-YMail-OSG: CjVoowQVM1mirDi4YFA4VFLcwnSnO2twL8k_I0K.H3oidsIddHEnyZpuZOaYDX22iq_zgFT33lJw6uxMU9oeRjIdaFLI5L_2URdQ9mQSQHSNvC8xbtOMf6i1JTF_jApEhA-- Received: from [98.169.13.4] by web52105.mail.re2.yahoo.com via HTTP; Mon, 08 Sep 2008 21:46:10 PDT X-Mailer: YahooMailWebService/0.7.218.2 Date: Mon, 8 Sep 2008 21:46:10 -0700 (PDT) From: gahn To: freebsd security MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <839688.9358.qm@web52105.mail.re2.yahoo.com> Subject: jails X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ipfreak@yahoo.com List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 05:12:52 -0000 hi all: i tried to build jails and just could not get it work. it kept giving me errors. for 6.3, i got following errors: ////////////////////// cd /usr/src; make -f Makefile.inc1 hierarchy cd /usr/src/etc; make distrib-dirs mtree -eU -f /usr/src/etc/mtree/BSD.root.dist -p /home/j/mroot/ mtree -eU -f /usr/src/etc/mtree/BSD.var.dist -p /home/j/mroot/var mtree -eU -f /usr/src/etc/mtree/BSD.usr.dist -p /home/j/mroot/usr mtree -eU -f /usr/src/etc/mtree/BSD.include.dist -p /home/j/mroot/usr/include mtree -deU -f /usr/src/etc/mtree/BIND.chroot.dist -p /home/j/mroot/var/named mtree -deU -f /usr/src/etc/mtree/BSD.sendmail.dist -p /home/j/mroot/ cd /home/j/mroot/; rm -f /home/j/mroot/sys; ln -s usr/src/sys sys cd /home/j/mroot/usr/share/man/en.ISO8859-1; ln -sf ../man* . cd /home/j/mroot/usr/share/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /home/j/mroot/usr/share/openssl/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /home/j/mroot/usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* . cd /home/j/mroot/usr/share/nls; set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done -------------------------------------------------------------- >>> Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info (install) ===> 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. //////////////////////////////// for 7.0 i got errors: //////////////////////// >>> Installing everything -------------------------------------------------------------- cd /usr/src; make -f Makefile.inc1 install ===> share/info (install) ===> lib (install) ===> lib/csu/i386-elf (install) gcc -O2 -fno-strict-aliasing -pipe -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wno-pointer-sign -c crt1.c gcc:No such file or directory *** Error code 1 Stop in /usr/src/lib/csu/i386-elf. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 /////////////////////////////// i followed the instructions of the "handbook".... thanks