From d5a68c825bea1d347f7db543d4047775f69c8490 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Wed, 23 Feb 2005 21:52:17 +0000 Subject: [PATCH] Simplify some of the serial communication configuration instructions. PR: 68038 Submitted by: Brad Davis (original version) --- .../books/handbook/serialcomms/chapter.sgml | 33 ++++++++++--------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml b/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml index cb2e14a788..0ecf9914c6 100644 --- a/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml @@ -1934,40 +1934,41 @@ raisechar=^^ Serial Console Configuration, Terse Version - This section assumes that you are using the default setup, - know how to connect serial ports and just want a fast overview - of a serial console. If you encounter difficulty with these - steps, please see the more extensive explanation of all the - options and advanced settings in - . + This section assumes that you are using the default setup + and just want a fast overview of setting up the serial + console. - Connect the serial port. The serial console will be - on COM1. + Connect the serial cable to COM1 and the controlling + terminal. - echo -h > /boot.config to enable - the serial console for the boot loader and kernel. + To see all boot messages on the serial console, issue + the following command: echo "set console=comconsole" > + /boot/loader.conf. Edit /etc/ttys and change - off to on for the - ttyd0 entry. This enables a login - prompt on the serial console, which mirrors how video - consoles are typically setup. + off to on and + dialup to vt100 for the + ttyd0 entry. Otherwise a password will not be + required to connect via the serial console, resulting in a + potential security hole. - shutdown -r now will reboot the - system with the serial console. + Reboot the system to see if the changes took effect. + If a different configuration is required, a more in depth + configuration explanation exists in + .