From owner-freebsd-current@FreeBSD.ORG Wed Feb 20 22:21:58 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7AC76830 for ; Wed, 20 Feb 2013 22:21:58 +0000 (UTC) (envelope-from nparhar@gmail.com) Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by mx1.freebsd.org (Postfix) with ESMTP id 5917DC47 for ; Wed, 20 Feb 2013 22:21:58 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id rp2so3131025pbb.34 for ; Wed, 20 Feb 2013 14:21:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=Wqq35iETahAeSU53/oqt3gHJWmpjl52iIN2UwoSE7tU=; b=mkaMmT1JMfTGR4/hYeOcgdoE8M+1D5uIus6ac3zrRR0LVXk+MegOZKNMKxi+ZwdnqZ Y99DB96irP7SqIzAIh/iZSaR/o8Zz7tm+6yooMaO8tjo5tda6DSv9wGUKqP9zn/Sw54B kQ4NceMaRN3RFvzgkLy1AWcXQ6gQudRuhiAQySMgbn1sj4PznY7yLF7+gpfrxx4atwcE C2C3QQSh+XzWlxWpm+f/xvNsIN2a+IVrH+6QQXv6k8qcZkHTO/+mtY1Cx4uPN5iOCfHC AsPSKboGwcJ/EFi7rpjf/vUaMWs49Do2nzSZuuq3aTKI6Z/negG7PhCj9cHQ2a0cWDno LaHQ== X-Received: by 10.68.143.133 with SMTP id se5mr4890545pbb.189.1361398912453; Wed, 20 Feb 2013 14:21:52 -0800 (PST) Received: from [10.192.166.0] (stargate.chelsio.com. [67.207.112.58]) by mx.google.com with ESMTPS id 1sm22915275pbg.18.2013.02.20.14.21.51 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 20 Feb 2013 14:21:51 -0800 (PST) Message-ID: <51254C7E.9050705@gmail.com> Date: Wed, 20 Feb 2013 14:21:50 -0800 From: Navdeep Parhar User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130220 Thunderbird/17.0.3 MIME-Version: 1.0 To: d@delphij.net Subject: Re: -CURRENT userland regression References: <51254ACE.2030100@delphij.net> In-Reply-To: <51254ACE.2030100@delphij.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current , Xin Li X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2013 22:21:58 -0000 On 02/20/13 14:14, Xin Li wrote: > Hi, > > It seems that fresh -HEAD would give an unusable kernel that > overwrites screen buffer in a way making it impossible to debug. > Using an old world source to do 'make buildworld buildkernel' results > in a (mostly: I have some strange USB issue right now and still > looking for the cause) usable kernel. > > For now my known good combination is world 246858 with kernel 247057. > I'm still trying to find out which revision have broke the stuff. I ran into this earlier today. Selecting "safe mode" in the boot loader menu seems to work around the problem on my system. Now I will not reboot until I see a fix for this in head :-) Regards, Navdeep