• xen 4.3.0 创建Guest OS遇到的一些问题


    1.physical machine: Centos 6.5

       Xen Version: xen 4.3.0

       Guest OS Version: Centos 6.5

    2. After finishing the configuration file for Guest OS, we should use xl command

        to create a virtual machine as following:

     xl create xxx.cfg

       xxx.cfg represents condiguration file for Guest OS which you want to create.

       When this command is executing, there is an error message showing like this:

       Traceback (most recent call last):

        File "/usr/lib/xen/bin/pygrub", line 20, in <module>

        import xen.lowlevel.xc ImportError: No module named xen.lowlevel.xc

        We can rebuild and install xen kernel to resolve this problem, but I do not know the

        essential reason caused this error.

        To rebuild xen 4.3.0 kernel: make dist PYTHON_PREFIX_AGR=

        To reinstall xen 4.3.0 kernel: make install PYTHON_PREFIX_ARG=

    10/2/2014

  • 相关阅读:
    JAVAOO 11 12 15 13 章
    JAVAOO 继承~接口 笔记
    JAVAOO 5~6章笔记
    JAVAOO 1—4章学习重点
    CSS超链接和导航
    XHTML基础
    ZooKeeper伪集群安装配置
    异常,常用类,集合
    继承,抽象,多态,接口
    java oo 第一周
  • 原文地址:https://www.cnblogs.com/miaoyong/p/4004567.html
Copyright © 2020-2023  润新知