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 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org