From owner-freebsd-stable@FreeBSD.ORG Thu Feb 28 10:55:41 2008 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D3DF1065675 for ; Thu, 28 Feb 2008 10:55:41 +0000 (UTC) (envelope-from freebsd-stable@chef-ingenieur.de) Received: from mta.webmatic.de (mta.webmatic.de [212.78.99.126]) by mx1.freebsd.org (Postfix) with ESMTP id 86E478FC19 for ; Thu, 28 Feb 2008 10:55:40 +0000 (UTC) (envelope-from freebsd-stable@chef-ingenieur.de) Received: (qmail 52043 invoked by uid 89); 28 Feb 2008 10:35:00 -0000 Received: from unknown (HELO mta.webmatic.de) (127.0.0.1) by localhost with SMTP; 28 Feb 2008 10:35:00 -0000 Received: from 217.188.193.85 (SquirrelMail authenticated user freebsd-stable@chef-ingenieur.de) by mta.webmatic.de with HTTP; Thu, 28 Feb 2008 11:35:00 +0100 (CET) Message-ID: <1954.217.188.193.85.1204194900.squirrel@mta.webmatic.de> Date: Thu, 28 Feb 2008 11:35:00 +0100 (CET) From: "Thomas Krause" To: "Edwin Groothuis" , stable@freebsd.org User-Agent: SquirrelMail/1.4.11 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: Subject: Re: Upgrade to 6.3R failed (with freebsd-update.sh) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2008 10:55:41 -0000 >> >> failed with >> >> 10....2520....2530....2540....2550....2560....2570....2580....2590....2600....2610....2620....2630....2640... >> done. >> Applying patches... done. >> Fetching 1587 files... failed. > > Is this reproducable or is this fetch problem an one time issue? Yes, it is. I put a "set -x" in the freebsd-update.sh and it seems, that the script cannot fetch a file: + [ ! -f files/ffa603731bc5c7b80b37c580bb9aa11b0d12cfcabe5fccee7b7e8ded607be19a.gz ] + echo ffa603731bc5c7b80b37c580bb9aa11b0d12cfcabe5fccee7b7e8ded607be19a + read Y + [ -s filelist ] + wc -l + tr -d + echo -n Fetching 1587 Fetching 1587 + echo -n files... files... + lam -s 6.3-RELEASE/amd64/f/ - -s .gz + xargs /usr/libexec/phttpget update1.FreeBSD.org + read Y + [ -f 00021c52a9c8de69e0dd8a3cf7a9c9315518093293707420ccbc3ccc83e636cc.gz ] + echo failed. failed. + return 1 + return 1 + exit 1 Thomas.