Issue #2532 has been updated by Nigel Kersten.
ok, so it turns out this is a misleading error message. <pre> err: /File[/var/puppet/lib]: Failed to generate additional resources using 'eval_generate': Error 405 on SERVER: Method Not Allowed </pre> Several repeated tests are showing that the problem isn't this directory. It's the crl.pem on the client. If I switch to a 0.25.x CA, everything is fine, I switch back to my 0.24.8 CA, everything continues to work for a certain period of time. If I delete the crl.pem file on the client at this time, then the problems occur again. So this is ok. I don't mind having to provision my 0.25. CA before the other servers, but there's a bug in the logging system somewhere. I have no idea what this bug should be renamed to.... ---------------------------------------- Bug #2532: ca_server/ca_port config settings overrides server/masterport config settings http://projects.reductivelabs.com/issues/2532 Author: Nigel Kersten Status: Needs more information Priority: High Assigned to: Nigel Kersten Category: Target version: 0.25.5 Affected version: 0.25.0rc1 Keywords: Branch: <pre> root# puppetd -t --server testserver.mydomain info: Caching catalog for c216f41a-f902-4bfb-a222-850dd957bebb info: Applying configuration version '1250129163' notice: Finished catalog run in 0.01 seconds root# puppetd -t --server testserver.mydomain --ca_server localhost err: Could not retrieve catalog from remote server: Connection refused - connect(2) notice: Using cached catalog info: Applying configuration version '1250129163' notice: Finished catalog run in 0.01 seconds </pre> and: <pre> root# puppetd -t --server testserver.mydomain info: Caching catalog for c216f41a-f902-4bfb-a222-850dd957bebb info: Applying configuration version '1250129163' notice: Finished catalog run in 0.01 seconds root# puppetd -t --server testserver.mydomain --ca_port 8150 err: Could not retrieve catalog from remote server: Connection refused - connect(2) notice: Using cached catalog info: Applying configuration version '1250129163' notice: Finished catalog run in 0.01 seconds root# puppetd -t --server testserver.mydomain --ca_port 8150 --masterport 8140 err: Could not retrieve catalog from remote server: Connection refused - connect(2) notice: Using cached catalog info: Applying configuration version '1250129163' notice: Finished catalog run in 0.01 seconds </pre> This is pretty nasty, as people with dedicated ca_servers may not notice if they have their CA configured to also be a config server. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
