anarres: (Default)
anarres ([personal profile] anarres) wrote in [site community profile] dw_dev_training2010-07-08 12:48 pm
Entry tags:

Gearman on Dreamhack

Has anyone got any hints on getting Gearman working on a Dreamhack? I keep getting this: '[Error: Unable to get gearman client. @ hack.dreamwidth.net]'
alierak: (Default)

[personal profile] alierak 2010-07-08 01:30 pm (UTC)(link)
Yeah, I have it on mine. I got gearmand from dw/cvs/gearman/server/ and put it in dw/bin/, then ran it with "~/dw/bin/gearmand -p 17103 &". You'll need a different port for yours; ask [personal profile] sophie. Then in config-local.pl, I have:

@GEARMAN_SERVERS = ( '127.0.0.1:17103' );
azurelunatic: Vivid pink Alaskan wild rose. (Default)

[personal profile] azurelunatic 2010-07-08 11:00 pm (UTC)(link)
I'm linking to this both in case it has helpful hints, and so that if there's stuff missing from it, maybe it can get edited in: http://wiki.dwscoalition.org/notes/Setting_up_Gearman
pauamma: Cartooney crab wearing hot pink and acid green facemask holding drink with straw (Default)

[personal profile] pauamma 2010-07-18 07:03 pm (UTC)(link)
Are you trying on hack.dreamwidth.net, or on dreamhack.afunamatata.com? If the latter, you should configure it in config-local.pl http://dw-dev-training.dreamwidth.org/22144.html?thread=153984#cmt153984, using port 17096 instead of 17103.

Thus,
@GEARMAN_SERVERS = ( '127.0.0.1:17096' );
and
~/dw/bin/gearmand -p 17096 &
What happens then?