From owner-freebsd-stable@FreeBSD.ORG Fri Jul 1 17:17:52 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 4562416A41C for ; Fri, 1 Jul 2005 17:17:52 +0000 (GMT) (envelope-from big@kuwaitnet.net) Received: from orbit.kuwaitnet.net (orbit.kuwaitnet.net [216.40.249.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1028B43D1D for ; Fri, 1 Jul 2005 17:17:51 +0000 (GMT) (envelope-from big@kuwaitnet.net) Received: from [62.150.203.132] (helo=[192.168.1.70]) by orbit.kuwaitnet.net with esmtpa (Exim 4.50) id 1DoP95-0002qs-M4; Fri, 01 Jul 2005 20:17:44 +0300 Message-ID: <42C57ABB.8020109@kuwaitnet.net> Date: Fri, 01 Jul 2005 20:17:47 +0300 From: Bashar User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Jeremy References: <42C4D368.9070103@kuwaitnet.net> <20050701092930.GD83739@cirb503493.alcatel.com.au> In-Reply-To: <20050701092930.GD83739@cirb503493.alcatel.com.au> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orbit.kuwaitnet.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [47 12] X-AntiAbuse: Sender Address Domain - kuwaitnet.net X-Source: X-Source-Args: X-Source-Dir: Content-Type: text/plain; charset=windows-1256; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 17:17:52 -0000 True its set to on, but i believe this change was requested from the DC to enable the remote console for the box. would turning it off effect the remote console from working? Peter Jeremy wrote: >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. > >