From owner-freebsd-small@FreeBSD.ORG Mon May 2 11:01:57 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 4C3B816A4D0 for ; Mon, 2 May 2005 11:01:57 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3642543D48 for ; Mon, 2 May 2005 11:01:57 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j42B1vHN030267 for ; Mon, 2 May 2005 11:01:57 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j42B1u8Y030260 for freebsd-small@freebsd.org; Mon, 2 May 2005 11:01:56 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 2 May 2005 11:01:56 GMT Message-Id: <200505021101.j42B1u8Y030260@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-small@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 May 2005 11:01:57 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2000/01/04] misc/15876 small PicoBSD message of the day problems o [2001/06/18] misc/28255 small picobsd documentation still references ol o [2002/09/13] kern/42728 small many problems in src/usr.sbin/ppp/* afte o [2003/05/14] misc/52255 small picobsd build script fails under FreeBSD o [2003/05/14] misc/52256 small picobsd build script does not read in use 5 problems total. 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