Your message dated Fri, 22 Jun 2012 19:47:39 +0000
with message-id <[email protected]>
and subject line Bug#678412: Removed package(s) from unstable
has caused the Debian Bug report #670727,
regarding totd should use ipv6 by default
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.)
--
670727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670727
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: totd
Version: 1.5.1-1.1
Severity: important
I installed totd last week as was very surprised to find that
it automatically disabled ipv6 support, as you can see below.
I wasn't prompted for the question (I've repeated this on a
second system), so I didn't have the opportunity to say yes
to enabling ipv6 support. It's odd that the question defaults
to disabling, rather than enabling.
However, the lack of prompting and bad default is not the issue.
Debian supports ipv6 out of the box for several stable releases.
Every service should have ipv6 enabled by default. Please
remove the debconf question entirely, as well as the logic in
the postinst that disables ipv6:
db_get totd/use_ipv6 && use_ipv6="$RET"
TEMPL="/tmp/totd.default.XXXXXXX"
TEMPFILE=`mktemp $TEMPL`
sed -e "s/^\(OPTION=\)\(.*\)//g; /^$/d" \
$ETC_DEFAULT_TOTD > $TEMPFILE
if [ $use_ipv6 = "true" ]; then
echo 'OPTION="$USEROPTION"' >> $TEMPFILE
else
echo 'OPTION="-no6 $USEROPTION"' >> $TEMPFILE
fi
cp -f $TEMPFILE $ETC_DEFAULT_TOTD
rm -f $TEMPFILE
Many thanks,
Roger
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Kernel: Linux 3.2.0-2-powerpc
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages totd depends on:
ii debconf [debconf-2.0] 1.5.42
ii libc6 2.13-30
ii perl 5.14.2-9
totd recommends no packages.
Versions of packages totd suggests:
ii resolvconf 1.64
-- Configuration Files:
/etc/default/totd changed:
USEROPTION=
OPTION="-no6 $USEROPTION"
-- debconf information:
totd/use_ipv6: false
--- End Message ---
--- Begin Message ---
Version: 1.5.1-1.1+rm
Dear submitter,
as the package totd has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see http://bugs.debian.org/678412
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Mark Hymers (the ftpmaster behind the curtain)
--- End Message ---