Thomas Bergheim dot com | Random ramblings on technology

Posts Tagged "gentoo"

Wierd errors when running Nagios3

While setting up Nagios3 I got this error: (Return code of 127 is out of bounds – plugin may be missing). I couldn’t understand what it was because I could run check_nrpe manually from the CLI and other plugins (link check_ping) worked fine. After a lot of looking around it turns out (atleast in Gentoo) [...]


Back to Top | No Comments

Unmerging several packages using wildcards

Easy as pie (once you know it):
cd /var/db/pkg/; emerge -Ca */*PACKAGE*


Back to Top | No Comments