Description of problem: I installed nginx and php-fpm to run an owncloud instance # yum install nginx php-fpm But owncloud is pretty unhappy, because it can't create php sessions in '/var/lib/php/session' simply because the directory doesn't exist. As soon as I do # mkdir /var/lib/php/session # chown root:apache /var/lib/php/session/ # chmod 770 /var/lib/php/session/ # systemctl restart nginx.service everything runs perfectly well. I'm not sure, if this is due to a missing dependency and 'yum install php-fpm' is actually supposed to pull the php package as well (though I doubt that) or simply, because the subpackage doesn't own /var/lib/php/session/. Version-Release number of selected component (if applicable): php-fpm-5.5.9-1.fc20.x86_64 How reproducible: always
php-fpm should provide /var/lib/php/session and also /var/lib/php/wsdlcache
php-5.5.10-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/php-5.5.10-1.fc20
php-5.5.10-1.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/php-5.5.10-1.fc19
Package php-5.5.10-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing php-5.5.10-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-3534/php-5.5.10-1.fc20 then log in and leave karma (feedback).
php-5.5.10-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report.
php-5.5.10-1.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report.