Your message dated Sun, 06 Jan 2013 21:19:57 +0000
with message-id <[email protected]>
and subject line Bug#697059: fixed in tt-rss 1.6.2+dfsg-2
has caused the Debian Bug report #697059,
regarding Patch to make tt-rss really stop
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.)


-- 
697059: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697059
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tt-rss
Version: 1.6.2+dfsg-1
Severity: important

Stopping tt-rss with "/etc/init.d/tt-rss stop" doesn't work as
start-stop-daemon looks for the correct name in /proc/<pid>/stat to
match the right name. As the name is php and not tt-rss as set in
/etc/init.d/tt-rss. Attached patch is to resolve this issue.


-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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

Versions of packages tt-rss depends on:
ii  dbconfig-common        1.8.46+squeeze.0  common framework for packaging dat
ii  debconf [debconf-2.0]  1.5.36.1          Debian configuration management sy
ii  libjs-dojo-core        1.7.2+dfsg-1      Modular JavaScript toolkit
ii  libjs-dojo-dijit       1.7.2+dfsg-1      Modular JavaScript toolkit - Dijit
ii  libjs-scriptaculous    1.9.0-2           JavaScript library for dynamic web
ii  libphp-magpierss       0.72-8+squeeze1   provides an XML-based RSS parser i
ii  libphp-phpmailer       5.1-1             full featured email transfer class
ii  libphp-simplepie       1.2-1             RSS and Atom feed parsing in PHP
ii  php-gettext            1.0.10-1          read gettext MO files directly, wi
ii  php5                   5.3.3-7+squeeze14 server-side, HTML-embedded scripti
ii  php5-cli               5.3.3-7+squeeze14 command-line interpreter for the p
ii  php5-mysql             5.3.3-7+squeeze14 MySQL module for php5
ii  php5-pgsql             5.3.3-7+squeeze14 PostgreSQL module for php5

Versions of packages tt-rss recommends:
ii  apache2               2.2.16-6+squeeze10 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [ 2.2.16-6+squeeze10 Apache HTTP Server - traditional n
ii  libphp-magpierss      0.72-8+squeeze1    provides an XML-based RSS parser i
ii  libphp-simplepie      1.2-1              RSS and Atom feed parsing in PHP

Versions of packages tt-rss suggests:
ii  mysql-client           5.1.66-0+squeeze1 MySQL database client (metapackage
ii  mysql-client-5.1 [mysq 5.1.66-0+squeeze1 MySQL database client binaries
ii  mysql-server           5.1.66-0+squeeze1 MySQL database server (metapackage
ii  mysql-server-5.1 [mysq 5.1.66-0+squeeze1 MySQL database server binaries and
ii  postgresql             8.4.13-0squeeze1  object-relational SQL database (su
ii  postgresql-client      8.4.13-0squeeze1  front-end programs for PostgreSQL 
ii  postgresql-client-8.3  8.3.16-0lenny1    front-end programs for PostgreSQL 
ii  postgresql-client-8.4  8.4.13-0squeeze1  front-end programs for PostgreSQL 
pn  sphinxsearch           <none>            (no description available)

-- Configuration Files:
/etc/default/tt-rss changed [not included]
/etc/init.d/tt-rss changed [not included]
/etc/tt-rss/config.php changed [not included]

-- debconf information:
  tt-rss/db/app-user: db002011
  tt-rss/remote/port:
  tt-rss/pgsql/changeconf: false
  tt-rss/pgsql/no-empty-passwords:
  tt-rss/purge: false
  tt-rss/pgsql/authmethod-user: ident
  tt-rss/mysql/method: unix socket
  tt-rss/mysql/admin-user: root
  tt-rss/install-error: abort
  tt-rss/pgsql/authmethod-admin: ident
* tt-rss/reconfigure-webserver: apache2
  tt-rss/remove-error: abort
  tt-rss/pgsql/method: unix socket
  tt-rss/passwords-do-not-match:
  tt-rss/remote/newhost:
  tt-rss/internal/reconfiguring: false
  tt-rss/missing-db-package-error: abort
  tt-rss/dbconfig-remove:
* tt-rss/dbconfig-upgrade: true
  tt-rss/db/dbname: db002011
  tt-rss/pgsql/admin-user: postgres
  tt-rss/remote/host:
  tt-rss/internal/skip-preseed: false
  tt-rss/dbconfig-reinstall: false
  tt-rss/pgsql/manualconf:
  tt-rss/upgrade-backup: true
* tt-rss/database-type: pgsql
* tt-rss/dbconfig-install: true
  tt-rss/db/basepath:
  tt-rss/upgrade-error: abort
--- /etc/init.d/tt-rss.orig     2012-12-31 12:52:10.000000000 +0000
+++ /etc/init.d/tt-rss  2012-12-31 12:52:04.000000000 +0000
@@ -78,7 +78,7 @@
        #   1 if daemon was already stopped
        #   2 if daemon could not be stopped
        #   other if a failure occurred
-       start-stop-daemon --stop --make-pidfile --quiet --retry=TERM/1/KILL/5 
--pidfile $PIDFILE --name $NAME
+       start-stop-daemon --stop --quiet --retry=TERM/1/KILL/5 --pidfile 
$PIDFILE
        RETVAL="$?"
        [ "$RETVAL" = 2 ] && return 2
        # Wait for children to finish too if this is a daemon that forks

--- End Message ---
--- Begin Message ---
Source: tt-rss
Source-Version: 1.6.2+dfsg-2

We believe that the bug you reported is fixed in the latest version of
tt-rss, 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.
Sebastian Reichel <[email protected]> (supplier of updated tt-rss 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: SHA256

Format: 1.8
Date: Sun, 06 Jan 2013 20:55:57 +0100
Source: tt-rss
Binary: tt-rss
Architecture: source all
Version: 1.6.2+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Sebastian Reichel <[email protected]>
Changed-By: Sebastian Reichel <[email protected]>
Description: 
 tt-rss     - web-based news feed (RSS/Atom) aggregator
Closes: 697059
Changes: 
 tt-rss (1.6.2+dfsg-2) unstable; urgency=low
 .
   [ Hans Spaans ]
   * Fix stop rule of init script (Closes: #697059)
Checksums-Sha1: 
 f7a0aaee358c8c658b76d81036e0e312716f838c 1924 tt-rss_1.6.2+dfsg-2.dsc
 00b7b17d517e76bddfd02712160f75598a4e03cb 17716 
tt-rss_1.6.2+dfsg-2.debian.tar.gz
 a683af8ef933625cc5ed9c266865da57937579c6 1015402 tt-rss_1.6.2+dfsg-2_all.deb
Checksums-Sha256: 
 9ecfc3524bf99a7791a2c0d39c72a2191a2494eec180f86558669cc8c93aec06 1924 
tt-rss_1.6.2+dfsg-2.dsc
 eea38bd14983d84ba8174238b3191b5f8c4e2d5672d8317cbb9b876735cc3c1c 17716 
tt-rss_1.6.2+dfsg-2.debian.tar.gz
 9075c909abbf0b906bc01a171ba37d4564eeb4b3ea8dafa53c2f84896e00f53f 1015402 
tt-rss_1.6.2+dfsg-2_all.deb
Files: 
 fc377dbe6c447a015ab8b4e465f73a21 1924 web optional tt-rss_1.6.2+dfsg-2.dsc
 589302b96f7e8825fe7e0f81e4673894 17716 web optional 
tt-rss_1.6.2+dfsg-2.debian.tar.gz
 2aa1b60b142574285cce6af178e17eb3 1015402 web optional 
tt-rss_1.6.2+dfsg-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJQ6dkSAAoJENju1/PIO/qamAEP/04qFGUA8oCJ548vT1UJnBua
RtvQE/HehYu9kzBYDLW05fqGtXiJ8POweL6/Y9tygHKno+c60QRfb/Igvt08o/BI
bJKf/NDX/cUI+YmkzYPNVA+F7txdLIgUuKvZvGKYx5B1bElnuepG/vhA+UguheDd
433hEw0PiVHGaO2oHvTYTMSt8zlODEU05+diQbKoqAUI7fq6rd2N2WKwNiGUoKxX
MYSCAjChFaLRIM3+IStfpOQXL2Gw2FCCxqmKI9U3BiLsg8CGBBFO6hBWhja/crhf
/m7ULuc60yB+gTSA4fuyXZbg/Ri9sQ0ZkwNSOZsDFwKgbS1EwSA+1gYNijDTr/ZE
dNE4Cv9vBjqeE7MPnRpgj9MAE7KLNvFyJ6H92k0rvx0lrn/uSENGQq5fqfQdA6kF
IjOSvHkqKIE3cOlFOyqb0K+XyjVm5dg16pG/0UXhUF7s8p8UVgdCZniMebFyAbQP
Zj9BUCio86IU24vJqFTf1uw2j34rPi6y0WZ7wgLEgH+crJmkbff065aVArrV9v+m
XYZM8G4iJD5UIPVN6+ZvPrQr/YbPyESeoCKN4orNYqi2RsWENhfb4oAwQY4YEEAF
p5N5ZFNR/2YPoG5A6xLZUb0FDBWUWaxgp/tT17gMa98W6tQWtq6l4oEovK8Zt3dJ
Gf9pHy8NnD5ysYri44al
=AXmk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to