Package: jabberd14
Version: 1.6.1.1-1
Severity: important
The init script contains:
if [ -d $SERVDIR ]; then
run-parts --arg=$1 $SERVDIR | true
fi
which causes errors of the following sort when starting:
Starting Jabber/XMPP server: jabberd14.
run-parts: /etc/jabber/jabber.d//jabber-aim exited because of uncaught signal 13
That appears to be a typo and should be
if [ -d $SERVDIR ]; then
run-parts --arg=$1 $SERVDIR || true
fi
instead?
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.20-xen-r6 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages jabberd14 depends on:
ii adduser 3.110 add and remove users and groups
ii libc6 2.9-12 GNU C Library: Shared libraries
ii libgcc1 1:4.4.0-5 GCC support library
ii libidn11 1.14-3 GNU Libidn library, implementation
ii libjabberd2 1.6.1.1-1 Runtime library for the Jabber/XMP
ii libmysqlclient15off 5.0.51a-24 MySQL database client library
ii libpopt0 1.14-4 lib for parsing cmdline parameters
ii libpq5 8.3.7-1 PostgreSQL C client library
ii libpth20 2.0.7-12 The GNU Portable Threads
ii libstdc++6 4.4.0-5 The GNU Standard C++ Library v3
ii lsb-base 3.2-22 Linux Standard Base 3.2 init scrip
ii openssl 0.9.8g-16 Secure Socket Layer (SSL) binary a
jabberd14 recommends no packages.
jabberd14 suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]