Ubuntu 10.04 服务器上的 RabbitMQ [英] RabbitMQ on Ubuntu 10.04 Server

查看:45
本文介绍了Ubuntu 10.04 服务器上的 RabbitMQ的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尝试在带有 Ubuntu 10.04 的 VPS 上运行 RabbitMQ.一切照常:

Trying to run RabbitMQ on VPS with Ubuntu 10.04. Doing everything like usual:

  • 添加了 RabbitMQ deb 存储库
  • 使用 apt-get update 进行更新
  • 使用 apt-get install rabbitmq-server 安装

在我装有 Ubuntu 11.10 的本地机器和另一个具有相同 10.04 的 VPS 上,一切正常.但是在这个我收到这样的错误(来自/var/log/rabbitmq/startup_log):

On my local machine with Ubuntu 11.10 and another VPS with same 10.04 everything works just fine. But on this one i getting error like this (from /var/log/rabbitmq/startup_log):

    Activating RabbitMQ plugins ...

********************************************************************************
********************************************************************************

0 plugins activated:

ERROR: epmd error for host "67714": badarg (unknown POSIX error)

我做错了什么,这是什么?

What i'm doing wrong and wtf is this?

推荐答案

以下在 Fedora 16 上对我有用,感谢 匿名提示.

The following worked for me on Fedora 16, thanks to an anonymous hint.

su
    vim /etc/hosts
        127.0.0.1 localhost.localdomain   localhost  YOUR-HOSTNAME
        ::1       localhost6.localdomain6 localhost6
    service rabbitmq-server start

例如,假设您的主机名是 67714.

For example, suppose your hostname is 67714.

su
    vim /etc/hosts
        127.0.0.1 localhost.localdomain   localhost  67714
        ::1       localhost6.localdomain6 localhost6
    service rabbitmq-server start

这篇关于Ubuntu 10.04 服务器上的 RabbitMQ的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆