Hi, I am having issue while doing *ssh* to a virtual node through libvirt. The nodes's ip address is 192.168.82.1. When I am giving the command it is giving the following error message: *virsh# connect vbox+ssh://192.168.82.1/session* *Password:* *error: Failed to connect to the hypervisor* *error: End of ifle while reading data: sh: nc: command not found: Input/output error.* Can anyone tell me why am I facing this problem and how to resolve it. Thanks in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130123/7971017c/attachment.htm>
On 01/23/2013 11:42 AM, varun bhatnagar wrote:> Hi, > > I am having issue while doing *ssh* to a virtual node through libvirt. > The nodes's ip address is 192.168.82.1. When I am giving the command > it is giving the following error message: > > *virsh# connect vbox+ssh://192.168.82.1/session > <http://192.168.82.1/session>* > *Password:* > *error: Failed to connect to the hypervisor* > *error: End of ifle while reading data: sh: nc: command not found: > Input/output error.* >Looks like netcat is missing.> Can anyone tell me why am I facing this problem and how to resolve it. > > Thanks in advance. > > > _______________________________________________ > libvirt-users mailing list > libvirt-users at redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130123/1c0bb836/attachment.htm>
On 01/23/2013 11:42 AM, varun bhatnagar wrote:> Hi, > > I am having issue while doing *ssh* to a virtual node through libvirt. > The nodes's ip address is 192.168.82.1. When I am giving the command > it is giving the following error message: > > *virsh# connect vbox+ssh://192.168.82.1/session > <http://192.168.82.1/session>* > *Password:* > *error: Failed to connect to the hypervisor* > *error: End of ifle while reading data: sh: nc: command not found: > Input/output error.* > > Can anyone tell me why am I facing this problem and how to resolve it.Sounds like netcat is missing...> > Thanks in advance. > > > _______________________________________________ > libvirt-users mailing list > libvirt-users at redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130123/41500fa0/attachment.htm>
Hello, Please check if libvirtd daemon is running on the server. http://wiki.libvirt.org/page/Failed_to_connect_to_the_hypervisor I had this kind of issue between my archlinux and my redhat box. You can try this command on the host system : alternatives --install /usr/bin/nc.openbsd nc.openbsd /usr/bin/nc 0 Regards, Iounes On Wed, Jan 23, 2013 at 5:42 PM, varun bhatnagar <varun292006 at gmail.com>wrote:> Hi, > > I am having issue while doing *ssh* to a virtual node through libvirt. > The nodes's ip address is 192.168.82.1. When I am giving the command it is > giving the following error message: > > *virsh# connect vbox+ssh://192.168.82.1/session* > *Password:* > *error: Failed to connect to the hypervisor* > *error: End of ifle while reading data: sh: nc: command not found: > Input/output error.* > > Can anyone tell me why am I facing this problem and how to resolve it. > > Thanks in advance. > > _______________________________________________ > libvirt-users mailing list > libvirt-users at redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130123/a595b20e/attachment.htm>
Newbie question: Can I ask what this capability is used for, instead of a shell ssh connection? John On 01/23/2013 08:42 AM, varun bhatnagar wrote:> Hi, > > I am having issue while doing *ssh* to a virtual node through libvirt. The nodes's ip address is 192.168.82.1. When I > am giving the command it is giving the following error message: > > *virsh# connect vbox+ssh://192.168.82.1/session <http://192.168.82.1/session>* > *Password:* > *error: Failed to connect to the hypervisor* > *error: End of ifle while reading data: sh: nc: command not found: Input/output error.* > > Can anyone tell me why am I facing this problem and how to resolve it. > > Thanks in advance. > > > _______________________________________________ > libvirt-users mailing list > libvirt-users at redhat.com > https://www.redhat.com/mailman/listinfo/libvirt-users-- John Fisher -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20130123/99f346c9/attachment.htm>