Issue #1928 has been updated by Paul Nasrat.
Status changed from Needs more information to Closed
Working on master
ifconfig -a | grep -A 1 lo:
lo:1 Link encap:Local Loopback
inet addr:169.254.0.1 Mask:255.255.0.0
--
lo:2 Link encap:Local Loopback
inet addr:169.254.0.2 Mask:255.255.0.0
[r...@cambridge facter]# ruby -Ilib bin/facter > /dev/null
ruby -Ilib bin/facter | grep lo_
interfaces => eth0,eth0_1,lo_1,lo_2,pan0,sit0
ipaddress_lo_1 => 169.254.0.1
ipaddress_lo_2 => 169.254.0.2
netmask_lo_1 => 255.255.0.0
netmask_lo_2 => 255.255.0.0
network_lo_1 => 169.254.0.0
network_lo_2 => 169.254.0.0
----------------------------------------
Bug #1928: Reopen #1924 - 1.5.4rc1 did not fix. "Device "lo:0" does not exist."
http://projects.reductivelabs.com/issues/1928
Author: snemetz -
Status: Closed
Priority: Normal
Assigned to:
Category: library
Target version: 1.5.5
Complexity: Unknown
Keywords:
I can't access ticket 1924 to reopen this morning. Keep getting an internal
server error.
While it does appear that 1.5.4rc1 made some difference, it did not fix the
problem.
Attached is the new output from facter --debug
Let me know if there is anything else I can do to help. I have not found where
in the code this error is coming from.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://reductivelabs.com/redmine/my/account
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---