pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/42251: net/nagios-plugins doesn't create the nagios group



>Number:         42251
>Category:       pkg
>Synopsis:       net/nagios-plugins doesn't create the nagios group
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 30 23:35:00 +0000 2009
>Originator:     Thierry Lacoste
>Release:        5.0.1
>Organization:
Universite Paris12
>Environment:
NetBSD vega2.miage.univ-paris12.fr 5.0.1 NetBSD 5.0.1 (XEN3PAE_DOMU) #0: Thu 
Jul 30 01:37:33 UTC 2009  
builds%b8.netbsd.org@localhost:/home/builds/ab/netbsd-5-0-1-RELEASE/i386/200907292356Z-obj/home/builds/ab/netbsd-5-0-1-RELEASE/src/sys/arch/i386/compile/XEN3PAE_DOMU
 i386

>Description:
Installation of net/nagios-plugins creates thetriggers the following error:
nagios-plugins-1.4.13nb1: setting permissions on 
/usr/pkg/libexec/nagios/check_icmp (o=root, g=nagios, m=4550)
chgrp: nagios: invalid group name

The name of the group actually created is NAGIOS_GROUP.

>How-To-Repeat:
export PKG_PATH=http://ftp.fr.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/5.0/All
pkg_add nagios-plugins
group info NAGIOS_GROUP

>Fix:
Just a guess:

In net/nagios-plugins/Makefile the line
PKG_GROUPS+=    NAGIOS_GROUP
should read
PKG_GROUPS+=    ${NAGIOS_GROUP}
and the variable NAGIOS_GROUP should be set set to 'nagios' somewhere



Home | Main Index | Thread Index | Old Index