[Bug 1052815] Re: Perl warnings break plugins

2014-02-09 Thread Thomas Heidrich
The Munin reference ticket: http://munin-monitoring.org/ticket/1161 This bug is still in munin-node (1.4.6-3ubuntu3.4). The attached patch works for me brilliantly. ** Bug watch added: munin-monitoring.org/ #1161 http://munin-monitoring.org/ticket/1161 ** Patch added: patch from reference

[Bug 1052815] Re: Perl warnings break plugins

2013-09-05 Thread C. Alex Reober
how I fixed mine: sed -i -e 's/qw busy idle/(qw(busy idle))/' /usr/share/munin/plugins/apache_processes sed -i -e 's/qw(tty pty pts X other)/(qw(tty pty pts X other))/' /usr/share/munin/plugins/users -- You received this bug notification because you are a member of Ubuntu Server Team, which is

[Bug 1052815] Re: Perl warnings break plugins

2013-05-21 Thread Adam
Well, I don't think that this is fixed, according to http://search.cpan.org/~jesse/perl-5.14.0/pod/perl5135delta.pod#Use_of_qw%28...%29_as_parentheses the qw() function has to be wrapped in parentheses in order to be parsed correctly by perl 5. If you do grep 'qw(' /usr/share/munin/plugins/* -n

[Bug 1052815] Re: Perl warnings break plugins

2012-09-20 Thread Daniel Hahler
** Changed in: munin (Ubuntu) Importance: Undecided = Medium ** Changed in: munin (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in Ubuntu. https://bugs.launchpad.net/bugs/1052815

[Bug 1052815] Re: Perl warnings break plugins

2012-09-19 Thread Kenyon Ralph
You don't say what version of munin you're using, but these have been fixed upstream for a while. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to munin in Ubuntu. https://bugs.launchpad.net/bugs/1052815 Title: Perl warnings break

[Bug 1052815] Re: Perl warnings break plugins

2012-09-19 Thread Tim Bishop
Sorry, what an obvious thing to forget! munin-common 1.4.6-3ubuntu3.1 munin-node 1.4.6-3ubuntu3.1 This is on Ubuntu 12.04.1 (precise). I figured they'd probably have been fixed upstream, but it'd be good to see the fix make its way in to the Ubuntu