Login Status


ShareSource Site » Projects » xguests » xguestsWiki

Project: Xen Guests [Wiki]

(*) Summary   [^] Files   [!] Bug Tracker   (») Mercurial Repository  
Project Wiki (Page: Home)
Last Changed 3 years ago, by Tim

The Xguests Mini Wiki

Here you will find answers to frequently asked questions as well as a short roadmap for future releases. Feel free to edit this page if you find something missing, just be sure to use the preview feature before committing the edit.

Frequently Asked Questions

  • Q: The configure script tells me that it can't find libxenctrl and asks if Xen is installed, however I'm sure that Xen is installed!
  • A: You need to install the Xen development headers. On Ubuntu/Debian systems this package is named libxen3-dev. If you have installed Xen from source, or from an official binary release package, you should already have these installed.
  • Q: I have the Xen development headers installed, however I get an error: xenstat/xenstat.c:158: error: 'xc_physinfo_t' has no member named 'nr_cpus'
  • A: Your likely using an old version of Xen, or you have mis-matched versions when installing development libraries for Xen. Contact the authors on the list and we'll try to help.

Goals For Next Version: 1.1.2

  • Depreciate libxenstat
  • Add network/vbd stats to all output formats
  • SQL logging facilities

Who Is Doing What?

  • Tim Post:
    • Slowly but surely phasing out libxenstat with original code
    • Maintaining autoconf stuff