From owner-freebsd-arm@freebsd.org Thu Mar 1 23:17:59 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78F03F330EC for ; Thu, 1 Mar 2018 23:17:59 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D36B77F995 for ; Thu, 1 Mar 2018 23:17:58 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w21NHpvr033431 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 1 Mar 2018 15:17:52 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w21NHpea033430; Thu, 1 Mar 2018 15:17:51 -0800 (PST) (envelope-from fbsd) Date: Thu, 1 Mar 2018 15:17:51 -0800 From: bob prohaska To: freebsd-arm@freebsd.org Subject: Strange svnlite error, database disk image is malformed on Pi3 Message-ID: <20180301231751.GA33421@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2018 23:17:59 -0000 Just ran svnlite up /usr/src on a Pi3 and got svn: E155004: Run 'svn cleanup' to remove locks (type 'svn help cleanup' for det ails) svn: E155004: Working copy '/usr/src' locked. svn: E155004: '/usr/src' is already locked. root@www:/usr/src # svnlite cleanup . svn: E200030: sqlite[S11]: database disk image is malformed svn: E200042: Additional errors: svn: E200030: sqlite[S11]: database disk image is malformed Any hint as to what's wrong or how to recover would be much apprediated. Thanks for reading, bob prohaska