You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ paperbackup-verify.sh foo.pdf
ERROR: attempt to perform an operation not allowed by the security policy `gs' @ error/delegate.c/ExternalDelegateCommand/378
..
diff and sha256sums do NOT match!
I haven't seen this issue yet. To me it looks like some security policy thing integrated into
ImageMagick, appearing when ImageMagick tries to work with pdf files. But I don't see an explicit call to ImageMagick in paperbackup-verify.sh.
What distribution are you using?
Would you mind to investigate a bit deeper where this happens? Is it in paperrestore.sh or in pdftotext?
Maybe there is an easy way to work around this. If not, we can always add something to the README.
The fix (at least on my system) was to add
to
/etc/ImageMagick-7/policy.xml
. maybe add a remark intoREADME
?The text was updated successfully, but these errors were encountered: