From owner-freebsd-stable@FreeBSD.ORG Fri May 23 01:48:02 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 15D99F89 for ; Fri, 23 May 2014 01:48:02 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DE6D6216D for ; Fri, 23 May 2014 01:48:01 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WneaV-000Ajo-Lz; Fri, 23 May 2014 01:47:59 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s4N1lv7W046900; Thu, 22 May 2014 19:47:57 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19oQACekb+XB3vJTxSx3JwC Subject: Re: strange svn problem on FreeBSD 10 STABLE From: Ian Lepore To: Erich Dollansky In-Reply-To: <20140523092755.4d56eb21@X220.alogt.com> References: <20140522144628.72655b16@X220.alogt.com> <44fvk1q0dr.fsf@lowell-desk.lan> <20140523092755.4d56eb21@X220.alogt.com> Content-Type: text/plain; charset="us-ascii" Date: Thu, 22 May 2014 19:47:56 -0600 Message-ID: <1400809676.1152.300.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.org, freebsd-stable-local@be-well.ilk.org 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, 23 May 2014 01:48:02 -0000 On Fri, 2014-05-23 at 09:27 +0800, Erich Dollansky wrote: > Hi, > > On Thu, 22 May 2014 11:49:36 -0400 > Lowell Gilbert wrote: > > > Erich Dollansky writes: > > > > > > I probably could have been a lot more help if you'd included the > > output of "uname -a" and "svn info" in your message. And your kernel > > configuration file, although even better than that would be trying the > > GENERIC configuration and showing the results of that. > > > I just compiled the kernel with SC on and VT off without any problems. > Turning VT on again and SC off and I results in the original error > messages. It seems to me that the source tree got damaged during the > interruptions and svn does not notice it. > > > Good luck. > > It seems the best method for the moment. > > Erich Based on the error messages you report, the part of the tree that might be damaged is src/sys/conf/files*. From a glance at the config code it looks like that error is generated if it reads through conf/files and conf/files.amd64 and others that are included from your kernel config, and it didn't find any lines that contained "optional vt". The thing is, that appears on a pretty good number of lines, so it's hard to picture the damage that caused just that error and no others. -- Ian