Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Feb 2012 02:29:08 +0000
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Nathan Whitehorn <nwhitehorn@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r230484 - head/release
Message-ID:  <1D21A08C-C878-473B-B47B-985559F454CC@lists.zabbadoz.net>
In-Reply-To: <201201231617.q0NGHtPq033979@svn.freebsd.org>
References:  <201201231617.q0NGHtPq033979@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


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
> 
> Log:
>  Part of r230482 didn't actually work. Revert it for now. This means PR
>  161047 isn't actually fixed.
> 

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
> 
> Modified:
>  head/release/rc.local
> 
> Modified: head/release/rc.local
> ==============================================================================
> --- 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=xterm
> 
> 	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=1
> -		trap "vidcontrol -s 1" EXIT
> 	fi
> else
> 	# Serial or other console


-- 
Bjoern A. Zeeb                                 You have to have visions!
   It does not matter how good you are. It matters what good you do!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1D21A08C-C878-473B-B47B-985559F454CC>