From Fedora Project Wiki
(add 'serial' option, it's needed for anaconda) |
(no reason to mention upstart anymore?) |
||
Line 18: | Line 18: | ||
CGroup: name=systemd:/system/serial-getty@.service/ttyS0 | CGroup: name=systemd:/system/serial-getty@.service/ttyS0 | ||
</pre> | </pre> | ||
</li> | </li> | ||
<li> The file {{filename|/etc/securetty}} contains a line matching the requested console and the user is able to login to the system using the serial login prompt | <li> The file {{filename|/etc/securetty}} contains a line matching the requested console and the user is able to login to the system using the serial login prompt |
Revision as of 11:58, 8 August 2011
Description
This test is intended to ensure that the console=X serial parameters are honored and the post-installed systems is configured properly for a non tty0 console. While the examples mention the use of console=ttyS0, it it acceptable to use any device other than the default tty0.
How to test
- Using a DB-9 serial cable, connect to your test system on the first port (typically S0) and start a serial port monitoring application (ttywatch, cermit, or minicom)
- Boot installation program passing the console=ttyS0 serial command line parameters
- Complete installation and boot into installed system
Expected Results
- The installation displays properly and responds to user input over the serial line
- Confirm that a login console is presented over the serial device. When using
systemd
(Fedora 15 and newer), you may confirm that the serial device is configured for login by examining the output ofsystemctl status serial-getty@ttyS0.service
. For example:Loaded: loaded (/lib/systemd/system/serial-getty@.service) Active: active (running) since Tue, 01 Mar 2011 12:46:54 -0500; 4min 29s ago Main PID: 736 (login) CGroup: name=systemd:/system/serial-getty@.service/ttyS0
- The file
/etc/securetty
contains a line matching the requested console and the user is able to login to the system using the serial login prompt