Skip Menu |

This queue is for tickets about the Net-Address-Ethernet CPAN distribution.

Report information
The Basics
Id: 82843
Status: resolved
Priority: 0/
Queue: Net-Address-Ethernet

People
Owner: Nobody in particular
Requestors: rod.taylor [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.114
Fixed in: 1.122



Subject: Noisy output
Some noise gets wrtten to STDERR when running simple address retrievals. The results of the function are correct. perl -e 'use Net::Address::Ethernet; print Data::Dumper::Dumper(Net::Address::Ethernet->get_addresses())'; Running on FreeBSD 9.1. STDERR OUTPUT ============= usage: arp [-n] [-i interface] hostname arp [-n] [-i interface] -a arp -d hostname [pub] arp -d [-i interface] -a arp -s hostname ether_addr [temp] [reject | blackhole] [pub [only]] arp -S hostname ether_addr [temp] [reject | blackhole] [pub [only]] arp -f filename Use of uninitialized value in pattern match (m//) at /usr/local/lib/perl5/site_perl/5.14.2/Net/Address/Ethernet.pm line 153. usage: arp [-n] [-i interface] hostname arp [-n] [-i interface] -a arp -d hostname [pub] arp -d [-i interface] -a arp -s hostname ether_addr [temp] [reject | blackhole] [pub [only]] arp -S hostname ether_addr [temp] [reject | blackhole] [pub [only]] arp -f filename
Subject: RE: [rt.cpan.org #82843] Noisy output
Date: Mon, 21 Jan 2013 10:08:51 -0500
To: <bug-Net-Address-Ethernet [...] rt.cpan.org>
From: "Martin Thurn" <kingpin [...] dcswcc.org>
Thanks for the report. I don't have a FreeBSD system for testing, can you run an additional test for me? First, set environment variable N_A_E_DEBUG to any non-zero value, and run whatever you ran to get those warnings. Thank you. If your IP and/or MAC address appears in the output, feel free to change it before sending me. - - Martin
From: rod.taylor [...] gmail.com
On Mon Jan 21 10:09:01 2013, kingpin@dcswcc.org wrote: Show quoted text
> Thanks for the report. I don't have a FreeBSD system for testing, can you > run an additional test for me? First, set environment variable
N_A_E_DEBUG Show quoted text
> to any non-zero value, and run whatever you ran to get those warnings. > Thank you. If your IP and/or MAC address appears in the output, feel free > to change it before sending me.
Please see the attached file.
Subject: nae_output.txt
rbt:~$ export N_A_E_DEBUG=YES rbt:~$ perl -e 'use Net::Address::Ethernet; print Data::Dumper::Dumper(Net::Address::Ethernet->get_addresses())'; DDD raw output from Ifconfig is $VAR1 = { 're0' => { 'ether' => '54:04:a6:a6:39:9b', 'inet' => { '192.168.1.11' => '255.255.255.0' }, 'status' => 'UP' }, 'plip0' => { 'status' => undef }, 'lo0' => { 'inet' => { '127.0.0.1' => '255.0.0.0' }, 'status' => 'UP' } }; DDD working on key re0... DDD working on key plip0... usage: arp [-n] [-i interface] hostname arp [-n] [-i interface] -a arp -d hostname [pub] arp -d [-i interface] -a arp -s hostname ether_addr [temp] [reject | blackhole] [pub [only]] arp -S hostname ether_addr [temp] [reject | blackhole] [pub [only]] arp -f filename Use of uninitialized value in pattern match (m//) at /usr/local/lib/perl5/site_perl/5.14.2/Net/Address/Ethernet.pm line 153. DDD working on key lo0... usage: arp [-n] [-i interface] hostname arp [-n] [-i interface] -a arp -d hostname [pub] arp -d [-i interface] -a arp -s hostname ether_addr [temp] [reject | blackhole] [pub [only]] arp -S hostname ether_addr [temp] [reject | blackhole] [pub [only]] arp -f filename
Subject: RE: [rt.cpan.org #82843] Noisy output
Date: Mon, 21 Jan 2013 11:22:44 -0500
To: <bug-Net-Address-Ethernet [...] rt.cpan.org>
From: "Martin Thurn" <kingpin [...] dcswcc.org>
Thanks again Rod. If this attachment goes through, see if the new distro works without spewing the extraneous warnings & messages - - Martin

Message body not shown because it is not plain text.

From: rod.taylor [...] gmail.com
On Mon Jan 21 11:22:55 2013, kingpin@dcswcc.org wrote: Show quoted text
> Thanks again Rod. If this attachment goes through, see if the new distro > works without spewing the extraneous warnings & messages
This one is better. Note that the permissions of the extracted Net-Address-Ethernet-1.116 directory were 000. I don't know if this matters a whole lot or not but I found it unusual.
Subject: RE: [rt.cpan.org #82843] Noisy output
Date: Mon, 21 Jan 2013 15:48:08 -0500
To: <bug-Net-Address-Ethernet [...] rt.cpan.org>
From: "Martin Thurn" <kingpin [...] dcswcc.org>
Yes it is unusual... I just got a new computer, I think the permissions got "screwed up" when I restored all my data. I think I fixed it, thanks again. - - Martin
According to the message chain, I think this has been fixed