Your message dated Sun, 12 May 2013 09:48:05 +0000 with message-id <[email protected]> and subject line Bug#702812: fixed in yate 4.3.0-1~dfsg-2 has caused the Debian Bug report #702812, regarding init script stop fails because of missing pidfile 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.) -- 702812: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702812 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: yate Version: 4.3.0-1~dfsg-1 Severity: serious yate's init script "stop" or "restart" doesn't work because the pidfile can't be created if yate runs as unprivileged user. Default is to run as user yate. A possible fix may be to create a subdirectory inside /var/run that is owned by the yate user. --- /etc/init.d/yate.orig 2013-03-11 19:49:08.204053159 +0100 +++ /etc/init.d/yate 2013-03-11 19:49:55.996052222 +0100 @@ -19,7 +19,7 @@ DAEMON=/usr/bin/yate NAME=yate DESC=yate -PIDFILE=/var/run/$NAME.pid +PIDFILE=/var/run/yate/$NAME.pid test -x $DAEMON || exit 0 @@ -41,6 +41,8 @@ #so yate won't load the client modules unset DISPLAY + [ -e /var/run/yate ] || \ + install -d -o $YATE_USER -g $YATE_GROUP /var/run/yate start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE \ --chuid $YATE_USER --group $YATE_GROUP \ --exec $DAEMON -- -p $PIDFILE $DAEMON_OPTS
--- End Message ---
--- Begin Message ---Source: yate Source-Version: 4.3.0-1~dfsg-2 We believe that the bug you reported is fixed in the latest version of yate, 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. Mark Purcell <[email protected]> (supplier of updated yate 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: Sun, 12 May 2013 19:15:44 +1000 Source: yate Binary: yate libyate4.3.0 yate-core yate-dev yate-doc yate-scripts yate-pgsql yate-qt4 yate-alsa yate-mysql yate-dahdi yate-sctp Architecture: source i386 all Version: 4.3.0-1~dfsg-2 Distribution: unstable Urgency: low Maintainer: Debian VoIP Team <[email protected]> Changed-By: Mark Purcell <[email protected]> Description: libyate4.3.0 - Shared library for YATE yate - Yet Another Telephony Engine (YATE) yate-alsa - ALSA module for YATE yate-core - YATE core modules yate-dahdi - Dahdi support for YATE yate-dev - Development files for YATE yate-doc - Documentation for YATE yate-mysql - MySQL support module for yate yate-pgsql - PostgreSQL module for yate yate-qt4 - YATE-based universal telephony client yate-scripts - PHP scripts for YATE yate-sctp - SCTP support for YATE Closes: 702812 Changes: yate (4.3.0-1~dfsg-2) unstable; urgency=low . [ Jeroen Dekkers ] * Put PID file in /var/run/yate instead of /var/run (Closes: #702812) * Put log file in /var/log/yate instead of /var/log * Call dh_install with --fail-missing * Add missing modules and config files Checksums-Sha1: 06a06b19aaa9ac560df181becd836749bcd8d71e 2213 yate_4.3.0-1~dfsg-2.dsc c8de27d118c94c44c215ec9a3b43decf23e41f4b 12532 yate_4.3.0-1~dfsg-2.debian.tar.gz 0e19b6b8b84841d40186ea7f4c36ef440fee04c4 23408 yate_4.3.0-1~dfsg-2_i386.deb 3e60afd9a80bdd806a9542080a38e99e18630719 1156060 libyate4.3.0_4.3.0-1~dfsg-2_i386.deb 581f54df723f9bae6630ce8d77f4a4c65a4a452f 2008500 yate-core_4.3.0-1~dfsg-2_i386.deb 3998effd6d0f29e3df6a9d38dcb135241e9b0c33 124346 yate-dev_4.3.0-1~dfsg-2_i386.deb 93478d342b35138736eee87f4d00201273ad5e02 376102 yate-doc_4.3.0-1~dfsg-2_all.deb fc5b4db96b203300fd54b232b4fedb1e7d525af1 42802 yate-scripts_4.3.0-1~dfsg-2_i386.deb 90adba7a9886ce7fa89cc4569645f4b02917c1a4 26956 yate-pgsql_4.3.0-1~dfsg-2_i386.deb 28441eafe28c694d91a7427718ca64260ab5b9fe 927918 yate-qt4_4.3.0-1~dfsg-2_i386.deb 96dc10261a270d297b6868ec666702066128961c 27644 yate-alsa_4.3.0-1~dfsg-2_i386.deb a51a9a3873ff4e82518cbb3ef619039de3239641 27974 yate-mysql_4.3.0-1~dfsg-2_i386.deb db57b4d95884b29fd9e737e58446e74b1df1c53f 49936 yate-dahdi_4.3.0-1~dfsg-2_i386.deb ae73935a86fe4893cd06d43eafc301debbf2f49a 25266 yate-sctp_4.3.0-1~dfsg-2_i386.deb Checksums-Sha256: 5badbfd65f4d24447c20501a0816458ca5a219823c27a8be7b211648860a13ae 2213 yate_4.3.0-1~dfsg-2.dsc 96ee618d77a1a364be40a3b283f6e9c51061ee433dfccbe1b13873fcddaeefb0 12532 yate_4.3.0-1~dfsg-2.debian.tar.gz 1710fd8f2e19f1dc4a20cae1342760e96993d9650675513a826bf1ee56976cf8 23408 yate_4.3.0-1~dfsg-2_i386.deb 217b1cff61d6203add334ad09c447c884c12c2545f4ca0b0e3b0a805d13b17c5 1156060 libyate4.3.0_4.3.0-1~dfsg-2_i386.deb 89a398676179f2475fd2be6f9b5f268eb049dd08ecac6a33cbf824710553f258 2008500 yate-core_4.3.0-1~dfsg-2_i386.deb d8635bb00a19665e922e88a841aedb087a8f4ce3dd64dd037fb352cfc5927c14 124346 yate-dev_4.3.0-1~dfsg-2_i386.deb 605ad91d0320cd37c9a9084cfdf583a496c0520078efc51a9b85b84e862e2549 376102 yate-doc_4.3.0-1~dfsg-2_all.deb ce904b61d756aaa6db3e4843d53d49898032b76735fa722aac6abf81a2d457c8 42802 yate-scripts_4.3.0-1~dfsg-2_i386.deb 8bc1440d24e59c9fdab8ff9986a315037703d5e267c17a6c52cb76b55dce03a4 26956 yate-pgsql_4.3.0-1~dfsg-2_i386.deb 7f1627d02a3a8449345e2c2d5ef4a5bad5b86f5210d88a7b10229a8a40a6d763 927918 yate-qt4_4.3.0-1~dfsg-2_i386.deb a71fc5622467311c83244edbd4892d96466dd88c45cab1c6742878cf7088cfa6 27644 yate-alsa_4.3.0-1~dfsg-2_i386.deb f662d827465cb675b51264e53e68210c64685f3d18bf1aae2cea86d338b3c4f1 27974 yate-mysql_4.3.0-1~dfsg-2_i386.deb af333b0d4ecd70c2289db73adee970af0d7d8064ffe3f514d0dbe8f0a5d34ee5 49936 yate-dahdi_4.3.0-1~dfsg-2_i386.deb abc96fcccd23019fa6b16a6dea86baf7f442f1d6b3ae2a2b8d3b6b6ffe242c69 25266 yate-sctp_4.3.0-1~dfsg-2_i386.deb Files: 985988fd54ab476c9a925db660b674d2 2213 comm optional yate_4.3.0-1~dfsg-2.dsc c209453288f795794dbd1d208813f026 12532 comm optional yate_4.3.0-1~dfsg-2.debian.tar.gz 05cbcc1be81c2708fdd9024f53931468 23408 comm optional yate_4.3.0-1~dfsg-2_i386.deb ed7cbeab54b822218fab411d9b6ac57f 1156060 libs optional libyate4.3.0_4.3.0-1~dfsg-2_i386.deb 3d576d5a67f3bb5af9cbc7e881453d2c 2008500 libs optional yate-core_4.3.0-1~dfsg-2_i386.deb de17aa7249676c006fea2fbb61457a33 124346 libdevel optional yate-dev_4.3.0-1~dfsg-2_i386.deb 944abc3516d51b2631f7d9426d69118c 376102 doc optional yate-doc_4.3.0-1~dfsg-2_all.deb beea2ddea9a8e35489e61dd99505fa1c 42802 comm optional yate-scripts_4.3.0-1~dfsg-2_i386.deb d41fec7bff7467d94e4b9e7e3db2bd13 26956 comm optional yate-pgsql_4.3.0-1~dfsg-2_i386.deb ab129b648b212acedbd8ca2f55153671 927918 comm optional yate-qt4_4.3.0-1~dfsg-2_i386.deb afadd6508c609a09877add6f7d10fa2e 27644 comm optional yate-alsa_4.3.0-1~dfsg-2_i386.deb d02bdc9b4565e56a64222ab944e6c886 27974 comm optional yate-mysql_4.3.0-1~dfsg-2_i386.deb d51b00d613cbec5579873e816b175183 49936 comm optional yate-dahdi_4.3.0-1~dfsg-2_i386.deb fc11b995619ca93df986425c22569da4 25266 comm optional yate-sctp_4.3.0-1~dfsg-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iEYEARECAAYFAlGPYkIACgkQoCzanz0IthLz8ACfdh3OvF1XlzW9if0fJd7lPvZJ u0kAoJFwoSk/I0aTeeidHZ2y2ZxK5rj/ =Uq0A -----END PGP SIGNATURE-----
--- End Message ---

