package dependencies for rabbit in production

Bug #605870 reported by Robert Collins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Launchpad itself
Fix Released
High
Unassigned

Bug Description

From RT 40398:
"Can you create a "launchpad-messagequeue-dependencies" package (or whatever)? U1 has an equivalent that includes python-amqplib (for the nagios check), rabbitmq-server, stunnel4 (because rabbitmq doesn't, or didn't support SSL)."

This can be translated as:
in the dependencies bzr branch, add a new binary package output called launchpad-messagequeue-dependencies depending on
"python-amqplib, rabbitmq-server, stunnel4"

Related branches

Changed in launchpad-foundations:
status: New → Fix Released
Revision history for this message
Julian Edwards (julian-edwards) wrote :

I've now got more server daemons running on my developer desktop/laptop. Can you please, please, please add a way of disabling this crap for people who don't need it?

Gary Poster (gary)
Changed in launchpad-foundations:
importance: Undecided → High
Revision history for this message
Stuart Bishop (stub) wrote : Re: [Bug 605870] Re: package dependencies for rabbit in production

On Tue, Jul 20, 2010 at 6:55 AM, Gary Poster <email address hidden> wrote:
> ** Changed in: launchpad-foundations
>   Importance: Undecided => High

sudo service rabbitmq-server stop
sudo update-rc.d -f rabbitmq-server remove

sudo service memcached stop
sudo update-rc.d -f memcached remove

sudo service apache2 stop
sudo update-rc.d -f apache2 remove

sudo service postfix stop
sudo update-rc.d -f postfix remove

sudo service postgresql-8.3 stop
sudo update-rc.d -f postgresql-8.3 remove

sudo service postgresql-8.4 stop
sudo update-rc.d -f postgresql-8.4 remove

sudo service slony1 stop
sudo update-rc.d -f slony1 remove

Not sure how or if this should be automated - different devs have
different needs. The only one everyone will want is the memcached one
(Launchpad fires up its own instance as necessary on dev boxes).

--
Stuart Bishop <email address hidden>
http://www.stuartbishop.net/

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.