[php-maint] Bug#807163: php7.0-fpm: fpm service reload via systemd doesn't work

Danyi Dávid danyid at freemail.hu
Sun Dec 6 11:08:50 UTC 2015


Package: php7.0-fpm
Version: 7.0.0-1
Severity: important

Dear Maintainer,

php7.0-fpm can't be gracefuly reloaded with its provided systemd config,
because the config option that points to the fpm-checkconf script is faulty.

It looks like this:
 > ExecReload=/usr/lib/php/@PHP_VERSION@/php at PHP_VERSION@-fpm-checkconf
when it should be:
 > ExecReload=/usr/lib/php/php at PHP_VERSION@-fpm-checkconf

regards,
David



-- Package-specific info:
==== Additional PHP 7.0 information ====

++++ PHP 7.0 SAPI (php7.0query -S): ++++

++++ PHP 7.0 Extensions (php7.0query -M -v): ++++

++++ Configuration files: ++++
[PHP]
engine = On
short_open_tag = Off
precision = 14
output_buffering = 4096
zlib.output_compression = Off
implicit_flush = Off
unserialize_callback_func =
serialize_precision = 17
disable_functions = pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
disable_classes =
zend.enable_gc = On
expose_php = Off
max_execution_time = 30
max_input_time = 60
memory_limit = 128M
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
display_errors = Off
display_startup_errors = Off
log_errors = On
log_errors_max_len = 1024
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On
track_errors = Off
html_errors = On
variables_order = "GPCS"
request_order = "GP"
register_argc_argv = Off
auto_globals_jit = On
post_max_size = 8M
auto_prepend_file =
auto_append_file =
default_mimetype = "text/html"
default_charset = "UTF-8"
doc_root =
user_dir =
enable_dl = Off
file_uploads = On
upload_max_filesize = 2M
max_file_uploads = 20
allow_url_fopen = On
allow_url_include = Off
default_socket_timeout = 60
[CLI Server]
cli_server.color = On
[Date]
[filter]
[iconv]
[intl]
[sqlite]
[sqlite3]
[Pcre]
[Pdo]
[Pdo_mysql]
pdo_mysql.cache_size = 2000
pdo_mysql.default_socket=
[Phar]
[mail function]
SMTP = localhost
smtp_port = 25
mail.add_x_header = On
[SQL]
sql.safe_mode = Off
[ODBC]
odbc.allow_persistent = On
odbc.check_persistent = On
odbc.max_persistent = -1
odbc.max_links = -1
odbc.defaultlrl = 4096
odbc.defaultbinmode = 1
[Interbase]
ibase.allow_persistent = 1
ibase.max_persistent = -1
ibase.max_links = -1
ibase.timestampformat = "%Y-%m-%d %H:%M:%S"
ibase.dateformat = "%Y-%m-%d"
ibase.timeformat = "%H:%M:%S"
[MySQLi]
mysqli.max_persistent = -1
mysqli.allow_persistent = On
mysqli.max_links = -1
mysqli.cache_size = 2000
mysqli.default_port = 3306
mysqli.default_socket =
mysqli.default_host =
mysqli.default_user =
mysqli.default_pw =
mysqli.reconnect = Off
[mysqlnd]
mysqlnd.collect_statistics = On
mysqlnd.collect_memory_statistics = Off
[OCI8]
[PostgreSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = -1
pgsql.max_links = -1
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[bcmath]
bcmath.scale = 0
[browscap]
[Session]
session.save_handler = files
session.use_strict_mode = 0
session.use_cookies = 1
session.use_only_cookies = 1
session.name = PHPSESSID
session.auto_start = 0
session.cookie_lifetime = 0
session.cookie_path = /
session.cookie_domain =
session.cookie_httponly =
session.serialize_handler = php
session.gc_probability = 0
session.gc_divisor = 1000
session.gc_maxlifetime = 1440
session.referer_check =
session.cache_limiter = nocache
session.cache_expire = 180
session.use_trans_sid = 0
session.hash_function = 0
session.hash_bits_per_character = 5
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
[Assertion]
zend.assertions = -1
[COM]
[mbstring]
[gd]
[exif]
[Tidy]
tidy.clean_output = Off
[soap]
soap.wsdl_cache_enabled=1
soap.wsdl_cache_dir="/tmp"
soap.wsdl_cache_ttl=86400
soap.wsdl_cache_limit = 5
[sysvshm]
[ldap]
ldap.max_links = -1
[mcrypt]
[dba]
[opcache]
[curl]
[openssl]

**** /etc/php/7.0/fpm/conf.d/20-sqlite3.ini ****
extension=sqlite3.so

**** /etc/php/7.0/fpm/conf.d/20-json.ini ****
extension=json.so

**** /etc/php/7.0/fpm/conf.d/20-mysqli.ini ****
extension=mysqli.so

**** /etc/php/7.0/fpm/conf.d/20-gd.ini ****
extension=gd.so

**** /etc/php/7.0/fpm/conf.d/20-pdo_mysql.ini ****
extension=pdo_mysql.so

**** /etc/php/7.0/fpm/conf.d/20-imap.ini ****
extension=imap.so

**** /etc/php/7.0/fpm/conf.d/20-intl.ini ****
extension=intl.so

**** /etc/php/7.0/fpm/conf.d/20-curl.ini ****
extension=curl.so

**** /etc/php/7.0/fpm/conf.d/20-tidy.ini ****
extension=tidy.so

**** /etc/php/7.0/fpm/conf.d/20-opcache.ini ****
zend_extension=opcache.so

**** /etc/php/7.0/fpm/conf.d/20-pdo_sqlite.ini ****
extension=pdo_sqlite.so

**** /etc/php/7.0/fpm/conf.d/20-ldap.ini ****
extension=ldap.so


-- System Information:
Debian Release: stretch/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages php7.0-fpm depends on:
ii  init-system-helpers  1.24
ii  libapparmor1         2.10-2+b1
ii  libc6                2.19-22
ii  libdb5.3             5.3.28-11
ii  libedit2             3.1-20150325-1
ii  libenchant1c2a       1.6.0-10.1
ii  libgmp10             2:6.1.0+dfsg-2
ii  libltdl7             2.4.2-1.11
ii  libmagic1            1:5.25-2
ii  libmcrypt4           2.5.8-3.3
ii  libqdbm14            1.8.78-6+b1
ii  libssl1.0.2          1.0.2d-3
ii  libsystemd0          228-2
ii  libtinfo5            6.0+20151024-2
ii  libxml2              2.9.2+zdfsg1-4
ii  libxslt1.1           1.1.28-2.1
ii  mime-support         3.59
ii  php7.0-cli           7.0.0-1
ii  php7.0-common        7.0.0-1
ii  php7.0-json          7.0.0-1
ii  php7.0-opcache       7.0.0-1
ii  tzdata               2015g-1
ii  ucf                  3.0031
ii  zlib1g               1:1.2.8.dfsg-2+b1

php7.0-fpm recommends no packages.

Versions of packages php7.0-fpm suggests:
ii  php-pear  5.6.15+dfsg-1

Versions of packages php7.0-common depends on:
ii  php-common  15

Versions of packages php7.0-common suggests:
pn  php-user-cache  <none>

-- Configuration Files:
/etc/php/7.0/fpm/pool.d/www.conf changed [not included]

-- no debconf information



More information about the pkg-php-maint mailing list