Hi, i''ve set up my puppet on several clients and today i noticed that the facts are loaded twice by the clients. I took strace to get the list of loaded fact file and i found that puppet seems to load the same fact files twice: chdir("/var/lib/puppet/lib/facter") = 0 open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 info: Loading facts in vserver open("./vserver.rb", O_RDONLY) = 6 open("./vserver.rb", O_RDONLY) = 6 open("./vserver.rb", O_RDONLY) = 6 ... chdir("/var/lib/puppet/lib/facter") = 0 open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 info: Loading facts in vserver open("./vserver.rb", O_RDONLY) = 6 open("./vserver.rb", O_RDONLY) = 6 open("./vserver.rb", O_RDONLY) = 6 ... These are the two occurrences where puppet issues the info messages ("Loading facts in vserver"). Any ideas, why the facts are loaded twice? Regards, Andreas -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
On Feb 19, 2011, at 6:50 AM, Andreas Roth wrote:> Hi, > > i''ve set up my puppet on several clients and today i noticed that the > facts are loaded twice by the clients. I took strace to get the list > of loaded fact file and i found that puppet seems to load the same > fact files twice: > > chdir("/var/lib/puppet/lib/facter") = 0 > open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 > info: Loading facts in vserver > open("./vserver.rb", O_RDONLY) = 6 > open("./vserver.rb", O_RDONLY) = 6 > open("./vserver.rb", O_RDONLY) = 6 > ... > > chdir("/var/lib/puppet/lib/facter") = 0 > open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 6 > info: Loading facts in vserver > open("./vserver.rb", O_RDONLY) = 6 > open("./vserver.rb", O_RDONLY) = 6 > open("./vserver.rb", O_RDONLY) = 6 > ... > > These are the two occurrences where puppet issues the info messages > ("Loading facts in vserver"). > > Any ideas, why the facts are loaded twice?This is a known and long standing (9 months) bug. http://projects.puppetlabs.com/issues/3741 -- 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+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Apparently Analagous Threads
- samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
- Rsync tries to access unnecessary files/dirs after chrooting itself.
- Permission denied for home, even when it's 777
- Does samba support fsync() a directory?
- Generic UPS driver