is there any way to prevent this timeou ? i tried --configtimeout=600 --filetimeout=600 but this does not changes anything -- Cordialement, Ghislain _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com mail.madstop.com/mailman/listinfo/puppet-users
On Feb 15, 2007, at 10:22 AM, ADNET Ghislain wrote:> is there any way to prevent this timeou ? > > i tried --configtimeout=600 --filetimeout=600 > > but this does not changes anythingThe filetimeout will not change this; that just affects how often Puppet checks the filesystem to see when files changed, and is really only used by the server. The configtimeout should set this, though; is it actually taking 600 seconds to compile a configuration? -- Life is too short for traffic. --Dan Bellack --------------------------------------------------------------------- Luke Kanies | reductivelabs.com | madstop.com
> The configtimeout should set this, though; is it actually taking 600 > seconds to compile a configuration?backup02:/etc/BackupPC%(root)> time /usr/bin/puppetd --config /usr/local/.aqadmin/etc/puppetd.conf --onetime --test --configtimeout=60000000000000000000 notice: Ignoring --listen on onetime run info: Retrieving facts info: Loading fact local Pour en savoir davantage, faites: « uname --help ». err: Configuration retrieval timed out 0.752u 0.128s 3:03.58 0.4% 0+0k 0+0io 0pf+0w even if i use infinite time i got the same result. On the server side rybu is 95% cpu. -- Cordialement, Ghislain _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com mail.madstop.com/mailman/listinfo/puppet-users
On Feb 15, 2007, at 11:16 AM, ADNET Ghislain wrote:> >> The configtimeout should set this, though; is it actually taking >> 600 seconds to compile a configuration? > > > backup02:/etc/BackupPC%(root)> time /usr/bin/puppetd --config /usr/ > local/.aqadmin/etc/puppetd.conf --onetime --test -- > configtimeout=60000000000000000000 > notice: Ignoring --listen on onetime run > info: Retrieving facts > info: Loading fact local > Pour en savoir davantage, faites: « uname --help ». > err: Configuration retrieval timed out > 0.752u 0.128s 3:03.58 0.4% 0+0k 0+0io 0pf+0w > > > even if i use infinite time i got the same result. On the server > side rybu is 95% cpu.I don''t know why your configurations are taking so long to compile, but I just looked at the config timeout stuff, and I''m unfortunately convinced it never was working. I just added unit tests and made it work, but it looks like it doesn''t in the current release. -- I respect faith, but doubt is what gets you an education. -- Wilson Mizner --------------------------------------------------------------------- Luke Kanies | reductivelabs.com | madstop.com