Bug#842795: email-reminder: Fail to send email as release version cannot be detect

2016-11-07 Thread Jack.R
On Mon, 7 Nov 2016 08:57:58 -0800 Francois Marier wrote: > On 2016-11-06 at 10:09:21, Jack.R wrote: > > I start to suspect a right access as that part is executed as > > email-reminder user. > > > > So I try with a normal user by putting > > my $distro = `/bin/su - alain -s

Bug#842795: email-reminder: Fail to send email as release version cannot be detect

2016-11-07 Thread Francois Marier
On 2016-11-06 at 10:09:21, Jack.R wrote: > I start to suspect a right access as that part is executed as > email-reminder user. > > So I try with a normal user by putting > my $distro = `/bin/su - alain -s /bin/sh -c "/usr/bin/lsb_release -s > -d"`; > I am prompt for the password and then it

Bug#842795: email-reminder: Fail to send email as release version cannot be detect

2016-11-06 Thread Jack.R
On Fri, 4 Nov 2016 10:18:42 -0700 Francois Marier wrote: > > Hm, I wonder why that's still not working. > > What if you replace that same line in > /usr/share/perl5/EmailReminder/Utils.pm with: > > my $distro = "unknown"; > > Francois > First there was a wrong

Bug#842795: email-reminder: Fail to send email as release version cannot be detect

2016-11-04 Thread Francois Marier
On 2016-11-02 at 22:15:34, Jack.R wrote: > With double quotes instead of backticks > # sudo su - email-reminder -s /bin/bash -c "/usr/bin/lsb_release -a" > No LSB modules are available. > Distributor ID: Debian > Description:Debian GNU/Linux testing (stretch) > Release:testing >

Bug#842795: email-reminder: Fail to send email as release version cannot be detect

2016-11-02 Thread Jack.R
On Tue, 1 Nov 2016 09:48:41 -0700 Francois Marier wrote: > On 2016-11-01 at 12:31:28, Jack.R wrote: > > Not sure if this must be reported on email-reminder or lsb-release. > > It looks like a bug in lsb-release since it's a Python backtrace and > email-reminder is written in

Bug#842795: email-reminder: Fail to send email as release version cannot be detect

2016-11-01 Thread Francois Marier
On 2016-11-01 at 12:31:28, Jack.R wrote: > Not sure if this must be reported on email-reminder or lsb-release. It looks like a bug in lsb-release since it's a Python backtrace and email-reminder is written in Perl, but if there's a way to work-around this bug in email-reminder, I'm happy to do

Bug#842795: email-reminder: Fail to send email as release version cannot be detect

2016-11-01 Thread Jack.R
Package: email-reminder Version: 0.7.8-3 Severity: normal Dear Maintainer, Not sure if this must be reported on email-reminder or lsb-release. When email-reminder has to send an email, it did not succeed and in the log I got: /etc/cron.daily/email-reminder: Traceback (most recent call last):