<?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 Re: console port problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417122#M14808</link>
    <description>these articles may help you &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.vanemery.com/Linux/Serial/serial-console.html" target="_blank"&gt;http://www.vanemery.com/Linux/Serial/serial-console.html&lt;/A&gt; &lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/" target="_blank"&gt;http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/&lt;/A&gt;</description>
    <pubDate>Mon, 08 Nov 2004 12:11:35 GMT</pubDate>
    <dc:creator>Vitaly Karasik_1</dc:creator>
    <dc:date>2004-11-08T12:11:35Z</dc:date>
    <item>
      <title>console port problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417117#M14803</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i'm unable to access the linux server using serial port, but the with the same cable i can connet to other similar machine, &lt;BR /&gt;&lt;BR /&gt;any tips to slove this problem&lt;BR /&gt;i tried init q -- no luck&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;chakri</description>
      <pubDate>Mon, 08 Nov 2004 07:20:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417117#M14803</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2004-11-08T07:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: console port problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417118#M14804</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;There are few things you can test, try to kill the console proces and then do a init q, you can try to re-direct some data to the console&lt;BR /&gt;cat x &amp;gt; /dev/console&lt;BR /&gt;the x should contain something to see if that comes on the console.&lt;BR /&gt;&lt;BR /&gt;RGds&lt;BR /&gt;&lt;BR /&gt;HGN&lt;BR /&gt;</description>
      <pubDate>Mon, 08 Nov 2004 08:42:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417118#M14804</guid>
      <dc:creator>HGN</dc:creator>
      <dc:date>2004-11-08T08:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: console port problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417119#M14805</link>
      <description>edit /etc/inittab&lt;BR /&gt;append a line:&lt;BR /&gt;7:2345:respawn:/sbin/agetty ttyS0 9600&lt;BR /&gt;&lt;BR /&gt;under 6:2345:respawn:/sbin/mingetty&lt;BR /&gt;and then execute init q&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this will allow connection with baud rate 9600 on COM1 to your linux.&lt;BR /&gt;To be able to login as root-remember to append a line:&lt;BR /&gt;ttyS0&lt;BR /&gt;to /etc/securetty&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards</description>
      <pubDate>Mon, 08 Nov 2004 08:57:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417119#M14805</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-11-08T08:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: console port problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417120#M14806</link>
      <description>HI,&lt;BR /&gt;&lt;BR /&gt;when i run the same command from the command line i get the followin error message&lt;BR /&gt;&lt;BR /&gt;#strace -o /tmp/output /sbin/agetty -t 60 -L ttyS1 19200&lt;BR /&gt;&lt;BR /&gt;i observe the following error message&lt;BR /&gt;&lt;BR /&gt;ioctl(0, 0x5401, {B19200 -opost -isig -icanon -echo ...}) = 0&lt;BR /&gt;chown32(0xbffffa42, 0, 0)               = 0&lt;BR /&gt;chmod("ttyS1", 0600)                    = 0&lt;BR /&gt;getpid()                                = 24595&lt;BR /&gt;ioctl(0, 0x5410, [24595])               = -1 ENOTTY (Inappropriate ioctl for dev&lt;BR /&gt;ice)&lt;BR /&gt;ioctl(0, 0x540b, 0x2)                   = 0&lt;BR /&gt;ioctl(0, 0x5402, {B19200 -opost -isig -icanon -echo ...}) = 0&lt;BR /&gt;fcntl64(0, 0x3, 0, 0xcbe)               = 34818&lt;BR /&gt;fcntl64(0, 0x4, 0x8002, 0xbffffa42)     = 0&lt;BR /&gt;alarm(60)                               = 0&lt;BR /&gt;rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0&lt;BR /&gt;rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0&lt;BR /&gt;rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0&lt;BR /&gt;nanosleep({1, 0}, {1, 0})               = 0&lt;BR /&gt;ioctl(0, 0x540b, 0)                     = 0&lt;BR /&gt;uname({sys="Linux", node="nmhost01", ...}) = 0&lt;BR /&gt;write(1, "\r\n", 2)                     = 2&lt;BR /&gt;open("/etc/issue", O_RDONLY|O_LARGEFILE) = 3&lt;BR /&gt;ioctl(0, 0x5403, {B19200 opost -isig -icanon -echo ...}) = -1 EINTR (Interrupted&lt;BR /&gt; system call)&lt;BR /&gt;--- SIGALRM (Alarm clock) ---&lt;BR /&gt;+++ killed by SIGALRM +++</description>
      <pubDate>Mon, 08 Nov 2004 10:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417120#M14806</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2004-11-08T10:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: console port problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417121#M14807</link>
      <description>Check the BIOS settings (enable serial ports if there are disabled).&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Mon, 08 Nov 2004 10:56:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417121#M14807</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2004-11-08T10:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: console port problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417122#M14808</link>
      <description>these articles may help you &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.vanemery.com/Linux/Serial/serial-console.html" target="_blank"&gt;http://www.vanemery.com/Linux/Serial/serial-console.html&lt;/A&gt; &lt;BR /&gt;&lt;A href="http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/" target="_blank"&gt;http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/&lt;/A&gt;</description>
      <pubDate>Mon, 08 Nov 2004 12:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/console-port-problem/m-p/3417122#M14808</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2004-11-08T12:11:35Z</dc:date>
    </item>
  </channel>
</rss>

