For the record, here's how I fixed this problem: On the client (Ubuntu 10.04) I created the file /etc/apt/ sources.list.d/karmic.list
and added the following lines: deb http://ubuntu.mirror.rafal.ca/ubuntu/ karmic-security main restricted deb-src http://ubuntu.mirror.rafal.ca/ubuntu/ karmic-security main restricted deb http://ubuntu.mirror.rafal.ca/ubuntu/ karmic-security universe deb-src http://ubuntu.mirror.rafal.ca/ubuntu/ karmic-security universe deb http://ubuntu.mirror.rafal.ca/ubuntu/ karmic-security multiverse deb-src http://ubuntu.mirror.rafal.ca/ubuntu/ karmic-security multiverse Then: $: sudo apt-get update And finally: $: sudo aptitude -t karmic install puppet This installed the right packaged version and will freeze it at the karmic version for future updates .. cheers On 5 avr, 04:29, h3 <[email protected]> wrote: > I have a puppet master running on a Ubuntu Hardy. I have some other > Ubuntu servers and clients ranging from hardy to karmic that works > fine. > > Now I've setuped a fresh Lucid Lynx install (10.04) and I can't get a > certificate for it: > > Client: > > > sudo puppetd --waitforcert 60 --test > > > info: Creating a new SSL key for h3-desktop > > warning: peer certificate won't be verified in this SSL session > > warning: peer certificate won't be verified in this SSL session > > info: Creating a new SSL certificate request for h3-desktop > > warning: peer certificate won't be verified in this SSL session > > warning: peer certificate won't be verified in this SSL session > > warning: peer certificate won't be verified in this SSL session > > warning: peer certificate won't be verified in this SSL session > > notice: Did not receive certificate > > warning: peer certificate won't be verified in this SSL session > > notice: Did not receive certificate > > Server: > > > h...@server:/tmp$ sudo puppetca --list > > No certificates to sign > > I've tried many things like from regenerating all the certificates , > but nothing worked so far.. > > I don't know what to try anymore.. -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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-users?hl=en.
