[Pkg-citadel-devel] Bug#478823: Not fixed?
Frank Lichtenheld
djpig at debian.org
Wed Jun 18 22:00:41 UTC 2008
I encountered the same error with a current citadel-server today:
Setting up citadel-server (7.36-2) ...
applying your settings.
Stopping Citadel Groupware : citserver.
Starting Citadel Groupware : citserver.
postmaster,room_aide
mailer-daemon,postmaster
Ignoring Alias postmaster as its alreday there
abuse,room_aide
Ignoring Alias abuse as its alreday there
citmail: can't connect: No such file or directory
dpkg: error processing citadel-server (--configure):
subprocess post-installation script returned error exit status 3
I think the cause is a wrong test in postinst:
while test ! -S /var/run/citadel/lmtp.socket -a "$i" -lt "10"; do
sleep 1
i=$(($i + 1))
done
if test ! -S /var/run/citadel/lmtp.socket ; then
I think the second test should not be negated.
Gruesse,
--
Frank Lichtenheld <djpig at debian.org>
www: http://www.djpig.de/
More information about the Pkg-citadel-devel
mailing list