<?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: Same tty in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398646#M200293</link>
    <description>Hi Leah,&lt;BR /&gt;&lt;BR /&gt;Some points will be good if you think it help you my suggesstion.  Check this web site &lt;A href="http://www.darkwing.com/idled/" target="_blank"&gt;http://www.darkwing.com/idled/&lt;/A&gt;  Another thing is check the what cause why of runaway like my side the reason is the old version or Openssh we're using, perhaps you look on this issue.  Patch is another thing, normally every user if not transactions OS will kick them out within period of time.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Romen</description>
    <pubDate>Thu, 14 Oct 2004 01:59:43 GMT</pubDate>
    <dc:creator>Romen Q. Cordial_1</dc:creator>
    <dc:date>2004-10-14T01:59:43Z</dc:date>
    <item>
      <title>Same tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398642#M200289</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I have a question needs someone to help me.&lt;BR /&gt;&lt;BR /&gt;When a user tries to log into glovia ERP system (stay on HP 11.00 server), they get stuck at the start up screen with the below message:&lt;BR /&gt;&lt;BR /&gt;Stack for terminal in use by another process.&lt;BR /&gt;&lt;BR /&gt;Then the user will be locked.  &lt;BR /&gt;&lt;BR /&gt;We asked Glovia about this problem, here is their answer:&lt;BR /&gt;&lt;BR /&gt;'You have run away processor(s) that is using up the tty.  When someone logged in with the same tty, you will get this error message.  You might want to recycle the server to clear up the run away processors....'&lt;BR /&gt;&lt;BR /&gt;How should I do it?  Does it actually means it is time to install new patches for telnet on server?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2004 15:57:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398642#M200289</guid>
      <dc:creator>Leah Chow</dc:creator>
      <dc:date>2004-10-12T15:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: Same tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398643#M200290</link>
      <description>Hi Leah,&lt;BR /&gt;&lt;BR /&gt;I had that problem before becasue of Openssh, even do the user already logout and exit the user id and the tty he used still log on the system when you do who. while the application doesn't know if the tty is free to use or still have process thats why application allocate same tty. Definitely you have run away process.&lt;BR /&gt;&lt;BR /&gt;1.  type who -a, who -T or w = try to identify which one is runaway, ps -ef|grep 'userid' if no process found either of one of those same tty user id, that one is considered run away process,  the only temporary workaround that I would suggest to you to see the correct output from 'who' command is:&lt;BR /&gt;             1. # cat /dev/null &amp;gt; /etc/utmp&lt;BR /&gt;             2. You may want to trim /etc/wtmp too if you want:&lt;BR /&gt;                         # cat /dev/null &amp;gt; /etc/wtmp and or /etc/btmp.&lt;BR /&gt;&lt;BR /&gt;NOTE: System reboot will even make the system cleaner.&lt;BR /&gt;&lt;BR /&gt;Hope this will help you,&lt;BR /&gt;Regards,&lt;BR /&gt;Romen Q. Cordial</description>
      <pubDate>Tue, 12 Oct 2004 22:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398643#M200290</guid>
      <dc:creator>Romen Q. Cordial_1</dc:creator>
      <dc:date>2004-10-12T22:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Same tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398644#M200291</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When a user log into server it get one tty assign to it and when he logout that tty should get free. This is not happening in your case. Power recycle of your system is a temperory solution of this . becuase all tty get freed once you power recycle. You can try to increase npty parameter in kernel.&lt;BR /&gt;&lt;BR /&gt;You have to find out why tty is not getting release when user log out. user may not be exiting in proper way he might be just closing window insted of using exit command.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Tue, 12 Oct 2004 23:33:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398644#M200291</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2004-10-12T23:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Same tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398645#M200292</link>
      <description>Thank you guys, I tried who -a or who -T, found out there have bunch of run away processes on my server.  &lt;BR /&gt;&lt;BR /&gt;Is there anyway I can prevent run away processes?  If there are any patches available, could you tell me the patches ID?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Leah</description>
      <pubDate>Wed, 13 Oct 2004 08:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398645#M200292</guid>
      <dc:creator>Leah Chow</dc:creator>
      <dc:date>2004-10-13T08:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Same tty</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398646#M200293</link>
      <description>Hi Leah,&lt;BR /&gt;&lt;BR /&gt;Some points will be good if you think it help you my suggesstion.  Check this web site &lt;A href="http://www.darkwing.com/idled/" target="_blank"&gt;http://www.darkwing.com/idled/&lt;/A&gt;  Another thing is check the what cause why of runaway like my side the reason is the old version or Openssh we're using, perhaps you look on this issue.  Patch is another thing, normally every user if not transactions OS will kick them out within period of time.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Romen</description>
      <pubDate>Thu, 14 Oct 2004 01:59:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/same-tty/m-p/3398646#M200293</guid>
      <dc:creator>Romen Q. Cordial_1</dc:creator>
      <dc:date>2004-10-14T01:59:43Z</dc:date>
    </item>
  </channel>
</rss>

