<?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: No Response From User in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781560#M833253</link>
    <description>In addition to TMOUT, verify that the tc/ip keepalive kernel parameters are set to thresholds you need; however, keep in mind that this will affect socket connections as well as telnet connections.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Mark</description>
    <pubDate>Wed, 07 Aug 2002 17:29:11 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2002-08-07T17:29:11Z</dc:date>
    <item>
      <title>No Response From User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781555#M833248</link>
      <description>I'm trying to write a script that will kill or break from a process when there has been no response from the user within a specified amount of time. &lt;BR /&gt;I'm using the variable SECONDS to measure the time in a background process, and using the UNTIL command to loop until a Y or an N is entered, or No Response from the user. &lt;BR /&gt;The Y and N part is working Ok, but I can't get my No Response command to work, it just keeps on looping.&lt;BR /&gt;&lt;BR /&gt;Any suggestions would help.&lt;BR /&gt;&lt;BR /&gt;Gavin (Novice)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Aug 2002 14:41:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781555#M833248</guid>
      <dc:creator>Gavin Powell</dc:creator>
      <dc:date>2002-08-07T14:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: No Response From User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781556#M833249</link>
      <description>Hve you explored using the TMOUT variable? Setting TMOUT to a non-zero value should do what you want.</description>
      <pubDate>Wed, 07 Aug 2002 14:46:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781556#M833249</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-08-07T14:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: No Response From User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781557#M833250</link>
      <description>I'll assume you are using "read" and some variable for the answer.&lt;BR /&gt;If so, after the specified number of seconds expire check the variable value and break if it is not a value you are seeking.&lt;BR /&gt;&lt;BR /&gt;A post of that portion of your script would be helpful.&lt;BR /&gt;&lt;BR /&gt;Best of luck.&lt;BR /&gt;&lt;BR /&gt;dl</description>
      <pubDate>Wed, 07 Aug 2002 14:48:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781557#M833250</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2002-08-07T14:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: No Response From User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781558#M833251</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;the best way is to use the TMOUT value. You can set this value in the user profile too.&lt;BR /&gt;&lt;BR /&gt;TMOUT=seconds;export TMOUT&lt;BR /&gt;# man ksh</description>
      <pubDate>Wed, 07 Aug 2002 14:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781558#M833251</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-07T14:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: No Response From User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781559#M833252</link>
      <description>If you are using csh, it uses a local variable autologout and is set in the .cshrc&lt;BR /&gt;&lt;BR /&gt;set autologout=n where n=time in seconds.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Wed, 07 Aug 2002 16:28:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781559#M833252</guid>
      <dc:creator>Steve Labar</dc:creator>
      <dc:date>2002-08-07T16:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: No Response From User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781560#M833253</link>
      <description>In addition to TMOUT, verify that the tc/ip keepalive kernel parameters are set to thresholds you need; however, keep in mind that this will affect socket connections as well as telnet connections.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Mark</description>
      <pubDate>Wed, 07 Aug 2002 17:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781560#M833253</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2002-08-07T17:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: No Response From User</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781561#M833254</link>
      <description>Hi Gavin,&lt;BR /&gt;&lt;BR /&gt;check out the "idled" (idle daemon) - maybe it does just what you need?&lt;BR /&gt;Get it from the HP-UX porting archives...&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Aug 2002 19:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-response-from-user/m-p/2781561#M833254</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-08-10T19:52:41Z</dc:date>
    </item>
  </channel>
</rss>

