Hello. Since symfony 1.1 (now I am using symfony 1.2-DEV) i am notising sometimes errors like this:
kmet@book /www/dev/eif $ ./symfony cc
>> cache Clearing cache type "all" for "frontend" app and "prod" env
Failed to write cache file "/www/dev/eif/cache/frontend/prod/config/config_settings.yml.php" generated from configuration file "config/settings.yml".
That's because the file is created from apache (www-data:www-data)
kmet@book /www/dev/eif $ ls -la /www/dev/eif/cache/frontend/prod/config/config_settings.yml.php
-rw-r--r-- 1 www-data www-data 1555 2008-11-08 22:43 /www/dev/eif/cache/frontend/prod/config/config_settings.yml.php
and is writable only for owner (not group, or others).
It would be fine, if the cache files will be created writable for all, or at least for group, to be able to clear the cache files created by apache from the command line as regular user.