Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 437096 - net-analyzer/munin-2.0.7: munin-node won't start - "Net::Server::Fork" is empty
Summary: net-analyzer/munin-2.0.7: munin-node won't start - "Net::Server::Fork" is empty
Status: RESOLVED INVALID
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:
 
Reported: 2012-10-03 20:43 UTC by Thomas Deutschmann (RETIRED)
Modified: 2012-10-04 17:01 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 Thomas Deutschmann (RETIRED) gentoo-dev 2012-10-03 20:43:16 UTC
Hi,

today I upgraded munin to v2.0.7. After the upgrade, munin-node was unable to start:

myHostname ~ # /etc/init.d/munin-node start
 * Caching service dependencies ...                                                                       [ ok ]
 * /var/run: correcting owner
 * Starting munin-node ...
Base class package "Net::Server::Fork" is empty.
    (Perhaps you need to 'use' the module which defines that package first,
    or make that module available in @INC (@INC contains: /etc/perl /usr/local/lib/perl5/5.16.1/i686-linux /usr/local/lib/perl5/5.16.1 /usr/lib/perl5/vendor_perl/5.16.1/i686-linux /usr/lib/perl5/vendor_perl/5.16.1 /usr/local/lib/perl5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.16.1/i686-linux /usr/lib/perl5/5.16.1).
 at /usr/lib/perl5/vendor_perl/5.16.1/Munin/Node/Server.pm line 5.
BEGIN failed--compilation aborted at /usr/lib/perl5/vendor_perl/5.16.1/Munin/Node/Server.pm line 5.
Compilation failed in require at /usr/sbin/munin-node line 36.
BEGIN failed--compilation aborted at /usr/sbin/munin-node line 36.
 * start-stop-daemon: failed to start `/usr/sbin/munin-node'
 * Failed to start munin-node                                                                             [ !! ]
 * ERROR: munin-node failed to start

After *re*-emerging dev-perl/net-server-2.6.0 munin-node was able to start.

Not sure if it is related to munin or net-server. However I am also not sure if it is right to post a bug, because re-installing dev-perl/net-server fixed the problem for me... but I am posting this, because I don't think this should be needed.

Reproducible: Didn't try
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-10-04 03:46:51 UTC
Hrm I can't find a reason why this should happen, did you update Perl recently?
Comment 2 Thomas Deutschmann (RETIRED) gentoo-dev 2012-10-04 13:25:46 UTC
(In reply to comment #1)
> Hrm I can't find a reason why this should happen, did you update Perl
> recently?

I upgraded from dev-lang/perl-5.12.4-r1 to dev-lang/perl-5.16.1 on 23.09.2012.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-10-04 14:08:21 UTC
Okay, did you run perl-cleaner?
Comment 4 Thomas Deutschmann (RETIRED) gentoo-dev 2012-10-04 14:32:32 UTC
Urghs, this was my problem! I didn't run perl-cleaner - thx for the hint.

Sorry about wasting your time. Can be closed as invalid.
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-10-04 17:01:16 UTC
Not a problem :) Glad to hear it wasn't anything broken.