Your message dated Mon, 27 Apr 2015 12:49:42 +0000
with message-id <[email protected]>
and subject line Bug#782794: fixed in ejabberd 14.07-5
has caused the Debian Bug report #782794,
regarding ejabberdctl outgoing-s2s-number and incoming-s2s-number always report 0
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.)
--
782794: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782794
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: ejabberd
Version: 14.07-4
Severity: normal
Tags: patch
Hello,
I have been running ejabberd and munin-node since at least squeeze. One
of the munin plugins invokes "ejabberdctl outgoing-s2s-number" and
"ejabberdctl incoming-s2s-number". After upgrading to jessie, these
commands always report 0 connections.
Over a year ago, this bug was reported upstream in bug EJAB-1700¹ and
claims to have been fixed in version 14.07, however the problem still
exists using the Debian 14.07-4 package.
In bug EJAB-1700, Holger Weiß explained there is a work-around by
enabling the transient_supervisors configure option.
I have built the package with this configure option (patch to
debian/rules attached), indeed the problem is fixed.
¹ https://support.process-one.net/browse/EJAB-1700
-- System Information:
Debian Release: 8.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.16.0-4-amd64 (SMP w/2 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 ejabberd depends on:
ii adduser 3.113+nmu3
ii debconf [debconf-2.0] 1.5.56
ii erlang-asn1 1:17.3-dfsg-4
ii erlang-base [erlang-abi-17.0] 1:17.3-dfsg-4
ii erlang-crypto 1:17.3-dfsg-4
ii erlang-inets 1:17.3-dfsg-4
ii erlang-jiffy 0.8.5+dfsg-1
ii erlang-lager 2.0.3-1
ii erlang-mnesia 1:17.3-dfsg-4
ii erlang-odbc 1:17.3-dfsg-4
ii erlang-p1-cache-tab 0.2014.07.17-1
ii erlang-p1-iconv 0.2014.04.30-1
ii erlang-p1-mysql 0.2014.03.10-2
ii erlang-p1-pam 0.2014.05.05-2
ii erlang-p1-pgsql 0.2014.04.30-1
ii erlang-p1-sip 0.2014.07.17-2
ii erlang-p1-stringprep 0.2013.12.09-3
ii erlang-p1-stun 0.2014.08.20-1
ii erlang-p1-tls 0.2014.07.10-1
ii erlang-p1-utils 0.2014.08.25-1
ii erlang-p1-xml 0.2014.08.27-1
ii erlang-p1-yaml 0.2014.06.11-1
ii erlang-p1-zlib 0.2014.05.06-1
ii erlang-public-key 1:17.3-dfsg-4
ii erlang-ssl 1:17.3-dfsg-4
ii erlang-syntax-tools 1:17.3-dfsg-4
ii erlang-xmlrpc 0.2014.03.17-2
ii openssl 1.0.1k-3
ii ucf 3.0030
Versions of packages ejabberd recommends:
ii ejabberd-contrib 0.2014.09.22-1
Versions of packages ejabberd suggests:
ii imagemagick 8:6.8.9.9-5
ii libunix-syslog-perl 1.1-2+b4
-- Configuration Files:
/etc/default/ejabberd changed [not included]
/etc/ejabberd/inetrc [Errno 13] Permission denied: u'/etc/ejabberd/inetrc'
-- debconf information excluded
--
Gerald Turner <[email protected]> Encrypted mail preferred!
OpenPGP: 4096R / CA89 B27A 30FA 66C5 1B80 3858 EC94 2276 FDB8 716D
--- ejabberd-14.07.orig/debian/rules 2014-11-11 01:47:21.000000000 -0800
+++ ejabberd-14.07/debian/rules 2015-04-17 14:21:11.992254753 -0700
@@ -14,7 +14,8 @@
.PHONY: override_dh_auto_configure
override_dh_auto_configure:
dh_auto_configure -- --enable-odbc --enable-mysql --enable-pgsql --enable-pam \
- --enable-zlib --enable-json --enable-iconv --enable-lager --enable-stun
+ --enable-zlib --enable-json --enable-iconv --enable-lager --enable-stun \
+ --enable-transient_supervisors
.PHONY: override_dh_auto_build
override_dh_auto_build:
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---
Source: ejabberd
Source-Version: 14.07-5
We believe that the bug you reported is fixed in the latest version of
ejabberd, 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.
Philipp Huebner <[email protected]> (supplier of updated ejabberd 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: SHA512
Format: 1.8
Date: Mon, 27 Apr 2015 14:23:48 +0200
Source: ejabberd
Binary: ejabberd
Architecture: source amd64
Version: 14.07-5
Distribution: unstable
Urgency: medium
Maintainer: Konstantin Khomoutov <[email protected]>
Changed-By: Philipp Huebner <[email protected]>
Description:
ejabberd - distributed, fault-tolerant Jabber/XMPP server written in Erlang
Closes: 782725 782794
Changes:
ejabberd (14.07-5) unstable; urgency=medium
.
* Drop debian/ejabberd.8 as there is no "ejabberd" executable anymore
* Add --enable-transient_supervisors build-flag (Closes: #782794)
* Accept trailing newline characters in Base64 strings (Closes: #782725)
Checksums-Sha1:
6adce53d5c96547f1bb9512d13c51552a8b82822 2405 ejabberd_14.07-5.dsc
eec76cd86f5b03e55d34f6588ce06a3df8a52a56 48644 ejabberd_14.07-5.debian.tar.xz
15a7ea88f1b6b441e760bbfe9d7bc70f954c8824 4148180 ejabberd_14.07-5_amd64.deb
Checksums-Sha256:
3ecba523c621f608b27d77a6332a29c9df3f4fac89d6d1fb174fa442295309aa 2405
ejabberd_14.07-5.dsc
c8884133d045ec179796943bcaca7f0f41cbe4f108416e74eeef2131125b9831 48644
ejabberd_14.07-5.debian.tar.xz
f9c3b292ab6d92348d8faf89baab46ca7a69aa0001d6e5ea9dba45eafc2b1be3 4148180
ejabberd_14.07-5_amd64.deb
Files:
bb09b8227550f61eef71d0d0f8f0aecb 2405 net optional ejabberd_14.07-5.dsc
f8c15077c303065e28e601305a016415 48644 net optional
ejabberd_14.07-5.debian.tar.xz
1c7cae8422bf1487aa90eb1235e4f2fd 4148180 net optional
ejabberd_14.07-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJVPitsAAoJEOXKjEkl5CBfZ7MQAIqBJ+q2VLKPpvvhW9P8HrXz
pZdpqv/e8cKADpKEvvcZmqEnBHTaQ11mvquAss/9qwryLbSp6BYKdsQHZacSgLeU
ZpFCaWNUBx98LvWF/sJxBOQOHO7uog0J0wVZmBE0q9ik57iIq8mrtAhpdi1/3v/6
gwGASCrN+gXwIB9XHjnMyzMfao/Lt/t54PCwOrpPPfsz+JxDKh3gbZh8QadSele0
zbqpCqW+o/9XnIw+Q+IKPPZWKajjfMc5bpt+JGViAmlAlvsPerD1QzRfh5IdluKL
2qSI7PHt/2XfKMO2cUdrdT2mv5vwGah+3zLPii1rbbcmLgEg7WNGn3BWE86XQq5m
9naDGZO5hMAMAebZb1CX9shIRgaVBRtpGodi7OlJM37VUVBEHv1Hh+bh8eLqfEdS
8OdAYOXbJGFm7Boy6BdsCvezN9IB86wqwEYEcLUyYlZh3Gq5sv1IWjrZsbQ72OSA
vixUBtBXL0rt6+kgm7wlRAoiO7sx7G5E63XOy5+hk3j4nCCLgT++LGe5/2/7XqA6
Yuv7d5cW7RXaZFJNzqFJ/FdVwEWTwQh/mVoF9lXIpc51JzjWfEouIRvuZz2hWy6S
WJwcr+4vwQ75ez2nvFCZLmtCEwpZEBgbI/qz9X1YS6/6yGOTgxeGRdfXMz3sZH/K
ejcSUb0WpTwmcDsrUWkm
=Sf8q
-----END PGP SIGNATURE-----
--- End Message ---