Package: bind9
Version: 1:9.7.3.dfsg-1~squeeze3
Severity: important

used aptitude to do security update for bind9 1:9.7.3.dfsg-1~squeeze3 ; update 
failed and aptitude hung.  tried to fix several times but update still fails 
leaving bind9 in state iF
Package: bind9

-- System Information:
Debian Release: 6.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bind9 depends on:
ii  adduser          3.112+nmu2              add and remove users and groups
ii  bind9utils       1:9.7.3.dfsg-1~squeeze3 Utilities for BIND
ii  debconf [debconf 1.5.36.1                Debian configuration management sy
ii  libbind9-60      1:9.7.3.dfsg-1~squeeze3 BIND9 Shared Library used by BIND
ii  libc6            2.11.2-10               Embedded GNU C Library: Shared lib
ii  libcap2          1:2.19-3                support for getting/setting POSIX.
ii  libdb4.8         4.8.30-2                Berkeley v4.8 Database Libraries [
ii  libdns69         1:9.7.3.dfsg-1~squeeze3 DNS Shared Library used by BIND
ii  libgssapi-krb5-2 1.8.3+dfsg-4squeeze1    MIT Kerberos runtime libraries - k
ii  libisc62         1:9.7.3.dfsg-1~squeeze3 ISC Shared Library used by BIND
ii  libisccc60       1:9.7.3.dfsg-1~squeeze3 Command Channel Library used by BI
ii  libisccfg62      1:9.7.3.dfsg-1~squeeze3 Config File Handling Library used 
ii  libldap-2.4-2    2.4.23-7.2              OpenLDAP libraries
ii  liblwres60       1:9.7.3.dfsg-1~squeeze3 Lightweight Resolver Library used 
ii  libssl0.9.8      0.9.8o-4squeeze1        SSL shared libraries
ii  libxml2          2.7.8.dfsg-2+squeeze1   GNOME XML library
ii  lsb-base         3.2-23.2squeeze1        Linux Standard Base 3.2 init scrip
ii  net-tools        1.60-23                 The NET-3 networking toolkit
ii  netbase          4.45                    Basic TCP/IP networking system

bind9 recommends no packages.

Versions of packages bind9 suggests:
ii  bind9-doc        1:9.7.3.dfsg-1~squeeze3 Documentation for BIND
ii  dnsutils         1:9.7.3.dfsg-1~squeeze3 Clients provided with BIND
ii  resolvconf       1.46                    name server information handler
pn  ufw              <none>                  (no description available)

-- Configuration Files:
/etc/bind/named.conf changed:
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the 
// structure of BIND configuration files in Debian, *BEFORE* you customize 
// this configuration file.
//
// If you are just adding zones, please do that in /etc/bind/named.conf.local
include "/etc/bind/named.conf.options";
include "/etc/bind/named.conf.local";
//include "/etc/bind/named.conf.default-zones";

/etc/bind/named.conf.local changed:
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
// end external view from named.conf.options 2008.01.03
//};
view "external" {
      match-clients {!192.168.0.0/16; !localhost;};
//      match-clients      { any; };
//      match-destinations { any; };
};
view "internal" {
        match-clients {192.168.0.0/16; localhost;};
zone "." {
            type hint;
            file "/etc/bind/db.root";
  };
zone "localhost" {
        type master;
        file "/etc/bind/db.local";
  };
zone "127.in-addr.arpa" {
        type master;
        file "/etc/bind/db.127";
  };
zone "0.in-addr.arpa" {
        type master;
        file "/etc/bind/db.0";
  };
zone "255.in-addr.arpa" {
        type master;
        file "/etc/bind/db.255";
  };
zone "gasster.com" {
        type master;
        file "/etc/bind/db.gasster.com";
        //allow-update { key "rndc-key"; };
        //notify yes;
  };
zone "168.192.in-addr.arpa" {
        type master;
        file "/etc/bind/db.168.192";
  };
};
include "/etc/bind/rndc.key";

/etc/bind/named.conf.options changed:
options {
        directory "/var/cache/bind";
        // If there is a firewall between you and nameservers you want
        // to talk to, you might need to uncomment the query-source
        // directive below.  Previous versions of BIND always asked
        // questions using port 53, but BIND 8.1 and later use an unprivileged
        // port by default.
        // query-source address * port 53;
        // If your ISP provided one or more IP addresses for stable 
        // nameservers, you probably want to use them as forwarders.  
        // Uncomment the following block, and insert the addresses replacing 
        // the all-0's placeholder.
         forwarders {
               // TWCable name servers - added 2011.04.30 
               66.75.164.89;
               66.75.164.90;
               // added Google name server - 2011.05.01
               8.8.8.8;
               // OpenDNS Name Servers - added 2008.09.26 
               // 208.67.222.222;
               // 208.67.220.220;
               // LABridge.com name servers
                //206.117.169.5;
                //206.117.169.9;
                //206.117.169.10;
                // mdnsservice.com name servers
                //216.40.47.18;
                //64.97.159.10;
         };
        auth-nxdomain no;    # conform to RFC1035
        allow-query { any; }; 
        listen-on    { any; };
        listen-on-v6 { any; };
};
// added 2007.05.05 sdg
controls {
        inet 127.0.0.1 port 953 
        allow {localhost; } 
        keys { "rndc-key"; };
};
//view "external" {
//      match-clients {!192.168.0.0/16; !localhost;};


-- debconf information:
  bind9/different-configuration-file:
  bind9/run-resolvconf: true
  bind9/start-as-user: bind



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to