From owner-freebsd-questions@FreeBSD.ORG Sat Dec 24 20:06:25 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 418161065670 for ; Sat, 24 Dec 2011 20:06:25 +0000 (UTC) (envelope-from mjl@luckie.org.nz) Received: from mailfilter38.ihug.co.nz (mailfilter38.ihug.co.nz [203.109.136.38]) by mx1.freebsd.org (Postfix) with ESMTP id D8CB68FC0A for ; Sat, 24 Dec 2011 20:06:24 +0000 (UTC) X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=1 a=rLIBlA-vWZoA:10 a=IkcTkHD0fZMA:10 a=VFkhfONSR655BmY+lBbjUw==:17 a=VhVxFnc1AAAA:8 a=OISBzU9pocW2NpJogLIA:9 a=QEXdDO2ut3YA:10 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgEFAKYv9k52Xbwy/2dsb2JhbABDhQ+nK4EGgXIBAQUjFR4iARALGAICBQ0BCAgDAgIJAwIBAgEnDREGDQEFAgEBrWORD4Evh0IBggeBFgSVAo4AhEo X-IronPort-AV: E=Sophos;i="4.71,404,1320577200"; d="scan'208";a="164721096" Received: from 118-93-188-50.dsl.dyn.ihug.co.nz (HELO spandex.luckie.org.nz) ([118.93.188.50]) by cust.filter7.content.vf.net.nz with ESMTP/TLS/DHE-RSA-AES256-SHA; 25 Dec 2011 09:06:23 +1300 Received: from mylar.luckie.org.nz ([192.168.1.24]) by spandex.luckie.org.nz with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1ReXrK-0000XL-Ls; Sun, 25 Dec 2011 09:06:22 +1300 Message-ID: <4EF630E1.1020301@luckie.org.nz> Date: Sun, 25 Dec 2011 09:06:57 +1300 From: Matthew Luckie User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:8.0) Gecko/20111110 Thunderbird/8.0 MIME-Version: 1.0 To: Mehmet Erol Sanliturk References: <4EF59C88.2010202@luckie.org.nz> <4EF616DC.7000408@luckie.org.nz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: serial consoles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Dec 2011 20:06:25 -0000 On 12/25/11 07:46, Mehmet Erol Sanliturk wrote: > > > On Sat, Dec 24, 2011 at 1:15 PM, Matthew Luckie > wrote: > > One thing I have not done is touch /boot/loader.conf. I'm not > worried about seeing the system boot messages, just the ability to > login after the system has booted -- i.e. I did not do step 2 of > 27.6.2. Should I have? > > Matthew > > > > I think , YES , because this statement will direct the output to serial > port , please , also study the part $ cat /boot.config -D This was sufficient to get the setup I wanted -- the ability to login over a serial port should I want to. Sorry for the noise, this was all in the handbook. Matthew