Re: [Puppet Users] Bizarre errors from puppetmaster 2.7.1

2011-07-11 Thread Michael Halligan
Verified that this seems to go away in 2.7.2.

On Sun, Jul 10, 2011 at 9:48 AM, Nigel Kersten ni...@puppetlabs.com wrote:



 On Sun, Jul 10, 2011 at 9:22 AM, Jacob Helwig ja...@puppetlabs.comwrote:

 That does look an awful lot like the storedconfig bug (#4487).  The fix
 prevented this from happening on new records, and would prevent further YAML
 encapsulation of existing rows, but the existing (broken) rows still needed
 to be cleaned up by hand.


 Ahah, this all makes sense now.

 http://projects.puppetlabs.com/issues/4487

 This was one of the bugs that was addressed in 2.6.9, and due to the freeze
 during 2.7.0 RC, will go into the next 2.7.x release.





 --

 Please excuse my brevity; sent from my mobile device.

 On Jul 10, 2011, at 2:10 AM, Patrick kc7...@gmail.com wrote:

 
  On Jul 9, 2011, at 6:35 PM, Michael Halligan wrote:
 
  Periodically after restarting the master (which uses puppet-dashboard
 as a reporting server and ENC), when an agent tries to run, the agent isn't
 given any classes, and exits without error, then the master spews out this
 message:
 
  Jul 10 01:32:12 localhost puppet-master[15757]: Compiled catalog for
 ip-10-36-34-207.ec2.internal in environment --- --- \--- \\\---
 \\\--- \\\--- \\\---
 \\\---
 \\\---
 \\\---
 \\\---
 \\
 
  Any ideas?
 
  There's a Millions of slashes storedconfigs bug.  On the surface this
 looks a little similar.
 
  --
  You received this message because you are subscribed to the Google
 Groups Puppet Users group.
  To post to this group, send email to puppet-users@googlegroups.com.
  To unsubscribe from this group, send email to
 puppet-users+unsubscr...@googlegroups.com.
  For more options, visit this group at
 http://groups.google.com/group/puppet-users?hl=en.
 

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




 --
 Nigel Kersten
 Product Manager, Puppet Labs
 Twitter: @nigelkersten

 *Join us for **PuppetConf *http://www.bit.ly/puppetconfsig
 September 22nd and 23rd in Portland, Oregon, USA.
 *
 *

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




-- 
Michael T. Halligan | DevOps Evangelist | @mhalligan | 415.722.1101

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



[Puppet Users] Bizarre errors from puppetmaster 2.7.1

2011-07-09 Thread Michael Halligan
Periodically after restarting the master (which uses puppet-dashboard as a
reporting server and ENC), when an agent tries to run, the agent isn't given
any classes, and exits without error, then the master spews out this
message:

Jul 10 01:32:12 localhost puppet-master[15757]: Compiled catalog for
ip-10-36-34-207.ec2.internal in environment --- --- \--- \\\---
\\\--- \\\--- \\\---
\\\---
\\\---
\\\---
\\\---
\\

Any ideas?

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



Re: [Puppet Users] Re: err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target File[]

2011-07-04 Thread Michael Halligan
Forgive my cluelessness, but why is it so difficult for Puppet to at least
tell me what file this came from like 90% of other errors I've encountered?

On Sat, Jul 2, 2011 at 12:33 PM, vagn scott vagnsc...@gmail.com wrote:

 On 07/02/2011 03:20 PM, Eric Sorenson wrote:

 This is usually because somewhere you have a File resource whose name
 is a variable, and the variable's undefined.

 And a common reason for that to happen is that you've
 mistyped the variable name.  Your design could be just fine.

 This is a good reason to test early and often.  It reduces the
 search space to those files you recently touched.

 --
 vagn


 --
 You received this message because you are subscribed to the Google Groups
 Puppet Users group.
 To post to this group, send email to puppet-users@googlegroups.com.
 To unsubscribe from this group, send email to puppet-users+unsubscribe@**
 googlegroups.com puppet-users%2bunsubscr...@googlegroups.com.
 For more options, visit this group at http://groups.google.com/**
 group/puppet-users?hl=enhttp://groups.google.com/group/puppet-users?hl=en
 .




-- 
Michael T. Halligan | DevOps Evangelist | @mhalligan | 415.722.1101

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



[Puppet Users] err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could not find relationship target File[]

2011-07-01 Thread Michael Halligan
I'm running Puppet 2.7.1 on the master as well as the agent and just
received a new error which doesn't actually reference a module or a file, so
I'm somewhat stuck as to how to debug this. Any pointers?
The error is  err: Could not retrieve catalog from remote server: Could not
intern from pson: Could not convert from pson: Could not find relationship
target File[]

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



[Puppet Users] Certificate problems when upgrading to 2.7.1

2011-06-28 Thread Michael Halligan
Hi, I'm playing around with upgrading to 2.7.1 in the lab, and I'm not
getting terribly far. After upgrading, when a 2.7.1 client attempts to
connect to my formerly working puppet master (also upgraded to 2.7.1),
I'm given this error:


err: Could not retrieve catalog from remote server: SSL_connect
returned=1 errno=0 state=SSLv3 read server certificate B: certificate
verify failed
warning: Not using cache on failed catalog
err: Could not retrieve catalog; skipping run

Any help would be greatly appreciated.

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



[Puppet Users] Cab sharing from SOMA?

2009-09-30 Thread Michael Halligan

Two of us are starting off from 3rd Street  Folsom Street tomorrow  
morning. Does anybody else in this part of the 'hood want to share a  
cab with us?

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



[Puppet Users] Wednesday night drinks?

2009-09-28 Thread Michael Halligan

Is anybody interested in getting together at my place downtown to  
drink scotch, talk Puppet, and chill out before the big day?

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



[Puppet Users] Hiring for a Puppet-oriented Systems Administrator/Tools Developer in Palo Alto

2009-08-05 Thread Michael Halligan

Greetings,

The subject says it all, but I'm hiring for someone to focus on an in- 
house Puppet implementation at a startup I'm working with here in Palo  
Alto.


Here's the req:


COMPANY PROFILE:

Twofish (www.twofish.com) is the world's premier provider of economic  
solutions for the online entertainment industry. The company's  
flagship product, Twofish Elements, provides an integrated end-to-end  
solution for partners, rolling together banking/financial management,  
supply chain/inventory management, and advanced analytics into one  
easy-to-use package. Unique features include a banking-grade account  
management service, multicurrency administration and exchange, an item- 
based asset lifecycle management system, a flexible offers/listing  
service, and a macroeconomic policy dashboard. Twofish was founded in  
2006 with venture backing from Venrock, Triple Point, and Rustic Canyon.
DESCRIPTION:

We are seeking a Linux Systems Administrator to add to our Operations  
Team in a challenging and ever-changing role. Our team is laying the  
groundwork for our service to morph into a reliable and process- 
oriented infrastructure. Our production infrastructure is a quickly  
growing, heterogeneous stack of Jboss, Tomcat, Grails, MySQL, Ubuntu,  
and CentOS Linux. This combines to create a complex and dynamic  
operations environment with high availability and auditability needs.
RESPONSIBILITIES:

 * Maintain and improve our application deployment processes
 * Monitor service stability and performance
 * Troubleshoot issues with hardware, software, applications, and  
network
 * Prioritize tasks and work independently, while interacting with  
product and engineering teams
 * Configure servers and network
 * Write scripts to monitor and automate processes
 * Document current and future configuration processes and policies
 * Actively participate in 24 X 7 pager rotation

REQUIREMENTS:

 * 2+ years experience with a configuration management system  
(Puppet, BCFG2, CFEngine, etc.)
 * 5+ years of tools development experience in Perl, PHP, or Java
 * 8+ years of experience with Linux/Unix/BSD
 * Demonstrable knowledge of TCP/IP, HTTP, security, storage, SQL  
databases, Subversion, and memcached
 * Experience in operations department of large-scale Internet  
services
 * Experience programming with Ruby
 * Experience with JVM-based application stacks
 * Practical knowledge of shell scripting and at least one  
scripting language (Ruby, Perl, Python)
 * Track record of practical problem solving

IDEAL QUALIFICATIONS:

 * B.S. in Computer Science
 * Experience with the Puppet configuration management system
 * Previous experience developing operations tools
 * Prior experience with various infrastructure processes such as  
PCI, CMDB, ITIL, etc...

BENEFITS:

We know that our employees are our most valuable resource, and we  
provide them with competitive compensation, excellent benefits, and  
stock options.
HOW TO APPLY:

Qualified applicants should send your resume and a cover letter  
summarizing how your background matches the requirements to j...@twofish.com 
. Please use Linux Systems Administrator in the subject line of your  
email.


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



[Puppet Users] Re: Puppet Community Updates

2009-05-02 Thread Michael Halligan
Andrew,

What's the total cost for Puppet Camp in SF going to be? How much  
would it cost for BitPusher to sponsor it?

Michael

On May 2, 2009, at 1:03 PM, Andrew Shafer wrote:


 There is so much Puppet happening I have a hard time keeping track  
 of everything...

 The Next Version
 0.25 is close to a release candidate (probably would have been  
 released last week if Luke wasn't running off to keynote a  
 conference in Germany)
 The preliminary testing show significant performance improvements,  
 but we'll have an extra long hardening period until 0.25 is the  
 stable branch. 0.25 has a lot of internal reworking and we're really  
 excited about what it enables. Hopefully it won't be too long until  
 we can show you what that means.

 Puppet Camp
 I have a first estimate from the City Club in SF. I think it is a  
 bit high, but they claim they can be flexible and it is a nice  
 facility so I'm going to keep talking to them. I was hoping to keep  
 the price in the $100-200 range. The City Club probably puts us  
 closer to $250 with continental breakfast and lunch for 2 days and a  
 social dinner. I'm still open to other ideas or venues, but all the  
 details probably need to be set in the next 6-8 weeks. All you Bay  
 Area people speak up...

 The Puppet Training in Belgium is filling up.
 The highest traffic on the registration site is from Spain, then  
 Belgium, United States and Switzerland... interesting to see watch  
 the demographics.
 http://reductivelabs.com/training/

 Puppet Jobs
 We've posted our first 'job' for a Sales Director. We have enough of  
 a sales overhead that we want to be able to hand some of it off to  
 focus on the Puppet platform. I'm sure most of you are allergic to  
 'Sales Guy', but if you happen to know of someone you trust and  
 think they have the background to do a good job, send them our way.  
 I will also post descriptions for developers, implementation  
 consultants and support in the next few weeks. We'll take resumes  
 for those positions now as well.
 http://reductivelabs.com/jobs/

 Feel free to pile on this thread and share anything you want to add.  
 I'm thinking of putting up a community calendar for different Puppet  
 talks, groups, conferences, etc. Would anyone use that?



 


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