From owner-freebsd-bugs@FreeBSD.ORG Mon Dec 15 14:20:41 2008 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2F481065686 for ; Mon, 15 Dec 2008 14:20:41 +0000 (UTC) (envelope-from fernan.aguero@gmail.com) Received: from mail-qy0-f18.google.com (mail-qy0-f18.google.com [209.85.221.18]) by mx1.freebsd.org (Postfix) with ESMTP id 657648FC28 for ; Mon, 15 Dec 2008 14:20:41 +0000 (UTC) (envelope-from fernan.aguero@gmail.com) Received: by qyk11 with SMTP id 11so3100320qyk.19 for ; Mon, 15 Dec 2008 06:20:40 -0800 (PST) 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=r5etfbrlfxlMHB74kV5ndoTUN2gRNkY2lZjrN10UOmw=; b=cXL5/g0soA4tClKu2AlibOFIr+UMgDDgGApklO1oiM5rYrWQcm2WJS0seangiO8LY8 NIoQjyKKh5TImLAtcx4yLXOBy+sn99cZEuR4VjyRX+Sn4p8OdMvMoJlTRWpoEGXXXDPd DHQg7VZ/j2XHFsnJm/ydnzTR2OtBQpkHelgkw= 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=ZsbJJVEZqurw33k3Q0XBaCq+ztPachMHpVIXDvyJBG0EsVaualtLaBdkiYm2/l75yS CXlAa1sgXTgxRccdb8OYfM9FYizV/oD9zCoiw9WLZLjitmz6BmPu8nF3qUsmq5RL9SF3 b/qjNKguSGFI/X3dRr1XzWuVmgPfTVU7BeTc0= Received: by 10.214.12.11 with SMTP id 11mr7520995qal.63.1229349146297; Mon, 15 Dec 2008 05:52:26 -0800 (PST) Received: by 10.215.14.10 with HTTP; Mon, 15 Dec 2008 05:52:26 -0800 (PST) Message-ID: <520894aa0812150552t4c96b8do7dd4015be643caf1@mail.gmail.com> Date: Mon, 15 Dec 2008 11:52:26 -0200 From: "Fernan Aguero" To: vwe@freebsd.org In-Reply-To: <200812140003.mBE030w0061862@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200812140003.mBE030w0061862@freefall.freebsd.org> Cc: freebsd-bugs@freebsd.org Subject: Re: misc/129573: FreeBSD-7.1-RC1 fails to install man pages and doc distribution X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2008 14:20:42 -0000 On Sat, Dec 13, 2008 at 10:03 PM, wrote: > Synopsis: FreeBSD-7.1-RC1 fails to install man pages and doc distribution > > State-Changed-From-To: open->feedback > State-Changed-By: vwe > State-Changed-When: Sun Dec 14 00:01:26 UTC 2008 > State-Changed-Why: > Fenan, > do you mind to show us the error messages you're seeing? > BTW, with having actually tried the beta ISOs myself (rebuilding > from source, often) I think your media is broken. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=129573 > As I said, I have downloaded the images from the FreeBSD FTP site. The downloaded image MD5 checksum matches the one in the FTP site. And, the MD5 checksum of the contents of the burned CD also matches this checksum. So, if the media is broken, then it should be broken for anyone who got the image from FreeBSD. Checksum as in the FTP site: grep disc1 CHECKSUM.MD5 MD5 (7.1-RC1-amd64-disc1.iso) = 116d0dbff53871778fb0e1e90ce4f2a6 Check of ISO image: md5sum 7.1-RC1-amd64-disc1.iso 116d0dbff53871778fb0e1e90ce4f2a6 7.1-RC1-amd64-disc1.iso Check of burned CD: echo $(( $(ls -l 7.1-RC1-amd64-disc1.iso | awk '{ print $5 }') / 2048 )) 280688 dd if=/dev/cdrom bs=2048 count=280688 | md5sum 116d0dbff53871778fb0e1e90ce4f2a6 - I have not tried to build the release CDs from source, though. Regarding the error messages, these were always "Write failure on transfer! wrote -1 bytes of 1425408" I have now installed 7.1-RC1 again a few times, changing the order of the steps, and the error happens only when I try to install extra distribution packages in the post-installation phase. E.g.: 1. Boot installer 2. Select Express (quick) installation, partition and label disk 3. Select Minimal Installation AND select custom distribution packages at this time (lib32, doc, man, catman) 4. Select installation source (CD) 5. Installation is successful (including extra distrib pkgs) 6. Do post-installation configuration (root passwd, add user, configure and bring up network interface, set box as NFS client/SSH server) 7. Reboot 8. Everything is OK However, the following leads to the error: 1. Boot installer 2. Select Express (quick) installation, partition and label disk 3. Select Minimal Installation only 4. Select installation source (CD) 5. Installation is successful up to this point 6. Do post-installation configuration: select extra distribution packages to install at this time (lib32, doc, man, catman) 7. Installation fails at this point when trying to install the extra packages. For each of these, the error message "Write failure on transfer!" is shown. I would appreciate if you can try to reproduce the bug, which I now think belongs to the installer. Does the installer umounts/loses the target disk after the first pass of the installation? -- fernan