search for: 35715c1a2c9717e461e3

Displaying 1 result from an estimated 1 matches for "35715c1a2c9717e461e3".

2013 May 20
2
Unicorn + RUnit Rails Not Killing Old Master
...estart process to make the old master exit? -- More details: When I deploy a new version of software, the unicorn master fails to restart. Here is an example of my ps auxfg output after I run `/etc/init.d/myzippykid restart` (which is symlinked to /usr/bin/sv): https://gist.github.com/grahamc/35715c1a2c9717e461e3 When I run `killall unicorn`, the ruby script under runsvdir gets replaced with the unicorn worker. This is because the ruby script is attempting to bind to port 8080, which is already taken up by the unicorn master process. As soon as the old master is out of the way, its capable of binding....