Your message dated Wed, 29 Apr 2015 12:47:05 +0000
with message-id <[email protected]>
and subject line Bug#782794: fixed in ejabberd 14.07-4+deb8u1
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-4+deb8u1
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: Wed, 29 Apr 2015 07:11:37 +0200
Source: ejabberd
Binary: ejabberd
Architecture: source amd64
Version: 14.07-4+deb8u1
Distribution: jessie
Urgency: low
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-4+deb8u1) jessie; urgency=low
.
* 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:
d1f0533088ea3a5768d36d458830f113877cf4dd 2433 ejabberd_14.07-4+deb8u1.dsc
0735fa24ddc06c24e6e3d5d1828d55cc45f8f94a 48524
ejabberd_14.07-4+deb8u1.debian.tar.xz
c5d39970d5f74f61217565aedf94df6663e23939 4147476
ejabberd_14.07-4+deb8u1_amd64.deb
Checksums-Sha256:
3a2f9d33dd4643a6915aac0458c525bbf70ff62a6fd4041ba7e7b868cb04d560 2433
ejabberd_14.07-4+deb8u1.dsc
c9931c58ac293fba7c177e737991f53ae2d76292939ced1cd653a7face515ed8 48524
ejabberd_14.07-4+deb8u1.debian.tar.xz
65e146ade01ea224fb395aac2285a0c900f33ac38e592c2db9bf21d15557dd99 4147476
ejabberd_14.07-4+deb8u1_amd64.deb
Files:
f6715b2f542e6db8c602d195e60cd5e7 2433 net optional ejabberd_14.07-4+deb8u1.dsc
ae2b792b6d4cc3ee746c746198c02932 48524 net optional
ejabberd_14.07-4+deb8u1.debian.tar.xz
550b1bdf173fa954d5b53816038396b1 4147476 net optional
ejabberd_14.07-4+deb8u1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCgAGBQJVQG9oAAoJEOXKjEkl5CBfB3MP/11GIoQo7ZMDqdhi2PtgNwUA
tYwF+66guEhZOpUsc0NxThad8SVr618qkY8SAD2AS+ykN1zvPakYp2xIUwd+Rys6
lu1QM8dzYdlogCiwAKheYW50Z9ZlLwlhA6JwLCxPfHWz1H4BVrR/8HqMJvdyjS9V
S/x/9/dbbCrE4Nn9gdUy5J7+wIRz3PZlRw8zh0r6wbnoyme4fCg60ANVajekLMZe
Ys4nIrOHdSFr/hULzSrvw92I5jDnEPvEEvJVi3mlYPKHpl97o5xdRuiVGqJV1Z9L
QhyZb23uqOnWr0CbEa4R5UQ7DNSQojUhQ9iS7N7CRzDZzrlOGRrjkHwrpx2UobKs
ulU4zT09pTQBXgLlruYf47ONHUyY3bnGUyDprnhf84fYaTLK85OgS5L/3Y/XRoQO
ieqcsin+wR5svfPbwXLr7SG2wVupM7zMndLuxE0ZLzM6uPqSGjBLC6X+qZm/9MKq
cfhpQQl4nnIr6Ic+n6IPJU1DDCxwON2lpfBrj2T+YYWTqu1gHllxndSHyi//ayO9
XAQMqfjisU7sU63SYgQLgfMaB3SORKSCtST6I/xrZhuYgX9quQQfT9sx2nIxBPEC
CRIn9UCeo+tyNWD0/3mX/nINrYGMWI980QohO4lmF2lhl8HnwfVbkEjMa6utaVtn
5Gzy/DayFT2GcfZsQEle
=j3Fs
-----END PGP SIGNATURE-----
--- End Message ---