<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Aline,<br>
      <br>
      I made this series of patches when I investigated
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      the vnc connection failure.&nbsp; But it turns out it only happened in
      a very minor change.&nbsp; So I think we don't need include the fix in
      this release.&nbsp; We could consider it after the window of next
      release is open.<br>
      <br>
      Mark.<br>
      <br>
      On 12/18/2013 04:51 PM, Mark Wu wrote:<br>
    </div>
    <blockquote
      cite="mid:1387356681-22867-1-git-send-email-wudxw@linux.vnet.ibm.com"
      type="cite">
      <pre wrap="">It resolves two problems:
   A fixed port for firewall rule.
   Race between client and server. It happens on every first connection after
   the host running kimchi reboot.

Mark Wu (4):
  Move configuration parsing to config.py
  Add a configuration for vnc websocket proxy
  Use one weksockify instance as all vms' vnc proxy.
  Remove vnc related code in mockmodel

 docs/API.md              |  1 +
 src/kimchi.conf.in       |  3 +++
 src/kimchi/config.py.in  | 24 +++++++++++++++++++++---
 src/kimchi/controller.py |  5 ++++-
 src/kimchi/mockmodel.py  | 19 -------------------
 src/kimchi/model.py      | 18 +++++-------------
 src/kimchi/server.py     |  5 +++++
 src/kimchi/vnc.py        | 42 +++++++++++++++++++++++-------------------
 src/kimchid.in           | 20 +-------------------
 ui/js/src/kimchi.api.js  | 14 +++++---------
 10 files changed, 68 insertions(+), 83 deletions(-)

</pre>
    </blockquote>
    <br>
  </body>
</html>

<p></p>

-- <br />
project-kimchi mailing list &lt;project-kimchi@googlegroups.com&gt;<br />
<a href="https://groups.google.com/forum/#!forum/project-kimchi">https://groups.google.com/forum/#!forum/project-kimchi</a><br />
--- <br />
You received this message because you are subscribed to the Google Groups &quot;project-kimchi&quot; group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to project-kimchi+unsubscribe@googlegroups.com.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />