anarres: (pic#456045)anarres ([personal profile] anarres) wrote in [site community profile] dw_dev_training,
@ 2010-07-08 12:48 pm UTC
  • Previous Entry
  • Add to Memories
  • Tell someone about this!
  • Next Entry
Entry tags:dreamhacks, gearman
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]'


(Read 25 comments) - (Post a new comment)
(Flat) (Top-level comments only)

anarres: (pic#456045)

Re: the saga continues...


[personal profile] anarres
2010-07-30 12:13 pm UTC (link)
This is probably a dumb question but, how do I kill processes?

(Reply to this)  (Thread from start)  (Parent)  (Thread


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)

Re: the saga continues...


[staff profile] denise
2010-07-30 12:16 pm UTC (link)
Ha! One I finally know! (No such thing as a dumb question around here.)

Once you've identified the process ID ('ps -aux' will get you a list of the full set of processes running on the machine), "kill [processid]", then wait. It should then be gone when you list the processes again. If it isn't, you might need to wait a few minutes and issue the kill again; if that doesn't work, "kill -9 [pid]" will get rid of a really stuck process, but you should reserve that for the stubborn ones, since it forces an exit and doesn't do a graceful shutdown.

(Reply to this)  (Thread from start)  (Parent)  (Thread


anarres: (pic#456045)

Re: the saga continues...


[personal profile] anarres
2010-07-30 03:31 pm UTC (link)
Thanks, I think I killed it. Phew.

(Reply to this)  (Thread from start)  (Parent)  (Thread


denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (me, standing outside a broken phone booth)

Re: the saga continues...


[staff profile] denise
2010-07-30 03:34 pm UTC (link)
You're welcome! I'm just excited that there was a question I knew the answer to. *G*

(Reply to this)  (Thread from start)  (Parent



(Read 25 comments) - (Post a new comment)
(Flat) (Top-level comments only)