[libvirt-users] Create virtual machine failed using virDomainCreateXML

2018-01-23 Thread netsurfed
Hi all, When I created a virtual machine using virDomainCreateXML, with virtualport type was openvswitch, and virtual machine creation failed. The error message is: internal error: Child process (/sbin/tc filter add dev vnet110 parent : protocol all u32 match u32 0 0 police rate 0kbps burs

[libvirt-users] Issues Connecting to Remote Host Through SSH

2018-01-23 Thread T A
Hello, I've been unable to connect to a remote host from within my network using the following argument. virsh/virt-manager -c qemu+ssh://user@host:port/system I've tried libssh & libssh2 as well. Using ssh just prompts me for the host password indefinitely. When using libssh2 the connection is

Re: [libvirt-users] Issues Connecting to Remote Host Through SSH

2018-01-23 Thread Daniel P. Berrange
On Tue, Jan 23, 2018 at 03:53:37AM -0600, T A wrote: > Hello, > > I've been unable to connect to a remote host from within my network using > the following argument. > > virsh/virt-manager -c qemu+ssh://user@host:port/system > > I've tried libssh & libssh2 as well. Using ssh just prompts me for

Re: [libvirt-users] Issues Connecting to Remote Host Through SSH

2018-01-23 Thread John Ferlan
On 01/23/2018 04:53 AM, T A wrote: > Hello, > > I've been unable to connect to a remote host from within my network > using the following argument. > > virsh/virt-manager -c qemu+ssh://user@host:port/system > > I've tried libssh & libssh2 as well. Using ssh just prompts me for the > host passw