- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- recursion too deep
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
05-29-2003 10:41 PM
05-29-2003 10:41 PM
I have a K360/HP-UX 10.20.
When I manuall stop the sendmail it gives a message "recursion too deep" and doesn't stop sendmail.
What is this error and what needs to be done to resolve this?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2003 11:13 PM
05-29-2003 11:13 PM
Re: recursion too deep
Possibly you've got a macro definition problem, i.e. one macro text contains another macro, but this macro refers back to the original macro, so you get excessive recursion.
Post your sendmail.cf if possible.
rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 12:05 AM
05-30-2003 12:05 AM
Re: recursion too deep
I have attached my sendmail.cf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 12:05 AM
05-30-2003 12:05 AM
Re: recursion too deep
I have attached my sendmail.cf.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 12:26 AM
05-30-2003 12:26 AM
Re: recursion too deep
# cd /etc/mail
# mv sendmail.cf org.sendmail.cf
# /sbin/init.d/sendmail stop
/sbin/init.d/sendmail[116]: .: recursion too deep.
Even if the sendmail.cf file is not available it gives the same error.
I have copied sendmail.cf from another server but still the same error when I try to stop sendmail.
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 01:52 AM
05-30-2003 01:52 AM
Re: recursion too deep
Try sendmail start
then sendmail stop
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 03:09 AM
05-30-2003 03:09 AM
Re: recursion too deep
It sound like that you have bad file under /etc/rc.config.d
ie: [116] mean error at line 116 of this script.
Go and look at this line: it is:
. /etc/rc.config
-> it source all files under /etc/rc.config.d
Under this directory you shouldn't have any scripts, it should be only variables. Try to execute . /etc/rc.config and try to add a set -x in it in order to find which files is wrong.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 04:24 AM
05-30-2003 04:24 AM
Re: recursion too deep
Here's are two related links for 'recursion too deep' and sendmail was not indicated in either:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x184eaf48a9e5d5118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xadba3a7b3682d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 05:53 AM
05-30-2003 05:53 AM
Re: recursion too deep
Look at your /etc/rc.config.d/mailsvrs script. Make sure it is not the same as /sbin/init.d/sendmail script. Basically it should not have anything other than the following.
SENDMAIL_SERVER=1
export SENDMAIL_SERVER_NAME=
+ some comments.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 06:36 AM
05-30-2003 06:36 AM
Solutionsh -x /sbin/init.d/sendmail stop
You may see the script calling something unexpected or following a strange PATH location.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2003 12:31 AM
06-02-2003 12:31 AM