Re: [Rabbit-proxy-users] Rabbit on Windows 2000 / Convert Error
Brought to you by:
ernimril
From: Brett H. <br...@ht...> - 2004-01-07 07:26:52
|
Here's what I have in rabbit.conf for convert convert=/c:/Program Files/convert/convert.exe Here's what I have for cache dir # The base directory for the cache. directory=/c:/program files/rabbit/rcache ----- Original Message ----- From: "Robert Olofsson" <d9...@na...> To: "Brett Hays" <bh...@ht...> Cc: <rab...@li...> Sent: Wednesday, January 07, 2004 2:20 AM Subject: Re: [Rabbit-proxy-users] Rabbit on Windows 2000 / Convert Error > On Wed, 7 Jan 2004, Brett Hays wrote: > >> I have installed rabbit proxy tonight on a windows 2000 machine and it is >> running fine, but it is failing to convert images. I downloaded and >> installed the ImageMagick package and it runs fine from command line. >> When >> rabbit attempts to pass an image to convert.exe, however, I get >> error=123. >> >> It seems like the problem is the output from the $filename variable. The >> slashes need to go the other way to work on windows platform. Is there a >> way I can make this change? I will paste a couple of lines from my >> error_log below. >> .... >> [07/Jan/2004:05:24:43 GMT][WARN][Error writing >> request:java.io.IOException: >> CreateProcess: /c:/Program Files/convert/convert.exe -quality 10 -flatten >> /c:/program files/rabbit/rcache\temp\385 jpeg:/c:/program >> files/rabbit/rcache\temp\385.c error=123] > > Hmmm, mixing / and \ is probably not a good idea. Windows normally > accepts / as directory separator if its the only separator. > What does your config say about cache dir and about convert? > > Probably a bug in RabbIT, but may be easy to go around with config > changes. > > I do not have access to any windows machine where I can try so please > helpt me fix it... > > /robo > > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Rabbit-proxy-users mailing list > Rab...@li... > https://lists.sourceforge.net/lists/listinfo/rabbit-proxy-users > |