[Bug 803765] [NEW] virsh -c qemu://127.0.0.1/session list --all give a wrong error prompt CA certificate '/etc/pki/CA/cacert.pem
Qiao Liyong
803765 at bugs.launchpad.net
Thu Jun 30 07:33:15 UTC 2011
Public bug reported:
virsh -c qemu://127.0.0.1/session list --all (no '+ssh')
virsh give a error prompt :
CA certificate '/etc/pki/CA/cacert.pem' no such file ..
look at code:
we could find that:
transport_str = get_transport_from_scheme
(conn->uri->scheme);
if (!transport_str) {
if (conn->uri->server)
transport = trans_tls;
else
transport = trans_unix;
}
at here : transport = trans_tls;
so it gives a CA certificate error prompt .
I think it should give a prompt like that : use +ssh | tcp .....
** Affects: libvirt (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/803765
Title:
virsh -c qemu://127.0.0.1/session list --all give a wrong error prompt
CA certificate '/etc/pki/CA/cacert.pem
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/803765/+subscriptions
More information about the Ubuntu-server-bugs
mailing list