From owner-freebsd-small@FreeBSD.ORG Sat May 7 10:07:04 2005 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BD3B16A4D8 for ; Sat, 7 May 2005 10:07:04 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BF5143DA2 for ; Sat, 7 May 2005 10:07:04 +0000 (GMT) (envelope-from tolisoft@gmail.com) Received: by rproxy.gmail.com with SMTP id a41so604612rng for ; Sat, 07 May 2005 03:07:03 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SVRCXGEHTClJcoFIc8IrdGTGugOXqQFrbArrNmemVlT3frUTx432d1nlpTrgBiW5Ug6/CGV5rTP6rHCbyyTHK42GD5Jw+dJRkr/b+xAHgqcWg7ScJ5iPBs2/JrjRD0W6nOlZ0IBeq7epq2/MtkXyf2mv3+ZCIoI/FxO3tZ4qFkY= Received: by 10.38.90.57 with SMTP id n57mr524577rnb; Sat, 07 May 2005 03:07:03 -0700 (PDT) Received: by 10.38.24.77 with HTTP; Sat, 7 May 2005 03:07:03 -0700 (PDT) Message-ID: <335adcd305050703074e49aa93@mail.gmail.com> Date: Sat, 7 May 2005 13:07:03 +0300 From: Anatoly Marinov To: freebsd-small@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: problem with picobsd and freebsd RELENG_5 X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Anatoly Marinov List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 10:07:04 -0000 Hi, I have problem with creation of new picobsd image. I use script with default configuration from /usr/src/releace/picobsd/build and receive this error : /dev/md0c: FILE SYSTEM CLEAN; SKIPPING CHECKS /dev/md0c: clean, 3024 free (24 frags, 375 blocks, 0.4% fragmentation) 0+1 records in 0+1 records out 13 bytes transferred in 0.000216 secs (60183 bytes/sec) usage: bsdlabel disk (to read label) bsdlabel -w [-n] [-m machine] disk [type] (to write label with existing boot program) bsdlabel -e [-n] [-m machine] disk (to edit label) bsdlabel -R [-n] [-m machine] disk protofile (to restore label with existing boot program) bsdlabel -B [-b boot] [-m machine] disk (to install boot program with existing on-disk label) bsdlabel -w -B [-n] [-b boot] [-m machine] disk [type] (to write label and install boot program) bsdlabel -R -B [-n] [-b boot] [-m machine] disk protofile (to restore label and install boot program) ---> fail: Error <1> error code in <> Error while doing disklabel on of floppy.img size 1440 ---> Aborting ./picobsd root@ganimet:/usr/src/release/picobsd/build/ > I use sources from RELENG_5 (2005-05-05) What can I do to remove this problem? TS