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
Bugs, which is subscribed to 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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to