Displaying 3 results from an estimated 3 matches for "keymon".
Did you mean:
keyman
2010 Sep 06
5
SSLVerifyClient required with Apache+Mongrel
Hello,
In the wiki "Using_Mongrel"
http://projects.reductivelabs.com/projects/puppet/wiki/Using_Mongrel
it proposes a configuration with the option:
SSLVerifyClient require
But with this option set I am not able to register new clients. When I
run a new puppet client, I get the error:
warning: peer certificate won''t be verified in this SSL session
err: Could not request
2010 Sep 02
3
err: Too many open files - /var/lib/puppet/state/state.yaml.tmp
I keep on getting this message:
err: Too many open files - /var/lib/puppet/state/state.yaml.tmp
Does anybody know what might be causing it?
I''m also getting "err: State got corrupted". Everything does seem to
be kind of working, but it''s sort of worrying getting these new errors.
--
You received this message because you are subscribed to the Google Groups
2012 Mar 16
0
proc extension problems
Hi guys,
has anyone had problems with this bit of
code: https://github.com/rails/rails/blob/master/activesupport/lib/active_support/core_ext/proc.rb
?
if i run my application for long enough time i start getting errors like
this:
RuntimeError: symbol table overflow (symbol __bind_1328993330_18...)
apparently it''s because symbols are never GCed and rails generates one
every time