From owner-freebsd-current@FreeBSD.ORG Sat Oct 2 05:22:15 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75B1816A4CE for ; Sat, 2 Oct 2004 05:22:15 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04FAC43D39 for ; Sat, 2 Oct 2004 05:22:15 +0000 (GMT) (envelope-from david.downey@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so3703226rnk for ; Fri, 01 Oct 2004 22:22:14 -0700 (PDT) Received: by 10.38.77.44 with SMTP id z44mr5231985rna; Fri, 01 Oct 2004 22:22:14 -0700 (PDT) Received: by 10.38.82.69 with HTTP; Fri, 1 Oct 2004 22:22:14 -0700 (PDT) Message-ID: <6917b781041001222274d003c4@mail.gmail.com> Date: Sat, 2 Oct 2004 01:22:14 -0400 From: "David D.W. Downey" To: Current Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Inability to create jails under 5.3-BETA6 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "David D.W. Downey" List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 05:22:15 -0000 Evening folks, No matter what the hell i do, from booting into single mode, to making .cshrc and .shrc entries for $JAILDIR and following the 'man jail' tutorial i get the following. Doesn't matter what i do. This works *flawlessly* under 4.10-RELEASE-p2 but fails miserably on any 5.3 version from BETA4 on up to BETA6 This is an excerpt from the build process. I've exported the jail dir as according to the man page (The variable would be 'D' in the man page example) -------------------------------------------------------------- >>> stage 1.2: bootstrap tools -------------------------------------------------------------- cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/i386 DESTDIR= INSTALL="sh /usr/src/tools/install.sh" PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin WORLDTMP=/usr/obj/usr/src/i386 MAKEFLAGS="-m /usr/src/tools/build/mk DESTDIR=/usr/local/LOCKBOX/virtual-tree/production/www.cyberspacetech.com -m /usr/src/share/mk" make -f Makefile.inc1 BOOTSTRAPPING=503000 -DNOHTML -DNOINFO -DNOLINT -DNOMAN -DNOPIC -DNOPROFILE -DNOSHARED -DNO_CPU_CFLAGS -DNO_WARNS bootstrap-tools ===> games/fortune/strfile /usr/obj/usr/src/i386/usr/src/games/fortune/strfile created for /usr/src/games/fortune/strfile rm -f .depend mkdep -f .depend -a -I/usr/obj/usr/src/i386/legacy/usr/include /usr/src/games/fortune/strfile/strfile.c echo strfile: /usr/local/LOCKBOX/virtual-tree/production/www.cyberspacetech.com/usr/lib/libc.a /usr/obj/usr/src/i386/legacy/usr/lib/libegacy.a >> .depend cc -O -pipe -I/usr/obj/usr/src/i386/legacy/usr/include -c /usr/src/games/fortune/strfile/strfile.c make: don't know how to make /usr/local/LOCKBOX/virtual-tree/production/www.cyberspacetech.com/usr/lib/libc.a. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. silvani# ls /usr/local/LOCKBOX/virtual-tree/production/ .snap www.cyberspacetech.com silvani# ls /usr/local/LOCKBOX/virtual-tree/production/www.cyberspacetech.com/ silvani# -- David D.W. Downey