On Nov 29, 2012, at 3:16 PM, Bret Wortman wrote: > I think the problem I'm having with not being able to run puppet for up to 90 > minutes after a reboot is related to this error, which goes away some time in > that time period: > > # puppet agent -t > Info: Retrieving plugin > Timed out seeking value for ipaddress > Timed out seeking value for ipaddress > > What exactly is facter doing that doesn't work immediately after the boot, > but does start working at some point after? Is there a package that isn't > getting installed except as a dependency somewhere once things start creeping > forward?
That depends on your operating system. Perusing https://github.com/puppetlabs/facter/blob/master/lib/facter/ipaddress.rb will show you exactly what it's doing. If you're using a *nix variant, facter uses ifconfig. If windows, it uses the socket library. -- Peter -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.