[Puppet Users] Re: SSL_connect SYSCALL returned=5

2010-12-14 Thread Kikanny
I'm using webrick but I also have apache installed on the master because I need it for something else. Could it be because apache is also using ssl or something like that is causing the problem? On Dec 14, 8:17 am, Kikanny wrote: > I keep getting the following error when I do a cat

[Puppet Users] SSL_connect SYSCALL returned=5

2010-12-14 Thread Kikanny
I keep getting the following error when I do a catalog run: err: Could not request certificate: SSL_connect SYSCALL returned=5 errno=0 state=SSLv2/v3 read server hello A No idea why its giving me this error. Any help would be appreciated. Thanks! -- You received this message because you are sub

[Puppet Users] Re: Certificate verify failed

2010-12-09 Thread Kikanny
Found out the error. Both the master and client were showing the same time. But they happened to be on different time zones. AHH! On Dec 8, 1:19 pm, Kikanny wrote: > Hi Nan > > Thanks for your response. I tried that. But it says that everything is > okay. I get "verify ret

[Puppet Users] Re: Certificate verify failed

2010-12-08 Thread Kikanny
Hi Nan Thanks for your response. I tried that. But it says that everything is okay. I get "verify return 1" instead of saying why there is a verification error On Dec 8, 10:54 am, Nan Liu wrote: > On Wed, Dec 8, 2010 at 6:20 AM, Kikanny wrote: > > So there is something

[Puppet Users] Re: Certificate verify failed

2010-12-08 Thread Kikanny
6:00 pm, Stefan Schulte wrote: > On Mon, Dec 06, 2010 at 12:13:37PM -0800, Kikanny wrote: > > Whenever I try to connect to the master from the client, I get the > > following error: > > > Could not retrieve catalog from remote server: SSL_connect returned=1 > > errno=0 state

[Puppet Users] Re: Certificate verify failed

2010-12-07 Thread Kikanny
I've tried all of the steps you outlined, and still nothing. I also checked the certificates the subject lines match the hostnames. I'm out of ideas. This has been frustrating me for the past two days :( On Dec 6, 6:00 pm, Stefan Schulte wrote: > On Mon, Dec 06, 2010 at 12:13:37PM -

[Puppet Users] Certificate verify failed

2010-12-06 Thread Kikanny
Whenever I try to connect to the master from the client, I get the following error: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed I tried google and most of the results say the problem is due the diff

[Puppet Users] Trying to run puppet from a tarball

2010-12-02 Thread Kikanny
I'm trying to run puppet using the tarball and so far, I've been unsuccessful. The system I'm trying to run puppet on is running RHEL 5.3. Now first of all, this system does not have access to internet. Therefore I don't have any access to any of the repositories from which I can download the rpms

[Puppet Users] Re: Puppet on Windows

2010-10-28 Thread Kikanny
one does get it working, please do share! :) On Oct 28, 11:21 am, Kikanny wrote: > Hmm...that is what puppet reports when it is run. I think its because > ruby accepts only forward slashes and since puppet is based on > rubycould make sense. Could be wrong though. >

[Puppet Users] Re: Puppet on Windows

2010-10-28 Thread Kikanny
Hmm...that is what puppet reports when it is run. I think its because ruby accepts only forward slashes and since puppet is based on rubycould make sense. Could be wrong though. On Oct 28, 10:58 am, li...@truthisfreedom.org.uk wrote: > Quoting Kikanny : > > > err: Could

[Puppet Users] Re: Puppet on Windows

2010-10-28 Thread Kikanny
l/ private_keys/testing.pem to privatekeydir: Could not find a default provider for user Exiting: failed to retrieve certificate and waitforcert is disabled. I'm guess its gotta do something with path? Anyone got any ideas? On Oct 28, 6:41 am, Sandor Szuecs wrote: > On Oct 26, 2010, at

[Puppet Users] Puppet on Windows

2010-10-26 Thread Kikanny
Hi. I know that puppet for windows is in its basic stages but I've been screwing around with it. I can get facter working. However one error that it spits out is that: "Could not retrieve puppetversion: Cannot determine basic system flavour." When I try to run puppet, I get an error saying "ruby:

[Puppet Users] Re: Recursion

2010-10-14 Thread Kikanny
Nvm. I fixed it. On Oct 14, 2:58 pm, Kikanny wrote: > I'm pretty sure this is simple, but I just can't get it to work. I > have a directory called test (in location /home/server/test) and it > has sub directories and other files. I want to copy this directory and > a

[Puppet Users] Recursion

2010-10-14 Thread Kikanny
I'm pretty sure this is simple, but I just can't get it to work. I have a directory called test (in location /home/server/test) and it has sub directories and other files. I want to copy this directory and all its contents into a location on the client machine. I'm not sure what I'm doing wrong. Th

[Puppet Users] Re: Puppet and Augeas

2010-10-13 Thread Kikanny
ugeas-ruby (or whatever it's called) when you > install puppet? > > On Oct 13, 2010, at 6:58 AM, Kikanny wrote: > > > Is it possible for Puppet to make those two runs automatically back to > > back? For example, the first run does modules A and B. The second run > &g

[Puppet Users] Re: Puppet and Augeas

2010-10-13 Thread Kikanny
Is it possible for Puppet to make those two runs automatically back to back? For example, the first run does modules A and B. The second run includes module C right after the first run is completed. I hope that made sense! On Oct 13, 9:52 am, Felix Frank wrote: > On 10/13/2010 03:48 PM, Kika

[Puppet Users] Puppet and Augeas

2010-10-13 Thread Kikanny
Hi. Is there any way to make puppet run a particular module first before another module is run. For example, I'm using the augeas resource type in one of the modules. But libaugeas-ruby1.8 is not installed in the client machine. So when the catalog is run, I get the following error: Could not find

[Puppet Users] Re: Duplicating web servers

2010-10-01 Thread Kikanny
I really appreciate your response Matt. It gave me a good insight on the different steps I would have to do to get this working! Hopefully I'll be able to go to the pub one day !! On Oct 1, 11:34 am, Matt Wallace wrote: > On Friday 01 Oct 2010 15:01:25 Kikanny wrote: > > >

[Puppet Users] Re: Duplicating web servers

2010-10-01 Thread Kikanny
Thank you all for taking your time to explain it to me. I guess I'll give it a whirl and see how it goes. Another question I have is what if the person managing a web server does not have full knowledge of whatever is installed in a server or there was some other configuration management in place.

[Puppet Users] Duplicating web servers

2010-10-01 Thread Kikanny
Hi all. I'm a puppet noob and I've been tinkering with it for the past couple of weeks. What I would like to do now is duplicate a web server. So I have a web server running. I would like to make puppet to duplicate this web server on another machine. This includes installing the same packages, hav

[Puppet Users] Re: Getaddrinfo: Name or service not known

2010-09-24 Thread Kikanny
Got this fixed with Patrick's help. I had to add puppet as an alias in the /etc/hosts file. For more info: http://groups.google.com/group/puppet-users/browse_thread/thread/61a66d600c16b6a6/e65f73003e5ec489#e65f73003e5ec489 On Sep 24, 11:08 am, Kikanny wrote: > Hi. I'm using pu

[Puppet Users] Re: Undefined method 'closed?' for nil:NilClass

2010-09-24 Thread Kikanny
t it with ping to make sure "ping puppet" works.   > > On Sep 24, 2010, at 9:45 AM, Kikanny wrote: > > > Yup. I get the following when I say ping puppet > > ping: unknown host puppet > > > So I haven't defined puppet as a hostname somewhere or something

[Puppet Users] Re: Undefined method 'closed?' for nil:NilClass

2010-09-24 Thread Kikanny
Yup. I get the following when I say ping puppet ping: unknown host puppet So I haven't defined puppet as a hostname somewhere or something? On Sep 24, 12:38 pm, Patrick wrote: > On Sep 24, 2010, at 5:34 AM, Kikanny wrote: > > > Thanks guys! I upgraded puppet from 0.25.4 to 2.6.

[Puppet Users] Re: Undefined method 'closed?' for nil:NilClass

2010-09-24 Thread Kikanny
Thanks guys! I upgraded puppet from 0.25.4 to 2.6.1. Now when I try to run puppetd on the same machine as puppemasterd, I get the following error message: err: Could not retrieve catalog from remote server: getaddrinfo: Name or service not known err: Could not retrieve catalog; skipping run I'm n

[Puppet Users] Getaddrinfo: Name or service not known

2010-09-24 Thread Kikanny
Hi. I'm using puppet 2.6.1 on ubuntu lucid. I'm running puppetd and puppetmasterd on the same machine. When I try to run the puppet agent, I get the following error: err: Could not retrieve catalog from remote server: getaddrinfo: Name or service not known err: Could not retrieve catalog; skipping

[Puppet Users] Undefined method 'closed?' for nil:NilClass

2010-09-21 Thread Kikanny
Hi all I started researching on puppet and decided I'll try it out on Vmware Workstation using Ubuntu 10.04. So I'm trying to do the simplest puppet install pattern as outlined in http://projects.puppetlabs.com/projects/puppet/wiki/Simplest_Puppet_Install_Pattern. For now, I'm trying to test puppe