Jake - USPS
2011-Apr-12 15:41 UTC
[Puppet Users] Puppet dashboard ap_content_length_filter error
I''m running puppet dashboard on a SLES10 system. I''m using apache2 included with SLES10 and everything is custom compiles: apache2-2.2.3-16.29.2 ruby-augeas-0.3.0-1.sles10 ruby-1.8.7-1.sles10 ruby-gem-rake-0.8.7-1.sles10 ruby-gem-rack-1.2.1-1.sles10 ruby-gem-passenger-3.0.2-1.sles10 ruby-gem-sys-admin-1.5.4-1.sles10 puppetmaster-2.6.4-1.sles10 ruby-gem-mysql-2.8.1-1.sles10 puppet-dashboard-1.0.4-1.sles10 rubygems-1.4.1-1.sles10 facter-1.5.8-1.sles10 The error I get in my apache logfile is: [Tue Apr 12 10:18:23 2011] [error] [client xxx.xxx.xxx.xxx] (104)Connection reset by peer: ap_content_length_filter: apr_bucket_read() failed If I edit my puppet.conf on the puppetmaster from (which was set per https://github.com/puppetlabs/puppet-dashboard): reporturl = http://hostname/reports/upload to (found reference to this older path somewhere, don''t remember where): reporturl = http://hostname/reports Everything works fine. From what I''ve read, ''/reports'' is old/ deprecated and ''reports/upload'' is what should be used ... so I was wondering if this has been seen before and/or if I''m doing something wrong. If you want more information, let me know and I can provide. Thanks, Jake -- 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. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Patrick
2011-Apr-12 15:48 UTC
Re: [Puppet Users] Puppet dashboard ap_content_length_filter error
On Apr 12, 2011, at 8:41 AM, Jake - USPS wrote:> puppet-dashboard-1.0.4-1.sles10 > > Everything works fine. From what I''ve read, ''/reports'' is old/ > deprecated and ''reports/upload'' is what should be used ... so I was > wondering if this has been seen before and/or if I''m doing something > wrong.As far as I can tell, the quick answer is: The replacement was only added in 1.1.0. If your version is less than 1.1.0, you need to use the old URL. -- 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. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jake - USPS
2011-Apr-12 16:57 UTC
[Puppet Users] Re: Puppet dashboard ap_content_length_filter error
Arg, I didn''t even realize I was already using an old version ... I''ll update to 1.1.0 and give it another shot. Thanks for the reply. On Apr 12, 10:48 am, Patrick <kc7...@gmail.com> wrote:> On Apr 12, 2011, at 8:41 AM, Jake - USPS wrote: > > > puppet-dashboard-1.0.4-1.sles10 > > > Everything works fine. From what I''ve read, ''/reports'' is old/ > > deprecated and ''reports/upload'' is what should be used ... so I was > > wondering if this has been seen before and/or if I''m doing something > > wrong. > > As far as I can tell, the quick answer is: > The replacement was only added in 1.1.0. If your version is less than 1.1.0, you need to use the old URL.-- 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. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Patrick
2011-Apr-12 17:13 UTC
Re: [Puppet Users] Re: Puppet dashboard ap_content_length_filter error
On Apr 12, 2011, at 9:57 AM, Jake - USPS wrote:> Arg, I didn''t even realize I was already using an old version ... I''ll > update to 1.1.0 and give it another shot. > > Thanks for the reply.As a quick reminder if you''re skimming release notes, or not reading them at all, you''ll need to do two migrates for that upgrade. The first (normal) one took me about 10 minutes. During that time, dashboard didn''t work. The second one took me 4 hours, but you can run dashboard while it''s running. Until you finish the second migrate, you can''t use any old reports. -- 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. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jake - USPS
2011-Apr-12 17:33 UTC
[Puppet Users] Re: Puppet dashboard ap_content_length_filter error
What release notes are you referring to? The puppet-dashboard page mentions 1 upgrade, as does the README.markdown in the source/ package. There is a RELEASE_NOTES.md file, but that seems to be a copy of CHANGELOG. Please let me know if I missed something or if there is a better place to look for this type of information so I know where to look for these type of oddities. Thanks, Jake On Apr 12, 12:13 pm, Patrick <kc7...@gmail.com> wrote:> On Apr 12, 2011, at 9:57 AM, Jake - USPS wrote: > > > Arg, I didn''t even realize I was already using an old version ... I''ll > > update to 1.1.0 and give it another shot. > > > Thanks for the reply. > > As a quick reminder if you''re skimming release notes, or not reading them at all, you''ll need to do two migrates for that upgrade. The first (normal) one took me about 10 minutes. During that time, dashboard didn''t work. The second one took me 4 hours, but you can run dashboard while it''s running. Until you finish the second migrate, you can''t use any old reports.-- 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. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Jake - USPS
2011-Apr-12 18:02 UTC
[Puppet Users] Re: Puppet dashboard ap_content_length_filter error
I just finished getting my 1.1.0rc3 package created and as you thought my issues disappeared ... /reports/upload works fine now. Thanks, Jake On Apr 12, 12:33 pm, Jake - USPS <jacob.m.mcc...@usps.gov> wrote:> What release notes are you referring to? The puppet-dashboard page > mentions 1 upgrade, as does the README.markdown in the source/ > package. There is a RELEASE_NOTES.md file, but that seems to be a > copy of CHANGELOG. Please let me know if I missed something or if > there is a better place to look for this type of information so I know > where to look for these type of oddities. > > Thanks, > Jake > > On Apr 12, 12:13 pm, Patrick <kc7...@gmail.com> wrote: > > > > > > > > > On Apr 12, 2011, at 9:57 AM, Jake - USPS wrote: > > > > Arg, I didn''t even realize I was already using an old version ... I''ll > > > update to 1.1.0 and give it another shot. > > > > Thanks for the reply. > > > As a quick reminder if you''re skimming release notes, or not reading them at all, you''ll need to do two migrates for that upgrade. The first (normal) one took me about 10 minutes. During that time, dashboard didn''t work. The second one took me 4 hours, but you can run dashboard while it''s running. Until you finish the second migrate, you can''t use any old reports.-- 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. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Patrick
2011-Apr-12 22:25 UTC
Re: [Puppet Users] Re: Puppet dashboard ap_content_length_filter error
On Apr 12, 2011, at 10:33 AM, Jake - USPS wrote:> What release notes are you referring to? The puppet-dashboard page > mentions 1 upgrade, as does the README.markdown in the source/ > package. There is a RELEASE_NOTES.md file, but that seems to be a > copy of CHANGELOG. Please let me know if I missed something or if > there is a better place to look for this type of information so I know > where to look for these type of oddities.I''d guess it''s on the website too, but I saw it in this email: http://groups.google.com/group/puppet-users/msg/a58575de08b7b16d -- 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. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.