Bug #65389
closedImage Generation for /typo3temp/pics/ failed
0%
Description
After upgrading typo3 from 6.2.9 to 6.2.10 i noticed much more server load.
I found many convert processes on server via 'ps xau':
sh -c '/usr/bin/gm' convert +profile '*' -geometry 100x67! -colorspace RGB -quality 100 '/www/domain.com/uploads/pics/a.jpg0' '/www/domain.com/typo3temp/pics/eeb340890f.jpg'
/usr/bin/gm convert +profile * -geometry 100x67! -colorspace RGB -quality 100 /hwww/domain.com/uploads/pics/a.jpg0 /www/domain.com/typo3temp/pics/eeb340890f.jpg
The source file /www/domain.com/uploads/pics/a.jpg exists, but the [0] after .jpg breaks the command. The directory typo3temp/pics/ stay empty after cleaning. On every pageview the convert processes started again. Tested with imagemagick and graphicsmagick. Extension tt_news 3.6.0.
Updated by Dani El over 9 years ago
Update: The [0] after .jpg breaks NOT the command. For now i have no idea, why the server load is much more after typo3-update to 6.2.10.
Sorry for this bugreport.
Updated by Riccardo De Contardi over 9 years ago
- Status changed from New to Needs Feedback
- Assignee set to Dani El
so this could be closed?
Updated by Riccardo De Contardi over 9 years ago
- Status changed from Needs Feedback to Closed
I just close this ticket as it seems the author already solved it.
Dani, if you think that this is the wrong decision then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.