Bernd Zeimetz
Bernd Zeimetz
@jyaworski any ideas on that? at least a documentation update is necessary...
@crimpy88 thats still broken way beyond what I can think, it basically makes it imposible to use collectd in some larger setup. Here is a smallish example for you: foo/bar1.pm:...
Which puppet version are you using? and does it work if you run it several times? and/or can you pass different params to the collectd class?
No, because I can't use hiera there. Too much stuff that needs to be fetched/generated/calculated.
(I can't even guarantee the inclusion order as I'd have to change like most of our puppet modules do be calle din some specific order. It worked perfectly fine before...
I've tried ``` diff --git a/plugin.py b/plugin.py index 8393fd2..415bdb8 100644 --- a/plugin.py +++ b/plugin.py @@ -1,4 +1,5 @@ import os +import wx from pcbnew import ActionPlugin @@ -21,3 +22,10 @@...
I know, once there was a time when I helped to package wx python for Debian, its a nightmare.
Found it, please apply this: ``` diff --git a/lib/Weather/Weather.h b/lib/Weather/Weather.h index 6920f82..e40536a 100644 --- a/lib/Weather/Weather.h +++ b/lib/Weather/Weather.h @@ -18,7 +18,7 @@ #include #include #include -#include "TX20.h" +#include "Tx20.h" #define DEG2RAD...
... and bugs in the debian package should be opened in the Debian bug tracker.... or nobody will notice them.
@raxod502 ``` bzed@think ..stry/resynthesizer/resynthesizer-2.0.3 (git)-[master] % ls -la /usr/lib/gimp/2.0/plug-ins/plugin-* -rwxr-xr-x 1 root root 6606 Jun 25 23:54 /usr/lib/gimp/2.0/plug-ins/plugin-heal-selection.py -rwxr-xr-x 1 root root 3204 Jun 25 23:54 /usr/lib/gimp/2.0/plug-ins/plugin-heal-transparency.py -rwxr-xr-x 1 root...