<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Fedora 13 serial console no login prompt problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/fedora-13-serial-console-no-login-prompt-problem/m-p/4677773#M41928</link>
    <description>I have recently upgraded to Fedora 13.&lt;BR /&gt;&lt;BR /&gt;The following worked perfectly for Fedora 12. But it does no longer work for Fedora 13.&lt;BR /&gt;&lt;BR /&gt;I do not get a login prompt when connecting a terminal emulator via a serial cable.&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;You need to reboot after making the following modifications:&lt;BR /&gt;&lt;BR /&gt;vi /etc/securetty&lt;BR /&gt;ttyS0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vi /etc/event.d/ttyS0&lt;BR /&gt;# ttyS0 - mgetty&lt;BR /&gt;#&lt;BR /&gt;# This service maintains a getty on ttyS0 from the point the system is&lt;BR /&gt;# started until it is shut down again.&lt;BR /&gt;&lt;BR /&gt;start on stopped rc1&lt;BR /&gt;start on stopped rc2&lt;BR /&gt;start on stopped rc3&lt;BR /&gt;start on stopped rc4&lt;BR /&gt;start on stopped rc5&lt;BR /&gt;&lt;BR /&gt;stop on shutdown&lt;BR /&gt;&lt;BR /&gt;respawn&lt;BR /&gt;#exec /sbin/agetty -L ttyS0 57600 vt100&lt;BR /&gt;exec /sbin/mgetty -r -s 57600 ttyS0 vt100</description>
    <pubDate>Fri, 20 Aug 2010 19:55:31 GMT</pubDate>
    <dc:creator>Geert Van Pamel</dc:creator>
    <dc:date>2010-08-20T19:55:31Z</dc:date>
    <item>
      <title>Fedora 13 serial console no login prompt problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-13-serial-console-no-login-prompt-problem/m-p/4677773#M41928</link>
      <description>I have recently upgraded to Fedora 13.&lt;BR /&gt;&lt;BR /&gt;The following worked perfectly for Fedora 12. But it does no longer work for Fedora 13.&lt;BR /&gt;&lt;BR /&gt;I do not get a login prompt when connecting a terminal emulator via a serial cable.&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;You need to reboot after making the following modifications:&lt;BR /&gt;&lt;BR /&gt;vi /etc/securetty&lt;BR /&gt;ttyS0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vi /etc/event.d/ttyS0&lt;BR /&gt;# ttyS0 - mgetty&lt;BR /&gt;#&lt;BR /&gt;# This service maintains a getty on ttyS0 from the point the system is&lt;BR /&gt;# started until it is shut down again.&lt;BR /&gt;&lt;BR /&gt;start on stopped rc1&lt;BR /&gt;start on stopped rc2&lt;BR /&gt;start on stopped rc3&lt;BR /&gt;start on stopped rc4&lt;BR /&gt;start on stopped rc5&lt;BR /&gt;&lt;BR /&gt;stop on shutdown&lt;BR /&gt;&lt;BR /&gt;respawn&lt;BR /&gt;#exec /sbin/agetty -L ttyS0 57600 vt100&lt;BR /&gt;exec /sbin/mgetty -r -s 57600 ttyS0 vt100</description>
      <pubDate>Fri, 20 Aug 2010 19:55:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-13-serial-console-no-login-prompt-problem/m-p/4677773#M41928</guid>
      <dc:creator>Geert Van Pamel</dc:creator>
      <dc:date>2010-08-20T19:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora 13 serial console no login prompt problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-13-serial-console-no-login-prompt-problem/m-p/4677774#M41929</link>
      <description>I got curious about event.d and found this:&lt;BR /&gt;&lt;A href="http://www.linuxquestions.org/questions/fedora-35/in-fedora13-etc-event-d-now-etc-sysconfig-init-827150/" target="_blank"&gt;http://www.linuxquestions.org/questions/fedora-35/in-fedora13-etc-event-d-now-etc-sysconfig-init-827150/&lt;/A&gt;</description>
      <pubDate>Sat, 21 Aug 2010 17:28:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-13-serial-console-no-login-prompt-problem/m-p/4677774#M41929</guid>
      <dc:creator>Michael Leu</dc:creator>
      <dc:date>2010-08-21T17:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fedora 13 serial console no login prompt problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/fedora-13-serial-console-no-login-prompt-problem/m-p/4677775#M41930</link>
      <description>I implemented the advice of Michael -- thanks!&lt;BR /&gt;&lt;BR /&gt;vi /etc/init/serial-console-ttyS0.conf&lt;BR /&gt;&lt;BR /&gt;start on stopped rc RUNLEVEL=[2345]&lt;BR /&gt;stop on starting runlevel [016]&lt;BR /&gt;&lt;BR /&gt;respawn&lt;BR /&gt;exec /sbin/agetty -L ttyS0 57600 vt100&lt;BR /&gt;#exec /sbin/mgetty -r -s 57600 /dev/ttyS0 vt100&lt;BR /&gt;&lt;BR /&gt;(need to reboot)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But I still got errors and the serial port did not work:&lt;BR /&gt;&lt;BR /&gt;tail -f /var/log/messages&lt;BR /&gt;... kernel: ttyS0: LSR safety check engaged!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The following articles suggested me to use the boot option acpi=off (I tried pnpacpi=off but this did not work):&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bugzilla.redhat.com/show_bug.cgi?id=260481" target="_blank"&gt;https://bugzilla.redhat.com/show_bug.cgi?id=260481&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxforums.org/forum/redhat-fedora-linux-help/85411-dev-ttys0-nc6000-not-working.html" target="_blank"&gt;http://www.linuxforums.org/forum/redhat-fedora-linux-help/85411-dev-ttys0-nc6000-not-working.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The boot option acpi=off workaround seems to work. But perhaps other hardware features will now be inaccessible?&lt;BR /&gt;&lt;BR /&gt;Seems to be an old unresolved Fedora bug resulting in a hardware IRQ conflict with an (unexisting) IR port for the Compaq nc6000 laptop? (I found references since Fedora core 6).&lt;BR /&gt;&lt;BR /&gt;Question: Why does the Fedora team change the serial console behaviour at each release? Until and including Fedora 11 /etc/inittab itself could launch the ttyS0 console. The problems started with Fedora 12, and Fedora 13 which both required a different setup (see above) because /etc/inittab since release 12 only contains the default run level.&lt;BR /&gt;&lt;BR /&gt;FYI, the pre-Fedora 12 setup:&lt;BR /&gt;&lt;BR /&gt;vi /etc/inittab&lt;BR /&gt;...&lt;BR /&gt;C0:12345:respawn:/sbin/agetty -L ttyS0 57600 vt100&lt;BR /&gt;&lt;BR /&gt;telinit q</description>
      <pubDate>Sun, 22 Aug 2010 22:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/fedora-13-serial-console-no-login-prompt-problem/m-p/4677775#M41930</guid>
      <dc:creator>Geert Van Pamel</dc:creator>
      <dc:date>2010-08-22T22:08:53Z</dc:date>
    </item>
  </channel>
</rss>

