Bug#832342: sitesummary: SiteSummary.pm fails to extract information w/ recent stretch linux-images

2016-11-26 Thread Holger Levsen
On Sat, Nov 26, 2016 at 12:52:05PM +0100, Petter Reinholdtsen wrote: > Hm, looking at a test laptop running testing, it look like the output > from 'ifconfig -a' changed too much for the code I proposed to work. It > need to identify ethernet devices completely differently. ok :) > > ignore vir

Bug#832342: sitesummary: SiteSummary.pm fails to extract information w/ recent stretch linux-images

2016-11-26 Thread Petter Reinholdtsen
Hm, looking at a test laptop running testing, it look like the output from 'ifconfig -a' changed too much for the code I proposed to work. It need to identify ethernet devices completely differently. > ignore virbrX, lo and maybe other devices and then just sort > alphabeticaly? It is the 'mayb

Bug#832342: sitesummary: SiteSummary.pm fails to extract information w/ recent stretch linux-images

2016-11-26 Thread Holger Levsen
On Sat, Nov 26, 2016 at 07:14:55AM +0100, Petter Reinholdtsen wrote: > The following patch get rid fo the hardcoded eth0/eth1 entries in sitesummary. nice! commit it to git, please?! > I am unsure what ordering should be used to avoid using interfaces like virbr0 > when deciding how to identify

Bug#832342: sitesummary: SiteSummary.pm fails to extract information w/ recent stretch linux-images

2016-11-25 Thread Petter Reinholdtsen
The following patch get rid fo the hardcoded eth0/eth1 entries in sitesummary. I am unsure what ordering should be used to avoid using interfaces like virbr0 when deciding how to identify a machine. diff --git a/SiteSummary.pm b/SiteSummary.pm index e9f2a93..ad90031 100644 --- a/SiteSummary.pm ++

Bug#832342: sitesummary: SiteSummary.pm fails to extract information w/ recent stretch linux-images

2016-07-24 Thread Wolfgang Schweer
Package: sitesummary Version: 0.1.22 Severity: important As since some time the linux kernel / systemd uses predictable network interface names and the output of 'ifconfig -a' is different in other details as well, system information doesn't seem to be collected any more. I guess the code has