From owner-freebsd-questions@FreeBSD.ORG Sun Jan 9 00:28:49 2011 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 4E3711065670 for ; Sun, 9 Jan 2011 00:28:49 +0000 (UTC) (envelope-from rwboyer@mac.com) Received: from asmtpout030.mac.com (asmtpout030.mac.com [17.148.16.105]) by mx1.freebsd.org (Postfix) with ESMTP id 38DA38FC12 for ; Sun, 9 Jan 2011 00:28:48 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=us-ascii Received: from [192.168.10.113] ([38.102.24.43]) by asmtp030.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0LEQ00MOHBYAOI60@asmtp030.mac.com> for freebsd-questions@freebsd.org; Sat, 08 Jan 2011 16:27:49 -0800 (PST) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1010190000 definitions=main-1101080121 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-01-08_08:2011-01-07, 2011-01-08, 1970-01-01 signatures=0 From: Robert Boyer Date: Sat, 08 Jan 2011 19:27:45 -0500 Message-id: <46BAC315-34E3-4D1B-A276-81BFE52C290D@mac.com> To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.1081) Subject: Help with nanobsd.sh?? 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: Sun, 09 Jan 2011 00:28:49 -0000 I am trying nanobsd for the first time under 8.1 and have two fairly basic questions before I go about solving a few issues in my usual brute-force and wrong way. 1)Using a box stock system with a fresh install and the default nanobsd.sh with default configuration everything looks like it builds fine right up until.... 02:11:50 ## build diskimage 02:11:50 ### log: /usr/obj/nanobsd.full//_.di /usr/obj/nanobsd.full/_.mnt: write failed, filesystem is full of course my working file systems are not full - far from it. I think it's talking about some disk images that the script is creating - what the heck? How can this be with the default config? 2)Is there an option to run nanobsd.sh without cleaning the obj directories? Really don't want to rebuild world and kernel from scratch for a couple of different packages in custom configs - let alone do it for solving build issues. Thanks RB