search for: appl_port

Displaying 3 results from an estimated 3 matches for "appl_port".

2013 Sep 25
4
virtio channel socket bind error
Hi All, My intent is to make virtio unix channel work. I could configure the XML and launch VM and could see the port in /dev/virtio-ports <channel type='unix'> <source mode='bind' path='/tmp/appl_port'/> <target type='virtio' name='appl_port'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> When I see on the host, the unix socket is already binded and is in listening state. echo...
2013 Sep 25
0
Re: virtio channel socket bind error
I am assuming source mode is for the host. Bind means server and connect would mean client. The other part is still pending. On host, when I run cat it gives no such device or address Or a python program to bind the socket (in my case /tmp/appl_port) it gives 'unable to connect to virtio-serial port. Error: %s', error(111, 'Connection refused')) Am I missing something? Thanks, -Ravi. From: "<Chunduru Venkata>", "Chunduru Venkata, Ravi" <schunduruvenkata@paypal.com<mailto:schunduruvenkata@paypa...
2013 Sep 26
0
Re: virtio channel socket bind error
...19:17, Chunduru Venkata, Ravi wrote: > Hi All, > My intent is to make virtio unix channel work. I could configure the > XML and launch VM and could see the port in /dev/virtio-ports > > <channel type='unix'> > <source mode='bind' path='/tmp/appl_port'/> > <target type='virtio' name='appl_port'/> > <address type='virtio-serial' controller='0' bus='0' port='1'/> > </channel> > > When I see on the host, the unix socket is already binded and is...