[rabbitmq-discuss] python fabric stalls when using apt-get to install 2.4.1 rabbitmq-server

Simon MacMullen simon at rabbitmq.com
Tue May 10 17:08:39 BST 2011


Our debian repo doesn't keep old versions, but you can manually download 
the deb from

http://www.rabbitmq.com/releases/rabbitmq-server/v2.3.1/

and install it with dpkg.

Cheers, Simon

On 10/05/11 17:06, David Hsu wrote:
> bump.  Is there a way to apt-get 2.3.1 so i can test why my python
> fabric is stalling when installing 2.4.1, but installs fine manually.
>
> thx,
> david
>
> On Thu, Apr 21, 2011 at 5:59 PM, David Hsu <david.hsu at gmail.com
> <mailto:david.hsu at gmail.com>> wrote:
>
>     Hi Matthias,
>
>     When i manually install rabbitmq(instead of using python fabric), it
>     works fine with the exact same log message pasted below(also i
>     pasted a portion of my fabric script).
>
>     I noticed the only difference from when it was working to when it
>     stalls is the the version(previously used 2.3.1).  Is there a way i
>     can do "apt-get install rabbitmq-server=2.3.1" and see if that works?
>
>     thx,
>     david
>
>     ///FABRIC
>          sudo('cd /etc/apt; echo "deb http://www.rabbitmq.com/debian/
>     testing main" >> sources.list;')
>          sudo('cd /home; wget
>     http://www.rabbitmq.com/rabbitmq-signing-key-public.asc;')
>          sudo('cd /home; apt-key add rabbitmq-signing-key-public.asc;')
>          sudo('apt-get update')
>          sudo('apt-get -y upgrade')
>          sudo('apt-get install -y python-setuptools')
>          sudo('easy_install pip')
>          sudo('pip install virtualenv')
>          sudo('apt-get install -y rabbitmq-server') //STALLS AFTER THIS
>     IS COMPLETE
>          sudo('apt-get install -y apache2')
>     ////
>
>     ////////LOG
>     out: Setting up unixodbc (2.2.11-21) ...
>     out:
>     out: Setting up erlang-odbc (1:13.b.3-dfsg-2ubuntu2.1) ...
>     out: Setting up erlang-nox (1:13.b.3-dfsg-2ubuntu2.1) ...
>     out: Setting up rabbitmq-server (2.4.1-1) ...
>     out: Adding group `rabbitmq' (GID 105) ...
>     out: Done.
>     out: Adding system user `rabbitmq' (UID 103) ...
>     out: Adding new user `rabbitmq' (UID 103) with group `rabbitmq' ...
>     out: Not creating home directory `/var/lib/rabbitmq'.
>     out: Starting rabbitmq-server: SUCCESS
>     out: rabbitmq-server.
>     out: Processing triggers for libc-bin ...
>     out: ldconfig deferred processing now taking place //STALLS HERE
>     with PYTHON FABRIC
>     ///////////
>
>
>
>
>     On Thu, Apr 21, 2011 at 2:12 AM, Matthias Radestock
>     <matthias at rabbitmq.com <mailto:matthias at rabbitmq.com>> wrote:
>
>         David,
>
>
>         On 19/04/11 22:21, David Hsu wrote:
>
>             Recently when i apt-get install rabbitmq-server with python
>             fabric,
>             fabric stalls after completion of the installation.  any
>             ideas why?
>
>
>         Does a normal installation of rabbitmq, i.e. just running "sudo
>         apt-get install rabbitmq-server" w/o using python fabric, work ok?
>
>
>         Matthias.
>
>
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


-- 
Simon MacMullen
Staff Engineer, RabbitMQ
SpringSource, a division of VMware



More information about the rabbitmq-discuss mailing list