https://bugzilla.wikimedia.org/show_bug.cgi?id=25403
--- Comment #10 from Bawolff <[email protected]> 2011-04-02 18:21:52 UTC --- Works for me on both trunk (1.18 - r85088) as well as on 1.15.5. The command used (according to debug messages) is: /bin/bash '/var/www/w/phase3/bin/ulimit4.sh' 180 102400 102400 'convert -background white -thumbnail 128x128\! '\''/var/www/w/phase3/images/0/0e/Inkscape_logo_2.svg'\'' PNG:'\''/var/www/w/phase3/images/thumb/0/0e/Inkscape_logo_2.svg/128px-Inkscape_logo_2.svg.png'\'' 2>&1' Version of inkscape is bawolff@Bawolff-L:/var/www/w/phase3$ convert --version Version: ImageMagick 6.3.7 08/07/09 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2008 ImageMagick Studio LLC Version of wmf2eps is: bawolff@Bawolff-L:/var/www/w/phase3$ wmf2eps --version libwmf: version 0.2.8 ---- >I've tried executing the same command on the shell and it works flawlessly when >removing all of the single quotes. I think that convert is somehow interpreting >both arguments, source file and output file as a single argument due to some >erroneous escaping. (Removing one pair of "\'" from every argument works as >well) When trying it on shell, did you include the ulimit.sh part to? Did you try at as the same user as apache, did increasing $wgMaxShellMemory do anything for making it work on mediawiki, etc. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
