From owner-freebsd-amd64@freebsd.org Fri Apr 29 10:25:03 2016 Return-Path: Delivered-To: freebsd-amd64@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 203C1B1ED59 for ; Fri, 29 Apr 2016 10:25:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 111921A85 for ; Fri, 29 Apr 2016 10:25:03 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3TAP2DC053016 for ; Fri, 29 Apr 2016 10:25:02 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 209147] freebsd-update not working in 10.3-RELEASE Date: Fri, 29 Apr 2016 10:25:03 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 10.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: Nick@van-laarhoven.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-Mailman-Approved-At: Fri, 29 Apr 2016 11:41:27 +0000 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 10:25:03 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209147 Nick@van-laarhoven.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Nick@van-laarhoven.org --- Comment #1 from Nick@van-laarhoven.org --- Same here. Problem lies in the sanity check files it seems: # P=3D"[-+./:=3D,%@_[~[:alnum:]]" # M=3D"[0-9]+\|[0-9]+\|[0-9]+\|[0-9]+" # H=3D"[0-9a-f]{64}" # grep -E '^d' /var/db/freebsd-update/sanitycheck.tmp | grep -vE "^d\|${M}\|\|\$" d|0|0|0755|0|c093e4bf4a89d44d5259b6f6b288f1d50e5eed303b3ef0aef616c613e9a693= fe| Somehow there is a SHA checksum in the file that should not be there. # gunzip < /var/db/freebsd-update/files/9cf1e357208f9af6874aafbf98c4092d71d1d4f827e249= c8ae61284accfd0809.gz | grep c093e4bf4a89d44d5259b6f6b288f1d50e5eed303b3ef0aef616c613e9a693fe src|src|/|d|0|0|0755|0|c093e4bf4a89d44d5259b6f6b288f1d50e5eed303b3ef0aef616= c613e9a693fe| Guess: Mayhaps this has become a link on the update-diff build host and handling of that is not correct yet? --=20 You are receiving this mail because: You are on the CC list for the bug.=