[chef] Re: Re: Re: About stopping the chef server instance (v0.7)


Chronological Thread 
  • From: Bryan McLellan < >
  • To:
  • Subject: [chef] Re: Re: Re: About stopping the chef server instance (v0.7)
  • Date: Mon, 18 Jan 2010 16:50:13 -0800

On Mon, Jan 18, 2010 at 4:01 AM, Dikang Gu 
< >
 wrote:
> And by using "ps aux | grep merb", I find that the 8938 is "merb : master",
> and 8940 is "merb : spawner".

On the topic of merb, I find this pattern usually works

sudo /etc/init.d/chef-server stop
sudo killall -INT chef-server
sudo killall -15 chef-server

Folks more familiar with merb have told me it needs the INT signal,
but it is unclear to me in what order it should come in. If chef is
running under runit you can also do an 'sv int chef-server' and 'sv
term chef-server'.

Bryan



Archive powered by MHonArc 2.6.16.

§