- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory fault
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 02:00 AM
03-05-2004 02:00 AM
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,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 02:04 AM
03-05-2004 02:04 AM
Re: Memory fault
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 04:53 AM
03-05-2004 04:53 AM
Re: Memory fault
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 04:57 AM
03-05-2004 04:57 AM
Re: Memory fault
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 05:01 AM
03-05-2004 05:01 AM
Re: Memory fault
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 05:04 AM
03-05-2004 05:04 AM
Re: Memory fault
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 08:25 AM
03-05-2004 08:25 AM
Re: Memory fault
Memory fault
# /usr/sbin/sendmail -bd -q 30m
Memory fault
Attach file aliases.
Any news
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 08:56 AM
03-05-2004 08:56 AM
SolutionSounds 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