From owner-svn-src-head@FreeBSD.ORG Thu Feb 2 02:29:17 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E11A3106564A; Thu, 2 Feb 2012 02:29:17 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) by mx1.freebsd.org (Postfix) with ESMTP id 9EE038FC0A; Thu, 2 Feb 2012 02:29:14 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 3BEE125D385E; Thu, 2 Feb 2012 02:29:12 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 38955BDA74F; Thu, 2 Feb 2012 02:29:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id Y5twILoOIK1q; Thu, 2 Feb 2012 02:29:09 +0000 (UTC) Received: from orange-en1.sbone.de (orange-en1.sbone.de [IPv6:fde9:577b:c1a9:31:cabc:c8ff:fecf:e8e3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id B2B7ABDA769; Thu, 2 Feb 2012 02:29:09 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: multipart/mixed; boundary=Apple-Mail-22--197285964 From: "Bjoern A. Zeeb" In-Reply-To: <201201231617.q0NGHtPq033979@svn.freebsd.org> Date: Thu, 2 Feb 2012 02:29:08 +0000 Message-Id: <1D21A08C-C878-473B-B47B-985559F454CC@lists.zabbadoz.net> References: <201201231617.q0NGHtPq033979@svn.freebsd.org> To: Nathan Whitehorn X-Mailer: Apple Mail (2.1084) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r230484 - head/release X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Feb 2012 02:29:18 -0000 --Apple-Mail-22--197285964 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii On 23. Jan 2012, at 16:17 , Nathan Whitehorn wrote: > Author: nwhitehorn > Date: Mon Jan 23 16:17:54 2012 > New Revision: 230484 > URL: http://svn.freebsd.org/changeset/base/230484 >=20 > Log: > Part of r230482 didn't actually work. Revert it for now. This means = PR > 161047 isn't actually fixed. >=20 It also seems that this currently leaves the VTY0 in tail saying: "Starting local daemons:" ^T says tail, ^C and ^Z obviously don't work and the boot seems to hang unless you get what's going on. Took me a couple minutes:( We really need a big message there... saying "please go to vtyX" at = least. See also attached screenshot. > PR: bin/161047 >=20 > Modified: > head/release/rc.local >=20 > Modified: head/release/rc.local > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/release/rc.local Mon Jan 23 15:50:16 2012 = (r230483) > +++ head/release/rc.local Mon Jan 23 16:17:54 2012 = (r230484) > @@ -14,14 +14,12 @@ if [ $? -eq 0 ]; then > TERM=3Dxterm >=20 > if [ -z "$EXTERNAL_VTY_STARTED" ]; then > - vidcontrol -s 2 # Switch to a VTY with no kernel = messages > # Init will clean these processes up if/when the system > # goes multiuser > touch /tmp/bsdinstall_log > tail -f /tmp/bsdinstall_log > /dev/ttyv2 & > /usr/libexec/getty autologin ttyv3 > EXTERNAL_VTY_STARTED=3D1 > - trap "vidcontrol -s 1" EXIT > fi > else > # Serial or other console --=20 Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do! --Apple-Mail-22--197285964--