Date: Fri, 29 Apr 2016 10:25:03 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 209147] freebsd-update not working in 10.3-RELEASE Message-ID: <bug-209147-6-y0zAlV5Kl2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-209147-6@https.bugs.freebsd.org/bugzilla/> References: <bug-209147-6@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
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.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209147-6-y0zAlV5Kl2>