<div dir="ltr">Thanks.<div>It seems like that call to zookeeper lib API is causing this exit with 251 and hence it is most likely in zookeeper lib code.</div><div>Regards</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 4, 2019 at 5:26 PM Lennart Poettering <<a href="mailto:lennart@poettering.net">lennart@poettering.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mo, 04.03.19 16:58, prashantkumar dhotre (<a href="mailto:prashantkumardhotre@gmail.com" target="_blank">prashantkumardhotre@gmail.com</a>) wrote:<br>
<br>
> Hi,<br>
><br>
> In my journal log, I see ;<br>
><br>
> 1199473 Mar 01 15:46:03 evo-qfx-01 systemd[1]: ifmand.service: Main process<br>
> exited, code=exited, status=251/n/a<br>
><br>
><br>
> I want to know what does 251 means.<br>
><br>
> Can you  please  let me know where can I see the exit-code to meaning mapping<br>
<br>
This depends on the program you are invoking as a service. i.e. ask<br>
the folks who wrote "ifmand" about this, or consult the documentation<br>
for that program.<br>
<br>
When systemd cannot invoke a program you configured it will generate a<br>
couple of error codes on its own. These are documented here:<br>
<br>
<a href="https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Process%20exit%20codes" rel="noreferrer" target="_blank">https://www.freedesktop.org/software/systemd/man/systemd.exec.html#Process%20exit%20codes</a><br>
<br>
But as you can see there 251 is none of the exit codes systemd itself<br>
defines, hence it must come from your own app.<br>
<br>
Lennart<br>
<br>
--<br>
Lennart Poettering, Red Hat<br>
</blockquote></div>