|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

A colleague of mine diagnosed this to the fact that startproc is starting /bin/su. Therefore if any /bin/su is already running in the system when this command is attempted, startproc believes it is already started. Maybe this is the cause. We made a separate copy of /bin/su and used startproc on this /bin/sujenkins and then it would start up successfully. The failure in our case was intermittent.