Jira (FACT-1084) facter network parsing - string parse

2015-07-06 Thread Ethan Brown (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ethan Brown commented on  FACT-1084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: facter network parsing - string parse  
 
 
 
 
 
 
 
 
 
 
+1 for including this earlier rather than later. As noted, this is not specific to Hyper-V. This affects any NICs that are not configured to use DHCP, which I believe could be a significant number of cases. 
Verified as fixed on my Windows 8 test box with a test build Michael Smith has provided. With the Loopback Adapter installed, what previously crashed, now returns adapter info for that NIC. 
 
 
 
 
 
 
Ethernet 3 => { 
 
 
 
 
  ip => "169.254.184.146", 
 
 
 
 
  ip6 => "fe80::cdc6:a0a9:9c81:b892%17", 
 
 
 
 
  mac => "02:00:4C:4F:4F:50", 
 
 
 
 
  mtu => 1500, 
 
 
 
 
  netmask => "255.255.0.0", 
 
 
 
 
  netmask6 => ":::::", 
 
 
 
 
  network => "169.254.0.0", 
 
 
 
 
  network6 => "fe80::%17" 
 
 
 
 

Jira (FACT-1084) facter network parsing - string parse

2015-07-02 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith commented on  FACT-1084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: facter network parsing - string parse  
 
 
 
 
 
 
 
 
 
 
I was able to reproduce this by adding a dummy Microsoft KM-TEST Loopback Adapter to the machine. Mostly we just needed to catch the exception we throw when calling WSAAddressToStringW fails. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1084) facter network parsing - string parse

2015-07-02 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1084 
 
 
 
  facter network parsing - string parse  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Smith 
 
 
 
 
 
 
 
 
 
 {noformat}Ethernet adapter vEthernet (intSwitch):   Connection-specific DNS Suffix  . :   Link-local IPv6 Address . . . . . : fe80::a9d5:2502:635c:344b%48   Autoconfiguration IPv4 Address. . : 169.254.52.75   Subnet Mask . . . . . . . . . . . : 255.255.0.0   Default Gateway . . . . . . . . . :Ethernet adapter vEthernet (Gigabit Thunderbolt):   Media State . . . . . . . . . . . : Media disconnected   Connection-specific DNS Suffix  . :Ethernet adapter Bluetooth Network Connection 2:   Media State . . . . . . . . . . . : Media disconnected   Connection-specific DNS Suffix  . :Ethernet adapter Ethernet0:   Connection-specific DNS Suffix  . :   Link-local IPv6 Address . . . . . : fe80::80df:a15:673c:1ee%18   Autoconfiguration IPv4 Address. . : 169.254.1.238   Subnet Mask . . . . . . . . . . . : 255.255.0.0   Default Gateway . . . . . . . . . :Tunnel adapter isatap.{B8D5A0F5-1AEA-48F3-8845-1560F5440434}:   Media State . . . . . . . . . . . : Media disconnected   Connection-specific DNS Suffix  . :Tunnel adapter Local Area Connection* 5:   Media State . . . . . . . . . . . : Media disconnected   Connection-specific DNS Suffix  . :Tunnel adapter isatap.{EFBC5C27-1828-4939-A6D2-0E8E40E6E312}:   Media State . . . . . . . . . . . : Media disconnected   Connection-specific DNS Suffix  . :{noformat}Running facter --debug{noformat}2015-07-01 11:53:59.507174 DEBUG puppetlabs.facter - resolving networking facts.2015-07-01 11:53:59.507174 DEBUG puppetlabs.facter - initializing Winsock2015-07-01 11:53:59.507174 FATAL puppetlabs.facter - unhandled exception: address to string translation failed (0x2726){noformat} So far reproduced on Windows 8.1 by setting up an internal virtual switch using Hyper-V, and on both Windows 8.1 and Windows 10 by creating a dummy {{Microsoft KM-TEST Loopback Adapter}}. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc02

Jira (FACT-1084) facter network parsing - string parse

2015-07-01 Thread Kylo Ginsberg (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Kylo Ginsberg commented on  FACT-1084 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: facter network parsing - string parse  
 
 
 
 
 
 
 
 
 
 
A `fatal` with an unhandled exception sounds like a need for some defensive programming somewhere. I'd like to get a handle on what the root cause is before assigning it to a later release, lest it be something that has wider applicability than this particular system configuration. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1084) facter network parsing - string parse

2015-07-01 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1084 
 
 
 
  facter network parsing - string parse  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Smith 
 
 
 

Sprint:
 
 Client 2015-07-08 
 
 
 

Scrum Team:
 
 Client Platform 
 
 
 

Story Points:
 
 2 
 
 
 

Scope Change Reason:
 
 Regression in Facter 3 
 
 
 

Scope Change Category:
 
 Found 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving

Jira (FACT-1084) facter network parsing - string parse

2015-07-01 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1084 
 
 
 
  facter network parsing - string parse  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Smith 
 
 
 

Fix Version/s:
 
 FACT 3.0.2 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1084) facter network parsing - string parse

2015-07-01 Thread Michael Smith (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Michael Smith assigned an issue to Michael Smith 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1084 
 
 
 
  facter network parsing - string parse  
 
 
 
 
 
 
 
 
 

Change By:
 
 Michael Smith 
 
 
 

Assignee:
 
 Michael Smith 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-1084) facter network parsing - string parse

2015-07-01 Thread Travis Fields (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Travis Fields updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 Facter /  FACT-1084 
 
 
 
  facter network parsing - string parse  
 
 
 
 
 
 
 
 
 

Change By:
 
 Travis Fields 
 
 
 

Summary:
 
 facter network parsing -  8.1  string parse 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups "Puppet Bugs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.