following the advise on the IRC channel i downgraded ruby to 1.8.6
root@puppetsun:/opt/csw/bin# ./ruby -v
ruby 1.8.6 (2007-09-23 patchlevel 110) [i386-solaris2.8]
i now get a new error:
root@puppetsun:/opt/csw/bin# rm -rf /var/lib/puppet/
root@puppetsun:/opt/csw/bin# /opt/csw/bin/puppetd --test
info: Creating a new certificate request for
puppetsun.example.org
info: Creating a new SSL key at /var/lib/puppet/ssl/private_keys/
puppetsun.example.org.pem
warning: peer certificate won't be verified in this SSL session
notice: Did not receive certificate
notice: Set to run 'one time'; exiting with no certificate
root@puppetsun:/opt/csw/bin# /opt/csw/bin/puppetd -vt
warning: peer certificate won't be verified in this SSL session
notice: Got signed certificate
info: Retrieving plugins
warning: Certificate validation failed; consider using the certname
configuration option
err: /File[/var/lib/puppet/lib]: Failed to generate additional
resources during transaction: Certificates were not trusted:
certificate verify failed
warning: Certificate validation failed; consider using the certname
configuration option
err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of
resource: Certificates were not trusted: certificate verify failed
Could not describe /plugins: Certificates were not trusted:
certificate verify failed
err: Could not retrieve catalog: private method `chomp' called for
nil:NilClass
This is after clearing /var/lib/puppet , restarting the daemon and re-
signing the cert.
the server has:
[root@puppetbeta /]# puppetca --list --all
+
puppetsun.its.uq.edu.au
+
puppetbeta.its.uq.edu.au
Cheers, and thanks for all the help on the channel, Damm, Andrew and
fujin in particular.
chakkerz