Bug#570402: redmine: send_reminders seems not to work

2010-02-19 Thread Holger Rusch
Hi, Am 18.02.2010 21:39, schrieb Jérémy Lal: It works perfectly for me. I tried by adding issues and setting different due dates, and i get the correct list. Unfortunately there's no log in /var/log/redmine/default/production.log You can try * rake -vt ... winvirtdebian:~# sudo -u www-data

Bug#570402: redmine: send_reminders seems not to work

2010-02-18 Thread Holger Rusch
Hi, Am 18.02.2010 17:45, schrieb Jérémy Lal: Please run manually (don't forget sudo -u www-data) the rake task you use in your crontab, and tell me if you see anything wrong. winvirtdebian:~# su - www-data $ X_DEBIAN_SITEID=default /usr/bin/rake -s -f /usr/share/redmine/Rakefile redmine:send_r

Bug#570402: redmine: send_reminders seems not to work

2010-02-18 Thread Holger Rusch
Hi Jeremy, sending emails from redmine works flawless. Mails when somebody enters an issue oder changes it work. I tested some issues assigned to me with due dates. And I never got any reminders. Not when the date is aproached in thee days and not if the issue is overdue. What shall i try? J

Bug#570402: redmine: send_reminders seems not to work

2010-02-18 Thread Jérémy Lal
On 18/02/2010 16:57, b...@elovis.de wrote: > Package: redmine > Version: 0.9.1-1 > Severity: normal > > Hi Jérémy, > > # cat /etc/cron.d/redmine > ... > # Remind 3 days in front once a day > 03 05* * * www-data [ -f /usr/share/redmine/Rakefile ] && > X_DEBIAN_SITEID=default /usr/bin/ra

Bug#570402: redmine: send_reminders seems not to work

2010-02-18 Thread bug
Package: redmine Version: 0.9.1-1 Severity: normal Hi Jérémy, # cat /etc/cron.d/redmine ... # Remind 3 days in front once a day 03 05* * * www-data [ -f /usr/share/redmine/Rakefile ] && X_DEBIAN_SITEID=default /usr/bin/rake -s -f /usr/share/redmine/Rakefile redmine:send_reminders days