From owner-cvs-all Thu Aug 2 9:57:53 2001 Delivered-To: cvs-all@freebsd.org Received: from ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by hub.freebsd.org (Postfix) with ESMTP id 6E66E37B405; Thu, 2 Aug 2001 09:57:46 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.11.3/8.11.3) id f72GsRo09313; Thu, 2 Aug 2001 09:54:27 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200108021654.f72GsRo09313@ambrisko.com> Subject: Re: cvs commit: src/usr.sbin/sysinstall config.c menus.c sysinstall.h In-Reply-To: <20010802202230.A706@nagual.pp.ru> "from Andrey A. Chernov at Aug 2, 2001 08:22:32 pm" To: "Andrey A. Chernov" Date: Thu, 2 Aug 2001 09:54:27 -0700 (PDT) Cc: Robert Watson , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andrey A. Chernov writes: | On Thu, Aug 02, 2001 at 09:24:14 -0400, Robert Watson wrote: | > ttys, it is true. It's not clear to me what the best way to account for | > this is--perhaps to apply ttys changes immediately during console | > configuration, | | I don't think it will be good - all other configuration options postponed | and applied only on exit, so better not be different here. | | > or perhaps simply to note in the dialog that pops up before | > editing /etc/ttys that some changes will be applied later as part of | > console configuration. | | Instead of popup box my configTtys() can be called in yet another place | and do the changes _before_ starting editor on /etc/ttys. FYI, I did a send-pr of an automatic patch to /etc/ttys if installing of a serial port to be consistant with the login.conf. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23098 Description If you do an install via the serial port, Sysinstall correctly updates loader.conf so the kernel messages come up on the console. However, it should also enable a getty on the serial port as well so you can login to that port. This patch does that by changing "off" to "on " for ttyd0. Note I do not disable getty on ttyvX. It's probably fairly easy for the admin to just login as root on the serial port and disable getty on ttyvX if by chance no display or keyboard device is available to address that issue. This should make life a little easier for serial installations. I guess in the least once this is hashed out the pr should be closed. Thanks, Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message