Karim
unread,May 14, 2012, 11:06:48 AM5/14/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to puppet...@googlegroups.com
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