Bug#796188: cron-apt: No email reports

2015-09-06 Thread Ola Lundqvist
Hi Sorry for late reply but I think I understand what is wrong now. I checked the code and could not find the reason why it would go wrong. So I had a look at your first mail and I see that you have placed this data in the wrong file. You have placed it in /etc/cron-apt/config.d/config This file

Bug#796188: cron-apt: No email reports

2015-08-28 Thread Pelmato
Yes, that's it! A few days ago, I tryed to change the 0-update to be more verbose (quiet=1). But I haven't received anything. Moreover, I thought that MAILON can have "output" or "always" as value. When configured with "always" I should get an email even if no output was generated. Le 2015

Bug#796188: cron-apt: No email reports

2015-08-27 Thread Ola Lundqvist
Hi Only if something is actually upgraded. But you say that you only get it at failures, or? // Ola On Thu, Aug 20, 2015 at 11:08 AM, Pelmato wrote: > I have the 3 following files in action.d: > > /etc/cron-apt/action.d/0-update: > # > update -o quiet=2 > ##

Bug#796188: cron-apt: No email reports

2015-08-20 Thread Pelmato
I have the 3 following files in action.d: /etc/cron-apt/action.d/0-update: # update -o quiet=2 # /etc/cron-apt/action.d/3-download: # autoclean -y dist-upgrade -d -y -o APT::Get::Show-Upgraded=true

Bug#796188: cron-apt: No email reports

2015-08-20 Thread Ola Lundqvist
Hi You only get an email in the case apt prints something. What apt commands do you have in the configuration? // Ola On Thu, Aug 20, 2015 at 9:26 AM, Pelmato wrote: > Package: cron-apt > Version: 0.9.2 > Severity: normal > > Hi, > > Here is my config file (/etc/cron-apt/config.d/config): > >

Bug#796188: cron-apt: No email reports

2015-08-20 Thread Pelmato
Package: cron-apt Version: 0.9.2 Severity: normal Hi, Here is my config file (/etc/cron-apt/config.d/config): # APTCOMMAND=/usr/bin/apt-get OPTIONS="-o quiet=1 -o Dir::Etc::SourceList=/etc/apt/sources.list" MAILTO="admin@[…]" MAILON="always" ##