Re: [Puppet Users] Re: Host name lookup failure

2013-03-17 Thread krish
On Mon, Mar 18, 2013 at 12:10 PM, yarlagadda ramya wrote:

> Hi..
>
> Am still getting the same problem..actually..the certificate is not
> getting generated in the agent..then only it is transferred to master for
> the signing right?? So..when an trying to find the certificates in master,
> it is showing..   couldnot call list: header too long error.
>
>
Can you agent box reach the server with name 'puppet'?

Also can you enable debug logging and see what rolls while generating cert.


-- 
Krish

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Puppet Users] Re: Host name lookup failure

2013-03-18 Thread krish
On Mon, Mar 18, 2013 at 6:24 PM, yarlagadda ramya wrote:

> Hi krish..
>
> Am able to reach the master through user..and am mentioning down  the
> debugging results..please do help me in getting a solution..
>
>
> dnsdomainname: Host name lookup failure
> dnsdomainname: Host name lookup failure
> debug: Failed to load library 'selinux' for feature 'selinux'
>

Holy carp... can you use pastebin/pastie next time!!!

Anyway, please try disabling selinux and then clearing certs from master
and agent and try to req cert again.
And what is that lookup failed? :) Should tell you something.

>
>



-- 
Krish

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Puppet Users] Re: Host name lookup failure

2013-03-19 Thread yarlagadda ramya
Hi..

I tried to disable selinux but it dint worked...it is enabled..only...

I used this command to check whether it is enabled or diabled  -   
selinuxenabled 
&& echo enabled || echo disabled

As u said to disable it, i tried to do it...using this command  -  echo 0 > 
/selinux/enforce

but itis not working...
please check it out...

Regards

Ramya Y
On Monday, 18 March 2013 20:16:20 UTC+5:30, krish wrote:
>
>
>
> On Mon, Mar 18, 2013 at 6:24 PM, yarlagadda ramya 
> 
> > wrote:
>
>> Hi krish..
>>
>> Am able to reach the master through user..and am mentioning down  the 
>> debugging results..please do help me in getting a solution..
>>
>>
>> dnsdomainname: Host name lookup failure
>> dnsdomainname: Host name lookup failure
>> debug: Failed to load library 'selinux' for feature 'selinux'
>>
>
> Holy carp... can you use pastebin/pastie next time!!!
>
> Anyway, please try disabling selinux and then clearing certs from master 
> and agent and try to req cert again.
> And what is that lookup failed? :) Should tell you something.
>
>>  
>>
>
>
>
> -- 
> Krish 

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Puppet Users] Re: Host name lookup failure

2013-03-19 Thread yarlagadda ramya
Hi krish,

I also tried modifying SELINUX=disabled in /etc/selinux/config  but its 
of no use..it dint get disabled

Regards,

Ramya Y

On Wednesday, 20 March 2013 10:29:17 UTC+5:30, yarlagadda ramya wrote:
>
> Hi..
>
> I tried to disable selinux but it dint worked...it is enabled..only...
>
> I used this command to check whether it is enabled or diabled  -   
> selinuxenabled 
> && echo enabled || echo disabled
>
> As u said to disable it, i tried to do it...using this command  -  echo 0 
> > /selinux/enforce
>
> but itis not working...
> please check it out...
>
> Regards
>
> Ramya Y
> On Monday, 18 March 2013 20:16:20 UTC+5:30, krish wrote:
>>
>>
>>
>> On Mon, Mar 18, 2013 at 6:24 PM, yarlagadda ramya wrote:
>>
>>> Hi krish..
>>>
>>> Am able to reach the master through user..and am mentioning down  the 
>>> debugging results..please do help me in getting a solution..
>>>
>>>
>>> dnsdomainname: Host name lookup failure
>>> dnsdomainname: Host name lookup failure
>>> debug: Failed to load library 'selinux' for feature 'selinux'
>>>
>>
>> Holy carp... can you use pastebin/pastie next time!!!
>>
>> Anyway, please try disabling selinux and then clearing certs from master 
>> and agent and try to req cert again.
>> And what is that lookup failed? :) Should tell you something.
>>
>>>  
>>>
>>
>>
>>
>> -- 
>> Krish 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Puppet Users] Re: Host name lookup failure

2013-03-20 Thread Peter Brown
You need to reboot for selinux to be disabled.
Try "setenforce permissive" to switch off enforcing mode.


On 20 March 2013 15:28, yarlagadda ramya  wrote:

> Hi krish,
>
> I also tried modifying SELINUX=disabled in /etc/selinux/config  but
> its of no use..it dint get disabled
>
> Regards,
>
> Ramya Y
>
>
> On Wednesday, 20 March 2013 10:29:17 UTC+5:30, yarlagadda ramya wrote:
>>
>> Hi..
>>
>> I tried to disable selinux but it dint worked...it is enabled..only...
>>
>> I used this command to check whether it is enabled or diabled  -   
>> selinuxenabled
>> && echo enabled || echo disabled
>>
>> As u said to disable it, i tried to do it...using this command  -  echo
>> 0 > /selinux/enforce
>>
>> but itis not working...
>> please check it out...
>>
>> Regards
>>
>> Ramya Y
>> On Monday, 18 March 2013 20:16:20 UTC+5:30, krish wrote:
>>>
>>>
>>>
>>> On Mon, Mar 18, 2013 at 6:24 PM, yarlagadda ramya wrote:
>>>
 Hi krish..

 Am able to reach the master through user..and am mentioning down  the
 debugging results..please do help me in getting a solution..


 dnsdomainname: Host name lookup failure
 dnsdomainname: Host name lookup failure
 debug: Failed to load library 'selinux' for feature 'selinux'

>>>
>>> Holy carp... can you use pastebin/pastie next time!!!
>>>
>>> Anyway, please try disabling selinux and then clearing certs from master
>>> and agent and try to req cert again.
>>> And what is that lookup failed? :) Should tell you something.
>>>


>>>
>>>
>>>
>>> --
>>> Krish
>>
>>  --
> You received this message because you are subscribed to the Google Groups
> "Puppet Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to puppet-users+unsubscr...@googlegroups.com.
> To post to this group, send email to puppet-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/puppet-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [Puppet Users] Re: Host name lookup failure

2013-03-27 Thread yarlagadda ramya
Hi all,

I got the result..i completely once unsinstalled the puppet agent which i 
installed and then in /etc/hosts i added the name of the server which am 
using, beside local host..then it started working..

I added this tbms in this line --127.0.0.1   
localhost.localdomain localhost *tbms

*Thanks all for ur support..

Regards,

Ramya Y.


On Thursday, 21 March 2013 07:56:24 UTC+5:30, Pete wrote:
>
> You need to reboot for selinux to be disabled.
> Try "setenforce permissive" to switch off enforcing mode.
>
>
> On 20 March 2013 15:28, yarlagadda ramya 
> > wrote:
>
>> Hi krish,
>>
>> I also tried modifying SELINUX=disabled in /etc/selinux/config  but 
>> its of no use..it dint get disabled
>>
>> Regards,
>>
>> Ramya Y
>>
>>
>> On Wednesday, 20 March 2013 10:29:17 UTC+5:30, yarlagadda ramya wrote:
>>>
>>> Hi..
>>>
>>> I tried to disable selinux but it dint worked...it is enabled..only...
>>>
>>> I used this command to check whether it is enabled or diabled  -   
>>> selinuxenabled 
>>> && echo enabled || echo disabled
>>>
>>> As u said to disable it, i tried to do it...using this command  -  echo 
>>> 0 > /selinux/enforce
>>>
>>> but itis not working...
>>> please check it out...
>>>
>>> Regards
>>>
>>> Ramya Y
>>> On Monday, 18 March 2013 20:16:20 UTC+5:30, krish wrote:



 On Mon, Mar 18, 2013 at 6:24 PM, yarlagadda ramya 
 wrote:

> Hi krish..
>
> Am able to reach the master through user..and am mentioning down  the 
> debugging results..please do help me in getting a solution..
>
>
> dnsdomainname: Host name lookup failure
> dnsdomainname: Host name lookup failure
> debug: Failed to load library 'selinux' for feature 'selinux'
>

 Holy carp... can you use pastebin/pastie next time!!!

 Anyway, please try disabling selinux and then clearing certs from 
 master and agent and try to req cert again.
 And what is that lookup failed? :) Should tell you something.

>  
>



 -- 
 Krish 
>>>
>>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Puppet Users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to puppet-users...@googlegroups.com .
>> To post to this group, send email to puppet...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/puppet-users?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.