On Wed, Sep 29, 2010 at 5:54 PM, Julian Edwards <[email protected]> wrote:
> * Rabbit MQ (why is this installed when we're not even using it yet?) > * Memcached You can turn off memcached - LP starts this as necessary. And RabbitMQ since no code is using it yet (waiting on staging install). I think the 'preferred' method is still the incredibly ugly: update-rc.d -f memcached remove update-rc.d memcached stop 20 2 3 4 5 . (or is there some way of making service(8) do the right thing? Nothing in the manpage) > Rabbit is particularly annoying because it blocks shutdown on my machine when > it hangs :/ My laptop too. I keep forgetting to disable it :) -- Stuart Bishop <[email protected]> http://www.stuartbishop.net/ _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

