The pdf and ai files were not working because gs (ghoscript) lies in /usr/local/bin and the path for nobody did not include that. Probably why the debug wasn't working either.
But I have now set global env vars MAGICK_TMPDIR and those files still end up in /tmp
I edited the configure.xml file to reflect the same temporary_path.
I also put the -define registry:temporary-path=/home/magick in the command line.
So it doesn't work as advertised.
I realize you may not be able to reproduce. I am telling you that I have done everything and it doesn't work. Can't you get somebody else to take a look please.
Thank you.
Resource limits are not working
Re: Resource limits are not working
Could you supply me with a custom source that will ensure /home/magick is used instead???
Please. Thank you.
Please. Thank you.
Re: Resource limits are not working
ImageMagick is open-source. You can grab the source and edit it at will.
If you add -debug resource to your command line it tells you which temporary path it generates. If you want to debug the algorithm, have a look at AcquireUniqueFileResource() in magick/resource.c.
If you add -debug resource to your command line it tells you which temporary path it generates. If you want to debug the algorithm, have a look at AcquireUniqueFileResource() in magick/resource.c.