Re: mod-gearman |showing false device down
Posted: Tue May 21, 2019 1:59 pm
The log file was archived so the other one with the time stamp did have some data in it and the error is that this Mod Gearman worker cannot connect to the Gearman Server so it cannot get the checks to run and that is causing the issue.
And the last entry in the file shows the worker exiting but it did not show that it was started.
I would verify that the Mod Gearman worker worker is running and that is can access the Gearman Server to get jobs and run them.
Run this to restart the Worker
Then check the /var/log/mod_gearman2/mod_gearman_worker.log file for any connection errors.
And the last entry in the file shows the worker exiting but it did not show that it was started.
I would verify that the Mod Gearman worker worker is running and that is can access the Gearman Server to get jobs and run them.
Run this to restart the Worker
Code: Select all
service mod-gearman2-worker restart