Skip Menu |

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

Report information
The Basics
Id: 51252
Status: new
Priority: 0/
Queue: Net-Interface

People
Owner: Nobody in particular
Requestors: elmex [...] ta-sa.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.011
Fixed in: (no value)



Hi! On my system this does not output any interfaces: perl -MNet::Interface -e 'die join (",", Net::Interface->interfaces)' This is the perl -V output: http://www.ta-sa.org/files/txt/4fa35bdd422039f48fb9bd72dc19b756.txt It is a Debian GNU/Linux version lenny on an amd64 architecture. My interfaces are: http://www.ta-sa.org/files/txt/0f3ada255d9e63017633fde1309e0858.txt When I shutdown openvpn the command above prints the interfaces: root@elmex2 ~# perl -MNet::Interface -e 'die join (",", Net::Interface->interfaces)' lo,eth1,vmnet1,vmnet8,vpn0 at -e line 1. Greetings, Robin