Fubaredness Is Contagious

Dmitriy Samovskiy’s Blog

Entries Tagged as 'erlang'

Hacking RabbitMQ – Remote Queue Forwarders

December 2nd, 2009 · Comments Off

Since earlier this year when I got my copy of Erlang book, I’ve wanted to do something unconventional with RabbitMQ source. I finally came up with an idea, which is somewhat interesting and maybe even useful, and could be done by an Erlang beginner like myself.
Some background first. Each Erlang program in general consists of [...]

[Read more →]

Tags: erlang · rabbitmq

Building Erlang R13B02-1

October 21st, 2009 · Comments Off

This is a quick note in case anyone is having the same issue.
When building erlang R13B02-1 on a 64bit non-SMP machine (not sure if it matters), “make -j 2″ somehow resulted in an error which I could not work around. Reverting to simply make (without -j 2) and starting compilation from the very beginning fixed [...]

[Read more →]

Tags: erlang · rabbitmq

Compiling Erlang On Linux With Old Glibc

April 14th, 2009 · Comments Off

I recently wanted to compile Erlang (in order to install RabbitMQ) on a Linux box with old glibc (2.3.2, from days of Red Hat Linux 7.0). It was the only out-of-date component, everything else was quite fresh – GCC 4.3.3, binutils 2.19.1.
Version of Erlang I used was R12B-5. I configured it with ./configure –disable-x –enable-threads [...]

[Read more →]

Tags: erlang · linux

On rabbitmqctl and badrpc,nodedown

February 19th, 2009 · 8 Comments

In the true spirit of open source community that has formed around RabbitMQ in the past several years and continues growing every week, on the mailing list we have recently tackled an issue when one runs “rabbitmqctl status” and gets “badrpc,nodedown” response, while broker is running as evidenced by ps output. Check out a thread [...]

[Read more →]

Tags: erlang · rabbitmq

Snoopy Fubars Erlang

April 22nd, 2008 · 2 Comments

I just spent roughly 2 days trying to figure out why I could not start a rabbitmq broker on a Debian machine. To make a long story short, it was caused by snoopy. Snoopy fubars erlang. Solution is to remove snoopy (dpkg –purge snoopy, if you are on Debian).
Here are some symptoms that you might [...]

[Read more →]

Tags: erlang · rabbitmq