1838005 Members
5542 Online
110124 Solutions
New Discussion

Memory fault

 
SOLVED
Go to solution
Jose_129
Regular Advisor

Memory fault

I have a message in /etc/rc.log

Mount file systems
Output from "/sbin/rc1.d/S100localmount start":
----------------------------
checking quotas
EXIT CODE: 139
"/sbin/rc1.d/S100localmount start" FAILED

and

Starting mail daemon
Output from "/sbin/rc2.d/S540sendmail start":
----------------------------
/sbin/rc2.d/S540sendmail[90]: 958 Memory fault
/sbin/rc2.d/S540sendmail[91]: 959 Memory fault
"/sbin/rc2.d/S540sendmail start" FAILED


Regards,
Change password in way single user, beginning in multiuser way console
7 REPLIES 7
Sridhar Bhaskarla
Honored Contributor

Re: Memory fault

Hi,

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.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Jose_129
Regular Advisor

Re: Memory fault

When try running /sbin/init.d/sendmail start command manually get message Memory fault
Change password in way single user, beginning in multiuser way console
Paula J Frazer-Campbell
Honored Contributor

Re: Memory fault

HI

As said the error :-

EXIT CODE: 139
"/sbin/rc1.d/S100localmount start" FAILED

Should be addressed first as this may be the reason sendmail is failing.

Do a mount -a - note which is failing- fix this error first then go to the sendmail fault.

Paula

If you can spell SysAdmin then you is one - anon
Sridhar Bhaskarla
Honored Contributor

Re: Memory fault

Hi,

Just to check if it is due to 'sendmail' itself or due to /sbin/init.d/sendmail script, run sendmail daemon manually like

#/usr/sbin/sendmail -bd -q 30m

If it coredumped, then it may be a patch issue.

If it starts, then run

#newaliases

If it coredumped, then check your /etc/mail/aliasese file. And it may be a patch issue as well.

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.

Try 'mount -a 'first and see why localmount was failing initially.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
Paula J Frazer-Campbell
Honored Contributor

Re: Memory fault

Jose

Please assign points to the ITRC members who have given up their time to assist you in the past.


http://forums1.itrc.hp.com/service/forums/pageList.do?userId=CA969864&listType=unassigned&forumId=1


Paula
If you can spell SysAdmin then you is one - anon
Jose_129
Regular Advisor

Re: Memory fault

# newaliases
Memory fault

# /usr/sbin/sendmail -bd -q 30m
Memory fault

Attach file aliases.

Any news


Change password in way single user, beginning in multiuser way console
Geoff Wild
Honored Contributor
Solution

Re: Memory fault

Did you recently upgrade/patch sendmail?

Sounds like maybe you have mixed versions of commands...or bad library?

which newaliases

what /usr/sbin/newaliases

version should be same as version in:

echo \$Z | /usr/sbin/sendmail -bt -d


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.