Jira (PUP-3829) pip package provider is broken on EL (where osfamily is RedHat)

2015-07-23 Thread Ian Au (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ian Au commented on  PUP-3829 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: pip package provider is broken on EL (where osfamily is RedHat)  
 
 
 
 
 
 
 
 
 
 
Stuart, I made the same mistake as you did when troubleshooting this. I originally sym linked /usr/bin/python-pip to /usr/bin/pip and it still wasn't working. Then I realized the naming typo. It should actually be a sym link from /usr/bin/pip-python to /usr/bin/pip. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3829) pip package provider is broken on EL (where osfamily is RedHat)

2015-07-23 Thread Ian Au (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ian Au commented on  PUP-3829 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: pip package provider is broken on EL (where osfamily is RedHat)  
 
 
 
 
 
 
 
 
 
 
In pip.rb, I see: 
 
 
 
 
 
 
if Facter.value(:osfamily) == RedHat and Facter.value(:operatingsystemmajrelease).to_i  7 
 
 
 
 
  pip-python 
 
 
 
 
else 
 
 
 
 
  pip 
 
 
 
 
end
 
 
 
 
 
 
 
To simplify things, if it's Redhat 6, why don't we just also use pip instead of pip-python. Older versions of python-pip also creates /usr/bin/pip 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 

Jira (PUP-4604) Port fix for pip provider on more recent RedHat operating systems.

2015-07-22 Thread Ian Au (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ian Au commented on  PUP-4604 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Port fix for pip provider on more recent RedHat operating systems.  
 
 
 
 
 
 
 
 
 
 
So, I'm not sure if I should re-open this or make a new ticket, but I'm running CentOS 6.5 and have pip installed. 
However, the latest pip from EPEL doesn't work with the pip provider anymore since /usr/bin/python-pip no longer gets deployed as part of the RPM installation. 
 

rpm -qa | grep pip python-pip-7.1.0-1.el6.noarch
 
 
 

rpm -qlv python-pip | grep bin -rwxr-xr-x 1 root root 281 Jul 1 05:51 /usr/bin/pip -rwxr-xr-x 1 root root 283 Jul 1 05:51 /usr/bin/pip2 -rwxr-xr-x 1 root root 287 Jul 1 05:51 /usr/bin/pip2.6
 
 
On an older version of pip: rpm -qa | grep pip python-pip-1.3.1-4.el6.noarch 
rpm -qlv python-pip | grep bin -rwxr-xr-x 1 root root 281 Jul 16 2013 /usr/bin/pip lrwxr-xr-x 1 root root 3 Jul 16 2013 /usr/bin/pip-python - pip lrwxr-xr-x 1 root root 3 Jul 16 2013 /usr/bin/python-pip - pip 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.4.5#64020-sha1:78acd6c) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (FACT-716) Puppet 3.7.1 Agent on Windows blocks for 20 seconds trying to connect to ec2 metadata service on xen hypervisors

2015-02-05 Thread Ian Au (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Ian Au commented on  FACT-716 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
  Re: Puppet 3.7.1 Agent on Windows blocks for 20 seconds trying to connect to ec2 metadata service on xen hypervisors  
 
 
 
 
 
 
 
 
 
 
I just stayed with an older version (3.6.2) of puppet for the time being until this gets resolved. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 


 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.10#6340-sha1:7ea293a) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   





-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/d/optout.


Jira (PUP-3361) Puppet 3.7.1 Agent on Windows slow to load facts

2014-09-30 Thread Ian Au (JIRA)
Title: Message Title










 

 Ian Au commented on an issue


















  Re: Puppet 3.7.1 Agent on Windows slow to load facts 










Performance on x64 is horrible as well. CPU usage continuously at 0-1% when it slowly reports each Found no suitable resolves item. I wrote a quick batch script to log the start time/end time:
Started: Tue 09/30/2014 14:40:17.41 Completed: Tue 09/30/2014 14:43:44.99












   

 Add Comment

























 Puppet /  PUP-3361



  Puppet 3.7.1 Agent on Windows slow to load facts 







 Both 32 bit and 64 bit installers for puppet 3.7.1 for windows work. However, when running the puppet agent, it takes a LOT longer for it to load facts. When I say a LOT, i mean 3-4 minutes. It looks like it just hangs for a while and then a timeout occurs and the puppet agent continues.   I rolled back to the 3.6.2 msi installer and it is much faster.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to 

Jira (PUP-3361) Puppet 3.7.1 Agent on Windows slow to load facts

2014-09-30 Thread Ian Au (JIRA)
Title: Message Title










 

 Ian Au commented on an issue


















  Re: Puppet 3.7.1 Agent on Windows slow to load facts 










Nope, I did a clean install of the puppet agent and it's never contacted the puppetmaster to pull any custom facts. Would it help if I gave you RDP credentials? The machine is a throwaway box.












   

 Add Comment

























 Puppet /  PUP-3361



  Puppet 3.7.1 Agent on Windows slow to load facts 







 Both 32 bit and 64 bit installers for puppet 3.7.1 for windows work. However, when running the puppet agent, it takes a LOT longer for it to load facts. When I say a LOT, i mean 3-4 minutes. It looks like it just hangs for a while and then a timeout occurs and the puppet agent continues.   I rolled back to the 3.6.2 msi installer and it is much faster.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














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

Jira (PUP-3361) Puppet 3.7.1 Agent on Windows slow to load facts

2014-09-29 Thread Ian Au (JIRA)
Title: Message Title










 

 Ian Au created an issue


















 Puppet /  PUP-3361



  Puppet 3.7.1 Agent on Windows slow to load facts 










Issue Type:

  Bug




Affects Versions:


 3.7.1




Assignee:


 Unassigned




Created:


 29/Sep/14 10:31 AM




Priority:

  Normal




Reporter:

 Ian Au










Both 32 bit and 64 bit installers for puppet 3.7.1 for windows work. However, when running the puppet agent, it takes a LOT longer for it to load facts. When I say a LOT, i mean 3-4 minutes. It looks like it just hangs for a while and then a timeout occurs and the puppet agent continues.
I rolled back to the 3.6.2 msi installer and it is much faster.












   

 Add Comment


















  

Jira (PUP-3361) Puppet 3.7.1 Agent on Windows slow to load facts

2014-09-29 Thread Ian Au (JIRA)
Title: Message Title










 

 Ian Au commented on an issue


















  Re: Puppet 3.7.1 Agent on Windows slow to load facts 










Nope, no custom facts.
Just running facter --debug --trace takes a very long time. During the run, there are a bunch of Found no suitable resolves of ... statements, each one taking quite some time to timeout.
See: https://gist.github.com/anonymous/97cbd18d2369d7deba5c#file-gistfile1-txt












   

 Add Comment

























 Puppet /  PUP-3361



  Puppet 3.7.1 Agent on Windows slow to load facts 







 Both 32 bit and 64 bit installers for puppet 3.7.1 for windows work. However, when running the puppet agent, it takes a LOT longer for it to load facts. When I say a LOT, i mean 3-4 minutes. It looks like it just hangs for a while and then a timeout occurs and the puppet agent continues.   I rolled back to the 3.6.2 msi installer and it is much faster.















 This message was sent by Atlassian JIRA (v6.1.4#6159-sha1:44eaede)




 














-- 
You received this message because you are subscribed to the Google Groups Puppet Bugs group.
To unsubscribe from this group and stop receiving emails from it, send an email to