Re: resynchronize anacron

2022-02-10 Thread Jon LaBadie
On Thu, Feb 10, 2022 at 09:41:23PM +0100, Patrick Dupre wrote: Hello, Currently anacrontab is set 7 25 cron.weekly nice run-parts /etc/cron.weekly It means that it run every Thursday. I am no satisfied by thus day. How can I have it running every Saturday ? crontab is no

Re: resynchronize anacron

2022-02-10 Thread Jonathan Billings
On Feb 10, 2022, at 15:42, Patrick Dupre wrote: > > Hello, > > Currently anacrontab is set > 7 25 cron.weekly nice run-parts /etc/cron.weekly > > It means that it run every Thursday. > I am no satisfied by thus day. > How can I have it running every Saturday ? > > cronta

Re: resynchronize anacron

2022-02-10 Thread Tom Horsley
My fix to anacron is to eradicate it and run everything in cron which doesn't randomize run times :-). Put back the traditional /etc/crontab and remove the /etc/cron.hourly/0anacron file, and now cron works the way it always did. ___ users mailing list -

Re: resynchronize anacron

2022-02-10 Thread Joe Zeff
On 2/10/22 14:08, Patrick Dupre wrote: On 2/10/22 13:41, Patrick Dupre wrote: Currently anacrontab is set 7 25 cron.weekly nice run-parts /etc/cron.weekly It means that it run every Thursday. I am no satisfied by thus day. How can I have it running every Saturday ? No, t

Re: resynchronize anacron

2022-02-10 Thread Gordon Messmer
On 2/10/22 12:41, Patrick Dupre wrote: How can I have it running every Saturday ? Change the "last run date" in /var/spool/anacron/cron.weekly. (For reference: This is indicated by the "FILES" section of the anacron(8) man page.) ___ users mailing

Re: resynchronize anacron

2022-02-10 Thread Richard England
On 2/10/22 13:08, Patrick Dupre wrote: On 2/10/22 13:41, Patrick Dupre wrote: Currently anacrontab is set 7 25 cron.weekly nice run-parts /etc/cron.weekly It means that it run every Thursday. I am no satisfied by thus day. How can I have it running every Saturday ? No, t

Re: resynchronize anacron

2022-02-10 Thread Patrick Dupre
> On 2/10/22 13:41, Patrick Dupre wrote: > > Currently anacrontab is set > > 7 25 cron.weekly nice run-parts /etc/cron.weekly > > > > It means that it run every Thursday. > > I am no satisfied by thus day. > > How can I have it running every Saturday ? > > No, the man page f

Re: resynchronize anacron

2022-02-10 Thread Joe Zeff
On 2/10/22 13:41, Patrick Dupre wrote: Currently anacrontab is set 7 25 cron.weekly nice run-parts /etc/cron.weekly It means that it run every Thursday. I am no satisfied by thus day. How can I have it running every Saturday ? No, the man page for /etc/crontab says that

resynchronize anacron

2022-02-10 Thread Patrick Dupre
Hello, Currently anacrontab is set 7 25 cron.weekly nice run-parts /etc/cron.weekly It means that it run every Thursday. I am no satisfied by thus day. How can I have it running every Saturday ? crontab is not activated #30 12 * * 6 root run-parts /etc/cron.weekly 6 would