Bug 1069790

Summary: php-fpm subpackage doesn't create /var/lib/php/session/
Product: [Fedora] Fedora Reporter: Clayton Louden <dFyD0d4hFT0P>
Component: phpAssignee: Remi Collet <fedora>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: fedora, jorton
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: php-5.5.10-1.fc19 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-03-09 04:40:38 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Clayton Louden 2014-02-25 16:38:01 UTC
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

Comment 1 Remi Collet 2014-02-26 08:37:38 UTC
php-fpm should provide /var/lib/php/session and also /var/lib/php/wsdlcache

Comment 2 Fedora Update System 2014-03-06 08:10:20 UTC
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

Comment 3 Fedora Update System 2014-03-06 08:10:30 UTC
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

Comment 4 Fedora Update System 2014-03-07 06:31:53 UTC
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).

Comment 5 Fedora Update System 2014-03-09 04:40:38 UTC
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.

Comment 6 Fedora Update System 2014-03-15 15:00:46 UTC
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.