[Pkg-puppet-devel] Bug#810484: Bug#810484: puppet agent: ruby segfault during applying catalog

Markus Frosch lazyfrosch at debian.org
Sun Jan 17 13:47:42 UTC 2016


On 12.01.2016 21:00, Felix Hagemann wrote:
> I hope this helps.

I'm afraid not, got basically the same environment on my notebook, and I haven't got any problems with augeas.

Can you verify that the following test brings the same crash?

If so, we need to continue with gdb to find out what lib fails exactly. Are you familiar with that kind of debugging?

cat augtest2.pp
-- snip --
augeas { "sshd_config":
  changes => [
    "set /files/etc/ssh/sshd_config/PermitRootLogin no",
  ],
}
-- snip --

puppet apply augtest2.pp
-- snip --
Notice: Compiled catalog for emelia.lazyfrosch.de in environment production in 0.04 seconds
Notice: Augeas[sshd_config](provider=augeas):
--- /etc/ssh/sshd_config	2015-12-23 15:22:28.015054020 +0100
+++ /etc/ssh/sshd_config.augnew	2016-01-17 14:42:44.471779651 +0100
@@ -44,7 +44,7 @@
 #LoginGraceTime 120
 LoginGraceTime 120
 #PermitRootLogin yes
+PermitRootLogin no
 #StrictModes yes
 #MaxAuthTries 6


Notice: /Stage[main]/Main/Augeas[sshd_config]/returns: executed successfully
Notice: Finished catalog run in 1.26 seconds
-- snip --


Cheers
Markus Frosch
-- 
markus at lazyfrosch.de / lazyfrosch at debian.org
http://www.lazyfrosch.de



More information about the Pkg-puppet-devel mailing list