<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    (please reply to the list rather than personal mail)<br>
    <br>
    On 09/08/2011 11:23 PM, huachao yao wrote:
    <blockquote
cite="mid:CABK2uVugGw+4M+CNMZYep-oYd=Ur47wgbNJVD9kyT4fE7SqRfA@mail.gmail.com"
      type="cite"><br>
      <br>
      <div class="gmail_quote">2011/9/9 Laine Stump <span dir="ltr"><<a
            moz-do-not-send="true" href="mailto:laine@laine.org">laine@laine.org</a>></span><br>
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div class="im">On 09/07/2011 11:03 PM, huachao yao wrote:<br>
            <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
              0.8ex; border-left: 1px solid rgb(204, 204, 204);
              padding-left: 1ex;">
              Hello, i want to start a guest OS in the server, and use
              spice to achieve  graphical interaction with the guest OS.
              But when i config the XML file, i was confuse by spice .<br>
              The graphic node is :<br>
              <graphics type='spice' port='5990' ><listen
              type='address' address='127.0.0.1'/></graphics><br>
              <br>
              but is has such error as below :<br>
              libvir: QEMU error : internal error process exited while
              connecting to monitor: qemu-spice: -spice
              port=5990,addr=127.0.0.1,disable-ticketing: Invalid
              parameter 'addr'<br>
              parse error: port=5990,addr=127.0.0.1,disable-ticketing<br>
            </blockquote>
            <br>
          </div>
          Apparently your "qemu-spice" binary supports the -spice
          option, but doesn't support the addr option. That seems very
          strange. What is the origin of "qemu-spice", and what version
          does it display?
          <div class="im">
            <br>
          </div>
        </blockquote>
        <div><span style="color: rgb(255, 0, 0);">The qemu-spice version
            is :</span><br style="color: rgb(255, 0, 0);">
          <span style="color: rgb(0, 0, 0);">version 0.13.50
            (qemu-kvm-devel), copy-right 2003-2008 </span><br
            style="color: rgb(255, 0, 0);">
          <span style="color: rgb(255, 0, 0);">and the host OS is <span
              style="color: rgb(0, 0, 0);">Fedora 13 , x86_64</span></span><br
            style="color: rgb(255, 0, 0);">
          <span style="color: rgb(255, 0, 0);">I think that  <span
              style="color: rgb(0, 0, 0);">"qemu-spice" binary supports
              the -spice option, but doesn't support the addr option."</span>
            is a good reason to explain to problem. But how can i get
            the latest qemu-spice ?</span><br style="color: rgb(255, 0,
            0);">
          <span style="color: rgb(255, 0, 0);">It is suit fedora 13?</span><br>
        </div>
      </div>
    </blockquote>
    <br>
    Where did the original "qemu-spice" come from? That's not an
    official Fedora13 package, and in later versions of Fedora, spice
    support is included in the standard qemu-kvm package. It sounds like
    you either built qemu + a spice patch from source, or found a
    prebuilt package like that somewhere.<br>
    <br>
    I've only used the spice support that is integrated into the
    qemu-kvm package of Fedora 14 and RHEL (the qemu-kvm in Fedora 13 is
    too old to have spice support, and Fedora 13 is now officially out
    of support mode)<br>
    <br>
    I would do one of these things:<br>
    <br>
    1) try getting a source tarball for a more recent qemu-kvm release
    and build/install that on your F13 machine.<br>
    <br>
    2) upgrade to F14 or F15 (if you upgrade to F14, add the
    virt-preview repo to your yum configuration (just copy
    <a class="moz-txt-link-freetext" href="http://repos.fedorapeople.org/repos/jforbes/virt-preview/fedora-virt-preview.repo">http://repos.fedorapeople.org/repos/jforbes/virt-preview/fedora-virt-preview.repo</a>
    into /etc/yum.repos.d)<br>
    <br>
    3) Decide that you maybe don't *really* need spice support, but that
    the VNC-based guest displays are adequate for your needs - this will
    work with the stock qemu-kvm on F13 and is just fine for most uses.<br>
    <br>
  </body>
</html>