<?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: At command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068832#M140201</link>
    <description>I found a resolution using the search in hp technical knowledge base and got to this &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065678246" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065678246&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I put this code in but still had a problem so I just hardcoded the ulimit in the .proto file to 4194303.</description>
    <pubDate>Fri, 12 Sep 2003 12:05:13 GMT</pubDate>
    <dc:creator>Wendy Stein</dc:creator>
    <dc:date>2003-09-12T12:05:13Z</dc:date>
    <item>
      <title>At command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068823#M140192</link>
      <description>I am running this command:&lt;BR /&gt;&lt;BR /&gt;$ at -f script.sh now&lt;BR /&gt;&lt;BR /&gt;script.sh contains:&lt;BR /&gt;&lt;BR /&gt;$mailx -s "Job Completed" $username&amp;lt;$filename&lt;BR /&gt;&lt;BR /&gt;If $filename contains more than 378 characters in it, then the user will receive an e-mail with NO  the subject line AND another e-mail goes to the user who ran the script with the following message :&lt;BR /&gt;&lt;BR /&gt;/var/tmp/mailxCAA.....: file too large&lt;BR /&gt;**************************************&lt;BR /&gt;Cron: The previous message is the standard output and standard error of one of your at commands.&lt;BR /&gt;&lt;BR /&gt;If I run this script without using 'at', it is fine.  If the file sent is 377 or less characters, it is also fine. Once I go over 378 characters, I consistently get the error.&lt;BR /&gt;&lt;BR /&gt;Is there some limitation when using the at command and sending an e-mail ?????&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 13:18:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068823#M140192</guid>
      <dc:creator>Wendy Stein</dc:creator>
      <dc:date>2003-09-11T13:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: At command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068824#M140193</link>
      <description>Hi,&lt;BR /&gt;did you try the following ?&lt;BR /&gt;&lt;BR /&gt;cat $filename | mailx -s "Job Completed" $username&lt;BR /&gt;&lt;BR /&gt;I know that's quite the same, but the redirection is used in another way, and i used this always with no problem.&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 13:24:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068824#M140193</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-11T13:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: At command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068825#M140194</link>
      <description>Yes I have and this gives me the same results.</description>
      <pubDate>Thu, 11 Sep 2003 13:27:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068825#M140194</guid>
      <dc:creator>Wendy Stein</dc:creator>
      <dc:date>2003-09-11T13:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: At command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068826#M140195</link>
      <description>I have just run the same script against a file with 11776 lines and 2109500 characters and it worked fine. What version of sendmail are you using? are all patches applied to your version of Unix?</description>
      <pubDate>Thu, 11 Sep 2003 14:04:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068826#M140195</guid>
      <dc:creator>Declan Heerey</dc:creator>
      <dc:date>2003-09-11T14:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: At command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068827#M140196</link>
      <description>Wendy,&lt;BR /&gt;&lt;BR /&gt;I don't have any insights for you, but, reading the responses so far, I'm sensing some confusion about what the actual question is.&lt;BR /&gt;&lt;BR /&gt;Are you saying that the actual name of the file contains over 378 characters (I pity the poor person who has to type that out) or the contents of the file exceed 378 characters?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Sep 2003 14:14:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068827#M140196</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-09-11T14:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: At command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068828#M140197</link>
      <description>Is it possible that you are filling up /var/tmp ?</description>
      <pubDate>Thu, 11 Sep 2003 14:18:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068828#M140197</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-09-11T14:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: At command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068829#M140198</link>
      <description>Ok... I am not filling /var/tmp up, &lt;BR /&gt;The filename is 5 characters, but the contents are &amp;gt; 378 characters and &lt;BR /&gt;I am running version 8.8.6 of sendmail .....</description>
      <pubDate>Thu, 11 Sep 2003 14:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068829#M140198</guid>
      <dc:creator>Wendy Stein</dc:creator>
      <dc:date>2003-09-11T14:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: At command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068830#M140199</link>
      <description>I have solved my own problem.  Thanks to all that gave suggestions. The problem was the /var/adm/cron/.proto file with the ulimit.&lt;BR /&gt;I changed the ulimit value and now it is fine.</description>
      <pubDate>Thu, 11 Sep 2003 18:34:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068830#M140199</guid>
      <dc:creator>Wendy Stein</dc:creator>
      <dc:date>2003-09-11T18:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: At command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068831#M140200</link>
      <description>Wendy, what did you change the ulimit parameter to be? how did you find out about the .proto file? &lt;BR /&gt;&lt;BR /&gt;Declan</description>
      <pubDate>Fri, 12 Sep 2003 08:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068831#M140200</guid>
      <dc:creator>Declan Heerey</dc:creator>
      <dc:date>2003-09-12T08:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: At command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068832#M140201</link>
      <description>I found a resolution using the search in hp technical knowledge base and got to this &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065678246" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000065678246&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I put this code in but still had a problem so I just hardcoded the ulimit in the .proto file to 4194303.</description>
      <pubDate>Fri, 12 Sep 2003 12:05:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/at-command/m-p/3068832#M140201</guid>
      <dc:creator>Wendy Stein</dc:creator>
      <dc:date>2003-09-12T12:05:13Z</dc:date>
    </item>
  </channel>
</rss>

