FS#24702 - [php-fpm] package does not create /var/run/php-fpm directory after installation

Attached to Project: Arch Linux
Opened by Dan Loewenherz (theli0nheart) - Sunday, 12 June 2011, 20:25 GMT
Last edited by Evangelos Foutras (foutrelis) - Wednesday, 15 June 2011, 00:57 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Pierre Schmitz (Pierre)
Architecture i686
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Steps to repro:
1. Install php-fpm from pacman.
2. Try running php-fpm from command line.
3. Notice that address bind fails because /var/run/php-fpm/ does not exist (which is where php-fpm.sock is supposed to belong)

Additional info:
* php-fpm 5.3.6-4
* default config
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Wednesday, 15 June 2011, 00:57 GMT
Reason for closing:  Not a bug
Comment by Evangelos Foutras (foutrelis) - Wednesday, 15 June 2011, 00:13 GMT
You're supposed to start php-fpm by running '/etc/rc.d/php-fpm start' or 'rc.d start php-fpm'. The init script (/etc/rc.d/php-fpm) will create the directory you mention before starting php-fpm.
Comment by Dan Loewenherz (theli0nheart) - Wednesday, 15 June 2011, 00:20 GMT
My mistake--I should've realized. This can be closed.

Loading...