Hi Team, The Make is getting failed with the following error for xen-4.1-testing branch. The OS is open SUSE 11(free). Any suggestion ?? + git clone git://xenbits.xensource.com/qemu-xen-4.1-testing.git ioemu-remote.tmp Cloning into ioemu-remote.tmp... xenbits.xensource.com[0: 50.57.170.242]: errno=Connection refused fatal: unable to connect a socket (Connection refused) make[1]: *** [ioemu-dir-find] Error 128 make[1]: Leaving directory `/root/Desktop/xen-4.1-testing.hg/tools'' make: *** [tools/ioemu-dir] Error 2 thanks, PANKAJ KUMAR BISWAS _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Fri, 2011-11-25 at 12:58 +0000, Pankaj Kumar Biswas wrote:> Hi Team, > > The Make is getting failed with the following error for > xen-4.1-testing branch. The OS is open SUSE 11(free). > > Any suggestion ?? > > > > + git clone git://xenbits.xensource.com/qemu-xen-4.1-testing.git > ioemu-remote.tmp > > Cloning into ioemu-remote.tmp... > > xenbits.xensource.com[0: 50.57.170.242]: errno=Connection refused > > fatal: unable to connect a socket (Connection refused)It''s working for me right now. The git daemon was down for a little while earler in the week -- when did you see this failure? It is possible that your site firewalls the git port. While you work to get it opened up you can set GIT_HTTP=y in .config at the top of the Xen source tree. Ian.
Hi Ian, Thanks a lot for the quick reply. I will do as you have mentioned. The failure happened today evening around 4:30 PM (IST). Is there anything to do with building as a root/normal user?? Regards, PANKAJ KUMAR BISWAS -----Original Message----- From: Ian Campbell Sent: Friday, November 25, 2011 6:41 PM To: Pankaj Kumar Biswas Cc: xen-devel@lists.xensource.com Subject: Re: [Xen-devel] Make failure for xen-4.1-testing branch On Fri, 2011-11-25 at 12:58 +0000, Pankaj Kumar Biswas wrote:> Hi Team, > > The Make is getting failed with the following error for > xen-4.1-testing branch. The OS is open SUSE 11(free). > > Any suggestion ?? > > > > + git clone git://xenbits.xensource.com/qemu-xen-4.1-testing.git > ioemu-remote.tmp > > Cloning into ioemu-remote.tmp... > > xenbits.xensource.com[0: 50.57.170.242]: errno=Connection refused > > fatal: unable to connect a socket (Connection refused)It''s working for me right now. The git daemon was down for a little while earler in the week -- when did you see this failure? It is possible that your site firewalls the git port. While you work to get it opened up you can set GIT_HTTP=y in .config at the top of the Xen source tree. Ian.
On Fri, 2011-11-25 at 13:22 +0000, Pankaj Kumar Biswas wrote:> Hi Ian, > Thanks a lot for the quick reply. I will do as you have mentioned. The failure happened today evening around 4:30 PM (IST).So is it working for you now?> Is there anything to do with building as a root/normal user??There are no issues which I know of relating to the user you build as. It certainly wouldn''t affect your network connectivity. Ian.> > Regards, > PANKAJ KUMAR BISWAS > > > -----Original Message----- > From: Ian Campbell > Sent: Friday, November 25, 2011 6:41 PM > To: Pankaj Kumar Biswas > Cc: xen-devel@lists.xensource.com > Subject: Re: [Xen-devel] Make failure for xen-4.1-testing branch > > On Fri, 2011-11-25 at 12:58 +0000, Pankaj Kumar Biswas wrote: > > Hi Team, > > > > The Make is getting failed with the following error for > > xen-4.1-testing branch. The OS is open SUSE 11(free). > > > > Any suggestion ?? > > > > > > > > + git clone git://xenbits.xensource.com/qemu-xen-4.1-testing.git > > ioemu-remote.tmp > > > > Cloning into ioemu-remote.tmp... > > > > xenbits.xensource.com[0: 50.57.170.242]: errno=Connection refused > > > > fatal: unable to connect a socket (Connection refused) > > It''s working for me right now. The git daemon was down for a little while earler in the week -- when did you see this failure? > > It is possible that your site firewalls the git port. While you work to get it opened up you can set GIT_HTTP=y in .config at the top of the Xen source tree. > > Ian. >