<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><blockquote type="cite" class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div class=""><div class="" style="margin: 0px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);"><span class="" style="font-variant-ligatures: no-common-ligatures;">sudo launchctl list|fgrep -v com.app</span></div></div></div></blockquote><div class=""><br class=""></div><div class="">returns for me(10.12.5):</div><div class=""><br class=""></div><span class="">PID<span class="Apple-tab-span" style="white-space:pre"> </span>Status<span class="Apple-tab-span" style="white-space:pre">      </span>Label</span><div class=""><span class=""><br class=""></span></div><span class="">-<span class="Apple-tab-span" style="white-space:pre">       </span>78<span class="Apple-tab-span" style="white-space:pre">  </span>org.networkupstools.upsmon<br class=""></span><span class=""><br class=""></span><span class="">system log: </span><div class=""><span class=""><br class=""></span></div><div class=""><span class=""><div class="">Jun 15 16:27:07 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon): Service only ran for 0 seconds. Pushing respawn out by 10 seconds.</div><div class="">Jun 15 16:27:17 c01 com.apple.xpc.launchd[1] (org.networkupstools.upsmon[4259]): Service could not initialize: 16F73: xpcproxy + 11769 [1505][34964CF1-9965-3B4D-ADC7-6FBC6669C56D]: 0x2</div><div class=""><br class=""></div><div class="">Did you change anything in the plist or used mine ?</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div></span><div class=""><span class=""><div class="">Kind Regards,<br class=""><br class="">Rob<br class=""><br class=""><br class=""></div></span>

<br class=""><div><blockquote type="cite" class=""><div class="">On 15 Jun 2017, at 15:01, Charles Lepple <<a href="mailto:clepple@gmail.com" class="">clepple@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">On Jun 14, 2017, at 1:54 PM, Robbie van der Walle <<a href="mailto:rvanderwalle@gmail.com" class="">rvanderwalle@gmail.com</a>> wrote:<br class=""><div class=""><blockquote type="cite" class=""><br class="Apple-interchange-newline"><div class=""><span class="" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><?xml version="1.0" encoding="UTF-8"?><br class=""><!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "<a href="http://www.apple.com/DTDs/PropertyList-1.0.dtd" class="">http://www.apple.com/DTDs/PropertyList-1.0.dtd</a>"><br class=""><plist version="1.0"><br class=""><dict><br class="">        <key>Label</key><br class="">        <string>org.networkupstools.upsmon</string><br class="">        <key>RunAtLoad</key><br class="">        <true/><br class="">        <key>ProgramArguments</key><br class="">        <array><br class="">                <string>/sw/sbin/upsmon</string><br class="">                <string>-D</string> <!-- "-D" keeps upsmon from going into the background --><br class="">        </array><br class="">        <key>KeepAlive</key><br class="">        <true/><br class="">        <key>SuccessfulExit</key><br class="">        <false/> <!-- Do not respawn at shutdown time --><br class=""></dict><br class=""></plist><br class=""></span><span class="" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=""><br class=""></span><span class="" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">sudo launchctl load /Library/LaunchDaemons/org.networkupstools.upsmon.plist<br class=""></span><span class="" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class=""></span><span class="" style="font-family: Helvetica; font-size: 14px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">Doesn’t return an error. But when I check of upsmon is running I don’t see it running. </span><br class="Apple-interchange-newline"></div></blockquote></div><br class=""><div class="">This works for me on 10.12.5. (There is a warning that SuccessfulExit is an "unknown key" from launchd.)</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">$ sudo launchctl list|fgrep -v com.app</span></div><div style="margin: 0px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">PID     Status  Label</span></div><div style="margin: 0px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class="">...</div><div style="margin: 0px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class="">8981    0       org.networkupstools.upsmon</div></div><div style="margin: 0px; line-height: normal; font-family: Monaco; background-color: rgb(255, 255, 255);" class="">...</div><div class=""><br class=""></div><div class="">Does anything for upsmon show up in system.log in Console.app?</div></div>_______________________________________________<br class="">Nut-upsuser mailing list<br class=""><a href="mailto:Nut-upsuser@lists.alioth.debian.org" class="">Nut-upsuser@lists.alioth.debian.org</a><br class="">http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/nut-upsuser</div></blockquote></div><br class=""></div></div></body></html>