<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">>>> On 11/04/2007 at 10:05, in message <B25A11A2459AD84BA9B8A4DA3D8155328AD0D8@CADWELL.fit.local>, "Phil Costelloe" <philc@foundation-it.com> wrote:<BR>
<DIV style="PADDING-LEFT: 7px; MARGIN: 0px 0px 0px 15px; BORDER-LEFT: #050505 1px solid; BACKGROUND-COLOR: #f3f3f3">Don Munyak wrote:<BR>> Just tried with Nagios-2.9 ... same error :(<BR>> <BR>> -------------------<BR>> /usr/bin/install -c -m 755 -d -o root -g root /usr/local/etc/rc.d<BR>> install: root: Invalid argument<BR>> *** Error code 67<BR>> <BR>> Stop in /tmp/nagios-2.9.<BR>> -------------------<BR>> So maybe I should elaborate further since this doesn't seem to be<BR>> cut-n-dry. <BR>> <BR>> -The server is FreeBSD-6.2, fully patched and updated # uname -a<BR>> FreeBSD web.pmg.local 6.2-RELEASE-p2 FreeBSD 6.2-RELEASE-p2 #0: Tue<BR>> Feb 27 22:41:06 UTC 2007<BR><BR>I don't know FreeBSD that well but I'd guess there's no group called<BR>root and that's what's causing the error. Assuming that is the case, I<BR>don't know how you'd fix it programmatically (there's probably an option<BR>to configure that will do it) but you could manually change the line<BR><BR>INIT_OPTS=-o root -g root<BR><BR>in the Makefile to something more appropriate.<BR><BR>-- <BR>Phil Costelloe<BR>Foundation IT, Hermitage Berkshire RG18 9SE <BR><BR>-------------------------------------------------------------------------<BR>Take Surveys. Earn Cash. Influence the Future of IT<BR>Join SourceForge.net's Techsay panel and you'll get the chance to share your<BR>opinions on IT & business topics through brief surveys-and earn cash<BR><A href="http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV">http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV</A><BR>_______________________________________________<BR>Nagios-users mailing list<BR>Nagios-users@lists.sourceforge.net<BR><A href="https://lists.sourceforge.net/lists/listinfo/nagios">https://lists.sourceforge.net/lists/listinfo/nagios</A>-users<BR>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. <BR>::: Messages without supporting info will risk being sent to /dev/null<BR></DIV>
<DIV style="BACKGROUND-COLOR: #ffffff"><BR>Having installed Nagios on a FreeBSD 6.2 server only yesterday, I just changed that Makefile line to...</DIV>
<DIV style="BACKGROUND-COLOR: #ffffff"> </DIV>
<DIV style="BACKGROUND-COLOR: #ffffff">INIT_OPTS=-o root -g wheel</DIV>
<DIV style="BACKGROUND-COLOR: #ffffff"> </DIV>
<DIV style="BACKGROUND-COLOR: #ffffff">This then matches other FreeBSD init scripts as well.</DIV>
<DIV style="BACKGROUND-COLOR: #ffffff"> </DIV>
<DIV style="BACKGROUND-COLOR: #ffffff">Regards,</DIV>
<DIV style="BACKGROUND-COLOR: #ffffff"> </DIV>
<DIV style="BACKGROUND-COLOR: #ffffff">Scott<BR></DIV>
                <br>
                <p>
**************************************************<br>
<br>
Confidentiality Note: The information contained in this message,<br>
and any attachments, may contain confidential and/or privileged<br>
material. It is intended solely for the person(s) or entity to<br>
which it is addressed. Any review, retransmission, dissemination,<br>
or taking of any action in reliance upon this information by<br>
persons or entities other than the intended recipient(s) is<br>
prohibited. If you received this in error, please contact the<br>
sender and delete the material from any computer.<br>
<br>
*****************************************************<br>
                </p>
</BODY></HTML>