Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 438172 - net-analyzer/nrpe-2.13-r4: Invalid xinetd file
Summary: net-analyzer/nrpe-2.13-r4: Invalid xinetd file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sysadmin Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 436738
  Show dependency tree
 
Reported: 2012-10-12 21:02 UTC by Christian Ruppert (idl0r)
Modified: 2012-10-20 19:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Ruppert (idl0r) gentoo-dev 2012-10-12 21:02:53 UTC
From bug 436738:
<snip>
in -r4 i have problem with file: /etc/xinetd.d/nrpe

file just contains: 

/nrpe
        server_args = -c /etc/nagios/nrpe.cfg --inetd
#       only_from   = 127.0.0.1
        disabled    = yes
}


which is not correct config for xinetd (i have 2.3.15).
and service is not started. 

i get same problem on (tested) 3 machines.
</snip>

% cd dev/gentoo/gentoo-x86/net-analyzer/nrpe
(cvs)-[net-analyzer/nrpe] % cvs up
(cvs)-[net-analyzer/nrpe] % cat files/nrpe.xinetd.2
/nrpe
	server_args = -c /etc/nagios/nrpe.cfg --inetd
#	only_from   = 127.0.0.1
	disabled    = yes
}