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 #672538,
regarding totd: resolvconf logic in init script completely breaks networking
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.)


-- 
672538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=672538
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: totd
Version: 1.5.1-1.1
Severity: serious
Justification: Completely breaks networking

start_resolvconf()
{
        if [ -x /sbin/resolvconf ] ; then
                echo "nameserver 127.0.0.1" | /sbin/resolvconf -a lo
        fi
        return 0
}

stop_resolvconf()
{
        if [ -x /sbin/resolvconf ] ; then
                /sbin/resolvconf -d lo
        fi
        return 0
}

So this creates:
nameserver 127.0.0.1
in /etc/resolv.conf.  This causes resolv.conf to stop using the
nameserver configured with DHCP, completely breaking networking
on the system.

totd is a server, which in no way implies I actually want to use
it as the default nameserver on the server itself--I actually
want to use it for DNS64 for /other/ hosts, this one having both
IPv4 and IPV6 addresses.  But in general, I would expect to have
to manually configure using the server on the server itself--the
strategy used above totally breaks the system unless totd is
set up and configured to do something sensible, and even when it's
configured, this is more than likely not what is wanted.

Please consider removing this functionality, or making it optional
and off by default.


Thanks,
Roger


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (550, 'unstable'), (500, 'testing'), (400, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- 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 ---

Reply via email to