Gearman Not Listening on Right IP? Let's fix it!
Edit the /etc/sysconfig/gearmand and add the following:
OPTIONS="--listen=127.0.0.1 --port=4730"
Note, the default port is 4730.
Then, run "sudo service gearmand restart" -- and get "gearadmin --status" working!
Edit the /etc/sysconfig/gearmand and add the following:
OPTIONS="--listen=127.0.0.1 --port=4730"
Note, the default port is 4730.
Then, run "sudo service gearmand restart" -- and get "gearadmin --status" working!