Author Topic: Cron spot does not work  (Read 5530 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Cron spot does not work
« 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

Offline
*
Re: Cron spot does not work
« Reply #1 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.
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""

Offline
*
Re: Cron spot does not work
« Reply #2 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.

Offline
*
Re: Cron spot does not work
« Reply #3 on: September 16, 2019, 09:58:21 AM »
I have the same problem, cron doesn't work on whmcs after upgrade cwp.

Offline
*
Re: Cron spot does not work
« Reply #4 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?

Offline
****
Re: Cron spot does not work
« Reply #5 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