From owner-freebsd-current@FreeBSD.ORG Wed Aug 20 15:39:28 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A8151065671 for ; Wed, 20 Aug 2008 15:39:28 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.29]) by mx1.freebsd.org (Postfix) with ESMTP id 360418FC18 for ; Wed, 20 Aug 2008 15:39:28 +0000 (UTC) (envelope-from unixmania@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so198462yxb.13 for ; Wed, 20 Aug 2008 08:39:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=oPUOT2B3HLWCgy+EBPDCNOkOKoxPly35xg2P6Tt546o=; b=VP9k4rZSIIapkU9yZtIXNadca+SEvdtn8XBwthTvKiIwIlT786mcUYl44mpfPsngFF +mNqXRsDDCrjm/6CnIbGeLRnYwj2Rbe7nyc0U0T4znq7HyeHwBFZ5MYQSCH5Z10isGVA A89X1ur/Y4g/kOMUREkJ28ryS/kZmW44j21f8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=p1GOyL7N3EAJuOahIokD+8dlDxDY/Z7TpAChhSTcsWEj4HcJVDykESEGlOGF5Js2LS VL8Vwn6yT9uVlcWcrXzZHZyO7/CFWir53mF1utbdhEyA5pINV/DKmdq2bbWsni6+pSFT +Z2EpT2FG2wUf2IUF97s6ZjCHjLtxuyjctiFo= Received: by 10.103.212.2 with SMTP id o2mr190426muq.1.1219246766791; Wed, 20 Aug 2008 08:39:26 -0700 (PDT) Received: by 10.103.231.14 with HTTP; Wed, 20 Aug 2008 08:39:26 -0700 (PDT) Message-ID: Date: Wed, 20 Aug 2008 12:39:26 -0300 From: "Carlos A. M. dos Santos" To: current@freebsd.org In-Reply-To: <48AC35FA.7020108@andric.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <7d6fde3d0808172305h219231e2sad939eacb685414e@mail.gmail.com> <48ABC7FD.3050906@freebsd.org> <7d6fde3d0808200806n683c644ch6820d30762531f09@mail.gmail.com> <48AC35FA.7020108@andric.com> Cc: Ken Smith Subject: Re: Possible regression with 200807 amd64 snapshot CD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2008 15:39:28 -0000 On Wed, Aug 20, 2008 at 12:19 PM, Dimitry Andric wrote: > On 2008-08-20 17:06, Garrett Cooper wrote: >>>> I'll see if I can get a fix into the GNU cpio code in -CURRENT, >>>> unless someone wants to switch boot_crunch over to use bsdcpio. >> Shall I create a PR then? > > Probably not needed, see below :) > > > -------- Original Message -------- > Subject: cvs commit: src/release/amd64 boot_crunch.conf src/release/i386 boot_crunch.conf src/release/ia64 boot_crunch.conf src/release/pc98 boot_crunch.conf src/release/powerpc boot_crunch.conf src/release/sparc64 boot_crunch.conf ... > Date: Wed, 20 Aug 2008 13:35:39 +0000 (UTC) > From: Ken Smith > To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org > > kensmith 2008-08-20 13:35:39 UTC > > FreeBSD src repository > > Modified files: > release/amd64 boot_crunch.conf > release/i386 boot_crunch.conf > release/ia64 boot_crunch.conf > release/pc98 boot_crunch.conf > release/powerpc boot_crunch.conf > release/sparc64 boot_crunch.conf > release/sun4v boot_crunch.conf > Log: > SVN rev 181927 on 2008-08-20 13:35:39Z by kensmith > > Recent work on the gnu cpio seems to have introduced some bugs, it > complains about "Malformed numbers" while unpacking the dists and > what winds up on the disk isn't correct. Use this as an opportunity > to switch over to bsdcpio since at this point we don't even build > and install the gnu cpio by default. Note sysinstall needed to be > tweaked a bit (dropping tape block size setting) because it seems > bsdcpio doesn't do anything with block sizes, at least as far as > reading from archives goes. That wasn't really a problem since > installations from tape have been broken for a while and the rest > of sysinstall's tape support code will be removed shortly. > > Revision Changes Path > 1.64 +2 -4 src/release/amd64/boot_crunch.conf > 1.64 +2 -4 src/release/i386/boot_crunch.conf > 1.15 +2 -4 src/release/ia64/boot_crunch.conf > 1.65 +2 -3 src/release/pc98/boot_crunch.conf > 1.7 +2 -4 src/release/powerpc/boot_crunch.conf > 1.11 +2 -3 src/release/sparc64/boot_crunch.conf > 1.4 +2 -3 src/release/sun4v/boot_crunch.conf This is really cool. Will the 8-CURRENT snapshot images for 200808 be regenerated accordingly? -- If you think things can't get worse it's probably only because you lack sufficient imagination.