Your message dated Wed, 15 Jun 2011 08:54:21 +0000
with message-id <e1qwlrh-0004tp...@franck.debian.org>
and subject line Bug#630192: fixed in unattended-upgrades 0.72.2
has caused the Debian Bug report #630192,
regarding Fails to upgrade packages, API change in apt_inst package
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 ow...@bugs.debian.org
immediately.)


-- 
630192: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=630192
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: unattended-upgrades
Version: 0.70
Severity: grave

Trying to upgrade packages results in this traceback:

Traceback (most recent call last):
  File "/usr/bin/unattended-upgrade", line 608, in <module>
    main(options)
  File "/usr/bin/unattended-upgrade", line 463, in main
    if conffile_prompt(item.destfile):
  File "/usr/bin/unattended-upgrade", line 193, in conffile_prompt
    pkg_conffiles = apt_inst.debExtractControl(
AttributeError: 'module' object has no attribute 'debExtractControl'

This happens only when there are actually packages to upgrade.


-- System Information:
Debian Release: wheezy/sid
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages unattended-upgrades depends on:
ii  apt                          0.8.14.1    Advanced front-end for dpkg
ii  apt-utils                    0.8.14.1    APT utility programs
ii  debconf [debconf-2.0]        1.5.39      Debian configuration management sy
ii  lsb-release                  3.2-27      Linux Standard Base version report
ii  python                       2.6.6-14    interactive high-level object-orie
ii  python-apt                   0.8.0       Python interface to libapt-pkg
ii  ucf                          3.0025+nmu2 Update Configuration File: preserv

unattended-upgrades recommends no packages.

Versions of packages unattended-upgrades suggests:
pn  bsd-mailx                     <none>     (no description available)

-- Configuration Files:
/etc/apt/apt.conf.d/50unattended-upgrades changed:
// Automatically upgrade packages from these (origin, archive) pairs
Unattended-Upgrade::Origins-Pattern {
        "origin=Debian,label=Debian-Security,archive=stable";
        "o=Debian,a=stable";
        "o=Debian,a=testing";
//      "o=Debian,a=oldstable";
//      "o={distro_id},a=${distro_codename}-proposed-updates";
};
// List of packages to not update
Unattended-Upgrade::Package-Blacklist {
//      "vim";
//      "libc6";
//      "libc6-dev";
//      "libc6-i686";
};
// Send email to this address for problems or packages upgrades
// If empty or unset then no email is sent, make sure that you
// have a working mail setup on your system. The package 'mailx'
// must be installed or anything that provides /usr/bin/mail.
//Unattended-Upgrade::Mail "root@localhost";
// Set this value to "true" to get emails only on errors. Default
// is to always send a mail if Unattended-Upgrade::Mail is set
//Unattended-Upgrade::MailOnlyOnError "true";
// Do automatic removal of new unused dependencies after the upgrade
// (equivalent to apt-get autoremove)
//Unattended-Upgrade::Remove-Unused-Dependencies "false";
// Automatically reboot *WITHOUT CONFIRMATION* if a 
// the file /var/run/reboot-required is found after the upgrade 
//Unattended-Upgrade::Automatic-Reboot "false";
// Use apt bandwidth limit feature, this example limits the download
// speed to 70kb/sec
//Acquire::http::Dl-Limit "70";


-- debconf information:
  unattended-upgrades/enable_auto_updates: false

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



--- End Message ---
--- Begin Message ---
Source: unattended-upgrades
Source-Version: 0.72.2

We believe that the bug you reported is fixed in the latest version of
unattended-upgrades, which is due to be installed in the Debian FTP archive:

unattended-upgrades_0.72.2.dsc
  to main/u/unattended-upgrades/unattended-upgrades_0.72.2.dsc
unattended-upgrades_0.72.2.tar.gz
  to main/u/unattended-upgrades/unattended-upgrades_0.72.2.tar.gz
unattended-upgrades_0.72.2_all.deb
  to main/u/unattended-upgrades/unattended-upgrades_0.72.2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 630...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <m...@debian.org> (supplier of updated unattended-upgrades package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 15 Jun 2011 09:50:25 +0200
Source: unattended-upgrades
Binary: unattended-upgrades
Architecture: source all
Version: 0.72.2
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt <michael.v...@ubuntu.com>
Changed-By: Michael Vogt <m...@debian.org>
Description: 
 unattended-upgrades - automatic installation of security upgrades
Closes: 619320 622718 624148 628368 630192
Changes: 
 unattended-upgrades (0.72.2) unstable; urgency=low
 .
   * po/fr.po:
     - updated, thanks to to Steve Petruzzello (closes: #622718)
   * debian/po/ca.po:
     - added, thanks to Innocent De Marchi (closes: #628368)
   * unattended-upgrade:
     - fix conffile prompt detection (closes: #624148)
   * debian/rules, debian/control:
     - move to dh7
   * work with python-apt 0.8 (closes: 630192)
   * switch to dh_python2
 .
 unattended-upgrades (0.72.1ubuntu1) natty; urgency=low
 .
   * unattended-upgrade:
     - fix detection of unclean dpkg state if another package manager
       is working (LP: #754330)
 .
 unattended-upgrades (0.72ubuntu1) natty; urgency=low
 .
   * unattended-upgrade, data/50unattended-upgrades.{Debian,Ubuntu}:
     - automatically fix a interrupted dpkg (e.g. from a powerfailure)
       (LP: #584817)
     - add Unattended-Upgrade::AutoFixInterruptedDpkg to allow the admin
       to configure this option
 .
 unattended-upgrades (0.71ubuntu1) natty; urgency=low
 .
   * debian/po/da.po:
     - added, thanks toJoe Dalton (closes: #619320)
   * unattended-upgrade, test/test_conffile.py:
     - use apt_inst.DebFile.control.extractdata() instead of
       apt_inst.debExtractControl() to not hit the limit of the
       tag section parser (LP: #724994)
     - add regression test
 .
 unattended-upgrades (0.70ubuntu1) natty; urgency=low
 .
   * merged lp:~mvo/unattended-upgrades/minimal-steps-upgrade
     - This allows performaing the upgrades in minimal chunks so
       that they can be interrupted (relatively) quickly with
       SIGUSR1
     - This feature is not enabled by default yet, in order
       to use it, uncomment the line in 50unattended-upgrades:
        Unattended-Upgrades::MinimalSteps "true";
     LP: #729214
Checksums-Sha1: 
 f8be78e1b3cd13893fef9885907a780ed40cbd6f 939 unattended-upgrades_0.72.2.dsc
 1585780e3278034cae25a7e686943657ee42c721 67873 
unattended-upgrades_0.72.2.tar.gz
 457d359ec8265c2700ad1117c4a55223c1aa2397 33718 
unattended-upgrades_0.72.2_all.deb
Checksums-Sha256: 
 010bdf47d455659dbe2b95f77dc72502ce3751066f6be678ebdbb7cc1ac25150 939 
unattended-upgrades_0.72.2.dsc
 036b6ed51186148c69f6d021616e6264ab906832a9a8faa8567b96bb676d8045 67873 
unattended-upgrades_0.72.2.tar.gz
 187fb2543282f729ae023601d721243637b8e6e7903635ef8bd3e0aca989fca1 33718 
unattended-upgrades_0.72.2_all.deb
Files: 
 e200fd533ec5874861ad5985b6fb61e2 939 admin optional 
unattended-upgrades_0.72.2.dsc
 5391aa63b5cb80bcfcd3a5099a4eae8f 67873 admin optional 
unattended-upgrades_0.72.2.tar.gz
 a500b82002cdf577df4de39528c5cc5a 33718 admin optional 
unattended-upgrades_0.72.2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk34ZGQACgkQliSD4VZixzTeqACfXRMIaMLU3M2vr8XYL7uCPUEO
BNcAn2Cl+2RGcnQOg4pwUpnGinCk0Thf
=89jW
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to