Activity log for bug #1312507

Date Who What changed Old value New value Message
2014-04-25 02:24:34 Thiago Martins bug added bug
2014-05-15 07:24:19 Thiago Martins bug added subscriber James Page
2014-07-14 18:33:30 Launchpad Janitor rabbitmq-server (Ubuntu): status New Confirmed
2014-07-14 18:33:33 Patrick Hetu bug added subscriber Patrick Hetu
2014-08-08 12:11:13 James Page bug task added erlang (Ubuntu)
2014-08-12 13:47:37 James Page nominated for series Ubuntu Trusty
2014-08-12 13:47:37 James Page bug task added erlang (Ubuntu Trusty)
2014-08-12 13:47:37 James Page bug task added rabbitmq-server (Ubuntu Trusty)
2014-08-12 13:47:37 James Page nominated for series Ubuntu Utopic
2014-08-12 13:47:37 James Page bug task added erlang (Ubuntu Utopic)
2014-08-12 13:47:37 James Page bug task added rabbitmq-server (Ubuntu Utopic)
2014-08-12 13:47:49 James Page rabbitmq-server (Ubuntu Utopic): status Confirmed Invalid
2014-08-12 13:47:51 James Page rabbitmq-server (Ubuntu Trusty): status New Invalid
2014-08-12 13:52:00 James Page erlang (Ubuntu Utopic): status New In Progress
2014-08-12 13:52:02 James Page erlang (Ubuntu Utopic): importance Undecided High
2014-08-12 13:52:05 James Page erlang (Ubuntu Utopic): assignee James Page (james-page)
2014-08-12 13:52:10 James Page erlang (Ubuntu Trusty): status New Triaged
2014-08-12 13:52:12 James Page erlang (Ubuntu Trusty): importance Undecided High
2014-08-12 13:54:49 James Page summary rabbitmq-server fails to start on a IPv6-Only environment rabbitmq-server fails to start on a IPv6-Only environment/epmd is not IPv6 enabled
2014-08-12 14:02:05 James Page description Guys, I'm trying to install rabbitmq-server on Ubuntu 14.04 on a IPv6-Only network and it fails, look: --- root@server-1:~# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up rabbitmq-server (3.2.4-1) ... * Starting message broker rabbitmq-server * FAILED - check /var/log/rabbitmq/startup_\{log, _err\} ...fail! invoke-rc.d: initscript rabbitmq-server, action "start" failed. dpkg: error processing package rabbitmq-server (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: rabbitmq-server E: Sub-process /usr/bin/dpkg returned an error code (1) --- The log: --- root@server-1:~# cat /var/log/rabbitmq/startup_log ERROR: epmd error for host "server-1": address (cannot connect to host/port) --- The connectivity (resolved via /etc/hosts): --- root@server-1:~# ping6 server-1 PING server-1(server-1.domain.com.br) 56 data bytes 64 bytes from server-1.domain.com.br: icmp_seq=1 ttl=64 time=0.019 ms 64 bytes from server-1.domain.com.br: icmp_seq=2 ttl=64 time=0.044 ms --- However, if I comment out the "nameserver 2001:4860:4860::8844" entries out from /etc/resolv.conf, then, rabbitmq-server starts! Very weird... Nothing on /etc/resolv.conf now...: --- root@server-1:~# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up rabbitmq-server (3.2.4-1) ... * Starting message broker rabbitmq-server ...done. --- I found the following topics about this on the net: * Related: http://rabbitmq.1065348.n5.nabble.com/Error-starting-rabbitmq-in-IPv6-environment-td32001.html * Not sure if it is related: http://blog.domb.net/?p=290 http://hg.rabbitmq.com/rabbitmq-erlang-client/rev/7f53561c0c11 Best! Thiago [Impact] Users of RabbitMQ in IPv6 environments are unable to stop/start/restart rabbitmq. [Test Case] On and IPv6 only server: sudo apt-get install rabbitmq-server ... * Starting message broker rabbitmq-server * FAILED - check /var/log/rabbitmq/startup_\{log, _err\} ...fail! [Regression Potential] The fix for this issue is in erlang itself; enabling IPv6 support in epmd is a compile time option so there is scope for regression. Testing should ensure that existing IPv4 deployments of erlang tools do not regress with this change (validated RMQ already against PPA packages). [Original Bug Report] Guys, I'm trying to install rabbitmq-server on Ubuntu 14.04 on a IPv6-Only network and it fails, look: --- root@server-1:~# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up rabbitmq-server (3.2.4-1) ...  * Starting message broker rabbitmq-server  * FAILED - check /var/log/rabbitmq/startup_\{log, _err\}    ...fail! invoke-rc.d: initscript rabbitmq-server, action "start" failed. dpkg: error processing package rabbitmq-server (--configure):  subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing:  rabbitmq-server E: Sub-process /usr/bin/dpkg returned an error code (1) --- The log: --- root@server-1:~# cat /var/log/rabbitmq/startup_log ERROR: epmd error for host "server-1": address (cannot connect to host/port) --- The connectivity (resolved via /etc/hosts): --- root@server-1:~# ping6 server-1 PING server-1(server-1.domain.com.br) 56 data bytes 64 bytes from server-1.domain.com.br: icmp_seq=1 ttl=64 time=0.019 ms 64 bytes from server-1.domain.com.br: icmp_seq=2 ttl=64 time=0.044 ms --- However, if I comment out the "nameserver 2001:4860:4860::8844" entries out from /etc/resolv.conf, then, rabbitmq-server starts! Very weird... Nothing on /etc/resolv.conf now...: --- root@server-1:~# apt-get -f install Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 1 not fully installed or removed. After this operation, 0 B of additional disk space will be used. Setting up rabbitmq-server (3.2.4-1) ...  * Starting message broker rabbitmq-server    ...done. --- I found the following topics about this on the net: * Related: http://rabbitmq.1065348.n5.nabble.com/Error-starting-rabbitmq-in-IPv6-environment-td32001.html * Not sure if it is related: http://blog.domb.net/?p=290 http://hg.rabbitmq.com/rabbitmq-erlang-client/rev/7f53561c0c11 Best! Thiago
2014-08-12 16:27:33 Launchpad Janitor erlang (Ubuntu Utopic): status In Progress Fix Released
2014-08-12 19:17:18 James Page bug added subscriber Ubuntu Stable Release Updates Team
2014-08-19 16:42:21 Chris J Arges erlang (Ubuntu Trusty): status Triaged Fix Committed
2014-08-19 16:42:27 Chris J Arges bug added subscriber SRU Verification
2014-08-19 16:42:30 Chris J Arges tags verification-needed
2014-08-22 22:26:03 Thiago Martins tags verification-needed verification-done
2014-08-26 20:04:44 Chris J Arges removed subscriber Ubuntu Stable Release Updates Team
2014-08-26 20:10:21 Launchpad Janitor erlang (Ubuntu Trusty): status Fix Committed Fix Released