<div dir="ltr">Hello, <br><br>I experienced something weird on my developpement server.<br>RabbitMQ don't start and block my OS booting process, <br><br>I'm using Debian Sqeeze and deb paquet of RabbitMQ server, not Debian paquet.<br><br>I mount /var/log on tmpfs and directory is fresh each time I start my laptop.<br>This is the problem, rabbitmq starting script (in /etc/init.d/rabbitmq-server) assume that dir /var/log/rabbitmq exists but in my case it doesn't.<br><br>I added on top of the srcipt after variable declaration a test if dir exists and if not I create it.<br>With this patch, RabbitMQ don't failed anymore.<br><br>I guess this test could be added for everyone.<br><br>Thanks <br>Ulrich<br></div>