Issue #17487 has been updated by Alex Harvey.
The issue occurs when HP-UX adds an asterisk after interface name in netstat
-in output. The following minor variation of Hongbo Hu's patch resolves the
issue -
<pre>
$ diff ip.rb.alex ip.rb.orig
81c81
< output = %x{/bin/netstat -in | sed -e 1d -e 's/*//g'}
---
> output = %x{/bin/netstat -in | sed -e 1d}
</pre>
----------------------------------------
Bug #17487: 'no such interface' sometimes printed on HP-UX platforms
https://projects.puppetlabs.com/issues/17487#change-76053
Author: Alex Harvey
Status: Unreviewed
Priority: Normal
Assignee: Alex Harvey
Category: hpux
Target version: 1.6.x
Keywords:
Branch:
Affected Facter version: 1.6.14
On HP-UX platforms facter sometimes prints errors -
<pre>
$ facter
ifconfig: no such interface
ifconfig: no such interface
ifconfig: no such interface
ifconfig: no such interface
ifconfig: no such interface
ifconfig: no such interface
ifconfig: no such interface
ifconfig: no such interface
ifconfig: no such interface
ifconfig: no such interface
ifconfig: no such interface
ifconfig: no such interface
architecture => ia64
...
</pre>
This was identified by Hongbo Hu who submitted a patch in #11612.
--
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://projects.puppetlabs.com/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.