Your message dated Thu, 25 Apr 2013 09:18:12 +0000
with message-id <[email protected]>
and subject line Bug#700857: fixed in nginx 1.4.0-1
has caused the Debian Bug report #700857,
regarding postinst stops nginx instead of restarting it
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
700857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700857
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: nginx
Version: 0.7.67-3+squeeze3
Severity: normal
Today I had to manually start nginx on our servers because it was no longer
running for some reason. Apparently, there was an update the last night:
> Aptitude 0.6.3: log report
> Mon, Feb 18 2013 04:02:36 +0100
>
> IMPORTANT: this log only lists intended actions; actions which fail due to
> dpkg problems may not be completed.
>
> Will install 1 packages, and remove 0 packages.
> 161 kB of disk space will be freed
> ===============================================================================
> [UPGRADE] nginx 0.7.67-3+squeeze2 -> 0.7.67-3+squeeze3
> ===============================================================================
>
> Log complete.
The output from the update:
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Reading extended state information...
> Initializing package states...
> Reading task descriptions...
> The following packages will be upgraded:
> nginx
> 1 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
> Need to get 325 kB of archives. After unpacking 161 kB will be freed.
> Writing extended state information...
> Get:1 http://security.debian.org/ squeeze/updates/main nginx amd64
> 0.7.67-3+squeeze3 [325 kB]
> Reading changelogs...
> Fetched 325 kB in 0s (3019 kB/s)
> (Reading database ... 19466 files and directories currently installed.)
> Preparing to replace nginx 0.7.67-3+squeeze2 (using
> .../nginx_0.7.67-3+squeeze3_amd64.deb) ...
> Unpacking replacement nginx ...
> Processing triggers for man-db ...
> Setting up nginx (0.7.67-3+squeeze3) ...
> Trying a soft restart
> PID IS RIGHT
> WAITING
> QUIT
> Reading package lists...
> Building dependency tree...
> Reading state information...
> Reading extended state information...
> Initializing package states...
> Reading task descriptions...
It seems like the update should restart nginx, but instead just stopped it.
-- System Information:
Debian Release: 6.0.6
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages nginx depends on:
ii libc6 2.11.3-4 Embedded GNU C Library: Shared lib
ii libgeoip1 1.4.7~beta6+dfsg-1 A non-DNS IP-to-country resolver l
ii libpcre3 8.02-1.1 Perl 5 Compatible Regular Expressi
ii libssl0.9.8 0.9.8o-4squeeze14 SSL shared libraries
ii lsb-base 3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
nginx recommends no packages.
nginx suggests no packages.
-- Configuration Files:
/etc/nginx/sites-available/default changed:
server {
listen 80; ## listen for ipv4
listen [::]:80 default ipv6only=on; ## listen for ipv6
server_name localhost;
access_log /var/log/nginx/localhost.access.log;
gzip_types text/xml application/xml;
gzip_http_version 1.0;
gzip_proxied any;
location /status {
alias /var/www/status;
}
}
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: nginx
Source-Version: 1.4.0-1
We believe that the bug you reported is fixed in the latest version of
nginx, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Kartik Mistry <[email protected]> (supplier of updated nginx package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 25 Apr 2013 12:51:45 +0530
Source: nginx
Binary: nginx nginx-doc nginx-common nginx-full nginx-full-dbg nginx-light
nginx-light-dbg nginx-extras nginx-extras-dbg nginx-naxsi nginx-naxsi-dbg
nginx-naxsi-ui
Architecture: source all amd64
Version: 1.4.0-1
Distribution: experimental
Urgency: low
Maintainer: Kartik Mistry <[email protected]>
Changed-By: Kartik Mistry <[email protected]>
Description:
nginx - small, powerful, scalable web/proxy server
nginx-common - small, powerful, scalable web/proxy server - common files
nginx-doc - small, powerful, scalable web/proxy server - documentation
nginx-extras - nginx web/proxy server (extended version)
nginx-extras-dbg - nginx web/proxy server (extended version) - debugging
symbols
nginx-full - nginx web/proxy server (standard version)
nginx-full-dbg - nginx web/proxy server (standard version) - debugging symbols
nginx-light - nginx web/proxy server (basic version)
nginx-light-dbg - nginx web/proxy server (basic version) - debugging symbols
nginx-naxsi - nginx web/proxy server (version with naxsi)
nginx-naxsi-dbg - nginx web/proxy server (version with naxsi) - debugging
symbols
nginx-naxsi-ui - nginx web/proxy server - naxsi configuration front-end
Closes: 696440 700857 702923 706127
Changes:
nginx (1.4.0-1) experimental; urgency=low
.
[ Kartik Mistry ]
* New upstream release (Closes: #706127).
* debian/rules, debian/modules/:
+ Removed chunkin-nginx-module as it no longer supported for nginx 1.3.9+
+ Updated nginx-lua module to 0.8.0
+ Patched nginx-upload module as described in modules/README file.
* Refreshed debian/patches/perl-use-dpkg-buildflags.patch
* debian/logrotate:
+ Set default log to keep for 52 weeks instead of 52 days. Thanks to
RjY <[email protected]> for patch (Closes: #696440)
* debian/rules:
+ Added cache purge module to nginx-extras.
* debian/control:
+ Suggests: nginx-docs. Thanks to colliar <[email protected]> for
reporting bug (Closes: #702923)
* debian/copyright:
+ Updated copyright year.
+ Fixed broken license text.
.
[ Michael Lustfield ]
* debian/conf/sites-available/default:
+ Added ipv6_only=on to default server block. (Closes: #700857)
+ Added default_server to ipv4 default server block. Now matches ipv6.
* debian/rules:
+ Removed obsolete --with-md5 and --with-sha1
Checksums-Sha1:
677f9ef66fc7ff513ab5a7d39809318291671b12 2092 nginx_1.4.0-1.dsc
a4343ed201b99d93ff06843600f3175270cb0a94 773451 nginx_1.4.0.orig.tar.gz
7f3270de55ffc969c7afd4eb8f86122877a9787d 1476787 nginx_1.4.0-1.debian.tar.gz
b42d211ff3ec4bfdada275fe23424faa01a8b770 64910 nginx_1.4.0-1_all.deb
698c59cd5cfcb3975e5d5f7b72ad6d5e3ce090d9 78498 nginx-doc_1.4.0-1_all.deb
bb21e5e41bebe3fb61c082b684e88ae06074e6d4 76674 nginx-common_1.4.0-1_all.deb
c9e0211d1b466b3bae278b7498fb813fd1cca039 356494 nginx-naxsi-ui_1.4.0-1_all.deb
0a644423e253dd5ac4265d2c4cea4d9ff0ce00e1 457034 nginx-full_1.4.0-1_amd64.deb
2aa7d69358b4d668510571f4ac485b2a2cf81e4c 3209140
nginx-full-dbg_1.4.0-1_amd64.deb
5f69f40bd3b6bf7b04603329acb64680d5658324 337982 nginx-light_1.4.0-1_amd64.deb
5fea22fdc3a360b5bdccfadd79d78d510584ce29 2236446
nginx-light-dbg_1.4.0-1_amd64.deb
b6bc43661e045c75c0203cb2f0ac329b021f5dc7 650310 nginx-extras_1.4.0-1_amd64.deb
bb63aeccfd5a2e56ccd9c0f3d90945f6a01f9bbf 4938484
nginx-extras-dbg_1.4.0-1_amd64.deb
5c36c25062d3eba943fd03a78c852e67c905108e 379658 nginx-naxsi_1.4.0-1_amd64.deb
0854d36ac1cb0032457ed142f586e779ae88a3bc 2395216
nginx-naxsi-dbg_1.4.0-1_amd64.deb
Checksums-Sha256:
9feea6c571861e0f0c6e67dc4fd1f7003f914ee2b4bd728276cc94f2c84f21f6 2092
nginx_1.4.0-1.dsc
84aeb7a131fccff036dc80283dd98c989d2844eb84359cfe7c4863475de923a9 773451
nginx_1.4.0.orig.tar.gz
eb5f3436bab516e90825c998a32c67b9f2fda78b0d12244e4c08072ede0f30d2 1476787
nginx_1.4.0-1.debian.tar.gz
ddfcb17ce6392b262eb0a9c47903222317f395e71995d8059a9854dfce6e069d 64910
nginx_1.4.0-1_all.deb
9342bd36df2d83856a901cf42dd0ccf2cc18bbd4d8d3a5c71a458d6e1d1e090b 78498
nginx-doc_1.4.0-1_all.deb
a1327b979e0e73503b003146525da6a0c6ff95e4036daf9507914d1a594bc93b 76674
nginx-common_1.4.0-1_all.deb
d6200666412b8ec2cf0d08cbc1bd9fcf502636eaaccea932986f4796d379106c 356494
nginx-naxsi-ui_1.4.0-1_all.deb
7af7f380110f2a446929ea2d48ed62aaf8f9e1c348ef2c649c83241bc48d3395 457034
nginx-full_1.4.0-1_amd64.deb
06b4d1e0ea81872250668cfed6f329f246ea8d3ec79ccb38d28449f7a41f67c9 3209140
nginx-full-dbg_1.4.0-1_amd64.deb
13ae55bdb16f07b72bb298508b1e6a301e02382d7c22afe598998630a18b5abd 337982
nginx-light_1.4.0-1_amd64.deb
1d4db9d86a365f0885f1d23ded564ecaa2be1c4f3397eeac24162e19194d4d03 2236446
nginx-light-dbg_1.4.0-1_amd64.deb
74f41e5cce5981f4d1e060d0bee50b053c4fd2c0cfc9c5cbb0208219c3c3a4c4 650310
nginx-extras_1.4.0-1_amd64.deb
da5c3811439b189b28678b60844c43d59de122c5ef78723ce28ec08024a2d168 4938484
nginx-extras-dbg_1.4.0-1_amd64.deb
9f9585944dbdd1f588c914651a45283ef8a8aabb197450f7b02124d3bf2c94c1 379658
nginx-naxsi_1.4.0-1_amd64.deb
fbb0a3824cd620013a94d7cff8ff1a347e7fce1c727485c1e191442e5c7ce3b7 2395216
nginx-naxsi-dbg_1.4.0-1_amd64.deb
Files:
c52155f3df8b58a3b377a662cdafd93e 2092 httpd optional nginx_1.4.0-1.dsc
d496e58864ab10ed56278b7655b0d0b2 773451 httpd optional nginx_1.4.0.orig.tar.gz
def9a49b55cdd7e39b5fba855d9f889c 1476787 httpd optional
nginx_1.4.0-1.debian.tar.gz
e0b1d822363f865b71add5b15629bab3 64910 httpd optional nginx_1.4.0-1_all.deb
dd41dd29c2198ec79e81ab1c5a882e7e 78498 doc optional nginx-doc_1.4.0-1_all.deb
f552240157796faa7cea02aa47e4143a 76674 httpd optional
nginx-common_1.4.0-1_all.deb
2d9b10d969b4129a0d3d85fa64e60c3c 356494 httpd extra
nginx-naxsi-ui_1.4.0-1_all.deb
9be7f6461f8a0521fb1e7e33cf53f814 457034 httpd optional
nginx-full_1.4.0-1_amd64.deb
33fc97bea21f94fa3c514f5e818e74aa 3209140 debug extra
nginx-full-dbg_1.4.0-1_amd64.deb
d19e0fb77fc3f1063b6cb8fa5bad6e66 337982 httpd extra
nginx-light_1.4.0-1_amd64.deb
b488e6fb2ec6504bb6bf89bed3bdf2f9 2236446 debug extra
nginx-light-dbg_1.4.0-1_amd64.deb
1c2200616c85d6f373509884e484851d 650310 httpd extra
nginx-extras_1.4.0-1_amd64.deb
301203a9221b47370ecb4c43a16971e5 4938484 debug extra
nginx-extras-dbg_1.4.0-1_amd64.deb
6810520a0e06808f1049e6d8b1187f57 379658 httpd extra
nginx-naxsi_1.4.0-1_amd64.deb
13edca06e06f50b678f1c4b0dd2c9546 2395216 debug extra
nginx-naxsi-dbg_1.4.0-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlF47+0ACgkQoRg/jtECjI0foQCgnmr59TP40MmHGFpM+vsKxG5o
pBQAnjGkTieLfRoXbQ0K9jCseeRMMYBj
=mnD4
-----END PGP SIGNATURE-----
--- End Message ---