I'm trying to install Gearman on Ubuntu 16.04. the gearman documentation said:
If you are running Debian/sid, run apt-get install gearman-job-server. This package may be slightly out of date due to the time it takes to propagate to the repositories.
I tried to run the following command to install Gearman, but it doesn't seem to work.
sudo apt-get install gearman-job-server
If I use the following command, it won't display any output.
gearmand -d
You have to options:
gearmand
as user permitted to write into default logging file/var/log/gearmand.log
gearmand -d --log-file YOUR-LOGGING-FILE