Activity log for bug #1000678

Date Who What changed Old value New value Message
2012-05-17 09:33:41 ShaolinTiger bug added bug
2012-05-17 11:12:33 James Page munin (Ubuntu): status New Confirmed
2012-05-17 11:12:36 James Page munin (Ubuntu): importance Undecided Medium
2012-05-17 11:14:10 James Page munin (Ubuntu): status Confirmed Triaged
2012-05-17 11:14:21 James Page nominated for series Ubuntu Precise
2012-05-17 11:14:21 James Page bug task added munin (Ubuntu Precise)
2012-05-17 11:14:21 James Page nominated for series Ubuntu Quantal
2012-05-17 11:14:21 James Page bug task added munin (Ubuntu Quantal)
2012-05-17 11:14:31 James Page bug added subscriber James Page
2012-05-17 11:15:29 James Page bug added subscriber Ubuntu Server Release Tracking
2012-05-17 11:15:42 James Page munin (Ubuntu Precise): status New Triaged
2012-05-17 11:15:45 James Page munin (Ubuntu Precise): importance Undecided Medium
2012-05-21 13:58:58 James Page summary munin-memory plugin doesn't work on 64-bit 12.04 LTS [SRU] munin-memory plugin doesn't work on 64-bit 12.04 LTS
2012-05-21 14:05:19 Launchpad Janitor munin (Ubuntu Quantal): status Triaged Fix Released
2012-05-21 14:19:42 Lionel Porcheron bug added subscriber Lionel Porcheron
2012-05-21 14:37:26 Vibhav Pant description The error is on line 189, it gives this message which stops munin from being able to collect data: Use of qw(...) as parentheses is deprecated at ./memory line 189. Line 189 is as follows: or my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) { And needs to be changed to: or my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) { After this change it functions fine. --- Description: Ubuntu 12.04 LTS Release: 12.04 --- munin-node: Installed: 1.4.6-3ubuntu3 Candidate: 1.4.6-3ubuntu3 Version table: *** 1.4.6-3ubuntu3 0 500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages 100 /var/lib/dpkg/status The error is on line 189, it gives this message which stops munin from being able to collect data: [Impact] munin-memory plugin doesn't work on 64-bit 12.04 LTS Use of qw(...) as parentheses is deprecated at ./memory line 189. [Workaround] Line 189 is as follows: or my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) { And needs to be changed to: or my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) { After this change it functions fine. [Development Fix] http://munin-monitoring.org/changeset/4358 [Stable Fix] Same as development fix [Regression Potential] None, the plugin is broken. --- Description: Ubuntu 12.04 LTS Release: 12.04 --- munin-node:   Installed: 1.4.6-3ubuntu3   Candidate: 1.4.6-3ubuntu3   Version table:  *** 1.4.6-3ubuntu3 0         500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages         100 /var/lib/dpkg/status
2012-05-21 14:39:10 Vibhav Pant munin (Ubuntu Precise): assignee Vibhav Pant (vibhavp)
2012-05-21 14:40:24 Launchpad Janitor branch linked lp:ubuntu/munin
2012-05-21 15:07:05 Vibhav Pant attachment added SRU for precise https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1000678/+attachment/3155991/+files/munin_1.4.6-3ubuntu3.1.debdiff
2012-05-21 15:07:29 Vibhav Pant bug added subscriber Ubuntu Sponsors Team
2012-05-21 15:40:33 Vibhav Pant attachment removed SRU for precise https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1000678/+attachment/3155991/+files/munin_1.4.6-3ubuntu3.1.debdiff
2012-05-21 15:41:06 Vibhav Pant attachment added SRU for precise https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1000678/+attachment/3156081/+files/munin_1.4.6-3ubuntu3.1.debdiff
2012-05-21 16:05:35 James Page description The error is on line 189, it gives this message which stops munin from being able to collect data: [Impact] munin-memory plugin doesn't work on 64-bit 12.04 LTS Use of qw(...) as parentheses is deprecated at ./memory line 189. [Workaround] Line 189 is as follows: or my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) { And needs to be changed to: or my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) { After this change it functions fine. [Development Fix] http://munin-monitoring.org/changeset/4358 [Stable Fix] Same as development fix [Regression Potential] None, the plugin is broken. --- Description: Ubuntu 12.04 LTS Release: 12.04 --- munin-node:   Installed: 1.4.6-3ubuntu3   Candidate: 1.4.6-3ubuntu3   Version table:  *** 1.4.6-3ubuntu3 0         500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages         100 /var/lib/dpkg/status [Impact] munin-memory plugin doesn't work on 64-bit 12.04 LTS. This prevents munin from collecting memory usage data. [Development Fix] Cherry picked patch from upstream VCS - http://munin-monitoring.org/changeset/4358. [Stable Fix] Same as development fix [Regression Potential] None, the plugin is broken and changes are limited to this plugin only. Fix accepted upstream. [Original Bug Report] The error is on line 189, it gives this message which stops munin from being able to collect data: Use of qw(...) as parentheses is deprecated at ./memory line 189. Line 189 is as follows: or my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) { And needs to be changed to: or my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) { After this change it functions fine. --- Description: Ubuntu 12.04 LTS Release: 12.04 --- munin-node: Installed: 1.4.6-3ubuntu3 Candidate: 1.4.6-3ubuntu3 Version table: *** 1.4.6-3ubuntu3 0 500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages 100 /var/lib/dpkg/status
2012-05-21 16:29:09 James Page description [Impact] munin-memory plugin doesn't work on 64-bit 12.04 LTS. This prevents munin from collecting memory usage data. [Development Fix] Cherry picked patch from upstream VCS - http://munin-monitoring.org/changeset/4358. [Stable Fix] Same as development fix [Regression Potential] None, the plugin is broken and changes are limited to this plugin only. Fix accepted upstream. [Original Bug Report] The error is on line 189, it gives this message which stops munin from being able to collect data: Use of qw(...) as parentheses is deprecated at ./memory line 189. Line 189 is as follows: or my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) { And needs to be changed to: or my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) { After this change it functions fine. --- Description: Ubuntu 12.04 LTS Release: 12.04 --- munin-node: Installed: 1.4.6-3ubuntu3 Candidate: 1.4.6-3ubuntu3 Version table: *** 1.4.6-3ubuntu3 0 500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages 100 /var/lib/dpkg/status [Impact] munin-memory plugin doesn't work on 64-bit 12.04 LTS. This prevents munin from collecting memory usage data. [Test Case] sudo apt-get install munin apache2 munin-node (cd /etc/munin/plugins && sudo ln -s /usr/share/munin/plugins/memory .) sudo service munin-node restart (cd /etc/apache2/conf.d && sudo ln -s /etc/munin/apache2.conf .) Error in log file /var/log/munin/munin-node.log: 2012/05/21-16:25:31 [13645] Error output from memory: 2012/05/21-16:25:31 [13645] Use of qw(...) as parentheses is deprecated at /etc/munin/plugins/memory line 189. [Development Fix] Cherry picked patch from upstream VCS - http://munin-monitoring.org/changeset/4358. [Stable Fix] Same as development fix [Regression Potential] None, the plugin is broken and changes are limited to this plugin only. Fix accepted upstream. [Original Bug Report] The error is on line 189, it gives this message which stops munin from being able to collect data: Use of qw(...) as parentheses is deprecated at ./memory line 189. Line 189 is as follows: or my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) { And needs to be changed to: or my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) { After this change it functions fine. --- Description: Ubuntu 12.04 LTS Release: 12.04 --- munin-node:   Installed: 1.4.6-3ubuntu3   Candidate: 1.4.6-3ubuntu3   Version table:  *** 1.4.6-3ubuntu3 0         500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages         100 /var/lib/dpkg/status
2012-05-21 16:31:15 James Page description [Impact] munin-memory plugin doesn't work on 64-bit 12.04 LTS. This prevents munin from collecting memory usage data. [Test Case] sudo apt-get install munin apache2 munin-node (cd /etc/munin/plugins && sudo ln -s /usr/share/munin/plugins/memory .) sudo service munin-node restart (cd /etc/apache2/conf.d && sudo ln -s /etc/munin/apache2.conf .) Error in log file /var/log/munin/munin-node.log: 2012/05/21-16:25:31 [13645] Error output from memory: 2012/05/21-16:25:31 [13645] Use of qw(...) as parentheses is deprecated at /etc/munin/plugins/memory line 189. [Development Fix] Cherry picked patch from upstream VCS - http://munin-monitoring.org/changeset/4358. [Stable Fix] Same as development fix [Regression Potential] None, the plugin is broken and changes are limited to this plugin only. Fix accepted upstream. [Original Bug Report] The error is on line 189, it gives this message which stops munin from being able to collect data: Use of qw(...) as parentheses is deprecated at ./memory line 189. Line 189 is as follows: or my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) { And needs to be changed to: or my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) { After this change it functions fine. --- Description: Ubuntu 12.04 LTS Release: 12.04 --- munin-node:   Installed: 1.4.6-3ubuntu3   Candidate: 1.4.6-3ubuntu3   Version table:  *** 1.4.6-3ubuntu3 0         500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages         100 /var/lib/dpkg/status [Impact] munin-memory plugin doesn't work on 64-bit 12.04 LTS. This prevents munin from collecting memory usage data. [Test Case] sudo apt-get install munin apache2 munin-node (cd /etc/munin/plugins && sudo ln -s /usr/share/munin/plugins/memory .) sudo service munin-node restart (cd /etc/apache2/conf.d && sudo ln -s /etc/munin/apache2.conf .) Error in log file /var/log/munin/munin-node.log: 2012/05/21-16:25:31 [13645] Error output from memory: 2012/05/21-16:25:31 [13645] Use of qw(...) as parentheses is deprecated at /etc/munin/plugins/memory line 189. No memory usage graphs in Munin web interface. [Development Fix] Cherry picked patch from upstream VCS - http://munin-monitoring.org/changeset/4358. [Stable Fix] Same as development fix [Regression Potential] None, the plugin is broken and changes are limited to this plugin only. Fix accepted upstream. [Original Bug Report] The error is on line 189, it gives this message which stops munin from being able to collect data: Use of qw(...) as parentheses is deprecated at ./memory line 189. Line 189 is as follows: or my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) { And needs to be changed to: or my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) { After this change it functions fine. --- Description: Ubuntu 12.04 LTS Release: 12.04 --- munin-node:   Installed: 1.4.6-3ubuntu3   Candidate: 1.4.6-3ubuntu3   Version table:  *** 1.4.6-3ubuntu3 0         500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages         100 /var/lib/dpkg/status
2012-05-21 18:55:51 James Page bug added subscriber Ubuntu Stable Release Updates Team
2012-05-22 08:16:29 Micah Gersten munin (Ubuntu Precise): status Triaged Fix Committed
2012-05-22 08:16:29 Micah Gersten munin (Ubuntu Precise): assignee Vibhav Pant (vibhavp)
2012-05-22 08:16:38 Micah Gersten removed subscriber Ubuntu Sponsors Team
2012-05-22 08:20:53 Micah Gersten nominated for series Ubuntu Oneiric
2012-05-22 08:20:53 Micah Gersten bug task added munin (Ubuntu Oneiric)
2012-05-22 23:11:59 Clint Byrum bug added subscriber SRU Verification
2012-05-22 23:12:01 Clint Byrum tags munin munin-node plugin munin munin-node plugin verification-needed
2012-05-22 23:42:23 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/munin
2012-05-31 14:39:58 James Page munin (Ubuntu Precise): milestone ubuntu-12.04.1
2012-05-31 15:02:25 James Page munin (Ubuntu Oneiric): status New Invalid
2012-06-01 08:46:12 James Page munin (Ubuntu Precise): assignee James Page (james-page)
2012-06-08 14:46:13 James Page description [Impact] munin-memory plugin doesn't work on 64-bit 12.04 LTS. This prevents munin from collecting memory usage data. [Test Case] sudo apt-get install munin apache2 munin-node (cd /etc/munin/plugins && sudo ln -s /usr/share/munin/plugins/memory .) sudo service munin-node restart (cd /etc/apache2/conf.d && sudo ln -s /etc/munin/apache2.conf .) Error in log file /var/log/munin/munin-node.log: 2012/05/21-16:25:31 [13645] Error output from memory: 2012/05/21-16:25:31 [13645] Use of qw(...) as parentheses is deprecated at /etc/munin/plugins/memory line 189. No memory usage graphs in Munin web interface. [Development Fix] Cherry picked patch from upstream VCS - http://munin-monitoring.org/changeset/4358. [Stable Fix] Same as development fix [Regression Potential] None, the plugin is broken and changes are limited to this plugin only. Fix accepted upstream. [Original Bug Report] The error is on line 189, it gives this message which stops munin from being able to collect data: Use of qw(...) as parentheses is deprecated at ./memory line 189. Line 189 is as follows: or my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) { And needs to be changed to: or my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) { After this change it functions fine. --- Description: Ubuntu 12.04 LTS Release: 12.04 --- munin-node:   Installed: 1.4.6-3ubuntu3   Candidate: 1.4.6-3ubuntu3   Version table:  *** 1.4.6-3ubuntu3 0         500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages         100 /var/lib/dpkg/status [Impact] munin-memory plugin doesn't work on 64-bit 12.04 LTS. This prevents munin from collecting memory usage data. [Test Case] sudo apt-get install munin apache2 munin-node Error in log file /var/log/munin/munin-node.log: 2012/05/21-16:25:31 [13645] Error output from memory: 2012/05/21-16:25:31 [13645] Use of qw(...) as parentheses is deprecated at /etc/munin/plugins/memory line 189. No memory usage graphs in Munin web interface (http://localhost/munin/) [Development Fix] Cherry picked patch from upstream VCS - http://munin-monitoring.org/changeset/4358. [Stable Fix] Same as development fix [Regression Potential] None, the plugin is broken and changes are limited to this plugin only. Fix accepted upstream. [Original Bug Report] The error is on line 189, it gives this message which stops munin from being able to collect data: Use of qw(...) as parentheses is deprecated at ./memory line 189. Line 189 is as follows: or my $field qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean) { And needs to be changed to: or my $field (qw(apps buffers swap cached free slab swap_cache page_tables vmalloc_used committed mapped active active_anon active_cache inactive inact_dirty inact_laundry inact_clean)) { After this change it functions fine. --- Description: Ubuntu 12.04 LTS Release: 12.04 --- munin-node:   Installed: 1.4.6-3ubuntu3   Candidate: 1.4.6-3ubuntu3   Version table:  *** 1.4.6-3ubuntu3 0         500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages         100 /var/lib/dpkg/status
2012-06-08 21:49:52 Stéphane Graber tags munin munin-node plugin verification-needed munin munin-node plugin verification-done
2012-06-13 23:11:16 Launchpad Janitor munin (Ubuntu Precise): status Fix Committed Fix Released