<?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: Memory fault in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210631#M793347</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just to check if it is due to 'sendmail' itself or due to /sbin/init.d/sendmail script, run sendmail daemon manually like&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/sendmail -bd -q 30m&lt;BR /&gt;&lt;BR /&gt;If it coredumped, then it may be a patch issue.&lt;BR /&gt;&lt;BR /&gt;If it starts, then run&lt;BR /&gt;&lt;BR /&gt;#newaliases&lt;BR /&gt;&lt;BR /&gt;If it coredumped, then check your /etc/mail/aliasese file. And it may be a patch issue as well.&lt;BR /&gt;&lt;BR /&gt;If it is successful, then you will need to further look at your /sbin/init.d/sendmail script. Add 'set -x' at the beginning and see where it is failing.&lt;BR /&gt;&lt;BR /&gt;Try 'mount -a 'first and see why localmount was failing initially.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Fri, 05 Mar 2004 13:01:30 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-03-05T13:01:30Z</dc:date>
    <item>
      <title>Memory fault</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210627#M793343</link>
      <description>I have a message in /etc/rc.log&lt;BR /&gt;&lt;BR /&gt;Mount file systems&lt;BR /&gt;Output from "/sbin/rc1.d/S100localmount start":&lt;BR /&gt;----------------------------&lt;BR /&gt;checking quotas&lt;BR /&gt;EXIT CODE: 139&lt;BR /&gt;"/sbin/rc1.d/S100localmount start" FAILED&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;BR /&gt;Starting mail daemon&lt;BR /&gt;Output from "/sbin/rc2.d/S540sendmail start":&lt;BR /&gt;----------------------------&lt;BR /&gt;/sbin/rc2.d/S540sendmail[90]: 958 Memory fault&lt;BR /&gt;/sbin/rc2.d/S540sendmail[91]: 959 Memory fault&lt;BR /&gt;"/sbin/rc2.d/S540sendmail start" FAILED&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 10:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210627#M793343</guid>
      <dc:creator>Jose_129</dc:creator>
      <dc:date>2004-03-05T10:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210628#M793344</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I believe it is coming from newaliases command within sendmail script. But I would check why localmount is failing. If the system is already up and running, then do a mount -a and see if it returns any error. May be one of the OS filesystems is not getting mounted. Once the local mount issue is fixed, then try running /sbin/init.d/sendmail start command manually and see if it works. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 05 Mar 2004 10:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210628#M793344</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-05T10:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210629#M793345</link>
      <description>When try running /sbin/init.d/sendmail start command manually get message Memory fault</description>
      <pubDate>Fri, 05 Mar 2004 12:53:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210629#M793345</guid>
      <dc:creator>Jose_129</dc:creator>
      <dc:date>2004-03-05T12:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210630#M793346</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;As said the error :-&lt;BR /&gt;&lt;BR /&gt;EXIT CODE: 139&lt;BR /&gt;"/sbin/rc1.d/S100localmount start" FAILED&lt;BR /&gt;&lt;BR /&gt;Should be addressed first as this may be the reason sendmail is failing.&lt;BR /&gt;&lt;BR /&gt;Do a mount -a - note which is failing- fix this error first then go to the sendmail fault.&lt;BR /&gt;&lt;BR /&gt;Paula&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 12:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210630#M793346</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2004-03-05T12:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210631#M793347</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Just to check if it is due to 'sendmail' itself or due to /sbin/init.d/sendmail script, run sendmail daemon manually like&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/sendmail -bd -q 30m&lt;BR /&gt;&lt;BR /&gt;If it coredumped, then it may be a patch issue.&lt;BR /&gt;&lt;BR /&gt;If it starts, then run&lt;BR /&gt;&lt;BR /&gt;#newaliases&lt;BR /&gt;&lt;BR /&gt;If it coredumped, then check your /etc/mail/aliasese file. And it may be a patch issue as well.&lt;BR /&gt;&lt;BR /&gt;If it is successful, then you will need to further look at your /sbin/init.d/sendmail script. Add 'set -x' at the beginning and see where it is failing.&lt;BR /&gt;&lt;BR /&gt;Try 'mount -a 'first and see why localmount was failing initially.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Fri, 05 Mar 2004 13:01:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210631#M793347</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-03-05T13:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210632#M793348</link>
      <description>Jose&lt;BR /&gt;&lt;BR /&gt;Please assign points to the ITRC members who have given up their time to assist you in the past.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA969864&amp;amp;listType=unassigned&amp;amp;forumId=1" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA969864&amp;amp;listType=unassigned&amp;amp;forumId=1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Fri, 05 Mar 2004 13:04:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210632#M793348</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2004-03-05T13:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210633#M793349</link>
      <description># newaliases&lt;BR /&gt;Memory fault&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/sendmail -bd -q 30m &lt;BR /&gt;Memory fault&lt;BR /&gt;&lt;BR /&gt;Attach file aliases.&lt;BR /&gt;&lt;BR /&gt;Any news&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 16:25:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210633#M793349</guid>
      <dc:creator>Jose_129</dc:creator>
      <dc:date>2004-03-05T16:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Memory fault</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210634#M793350</link>
      <description>Did you recently upgrade/patch sendmail?&lt;BR /&gt;&lt;BR /&gt;Sounds like maybe you have mixed versions of commands...or bad library?&lt;BR /&gt;&lt;BR /&gt;which newaliases&lt;BR /&gt;&lt;BR /&gt;what /usr/sbin/newaliases&lt;BR /&gt;&lt;BR /&gt;version should be same as version in:&lt;BR /&gt;&lt;BR /&gt;echo \$Z | /usr/sbin/sendmail -bt -d&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Fri, 05 Mar 2004 16:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/memory-fault/m-p/3210634#M793350</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-03-05T16:56:09Z</dc:date>
    </item>
  </channel>
</rss>

