zoukankan      html  css  js  c++  java
  • 一个xend无法启动的问题

    xend报错:
    [2012-02-06 13:43:39 15439] INFO (XMLRPCServer:134) Opening TCP XML-RPC
    server on localhost:9363; authentication has been disabled for this server.
    [2012-02-06 13:43:39 15439] INFO (XMLRPCServer:156) Opening Unix domain
    socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been
    disabled for this server.
    [2012-02-06 13:43:39 15439] ERROR (XMLRPCServer:161) Cannot start server:
    Name or service not known!
    [2012-02-06 13:43:39 15439] INFO (XMLRPCServer:156) Opening Unix domain
    socket XML-RPC server on /var/run/xend/xmlrpc.sock.
    [2012-02-06 13:44:10 15439] ERROR (SrvServer:139) Server XMLRPCServer did not
    initialise!


    原因:

    /etc/hosts中没有localhost

    而xend配置文件中使用了localhost:
    (xen-api-server ((localhost:9363 none)(unix none)))
    258 (xend-http-server yes)
    259 (xend-relocation-server yes)
    260 (xend-port            8000)
    261 (xend-relocation-port 8002)
    262 (network-script network-bridge)
    263 (vif-script vif-bridge)

  • 相关阅读:
    Docker容器查看ip地址
    抽象工厂模式
    idea插件
    作业统计
    tarjan强连通图分量
    Android动画浅析
    位运算
    mongodb笔记
    依赖倒置原则
    单一职责原则
  • 原文地址:https://www.cnblogs.com/feisky/p/2874707.html
Copyright © 2011-2022 走看看