<?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: Ksh log out message. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889230#M845773</link>
    <description>WEll, it seems that in your logout script, you have some command that produces this output. Check in your profile file which script is it and try to debug it.</description>
    <pubDate>Thu, 03 Mar 2005 08:59:38 GMT</pubDate>
    <dc:creator>Alex Lavrov.</dc:creator>
    <dc:date>2005-03-03T08:59:38Z</dc:date>
    <item>
      <title>Ksh log out message.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889228#M845771</link>
      <description>Hi everyone,&lt;BR /&gt;&lt;BR /&gt;My problem is when I logout, I get the message:&lt;BR /&gt;&lt;BR /&gt;"ksh: l: Arguments must be %job or process ids"&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Thu, 03 Mar 2005 08:37:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889228#M845771</guid>
      <dc:creator>Mike Jeff</dc:creator>
      <dc:date>2005-03-03T08:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Ksh log out message.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889229#M845772</link>
      <description>Check your profile. Check for the trap command and check what it does??&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 03 Mar 2005 08:58:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889229#M845772</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-03-03T08:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ksh log out message.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889230#M845773</link>
      <description>WEll, it seems that in your logout script, you have some command that produces this output. Check in your profile file which script is it and try to debug it.</description>
      <pubDate>Thu, 03 Mar 2005 08:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889230#M845773</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-03-03T08:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Ksh log out message.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889231#M845774</link>
      <description>Also check for .logout&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Thu, 03 Mar 2005 09:18:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889231#M845774</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-03-03T09:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: Ksh log out message.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889232#M845775</link>
      <description>In particular look for something like&lt;BR /&gt;&lt;BR /&gt;jobs -l &lt;SOMETHING&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SOMETHING&gt;</description>
      <pubDate>Thu, 03 Mar 2005 09:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889232#M845775</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-03-03T09:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Ksh log out message.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889233#M845776</link>
      <description>Thanks for all your quick responses everyone!  I did forget to mention that the .logout file did not exist for this login.&lt;BR /&gt;&lt;BR /&gt;The problem was with /etc/profile.  The following entry had been commented out by one of my colleagues:&lt;BR /&gt;&lt;BR /&gt;trap "echo logout" 0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 10:18:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889233#M845776</guid>
      <dc:creator>Mike Jeff</dc:creator>
      <dc:date>2005-03-03T10:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Ksh log out message.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889234#M845777</link>
      <description>Thanks to all that helped!&lt;BR /&gt;&lt;BR /&gt;The problem was caused by the following entry in /etc/profile being commented out:&lt;BR /&gt;&lt;BR /&gt;trap "echo logout" 0&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2005 10:23:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ksh-log-out-message/m-p/4889234#M845777</guid>
      <dc:creator>Mike Jeff</dc:creator>
      <dc:date>2005-03-03T10:23:37Z</dc:date>
    </item>
  </channel>
</rss>

