thetuxinator

Results 29 comments of thetuxinator

Any update on this? We would also be interested in the newer PDF/A Versions, as they bring transparency support

By browsing the code, i discovered in ivy.xml the dependency points to org="com.lowagie" name="itext" rev="2.1.7.js11-2-SNAPSHOT" as itext seems to be at version 7.2.4 and you point to a snapshot version,...

Instead of switching to OpenPDF it could help to switch to the Itext 7 AGPL Version, a comparison can be found here: https://itextpdf.com/how-buy because Itext 7 comes with PDF/A-2 support

Any fix for this? https://stackoverflow.com/questions/48140858/json-decoder-jsondecodeerror-extra-data-line-2-column-1-char-190 sounds explanatory, however i am no python men, so can't fix it myself.

looks like https://github.com/fabricat/zabbix-glusterfs fixed it on his fork

He also https://github.com/mofm/zabbix-glusterfs

Same issue here, quite easy to reproduce, take 1 node offline (systemctl glusterd stop) and execute gstatus -o json . Looks like it tries to get the status of all...

Looks like https://github.com/gluster/glustercli-python/pull/48/files should fix this.

you don't need to recompile actually, the fix is not in gstatus but in glustercli-python and they merged it to master just some days ago, see https://github.com/gluster/glustercli-python/commit/1b03496dbecafe0e95ab6fce5b1d22261acb7b5e to use the...