<?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 Console Login with automatically logout right after in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258000#M471753</link>
    <description>I got a rx2660 with HP-UX 11.31 0809 with a console over a console switch connected to it. &lt;BR /&gt;I get the Login Prompt and some mysterous happens:&lt;BR /&gt;&lt;BR /&gt;Console Login: root&lt;BR /&gt;Password: ********&lt;BR /&gt;...&lt;BR /&gt;Value of TERM has been set to "hp".&lt;BR /&gt;WARNING: YOU ARE SUPERUSER!!\n&lt;BR /&gt;root@host: ~ &amp;gt; logout&lt;BR /&gt;logout root&lt;BR /&gt;&lt;BR /&gt;GenericSysName [HP Release B.11.31] (see /etc/issue)&lt;BR /&gt;Console Login:&lt;BR /&gt;&lt;BR /&gt;Every time I'd like to login the console do a automatic logout like a TERM (Ctrl+D) signal would appear.&lt;BR /&gt;If I login over a ssh session, the login works as expected.&lt;BR /&gt;&lt;BR /&gt;What could be the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks for help.</description>
    <pubDate>Wed, 06 Oct 2010 14:00:42 GMT</pubDate>
    <dc:creator>davesec</dc:creator>
    <dc:date>2010-10-06T14:00:42Z</dc:date>
    <item>
      <title>Console Login with automatically logout right after</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258000#M471753</link>
      <description>I got a rx2660 with HP-UX 11.31 0809 with a console over a console switch connected to it. &lt;BR /&gt;I get the Login Prompt and some mysterous happens:&lt;BR /&gt;&lt;BR /&gt;Console Login: root&lt;BR /&gt;Password: ********&lt;BR /&gt;...&lt;BR /&gt;Value of TERM has been set to "hp".&lt;BR /&gt;WARNING: YOU ARE SUPERUSER!!\n&lt;BR /&gt;root@host: ~ &amp;gt; logout&lt;BR /&gt;logout root&lt;BR /&gt;&lt;BR /&gt;GenericSysName [HP Release B.11.31] (see /etc/issue)&lt;BR /&gt;Console Login:&lt;BR /&gt;&lt;BR /&gt;Every time I'd like to login the console do a automatic logout like a TERM (Ctrl+D) signal would appear.&lt;BR /&gt;If I login over a ssh session, the login works as expected.&lt;BR /&gt;&lt;BR /&gt;What could be the problem?&lt;BR /&gt;&lt;BR /&gt;Thanks for help.</description>
      <pubDate>Wed, 06 Oct 2010 14:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258000#M471753</guid>
      <dc:creator>davesec</dc:creator>
      <dc:date>2010-10-06T14:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Console Login with automatically logout right after</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258001#M471754</link>
      <description>When you logon via ssh, check this ;&lt;BR /&gt;# echo $TMOUT&lt;BR /&gt;&lt;BR /&gt;must be "0"</description>
      <pubDate>Wed, 06 Oct 2010 18:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258001#M471754</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2010-10-06T18:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Console Login with automatically logout right after</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258002#M471755</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;if it's ok in a normal ssh session, can you check in /etc/profile. look for a line like if [ tty = /dev/console ] ..</description>
      <pubDate>Wed, 06 Oct 2010 18:26:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258002#M471755</guid>
      <dc:creator>Kenan Erdey</dc:creator>
      <dc:date>2010-10-06T18:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Console Login with automatically logout right after</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258003#M471756</link>
      <description>&lt;!--!*#--&gt;Are you using the correct cable/adapter between the rx2660 and the console switch?&lt;BR /&gt;&lt;BR /&gt;If the console switch has configurable DTR/DSR handshaking settings, try changing that setting.&lt;BR /&gt;&lt;BR /&gt;Alternatively, see if adding this to the end of /etc/profile helps:&lt;BR /&gt;&lt;BR /&gt;if [ $(tty) = "/dev/console" ]; then&lt;BR /&gt;    stty clocal&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;(If the TTY driver thinks the console port is connected to a modem and the modem has been reset or lost the connection, the driver will automatically cause a logout by sending a HUP to all processes accessing the port. This command disables the modem control line monitoring on the console port.)&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 07 Oct 2010 05:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258003#M471756</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-10-07T05:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Console Login with automatically logout right after</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258004#M471757</link>
      <description>Thank you all for your kind replies. I could fix it with a restart of the box. &lt;BR /&gt;Good: It works now.&lt;BR /&gt;Bad: I don't know why...&lt;BR /&gt;&lt;BR /&gt;Next time I get the problem I will try your suggestions.&lt;BR /&gt;&lt;BR /&gt;Thank you</description>
      <pubDate>Fri, 08 Oct 2010 06:39:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258004#M471757</guid>
      <dc:creator>davesec</dc:creator>
      <dc:date>2010-10-08T06:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Console Login with automatically logout right after</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258005#M471758</link>
      <description>Case closed.</description>
      <pubDate>Fri, 08 Oct 2010 06:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/console-login-with-automatically-logout-right-after/m-p/5258005#M471758</guid>
      <dc:creator>davesec</dc:creator>
      <dc:date>2010-10-08T06:40:08Z</dc:date>
    </item>
  </channel>
</rss>

