From owner-freebsd-stable@FreeBSD.ORG Fri Jul 18 09:57:45 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5417520A for ; Fri, 18 Jul 2014 09:57:45 +0000 (UTC) Received: from owm.eumx.net (eumx.net [91.82.101.43]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C0A32076 for ; Fri, 18 Jul 2014 09:57:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=date :message-id:from:to:subject:in-reply-to:references:mime-version :content-type; s=default; bh=IkoCdXdzozQ0G7KK4md1O3iqCSA=; b=twC ZNJgve84554MH2D6vq7lYMFFmu7E3kuQ9rplBXDDdpKNKv+BLbye1Obs65bNzXrR kiWkfo28AE7+gt3h9nyYwbh6HP2kcLQajJiULEtLx88d97twR1OPorCxVZwJTCIo D0XaXvUXdkLUXhJ5lbiWFz4bDfp1IDVIdf5k2H9U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=date:message-id :from:to:subject:in-reply-to:references:mime-version :content-type; q=dns; s=default; b=X7fP8t8MnOujuXFnGnvisrFJ1SXq8 lAiyGdAlzyVY+ydsAiNO29P3YFHnlYr1WLiExNHOPbI/MROrGjOnafshpav3LIup Bb3kEXCQTV+pP97spqjBDSUbzhPoz+ecwS1fVBzoX1e1VC+OozlVu3ZzzxrlYEXm eqc90MfChf/yT0= Date: Fri, 18 Jul 2014 11:57:33 +0200 Message-ID: <86k37b3s6q.wl-hskuhra@eumx.net> From: "Herbert J. Skuhra" To: freebsd-stable@freebsd.org Subject: Re: svn: E155017: Checksum mismatch In-Reply-To: <20140717140810.GA21681@ymer.thorshammare.org> References: <20140717140810.GA21681@ymer.thorshammare.org> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4.50 (i386-pc-freebsd10.0) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 09:57:45 -0000 On Thu, 17 Jul 2014 16:08:10 +0200 User Admin wrote: > Hello > > root@ymer:/usr/src # uname -a > FreeBSD ymer.thorshammare.org 10.0-STABLE FreeBSD 10.0-STABLE #2 r268147M: Wed J ^^^ > ul 9 03:32:09 CEST 2014 hasse@ymer.thorshammare.org:/usr/obj/usr/src/sys/YM > ER i386 > > I'm following stable, and at todays update I got the following error: > > root@ymer:/usr/src # svnlite up > Updating '.': > svn: E155017: Checksum mismatch while updating '/usr/src/sys/cam/ctl/ctl_error.c > ': > expected: 0eb4bc2c16922d6e9528af853e1ef8c7 > actual: 192119e45a85b5b19dbd5c5313de23ba > > any advice on how to act upon this ? You run a modified kernel. What have you modified? Run 'svnlite status' to view changes or 'svnlite revert -R .' to revert changes. Then try 'svnlite up' again. -- Herbert