Hi guys, I''m new to Puppet, and I''m playing with filebucket. I saw some strange behaviour whereby a file being backed up will be fully copied to the master server, but then the client will wait a few minutes before ending the backup operation. Here is a debug log of the backup.. $ ./puppet filebucket backup --config=/opt/dca/puppet/config/puppet.conf --debug --ssldir=/opt/dca/puppet/config/ssl --server=<master-server> ~/<test-file>.xml debug: file_bucket_file supports formats: b64_zlib_yaml marshal pson raw yaml; using pson debug: Failed to load library ''selinux'' for feature ''selinux'' debug: Puppet::Type::File::ProviderWindows: feature microsoft_windows is missing debug: Failed to load library ''ldap'' for feature ''ldap'' debug: Failed to load library ''shadow'' for feature ''libshadow'' debug: /File[/opt/dca/puppet/config/ssl/private_keys/<agent-box>.pem]: Autorequiring File[/opt/dca/puppet/config/ssl/private_keys] debug: /File[/opt/dca/puppet/config/ssl/certs]: Autorequiring File[/opt/dca/puppet/config/ssl] debug: /File[/home/.puppet/var/lib]: Autorequiring File[/home/.puppet/var] debug: /File[/home/.puppet/var/facts]: Autorequiring File[/home/.puppet/var] debug: /File[/opt/dca/puppet/config/ssl/private_keys]: Autorequiring File[/opt/dca/puppet/config/ssl] debug: /File[/opt/dca/puppet/config/ssl/public_keys]: Autorequiring File[/opt/dca/puppet/config/ssl] debug: /File[/home/.puppet/var]: Autorequiring File[/home/.puppet] debug: /File[/opt/dca/puppet/config/ssl/certs/ca.pem]: Autorequiring File[/opt/dca/puppet/config/ssl/certs] debug: /File[/opt/dca/puppet/config/ssl/private]: Autorequiring File[/opt/dca/puppet/config/ssl] debug: /File[/home/.puppet/var/log]: Autorequiring File[/home/.puppet/var] debug: /File[/opt/dca/puppet/config/ssl/public_keys/<agent-box>.pem]: Autorequiring File[/opt/dca/puppet/config/ssl/public_keys] debug: /File[/opt/dca/puppet/config/ssl/certificate_requests]: Autorequiring File[/opt/dca/puppet/config/ssl] debug: /File[/opt/dca/puppet/config/ssl/certs/<agent-box>.pem]: Autorequiring File[/opt/dca/puppet/config/ssl/certs] debug: /File[/opt/dca/puppet/config/ssl/crl.pem]: Autorequiring File[/opt/dca/puppet/config/ssl] debug: /File[/home/.puppet/var/state]: Autorequiring File[/home/.puppet/var] debug: /File[/home/.puppet/var/run]: Autorequiring File[/home/.puppet/var] debug: Finishing transaction 2161076360 debug: file_bucket_file supports formats: b64_zlib_yaml marshal pson raw yaml; using pson debug: file_bucket_file supports formats: b64_zlib_yaml marshal pson raw yaml; using pson debug: file_bucket_file supports formats: b64_zlib_yaml marshal pson raw yaml; using pson /home/<test-file>.xml: 462fc925f39b09b8ec9c5c16be743911 $ The thing is that before printing out the last line, the command paused for perhaps 5 or 10 minutes. The file was already copied to the master in a few seconds. Any idea why this is happening? The file is quite big. Around 30MB. Does this matter? I''m running Puppet 2.7.6. Any help appreciated. Regards, Karim -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/qZidwcy54qkJ. 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.