Re: [Puppet Users] Re: Puppet master does not start

2014-01-28 Thread Bhuvnesh Chaudhary
Facing the same error, did anyone figure out the reason for the same ? On Thursday, October 31, 2013 6:54:59 AM UTC-7, josec...@gmail.com wrote: > > Somebody has any idea what is happening? Can I provide more information > (logs, command, etc) where we can find what is the problem? > > Thanks!! >

Re: [Puppet Users] Re: Puppet master does not start

2013-10-31 Thread josec . raya
Somebody has any idea what is happening? Can I provide more information (logs, command, etc) where we can find what is the problem? Thanks!! -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emai

Re: [Puppet Users] Re: Puppet master does not start

2013-10-29 Thread josec . raya
Hi Sean, updating the info, yesterday I removed root from puppet group and that is what I have now: # id uid=0(root) gid=0(root) groups=0(root) # id root uid=0(root) gid=0(root) groups=0(root) # id puppet uid=501(puppet) gid=503(puppet) groups=503(puppet) And I getting the same error: # /et

Re: [Puppet Users] Re: Puppet master does not start

2013-10-28 Thread Sean Crosby
On 29 October 2013 09:31, wrote: > # id > uid=0(root) gid=0(root) groups=0(root),503(puppet) Why have you added the root user to the group puppet? puppetmaster normally runs using the puppet user in the puppet group. What groups is your 'puppet' user part of? Here's mine: # id puppet uid=52(

[Puppet Users] Re: Puppet master does not start

2013-10-28 Thread josec . raya
I realize that I had installed 2.6 version of puppet instead 3.3.1. It has been solved, I update previous version to 3.3.1. I;m still having same problem with new version. I paste here all details: puppet.conf [main] # The Puppet log directory. # The default value is '$vardir/log'.