Bug#744753: anacron: Anacron not triggered when system resumes under systemd

2017-05-29 Thread Michael Biebl
Hi Peter, I've just uploaded anacron 2.3-24 to DELAYED/3 with the following changes: > anacron (2.3-24) unstable; urgency=medium > > * Team upload. > * Reference anacron and anacrontab man page in anacron.service > * Use native systemd timer unit to trigger anacron periodically. >

Bug#744753: anacron: Anacron not triggered when system resumes under systemd

2014-12-27 Thread Patrick Häcker
Of course, my proposed patches would requires that the machine is turned on at xx:00 at least once a day. Although that patch is much better than the current behavior, I don't think that the solution is general enough. It's perfectly legitimate to use a device only for some minutes every time

Bug#744753: anacron: Anacron not triggered when system resumes under systemd

2014-12-27 Thread Laurent Bigonville
tag 744753 + help thanks Hello, Could somebody take care of this bug? I don't have the time for this ATM. Cheers, Laurent Bigonville -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#744753: anacron: Anacron not triggered when system resumes under systemd

2014-12-27 Thread Peter Eisentraut
I don't know much about systemd, so I can't be of much help with this. If anyone wants to take responsibility for a solution, please go ahead. (Also consider addressing #771393 at the same time.) An alternative would be to remove systemd support from the package for the release and rely on the

Bug#744753: anacron: Anacron not triggered when system resumes under systemd

2014-11-23 Thread Alexandre Detiste
A much smaller change would just to add the following file in the cron.hourly directory (not tested): 8 #!/bin/sh /usr/sbin/invoke-rc.d anacron start /dev/null 8 Of course, my proposed patches would requires that the machine is turned on at xx:00 at least once a day. And

Bug#744753: anacron: Anacron not triggered when system resumes under systemd

2014-11-16 Thread Laurent Bigonville
tag 744753 + patch thanks Le Wed, 29 Oct 2014 10:50:27 +0100, Laurent Bigonville bi...@debian.org a écrit : Michael was proposing another solution. Instead of waking anacron at boot and just after sleep, we could run it every hour. So it would be quite unlikely that anacron is not run at

Bug#744753: anacron: Anacron not triggered when system resumes under systemd

2014-11-16 Thread Laurent Bigonville
Le Sun, 16 Nov 2014 20:42:57 +0100, Laurent Bigonville bi...@debian.org a écrit : [...] Tell me what do you think about this. A much smaller change would just to add the following file in the cron.hourly directory (not tested): 8 #!/bin/sh /usr/sbin/invoke-rc.d anacron start

Bug#744753: anacron: Anacron not triggered when system resumes under systemd

2014-10-29 Thread Laurent Bigonville
Le Tue, 28 Oct 2014 13:24:53 +0100, Laurent Bigonville bi...@debian.org a écrit : severity 744753 serious thanks Hello, IMHO this bug should be serious as anacron is more or less useless without this. Do we have a consensus on a solution here? Michael was proposing another solution.