| Summary: | Ошибка при старте сервиса php-fpm | ||
|---|---|---|---|
| Product: | Desktop Internal | Reporter: | Evgenii Shatokhin <eugene.shatokhin> |
| Component: | --- | Assignee: | Private ROSA Bugs <private-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | Anton Peyter <anton.peyter> |
| Severity: | normal | ||
| Priority: | Normal | CC: | denis.silakov |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Platform: | --- | ROSA Vulnerability identifier: | |
| RPM Package: | ISO-related: | ||
| Bad POT generating: | Upstream: | ||
| Bug Depends on: | 3917 | ||
| Bug Blocks: | |||
Должно быть пофикшено в новом php, подождем QA. |
Пакет: php-fpm-5.4.11-2-rosa2012.1.x86_64 systemctl start php-fpm.service отработала с ошибкой. Статус: -------------------- Job for php-fpm.service failed. See 'systemctl status php-fpm.service' and 'journalctl -xn' for details. php-fpm.service - The PHP FastCGI Process Manager Loaded: loaded (/lib/systemd/system/php-fpm.service; disabled) Active: failed (Result: exit-code) since Пн. 2014-03-31 01:16:53 MSK; 13ms ago Process: 5237 ExecStart=/usr/sbin/php-fpm ${PHP_FPM_OPTIONS} (code=exited, status=64) марта 31 01:16:53 vm php-fpm[5237]: Allow pool to run as root (disabled by default) марта 31 01:16:53 vm systemd[1]: php-fpm.service: control process exited, code=exited status=64 марта 31 01:16:53 vm systemd[1]: Failed to start The PHP FastCGI Process Manager. марта 31 01:16:53 vm systemd[1]: Unit php-fpm.service entered failed state. -------------------- Из системного журнала: -------------------- sudo[5234]: autotest : TTY=pts/1 ; PWD=/home/autotest ; USER=root ; COMMAND=/bin/systemctl start php-fpm.service systemd[1]: Starting The PHP FastCGI Process Manager... php-fpm[5237]: Usage: php-fpm [-n] [-e] [-h] [-i] [-m] [-v] [-t] [-p <prefix>] [-g <pid>] [-c <file>] [-d foo[=bar]] [-y <file>] [-D] [-F] php-fpm[5237]: -c <path>|<file> Look for php.ini file in this directory php-fpm[5237]: -n No php.ini file will be used php-fpm[5237]: -d foo[=bar] Define INI entry foo with value 'bar' php-fpm[5237]: -e Generate extended information for debugger/profiler php-fpm[5237]: -h This help php-fpm[5237]: -i PHP information php-fpm[5237]: -m Show compiled in modules php-fpm[5237]: -v Version number php-fpm[5237]: -p, --prefix <dir> php-fpm[5237]: Specify alternative prefix path to FastCGI process manager (default: /usr). php-fpm[5237]: -g, --pid <file> php-fpm[5237]: Specify the PID file location. php-fpm[5237]: -y, --fpm-config <file> php-fpm[5237]: Specify alternative path to FastCGI process manager config file. php-fpm[5237]: -t, --test Test FPM configuration and exit php-fpm[5237]: -D, --daemonize force to run in background, and ignore daemonize option from config file php-fpm[5237]: -F, --nodaemonize php-fpm[5237]: force to stay in foreground, and ignore daemonize option from config file php-fpm[5237]: -R, --allow-to-run-as-root php-fpm[5237]: Allow pool to run as root (disabled by default) systemd-journal[377]: Forwarding to syslog missed 2 messages. systemd[1]: php-fpm.service: control process exited, code=exited status=64 systemd[1]: Failed to start The PHP FastCGI Process Manager. systemd[1]: Unit php-fpm.service entered failed state. --------------------