Ticket #224 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Host discovery is not really working in Windows

Reported by: gpolo Owned by: gpolo
Priority: high Milestone: Umit 1.0beta2
Component: NetworkInventory Version: current svn
Keywords: Cc:

Description

Although it uses ipconfig, commands.getouput doesn't work on that platform. A good solution is to substitute by subprocess.Popen.

Change History

Changed 4 years ago by gpolo

The currently used patterns for finding addresses will only work when using ifconfig -- this is another big reason for not getting expected results under Windows

Changed 4 years ago by gpolo

  • status changed from new to assigned

By the way, it may also not work under unix if the ifconfig output uses a language different from English.

I will be doing this in a more robust way.

Changed 4 years ago by gpolo

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r4200

Note: See TracTickets for help on using tickets.