Re: [Puppet Users] Re: Puppet under passenger constantly crashing

2015-03-04 Thread Cristian Falcas
Incredible. This made it work for me also. joi, 12 iunie 2014, 16:47:55 UTC+3, treydock a scris: > > Sort of. The normal Puppet+Passenger configuration still crashes, but > for some odd reason if I add the following to the Puppet config.ru > (after the --confdir and --vardir lines) the crashes

Re: [Puppet Users] Re: Puppet under passenger constantly crashing

2014-06-12 Thread Dietrich, Stefan
+1 here. We see this problem kind of problem on Puppet 3.4.3 and Scientific Linux 6.5. Only the files causing the segfault are different from your case: /usr/lib/ruby/site_ruby/1.8/puppet/util/autoload.rb:88: [BUG] Segmentation fault ruby 1.8.7 (2011-06-30 patchlevel 352) [x86_64-linux] /usr/lib/

Re: [Puppet Users] Re: Puppet under passenger constantly crashing

2014-06-12 Thread Trey Dockendorf
Sort of. The normal Puppet+Passenger configuration still crashes, but for some odd reason if I add the following to the Puppet config.ru (after the --confdir and --vardir lines) the crashes stop... ARGV << "--debug" ARGV << "--trace" ARGV << "--profile" ARGV << "--logdest" << "/var/log/puppet/pup