Control Web Panel

WebPanel => CentOS 7 Problems => Topic started by: EndMove on September 05, 2019, 06:49:07 PM

Title: Cron spot does not work
Post by: EndMove on September 05, 2019, 06:49:07 PM
Hello, cron spot does not work on my panel I really need can you help me? or explain to me how to re install all cron spot system?


https://www.noelshack.com/2019-36-4-1567709339-capture.png
Title: Re: Cron spot does not work
Post by: EndMove on September 05, 2019, 07:11:49 PM
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
● crond.service - Command Scheduler
   Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Thu 2019-09-05 21:09:46 CEST; 35s ago
  Process: 9154 ExecStart=/usr/sbin/crond -n $CRONDARGS (code=exited, status=1/FAILURE)
 Main PID: 9154 (code=exited, status=1/FAILURE)

Sep 05 21:09:46 panel.softalabs.com systemd[1]: Started Command Scheduler.
Sep 05 21:09:46 panel.softalabs.com crond[9154]: crond: can't lock /var/run/crond.pid, otherpid may be 3448: Resource temporarily unavailable
Sep 05 21:09:46 panel.softalabs.com systemd[1]: crond.service: main process exited, code=exited, status=1/FAILURE
Sep 05 21:09:46 panel.softalabs.com systemd[1]: Unit crond.service entered failed state.
Sep 05 21:09:46 panel.softalabs.com systemd[1]: crond.service failed.
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
Title: Re: Cron spot does not work
Post by: mysticprog on September 06, 2019, 10:37:18 AM
Don't know is related but after last cwp7 update, for me cron jobs also not working.
Title: Re: Cron spot does not work
Post by: ginevra on September 16, 2019, 09:58:21 AM
I have the same problem, cron doesn't work on whmcs after upgrade cwp.
Title: Re: Cron spot does not work
Post by: giaiphapcong on March 14, 2024, 10:25:47 AM
I have the same problem, cron doesn't work on whmcs after upgrade cwp.

I'm have error same, a you have solotion?
Title: Re: Cron spot does not work
Post by: Starburst on March 14, 2024, 06:02:22 PM
What does the following show?

Code: [Select]
systemctl status crond
If it says Not Running, and Inactive.
Run:

Code: [Select]
systemctl start crond
systemctl enable crond