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.



Re: [Puppet Users] Bizarre errors from puppetmaster 2.7.1

2011-07-10 Thread Patrick

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.



Re: [Puppet Users] Bizarre errors from puppetmaster 2.7.1

2011-07-10 Thread Jacob Helwig
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.

-- 
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.



Re: [Puppet Users] Bizarre errors from puppetmaster 2.7.1

2011-07-10 Thread Nigel Kersten
On Sun, Jul 10, 2011 at 9:22 AM, Jacob Helwig ja...@puppetlabs.com wrote:

 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.



[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.