Lucy

Results 5 issues of Lucy

` def __connect_socket(self): uri = "qemu:///system" try: self.connection = libvirt.open(uri) self.last_error = None except libvirtError as e: self.last_error = f"Connection Failed: {str(e)}" self.connection = None` the connection is opened here,...

the error is "2022-04-14 06:09:45.021+0000: 31976: warning : virEventPollUpdateTimeout:291 : Got update for non-existent timer 24" I found that the CPU usage increased. Is it caused by this error?

run command “supervisorctl status”,it shows below: ![image](https://user-images.githubusercontent.com/33652818/169005565-182a8036-f7b9-4e2e-8648-413aac043c02.png) Why not show “gstfsd” process

![image](https://user-images.githubusercontent.com/33652818/168970757-e5908fe0-fdc5-46a8-afac-bbedc2f5f1fd.png) I want to install webvirtcloud by quick installer, but failed, this is image of logs

in connection.py , Why not close the open connection????May cause "too many opne files" def close(self): """Close connection""" # to-do: do not close connection ;) # self.wvm.close() pass