Martin Englund
2009-Feb-23 13:07 UTC
[Puppet Users] Increasing the fileserver retrieve timeout
I''ve got a really large file (100+ MB) which I can''t transfer, as puppet gives me the following error: Connection timeout calling fileserver.retrieve: execution expired Is there a way to increase the timeout? cheers, /Martin -- Martin Englund, Security Engineer, Web Engineering, Sun Microsystems Inc. Email: martin.englund@sun.com Time Zone: GMT+1 PGP: 1024D/AA514677 "The question is not if you are paranoid, it is if you are paranoid enough." --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Mike Renfro
2009-Feb-23 14:03 UTC
[Puppet Users] Re: Increasing the fileserver retrieve timeout
Martin Englund wrote:> I''ve got a really large file (100+ MB) which I can''t transfer, as > puppet gives me the following error: > Connection timeout calling fileserver.retrieve: execution expiredI didn''t find an obvious timeout on puppetd or puppetmasterd --genconfig just now, but you may have already tried that. I don''t think many people use puppet for transferring large files for the reasons you''re running into. I keep an rsync repository on my puppetmaster for larger files and trees, and transfer them that way. Unless the 100+MB file in question really needs puppet''s key-signed security, it''s probably best to avoid its fileserver for larger files at the moment. I think they''re working on moving to a REST-based transfer method that should fix the problem, but it''s not in 0.24.x yet. -- Mike Renfro / R&D Engineer, Center for Manufacturing Research, 931 372-3601 / Tennessee Technological University -- renfro@tntech.edu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---