Activity log for bug #722594

Date Who What changed Old value New value Message
2011-02-21 13:40:14 TomDV bug added bug
2011-02-21 14:59:25 TomDV description Binary package hint: puppet There is a bug in the default apache puppetmaster vhost that's included in the package. # puppetd --server puppet.fqdn --waitforcert 60 --no-usecacheonfailure err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert decrypt error warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run # This is easily fixed but it should be changed in the package too: # mkdir /var/lib/puppet/ssl/ca/crl # chown -R puppet:puppet /var/lib/puppet/ssl/ca/crl # grep -i SSLCARevocation /etc/apache2/sites-enabled/puppetmaster # default: SSLCARevocationFile /var/lib/puppet/ssl/ca/ca_crl.pem SSLCARevocationPath /var/lib/puppet/ssl/ca/crl Binary package hint: puppet There is a bug in the default apache puppetmaster vhost that's included in the puppetmaster-passenger package. # puppetd --server puppet.fqdn --waitforcert 60 --no-usecacheonfailure err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server session ticket A: tlsv1 alert decrypt error warning: Not using cache on failed catalog err: Could not retrieve catalog; skipping run # This is easily fixed but it should be changed in the package too: # mkdir /var/lib/puppet/ssl/ca/crl # chown -R puppet:puppet /var/lib/puppet/ssl/ca/crl # grep -i SSLCARevocation /etc/apache2/sites-enabled/puppetmaster         # default: SSLCARevocationFile /var/lib/puppet/ssl/ca/ca_crl.pem         SSLCARevocationPath /var/lib/puppet/ssl/ca/crl
2011-02-28 23:39:06 Chuck Short puppet (Ubuntu): importance Undecided Low
2011-02-28 23:39:06 Chuck Short puppet (Ubuntu): status New Incomplete
2011-03-03 12:58:20 TomDV puppet (Ubuntu): status Incomplete New
2011-03-07 20:45:06 Chuck Short puppet (Ubuntu): status New Confirmed