<?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: sendmail tae not found in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125871#M678280</link>
    <description>It means that line 37 of the /sbin/init.d/sendmail script has something strange called "tae" init that the shell has no idea how to find or what to do with.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Thu, 21 Aug 2008 16:27:37 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2008-08-21T16:27:37Z</dc:date>
    <item>
      <title>sendmail tae not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125869#M678278</link>
      <description>When I start sendmail daemon get this msg:&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;/sbin/init.d/sendmail[37]: tae:  not found.&lt;BR /&gt;sendmail has already been started&lt;BR /&gt;&lt;BR /&gt;What does it mean?</description>
      <pubDate>Thu, 21 Aug 2008 16:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125869#M678278</guid>
      <dc:creator>Mimihpux</dc:creator>
      <dc:date>2008-08-21T16:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tae not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125870#M678279</link>
      <description>go into /sbin/init.d and read the script "sendmail"...what's on line 37.&lt;BR /&gt;&lt;BR /&gt;it appears that the start-up script you have may be corrupted.  In mine, that's an "if" test.  &lt;BR /&gt;&lt;BR /&gt;alternatively, there may be junk in the directory /etc/rc.config.d that doesn't belong</description>
      <pubDate>Thu, 21 Aug 2008 16:25:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125870#M678279</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2008-08-21T16:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tae not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125871#M678280</link>
      <description>It means that line 37 of the /sbin/init.d/sendmail script has something strange called "tae" init that the shell has no idea how to find or what to do with.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 21 Aug 2008 16:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125871#M678280</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2008-08-21T16:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tae not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125872#M678281</link>
      <description>Line 37 /sbin/init.d/sendmail is ok:&lt;BR /&gt;  . /etc/rc.config&lt;BR /&gt;&lt;BR /&gt;the /etc/rc.config file is ok,&lt;BR /&gt;&lt;BR /&gt;About /etc/rc.config.d directory, how can I know what files souldn't be there?&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2008 19:44:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125872#M678281</guid>
      <dc:creator>Mimihpux</dc:creator>
      <dc:date>2008-08-21T19:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tae not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125873#M678282</link>
      <description>&amp;gt;&amp;gt;About /etc/rc.config.d directory, how can I know what files souldn't be there?&lt;BR /&gt;&lt;BR /&gt;That question is like "which came first" the chicken or the egg"  nobody really knows.&lt;BR /&gt;&lt;BR /&gt;cd /etc/rc.config.d&lt;BR /&gt;grep tae *&lt;BR /&gt;&lt;BR /&gt;Just might find a bogus or corrupt file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2008 19:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125873#M678282</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2008-08-21T19:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tae not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125874#M678283</link>
      <description>HI:&lt;BR /&gt;&lt;BR /&gt;This kind of error typically means that you have a syntax error in one of the 'rc.config.d' files *or* you have placed something extraneous in the '/etc/rc.config.d' directory.&lt;BR /&gt;&lt;BR /&gt;Verify that your '/etc/rc.config.d' directory only contains appropriate files.&lt;BR /&gt;&lt;BR /&gt;If you look at the script, '/etc/rc.config' you will see that it *is* ok to have backup file copies as long as their names contain [.,~#]. That is, 'netconf.old' is an acceptable backup but 'netconfold' is not.&lt;BR /&gt;&lt;BR /&gt;Verify the contents of this directory by doing:&lt;BR /&gt;&lt;BR /&gt;# for FILE in $(ls /etc/rc.config.d/*)&lt;BR /&gt;&amp;gt; do&lt;BR /&gt;&amp;gt; ls ${FILE}&lt;BR /&gt;&amp;gt; . ${FILE}&lt;BR /&gt;&amp;gt; done&lt;BR /&gt;&lt;BR /&gt;This will source (read) every file as if the nomral startup sequence is running. The action will stop if there is any file with syntax errors and the 'ls' will identify the offender.  Note the "dot-space-filename" syntax in the above code.&lt;BR /&gt;&lt;BR /&gt;By the way, afterwards, you can also see from a 'ls -ul' which files were not sourced, because they were regarded as backup copies and were skipped.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 21 Aug 2008 21:22:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125874#M678283</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-21T21:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tae not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125875#M678284</link>
      <description>Sorry, tae file or similar doesn't exist in /etc/rc.config.d&lt;BR /&gt;&lt;BR /&gt;I found nddconf.bak and other that can't be there...and I remove it.&lt;BR /&gt;&lt;BR /&gt;I don't see the message anymore.&lt;BR /&gt;&lt;BR /&gt;Thanks a lot&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2008 22:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125875#M678284</guid>
      <dc:creator>Mimihpux</dc:creator>
      <dc:date>2008-08-21T22:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tae not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125876#M678285</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I found nddconf.bak and other that can't be there...and I remove it.  I don't see the message anymore.  I don't see the message anymore.&lt;BR /&gt;&lt;BR /&gt;If your problem has been solved, please read:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums11.itrc.hp.com/service/forums/helptips.do?#28" target="_blank"&gt;http://forums11.itrc.hp.com/service/forums/helptips.do?#28&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Aug 2008 22:20:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125876#M678285</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-21T22:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail tae not found</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125877#M678286</link>
      <description>go into /sbin/init.d and read the script "sendmail"...what's on line 37.&lt;BR /&gt;&lt;BR /&gt;it appears that the start-up script you have may be corrupted. In mine, that's an "if" test. &lt;BR /&gt;&lt;BR /&gt;alternatively, there may be junk in the directory /etc/rc.config.d that doesn't belong&lt;BR /&gt;-----------------------------------------&lt;BR /&gt;I found nddconf.bak and other file that doesn't be on /etc/rc.config.d, and message doens't appear anymore.</description>
      <pubDate>Fri, 22 Aug 2008 13:29:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-tae-not-found/m-p/5125877#M678286</guid>
      <dc:creator>Mimihpux</dc:creator>
      <dc:date>2008-08-22T13:29:45Z</dc:date>
    </item>
  </channel>
</rss>

