<HTML>
<HEAD>
<TITLE>could not lookup DNS configuration info service: (ipc/send) invalid destination port</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi all,<BR>
I really appreciate all the help that I’ve gotten from the mailing list!<BR>
<BR>
I am trying to create a startup script for OSX 10.4.11, using launchd<BR>
<BR>
I place a file: xymon.plist in:<BR>
/Library/LaunchDaemons<BR>
<BR>
<FONT COLOR="#0000FF"><?xml version="1.0" encoding="UTF-8"?><BR>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "<a href="http://www.apple.com/DTDs/PropertyList-1.0.dtd"">http://www.apple.com/DTDs/PropertyList-1.0.dtd"</a>><BR>
<plist version="1.0"><BR>
<dict>  <BR>
        <key>KeepAlive</key><BR>
        <true/><BR>
        <key>Label</key><BR>
        <string>xymon</string><BR>
        <key>OnDemand</key><BR>
        <false/><BR>
        <key>Program</key><BR>
        <string>/Users/xymon/client/runclient.sh</string><BR>
        <key>ProgramArguments</key><BR>
        <array> <BR>
                <string>/Users/xymon/client/runclient.sh</string><BR>
                <string>start</string><BR>
        </array><BR>
        <key>RunAtLoad</key><BR>
        <true/><BR>
        <key>ServiceDescription</key><BR>
        <string>Xymon Startup</string><BR>
        <key>UserName</key><BR>
        <string>xymon</string><BR>
</dict><BR>
</plist><BR>
</FONT><BR>
Ran the command line:<BR>
<FONT COLOR="#0000FF">Launchctl load /Library/LaunchDaemons/xymon.plist<BR>
</FONT><BR>
And in /var/log/system.log:<BR>
<FONT COLOR="#0000FF">ay 28 13:20:15 ns1 com.apple.launchd[1] (xymon): Throttling respawn: Will start in 10 seconds<BR>
May 28 13:20:25 ns1 xymon[91563]: Hobbit client already running, re-starting it<BR>
May 28 13:20:25 ns1 xymon[91563]: Hobbit client stopped<BR>
May 28 13:20:25 ns1 xymon[91563]: Hobbit client for darwin started on ns1.local<BR>
</FONT><BR>
Over and over again, and the PID keeps going higher and higher.<BR>
<BR>
And in /Users/xymon/client/log/hobbitclient.log:<BR>
<FONT COLOR="#0000FF">could not lookup DNS configuration info service: (ipc/send) invalid destination port<BR>
</FONT><BR>
<BR>
I suspect its because of this error that it keeps getting restarted?<BR>
Any know what this means?<BR>
<BR>
Thanks!!!<BR>
<BR>
<BR>
</SPAN></FONT>
</BODY>
<br />-- 
<br />This message has been scanned for dangerous content by <a href="http://www.mailscanner.info/"><b>MailScanner</b></a>, and is believed to be clean.
</HTML>