Hi all - I am trying to sync a file via Puppet. It is the stock version that ships with Debian Etch - 0.20.1. Other incarnation of this file have not been a problem in the past but it has grown recently and is currently 18mb in size. (It is a binary file if that makes any difference.) If I replace the file with a different/smaller file then it syncs with no problem. This leads me to conclude that it must be the file size or the content that is causing the issue - I was wondering if there was some sort of workaround that I could use to overcome this problem? Here is an excerpt of the error: err: Could not call fileserver.retrieve: #<Errno::ECONNRESET: Connection reset by peer> err: //03-08.fml.playsega.com/fml_front_all/fml_front_users/file=/home/ fml/stub/app/stub_x11i86r/source: Could not retrieve /files/roles/ fml_front/stub_x11i86r: Connection reset by peer many thanks in advance Stephen --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
2008/8/14 Stan <stan@stanandliz.net>:> > > Hi all - I am trying to sync a file via Puppet. It is the stock > version that ships with Debian Etch - 0.20.1. > > Other incarnation of this file have not been a problem in the past but > it has grown recently and is currently 18mb in size. (It is a binary > file if that makes any difference.)0.20 is quite old - have you considered testing your setup with the latest 0.24.x edition? It''s kind of documented that puppetmaster is not a good file-serving tool in the current incarnation, because file contents have to get encoded before transmission. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---