Bug#685355: KeyError: 'CODENAME'

2017-07-15 Thread Balint Reczey
Control: fixed -1 0.93.1+nmu1 On Fri, 24 Aug 2012 09:55:06 +0300 Teodor MICU wrote: > Since I had this problem only on my workstation, I have found that the > cause was the network being down at the time Cron jobs were executed > -- including u-a. > > Yesterday, I've added a short python script t

Bug#685355: KeyError: 'CODENAME'

2012-08-23 Thread Teodor MICU
Since I had this problem only on my workstation, I have found that the cause was the network being down at the time Cron jobs were executed -- including u-a. Yesterday, I've added a short python script to /etc/cron.hourly that sent a nice message every hour: | /etc/cron.hourly/unattended-upgrade:

Bug#685355: KeyError: 'CODENAME'

2012-08-22 Thread Teodor MICU
2012/8/21 Michael Vogt : > Its confusing that it only fails inside cron, could you please add a > line: > > print lsb_release.get_distro_information() > > before line 56 (i.e. before the failure) to see what the > get_distro_information() call returns inside cron (and also outside of > it)? Here i

Bug#685355: KeyError: 'CODENAME'

2012-08-21 Thread Michael Vogt
On Mon, Aug 20, 2012 at 09:23:05AM +0300, Teodor wrote: > Package: unattended-upgrades > Version: 0.79.3 > Severity: normal Thanks for your bugreport. > I've got this message from Cron for the last three days: > | /etc/cron.daily/apt: > | Traceback (most recent call last): > | File "/usr/bin/u

Bug#685355: KeyError: 'CODENAME'

2012-08-19 Thread Teodor
Package: unattended-upgrades Version: 0.79.3 Severity: normal I've got this message from Cron for the last three days: | /etc/cron.daily/apt: | Traceback (most recent call last): | File "/usr/bin/unattended-upgrade", line 56, in | DISTRO_CODENAME = lsb_release.get_distro_information()['CODE