Re: running cron jobs setpriority permission denied

2022-03-09 Thread Sami Halabi
Hi, Thank You!! indeed that helped! Sami On Wed, Mar 9, 2022 at 11:03 AM Ronald Klop wrote: > It sounds similar to this issue. > > https://github.com/cbsd/cbsd/issues/437 "default nice 1 prevents cron in > jail #437" > > Does that help? > > Regards, > Ronald. > > > > *Van:* Sami Halabi > *Datu

Re: running cron jobs setpriority permission denied

2022-03-09 Thread Ronald Klop
It sounds similar to this issue. https://github.com/cbsd/cbsd/issues/437 "default nice 1 prevents cron in jail #437" Does that help? Regards, Ronald. Van: Sami Halabi Datum: dinsdag, 8 maart 2022 22:00 Aan: freebsd-sta...@freebsd.org, FreeBSD Current , freebsd-j...@freebsd.org, freebsd-...

Re: running cron jobs setpriority permission denied

2022-03-08 Thread Sami Halabi
Hi, If you saw also logins to jail (jesec /bin/csh) has logged similar errors. # ll /etc/cron.d/ total 8 -rw-r--r-- 1 root wheel 203 Dec 2 07:45 at -rw--- 1 root wheel 318 Mar 8 23:40 directadmin_cron The job is inside a file in /etc/cron.d I tried to put it directly in /etc/crtontab

Re: running cron jobs setpriority permission denied

2022-03-08 Thread Chris
On 2022-03-08 13:00, Sami Halabi wrote: Hi, I have a jail ran by cbsd which has a cronjob like this: * * * * * root /usr/local/directadmin/dataskq I see every minute this error logged in /var/log/messages: cron[71002]: setpriority 'root' (daemon): Permission denied Did root set up the cron(8)