Bug #2227
Interface names incorrect on OS X
| Status: | Closed | Start date: | 05/07/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | library | |||
| Target version: | 1.5.5 | |||
| Keywords: | Affected Facter version: | |||
| Branch: | ||||
| Votes: | 0 |
Description
!r ruby -Ilib bin/facter ifconfig: interface lo0: does not exist ifconfig: interface en0: does not exist ifconfig: interface en1: does not exist ifconfig: interface gif0: does not exist ifconfig: interface stf0: does not exist Could not retrieve macaddress: undefined method `each_line' for #<Array:0x12ec308> ifconfig: interface vmnet8: does not exist ifconfig: interface vmnet1: does not exist ifconfig: interface gif0: does not exist ifconfig: interface stf0: does not exist ifconfig: interface vmnet8: does not exist ifconfig: interface vmnet8: does not exist ifconfig: interface vmnet1: does not exist ifconfig: interface vmnet1: does not exist
History
Updated by Paul Nasrat almost 3 years ago
Broken by commit:add6d4763b82ff45c7582f15fab84867ac2ef1a3
Updated by Luke Kanies almost 3 years ago
- Category set to library
- Status changed from Unreviewed to Accepted
- Target version set to 1.5.5
Updated by Paul Nasrat almost 3 years ago
- Status changed from Accepted to In Topic Branch Pending Review
This seems to have fixed it self however I’ve created tests for it so we don’t accidently regress.
Patch sent to list and pushed to github on tickets/master/2227
Updated by James Turnbull almost 3 years ago
- Status changed from In Topic Branch Pending Review to Closed
Pushed in commit:2fb91caa311ea20f8342289050c367f30a610827 in branch master.