On Wed, Apr 24, 2013 at 11:10:56PM +0800, Michael Tsang wrote: > I've also encountered the same issue: > > /etc/cron.daily/apt: > Traceback (most recent call last): > File "/usr/bin/unattended-upgrade", line 1011, in <module> > main(options) > File "/usr/bin/unattended-upgrade", line 793, in main > allowed_origins=allowed_origins) > File "/usr/bin/unattended-upgrade", line 75, in __init__ > self.adjust_candidate_versions() > File "/usr/bin/unattended-upgrade", line 92, in adjust_candidate_versions > if is_allowed_origin(pkg.candidate, self.allowed_origins): > File "/usr/bin/unattended-upgrade", line 364, in is_allowed_origin > if match_whitelist_string(allowed, origin): > File "/usr/bin/unattended-upgrade", line 272, in match_whitelist_string > what, token)) > __main__.UnknownMatcherError: Unknown whitelist entry for macher 'n' (token > 'n=wheezy')
Thanks for your bugreport. Could you please check your configuration and remove the "n=wheezy" line(s) in there? I'm sorry, but this line is not supported in debian/unstable right now, it will need a new version of python-apt to work. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

