<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 04/16/2014 02:56 AM, Sheldon wrote:<br>
    </div>
    <blockquote cite="mid:534E1B84.5050002@linux.vnet.ibm.com"
      type="cite">anyone encounter this problem?
      <br>
      <br>
      $ sudo PYTHONPATH=src ./src/kimchid --host "0.0.0.0" --port 8000
      <br>
      <br>
      Loading YumUpdate features.
      <br>
      Loaded plugins: langpacks, refresh-packagekit
      <br>
      [16/Apr/2014:13:47:33] ENGINE Bus STARTING
      <br>
      [16/Apr/2014:13:47:33] ENGINE Started monitor thread
      'Autoreloader'.
      <br>
      [16/Apr/2014:13:47:33] ENGINE Started monitor thread
      '_TimeoutMonitor'.
      <br>
      [16/Apr/2014:13:47:33] ENGINE Serving on 0.0.0.0:8001
      <br>
      [16/Apr/2014:13:47:33] ENGINE Serving on 0.0.0.0:8000
      <br>
      *** Running feature tests ***
      <br>
      127.0.0.1 - - [16/Apr/2014:13:47:34] "HEAD /images/icon-fedora.png
      HTTP/1.1" 200 4449 "" ""
      <br>
      127.0.0.1 - - [16/Apr/2014:13:47:34] "GET /images/icon-fedora.png
      HTTP/1.1" 206 4449 "" ""
      <br>
      127.0.0.1 - - [16/Apr/2014:13:47:34] "HEAD /images/icon-fedora.png
      HTTP/1.1" 200 4449 "" ""
      <br>
      WebSocket server settings:
      <br>
      - Listen on :64667
      <br>
      - Flash security policy server
      <br>
      - No SSL/TLS support (no cert file)
      <br>
      - proxying from :64667 to targets in /var/lib/kimchi/vnc-tokens
      <br>
      <br>
      *** Feature tests completed ***
      <br>
      [16/Apr/2014:13:47:40] ENGINE Bus STARTED
      <br>
      libvirt: XML-RPC error : Cannot write data: Broken pipe
      <br>
      Connection to libvirt broken. Recycling. ecode: 38 edom: 7
      <br>
      Exception in thread Thread-2:
      <br>
      Traceback (most recent call last):
      <br>
      File "/usr/lib64/python2.7/threading.py", line 811, in
      __bootstrap_inner
      <br>
      self.run()
      <br>
      File
      "/usr/lib/python2.7/site-packages/cherrypy/process/plugins.py",
      line 475, in run
      <br>
      self.function(*self.args, **self.kwargs)
      <br>
      File "/home/shhfeng/work/workdir/kimchi/src/kimchi/model/vms.py",
      line 66, in _update_guests_stats
      <br>
      vm_list = self.get_list()
      <br>
      File "/home/shhfeng/work/workdir/kimchi/src/kimchi/model/vms.py",
      line 221, in get_list
      <br>
      return self.get_vms(self.conn)
      <br>
      File "/home/shhfeng/work/workdir/kimchi/src/kimchi/model/vms.py",
      line 226, in get_vms
      <br>
      names = [dom.name().decode('utf-8') for dom in
      conn.listAllDomains(0)]
      <br>
      File
      "/home/shhfeng/work/workdir/kimchi/src/kimchi/model/libvirtconnection.py",
      line 62, in wrapper
      <br>
      ret = f(*args, **kwargs)
      <br>
      File "/usr/lib64/python2.7/site-packages/libvirt.py", line 4038,
      in listAllDomains
      <br>
      raise libvirtError("virConnectListAllDomains() failed", conn=self)
      <br>
      libvirtError: Cannot write data: Broken pipe
      <br>
      <br>
    </blockquote>
    <br>
    <font face="DejaVu Sans Mono">Hi Sheldon,<br>
      <br>
      I haven't seen it before.<br>
      What is the os version?<br>
      Did you check libvirt has listAllDomains() function? Some old
      version does not have it implemented.<br>
      <br>
      Regards,<br>
      Aline Manera<br>
    </font>
  </body>
</html>