Package: unattended-upgrades
Version: 0.83~exp2

Hi,

I'm testing the unattended-upgrades package which is currently in debian experimental, and it crashes in my current situation with the following stacktrace:

# unattended-upgrade
Traceback (most recent call last):
  File "/usr/bin/unattended-upgrade", line 1215, in <module>
    main(options)
  File "/usr/bin/unattended-upgrade", line 1006, in main
    rewind_cache(cache, pkgs_to_upgrade)
  File "/usr/bin/unattended-upgrade", line 654, in rewind_cache
    pkg2.mark_install(auto_fix=False, auto_install=False)
TypeError: mark_install() got an unexpected keyword argument 'auto_install'

The function mark_install is defined in /usr/lib/python3/dist-packages/apt/package.py as:

def mark_install(self, auto_fix=True, auto_inst=True, from_user=True):

When I change auto_install to auto_inst, unattended-upgrades succeedes to run.

Regards,
--
Hans van Kranenburg - System / Network Engineer
T +31 (0)10 2760434 | hans.van.kranenb...@mendix.com | www.mendix.com


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to