Your message dated Wed, 16 Apr 2008 17:40:43 -0400
with message-id <[EMAIL PROTECTED]>
and subject line exim has been removed from Debian, closing #126318
has caused the Debian Bug report #126318,
regarding exim: exim_tidydb dumps core in dbfn_scan()
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.)
--
126318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=126318
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: exim
Version: 3.33-1
Severity: normal
exim_tidydb is run by /etc/cron.daily/exim; it dumps core attempting to
open Exim's retry database files:
# gdb exim_tidydb
GNU gdb 5.1
Copyright 2001 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-linux"...(no debugging symbols found)...
(gdb) set args /var/spool/exim retry
(gdb) r
Starting program: /usr/local/sbin/exim_tidydb /var/spool/exim retry
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
Tidying Exim hints database /var/spool/exim/db/retry
(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x080490a4 in dbfn_scan ()
(gdb) where
#0 0x080490a4 in dbfn_scan ()
#1 0x08049336 in main ()
#2 0x4012665f in __libc_start_main () from /lib/libc.so.6
My hints database is leftover from my previous Exim version, which I
believe was 3.32 (possibly 3.31):
# file /var/spool/exim/db/*
/var/spool/exim/db/reject: Berkeley DB (Hash, version 5,
native byte-order)
/var/spool/exim/db/reject.lockfile: empty
/var/spool/exim/db/retry: Berkeley DB (Hash, version 5,
native byte-order)
/var/spool/exim/db/retry.lockfile: empty
/var/spool/exim/db/wait-remote_smtp: Berkeley DB (Hash, version 5,
native byte-order)
/var/spool/exim/db/wait-remote_smtp.lockfile: empty
-- System Information
Debian Release: 3.0
Kernel Version: Linux cthulhu 2.4.17-pre8-gw #1 Wed Dec 12 08:35:45 EST 2001
i686 unknown
Versions of the packages exim depends on:
ii cron 3.0pl1-72 management of regular background processing
ii libc6 2.2.4-7 GNU C Library: Shared libraries and Timezone
ii libdb2 2.7.7.0-2 The Berkeley database routines (run-time fil
ii libident 0.22-2 simple RFC1413 client library - runtime
ii libldap2 2.0.14-1.1 OpenLDAP libraries.
ii libpam0g 0.72-34 Pluggable Authentication Modules library
ii libpcre3 3.4-1.1 Philip Hazel's Perl Compatible Regular Expre
ii netbase 4.07 Basic TCP/IP networking system
--- Begin /etc/init.d/exim (modified conffile)
#! /bin/sh
set -e
if [ -f /etc/inetd.conf ] && grep -q "^ *smtp" /etc/inetd.conf; then
exit 0
fi
DAEMON=/usr/local/sbin/exim
NAME=exim
PIDFILE=/var/spool/exim/exim-daemon.pid
test -x $DAEMON || exit 0
case "$1" in
start)
echo -n "Starting MTA: "
start-stop-daemon --start --pidfile $PIDFILE \
--exec $DAEMON -- -bd -q30m
echo "exim."
;;
stop)
echo -n "Stopping MTA: "
start-stop-daemon --stop --pidfile $PIDFILE \
--oknodo --exec $DAEMON
echo "exim."
;;
restart)
echo "Restarting MTA: "
start-stop-daemon --stop --pidfile $PIDFILE \
--oknodo --exec $DAEMON
start-stop-daemon --start --pidfile $PIDFILE \
--exec $DAEMON -- -bd -q30m
echo "exim."
;;
reload|force-reload)
echo "Reloading $NAME configuration files"
start-stop-daemon --stop --pidfile $PIDFILE \
--signal 1 --exec $DAEMON
;;
*)
echo "Usage: /etc/init.d/$NAME {start|stop|reload}"
exit 1
;;
esac
exit 0
--- End /etc/init.d/exim
--- End Message ---
--- Begin Message ---
Version: 3.36-18.2+rm
The exim package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.
For more information about this package's removal, read
http://bugs.debian.org/420191 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
Barry deFreese
--- End Message ---