installation on RedHat Enterprise Linux

Asked by Joshua Yoon

Hello.

I have probleam with installation or starting demon gearmand 0.14

installation was sucessful but..

when I try running gearman demon with "gearmand -d" gearmand do nothing. (ps -ef |grep gearman, there are no process)

gearmand -uroot -v : no message too

Please help me.

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Gearman Edit question
Assignee:
No assignee Edit question
Solved by:
Joshua Yoon
Solved:
Last query:
Last reply:
Revision history for this message
James Butler (james-butler) said :
#1

What version of RHEL are you running?
Does running gearman with '-d' work ok?
Are you trying to run it as unprivledged user or root (or both?)

Revision history for this message
Joshua Yoon (kotelking) said :
#2

This problem was solved with

gearmand -u 'someusername' -d

and I heard verbose mode was removed from 0.12

It works.

Thanks