From owner-freebsd-stable@FreeBSD.ORG Wed Oct 31 08:29:40 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACE5A16A46D for ; Wed, 31 Oct 2007 08:29:40 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 08E0913C48A for ; Wed, 31 Oct 2007 08:29:39 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 31 Oct 2007 08:22:15 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp032) with SMTP; 31 Oct 2007 09:22:15 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX1/NJ2cbwmnN67wFd3ElF4zXjH79Hb3G/RHUKHUweB wxsQyj+1Ib86cP Message-ID: <47283B2B.805@gmx.de> Date: Wed, 31 Oct 2007 09:22:03 +0100 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.6 (X11/20071015) MIME-Version: 1.0 To: freebsd-stable@freebsd.org X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: single user mode broken on RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Oct 2007 08:29:40 -0000 Since I switched to RELENG_7 I cannot use /rescue/vi in single user mode any more. It will just print everything in the bottom line of the screen, so it's impossible to navigate in a document or see what you're doing. Mounting /usr and starting vim displays everything properly, but none of the keys work. The screen is just frozen until I hack a couple of :q! into the keyboard. It's kinda tedious to fix my misconfigurations with cat and sed. I wish for the RELENG_6 behaviour to return (that is, being able to use vi).