From owner-freebsd-stable@FreeBSD.ORG Fri Jul 1 09:29:33 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C5B416A41C for ; Fri, 1 Jul 2005 09:29:33 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from mail13.syd.optusnet.com.au (mail13.syd.optusnet.com.au [211.29.132.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 222F243D1D for ; Fri, 1 Jul 2005 09:29:32 +0000 (GMT) (envelope-from PeterJeremy@optushome.com.au) Received: from cirb503493.alcatel.com.au (c220-239-19-236.belrs4.nsw.optusnet.com.au [220.239.19.236]) by mail13.syd.optusnet.com.au (8.12.11/8.12.11) with ESMTP id j619TU1X005870 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Fri, 1 Jul 2005 19:29:31 +1000 Received: from cirb503493.alcatel.com.au (localhost.alcatel.com.au [127.0.0.1]) by cirb503493.alcatel.com.au (8.12.10/8.12.10) with ESMTP id j619TURx085234; Fri, 1 Jul 2005 19:29:30 +1000 (EST) (envelope-from pjeremy@cirb503493.alcatel.com.au) Received: (from pjeremy@localhost) by cirb503493.alcatel.com.au (8.12.10/8.12.9/Submit) id j619TUVd085233; Fri, 1 Jul 2005 19:29:30 +1000 (EST) (envelope-from pjeremy) Date: Fri, 1 Jul 2005 19:29:30 +1000 From: Peter Jeremy To: Bashar Message-ID: <20050701092930.GD83739@cirb503493.alcatel.com.au> References: <42C4D368.9070103@kuwaitnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <42C4D368.9070103@kuwaitnet.net> User-Agent: Mutt/1.4.2i Cc: stable@freebsd.org Subject: Re: init: can't exec getty 'none' for port /dev/console: No such file or directory 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: Fri, 01 Jul 2005 09:29:33 -0000 On Fri, 2005-Jul-01 08:23:52 +0300, Bashar wrote: >i noticed one of my boxes had the message "init: can't exec getty 'none' >for port /dev/console: No such file or directory" into messages and >repeating forever. You should have the following line in /etc/ttys: console none unknown off secure The only change you can validly make to this line is to change 'secure' to 'insecure' but I suspect you've changed 'off' to 'on'. Try turning the console back off and sending a SIGHUP to init. -- Peter Jeremy