Package: ejabberd
Version: 0.7.5-7
Severity: normal
ejabberd (maybe erlang?) do not user SRV records for s2s communication
without this patch:
--- /usr/sbin/ejabberd 2005-03-14 22:25:23.000000000 +0300
+++ /usr/sbin/ejabberd.old 2005-03-14 22:25:15.000000000 +0300
@@ -31,6 +31,7 @@
exec erl -sname ejabberd \
-s ejabberd \
-ejabberd config \"$CONFIG\" log_path \"$LOG\" \
+ -kernel inetrc \"/usr/local/etc/inetrc\" \
-sasl sasl_error_logger \{file,\"$SASL_LOG\"\} \
-mnesia dir \"$SPOOL\" \
$ERL_OPTIONS $ARGS "$@"
----
# cat /usr/local/etc/inetrc
{file, resolv, "/etc/resolv.conf"}.
----
hint from: http://lists.jabber.ru/pipermail/ejabberd/2005-March/000829.html
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=C, LC_CTYPE=C
Versions of packages ejabberd depends on:
ii erlang 1:10.b.1a-2.2 A real-time, concurrent and distri
ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an
ii libexpat1 1.95.8-1 XML parsing C library - runtime li
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
ii openssl 0.9.7e-3 Secure Socket Layer (SSL) binary a
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]